:root {
  --bg: #f3efe7;
  --surface: rgba(255, 255, 255, 0.78);
  --surface-strong: #ffffff;
  --ink: #13263f;
  --muted: #5e6470;
  --line: rgba(19, 38, 63, 0.12);
  --gold: #ba9460;
  --gold-deep: #8b6a38;
  --gold-soft: #d8c09a;
  --navy-soft: #21344f;
  --cream: #f6f1e8;
  --shadow: 0 22px 60px rgba(22, 32, 48, 0.12);
  --shadow-soft: 0 14px 34px rgba(20, 30, 44, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(186, 148, 96, 0.22), transparent 28%),
    linear-gradient(180deg, #f5f1e9 0%, #f2ede4 45%, #f8f5ef 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.16), transparent 60%);
}

.page-shell {
  width: min(1200px, calc(100% - 32px));
  margin: 24px auto 48px;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 18px 24px;
  position: sticky;
  top: 16px;
  z-index: 10;
  backdrop-filter: blur(16px);
  background:
    linear-gradient(160deg, rgba(19, 38, 63, 0.94), rgba(33, 52, 79, 0.92));
  border: 1px solid rgba(186, 148, 96, 0.2);
  border-radius: 24px;
  box-shadow: 0 18px 34px rgba(11, 19, 33, 0.2);
}

.brand {
  display: grid;
  grid-template-columns: 48px auto;
  grid-template-areas:
    "logo mark"
    "logo sub";
  column-gap: 12px;
  align-items: center;
  text-decoration: none;
  color: #f5ede2;
}

.brand-logo {
  grid-area: logo;
  width: 48px;
  height: 48px;
  object-fit: contain;
  display: block;
  padding: 6px;
  border-radius: 14px;
  background:
    linear-gradient(160deg, rgba(19, 38, 63, 0.96), rgba(33, 52, 79, 0.9));
  border: 1px solid rgba(186, 148, 96, 0.26);
  box-shadow: 0 10px 24px rgba(12, 20, 34, 0.18);
}

.brand-mark,
h1,
h2,
h3 {
  font-family: "Cormorant Garamond", serif;
}

.brand-mark {
  grid-area: mark;
  font-size: 2rem;
  font-weight: 700;
  line-height: 0.9;
}

.brand-subtitle {
  grid-area: sub;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(245, 237, 226, 0.72);
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

.site-nav a {
  color: rgba(245, 237, 226, 0.92);
  text-decoration: none;
  font-size: 0.95rem;
  position: relative;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0;
  transition: opacity 180ms ease;
}

.site-nav a:hover::after {
  opacity: 1;
}

.site-nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #c6a06e 0%, var(--gold-soft) 100%);
  color: #10131a !important;
  font-weight: 700;
  box-shadow: 0 10px 20px rgba(186, 148, 96, 0.18);
}

.site-nav-cta::after {
  display: none;
}

.hero,
.section,
.trust-band,
.testimonial-section {
  margin-top: 28px;
}

.hero {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 30px;
  align-items: stretch;
}

.hero-copy,
.hero-card,
.section,
.trust-band,
.testimonial-card,
.testimonial-image {
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 32px;
  box-shadow: var(--shadow-soft);
  min-width: 0;
}

.hero-copy {
  padding: 48px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(248, 244, 236, 0.8));
}

.hero-copy::before {
  content: "";
  position: absolute;
  left: -20px;
  right: -20px;
  bottom: -6px;
  height: 250px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 260'%3E%3Cg fill='none' stroke='%2313263f' stroke-width='9' stroke-linejoin='round' stroke-linecap='round' opacity='0.22'%3E%3Cpath d='M0 222h1200' stroke-width='11'/%3E%3Cpath d='M40 222h90v-46h18v-24h12v24h18v46h80'/%3E%3Cpath d='M248 222h70v-62h10v-22h8v22h10v62h42'/%3E%3Cpath d='M388 222h56v-82h8v-18h8v18h8v82h54'/%3E%3Cpath d='M534 222h54v-92h14v-22h12v22h14v92h46'/%3E%3Cpath d='M686 222h54v-122h10v-54h8v54h10v122h44'/%3E%3Cpath d='M752 44h12'/%3E%3Cpath d='M838 222h62v-88l20-18 20 18v88h36'/%3E%3Cpath d='M996 222h52v-70h14v-18h10v18h14v70h52'/%3E%3Cpath d='M1062 222h18v-124h10v-20h10v20h10v124h52'/%3E%3Cpath d='M563 108l31-28 31 28'/%3E%3Cpath d='M563 80h62'/%3E%3Cpath d='M580 222v-130'/%3E%3Cpath d='M608 222v-130'/%3E%3Cpath d='M703 100h102'/%3E%3Cpath d='M713 82h82'/%3E%3Cpath d='M722 64h64'/%3E%3Cpath d='M738 46h32'/%3E%3Cpath d='M861 222v-96'/%3E%3Cpath d='M919 222v-96'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
  opacity: 1;
}

.hero-copy::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -90px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(186, 148, 96, 0.22), transparent 70%);
  pointer-events: none;
}

.hero-copy > * {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold-deep);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 700;
}

h1 {
  margin: 0;
  font-size: clamp(2.8rem, 4.6vw, 4.8rem);
  line-height: 1.02;
  font-weight: 700;
  max-width: 13ch;
  text-wrap: balance;
}

.hero-text,
.hero-lead,
.section-heading p,
.service-card p,
.benefit-card p,
.split-copy p,
.contact-copy p,
.testimonial-card p,
.faq-list p,
.gallery-card figcaption {
  color: var(--muted);
  line-height: 1.7;
}

.hero-lead {
  max-width: 40rem;
  margin: 18px 0 0;
  font-size: 1.08rem;
  color: var(--ink);
  font-weight: 600;
}

.hero-text {
  max-width: 43rem;
  font-size: 1.05rem;
}

.hero-copy .hero-text:last-of-type {
  max-width: 40rem;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 26px;
}

.proof-item {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(19, 38, 63, 0.04);
  border: 1px solid rgba(19, 38, 63, 0.08);
}

.proof-item strong {
  display: block;
  margin-bottom: 6px;
  font-size: 0.96rem;
}

.proof-item span {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0 18px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
  cursor: pointer;
  font: inherit;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, #c6a06e 0%, var(--gold-soft) 100%);
  color: #10131a;
  box-shadow: 0 12px 24px rgba(186, 148, 96, 0.22);
}

.button-secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.76);
  border-color: var(--line);
}

.hero-points,
.contact-points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.hero-points li,
.contact-points li {
  padding-left: 18px;
  position: relative;
  color: var(--ink);
}

.hero-points li::before,
.contact-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.fact-card {
  padding: 18px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(249, 245, 238, 0.78));
  border: 1px solid rgba(19, 38, 63, 0.09);
  box-shadow: var(--shadow-soft);
}

.fact-card strong,
.contact-panel strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1rem;
  color: var(--ink);
}

.fact-card span,
.contact-panel span {
  color: var(--muted);
  line-height: 1.6;
  font-size: 0.93rem;
}

.hero-visual {
  display: grid;
  gap: 24px;
}

.hero-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  overflow: hidden;
  position: relative;
}

.hero-logo-card {
  background:
    radial-gradient(circle at top, rgba(198, 160, 110, 0.18), transparent 42%),
    linear-gradient(160deg, rgba(19, 38, 63, 0.96), rgba(34, 53, 81, 0.92)),
    rgba(255, 255, 255, 0.06);
  color: #f4ede2;
}

.hero-portrait-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 241, 232, 0.86));
  min-height: 0;
}

.hero-card p {
  margin: 16px 4px 0;
  line-height: 1.65;
}

.hero-portrait-card p,
.hero-logo-card p {
  max-width: 34rem;
}

.hero-card-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.hero-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #f8f0e6;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}

.hero-chip-dark {
  background: rgba(19, 38, 63, 0.06);
  border-color: rgba(19, 38, 63, 0.1);
  color: var(--ink);
}

.hero-logo-card p {
  color: rgba(255, 247, 236, 0.94);
  font-size: 0.98rem;
  font-weight: 500;
}

.media-image {
  display: block;
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
}

.logo-image {
  min-height: 220px;
  max-height: 220px;
  object-fit: contain;
  background:
    radial-gradient(circle at top, rgba(186, 148, 96, 0.2), transparent 42%),
    linear-gradient(180deg, rgba(246, 242, 235, 0.98), rgba(234, 226, 214, 0.92));
  padding: 32px;
  border: 1px solid rgba(186, 148, 96, 0.24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  filter: saturate(0.9) contrast(1.02);
}

.portrait-image {
  min-height: 300px;
  max-height: 300px;
  object-position: center center;
  object-fit: cover;
  transform: none;
  filter: contrast(1.03) saturate(0.98);
}

.hero-portrait-image {
  object-position: center center;
  min-height: 360px;
  max-height: 360px;
  border-radius: 28px;
}

.portrait-image-large {
  min-height: 520px;
  max-height: 520px;
  object-position: center 14%;
}

.portrait-frame {
  position: relative;
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding: 24px 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(250, 246, 239, 0.78));
}

.trust-band-wide {
  grid-column: span 1;
}

.trust-band strong {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.trust-band span {
  color: var(--muted);
  line-height: 1.6;
}

.trust-band > div {
  padding: 8px 6px;
}

.section {
  padding: 42px;
}

.section + .section,
.section + .testimonial-section,
.testimonial-section + .section {
  margin-top: 30px;
}

.section-dark {
  background:
    radial-gradient(circle at top right, rgba(186, 148, 96, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(15, 27, 47, 0.96), rgba(19, 38, 63, 0.96));
  color: #f3ede3;
}

.section-dark .eyebrow,
.section-dark p,
.section-dark h2,
.section-dark h3 {
  color: inherit;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.section-heading h2,
.split-copy h2,
.testimonial-card h2,
.contact-copy h2 {
  margin: 0;
  font-size: clamp(2.2rem, 3.6vw, 3.2rem);
  line-height: 1.06;
  max-width: 15ch;
  text-wrap: balance;
}

.service-grid,
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.service-card,
.benefit-card {
  padding: 26px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
  min-width: 0;
}

.service-card::after,
.benefit-card::after {
  content: "";
  position: absolute;
  inset: auto -30px -40px auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(186, 148, 96, 0.12), transparent 68%);
}

.service-card span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: rgba(186, 148, 96, 0.18);
  color: var(--gold-deep);
  font-weight: 700;
}

.service-card h3,
.benefit-card h3 {
  margin: 18px 0 10px;
  font-size: 1.75rem;
  line-height: 1.08;
  text-wrap: balance;
}

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

.gallery-card {
  margin: 0;
  padding: 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.gallery-card.large {
  grid-column: span 2;
}

.gallery-image {
  min-height: 320px;
  max-height: 320px;
  border-radius: 20px;
}

.gallery-card.large .gallery-image {
  min-height: 420px;
  max-height: 420px;
}

.gallery-card figcaption {
  padding: 14px 6px 2px;
  font-size: 0.96rem;
}

.split-section,
.contact-section,
.testimonial-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.split-copy,
.contact-copy {
  align-self: center;
}

.portrait-frame {
  height: 100%;
  padding: 20px;
  border-radius: 32px;
  background:
    radial-gradient(circle at top left, rgba(186, 148, 96, 0.14), transparent 34%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.26));
  border: 1px solid var(--line);
  flex-shrink: 0;
}

.portrait-frame-secondary {
  background:
    radial-gradient(circle at top right, rgba(19, 38, 63, 0.12), transparent 34%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.8), rgba(248, 243, 235, 0.36));
}

.advisor-image {
  min-height: 520px;
  max-height: 520px;
  object-position: center 20%;
}

.team-section {
  display: block;
}

.contact-panel {
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.team-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.team-card {
  padding: 18px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: 22px;
  align-items: stretch;
}

.team-copy {
  padding: 14px 10px 14px 0;
  align-self: center;
}

.team-role {
  margin: 0 0 8px;
  color: var(--gold-deep);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 700;
}

.team-copy h3 {
  margin: 0 0 10px;
  font-size: 1.8rem;
  line-height: 1.08;
  text-wrap: balance;
}

.team-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.team-cta {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

.testimonial-card,
.testimonial-image {
  padding: 36px;
}

.testimonial-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(246, 240, 231, 0.82));
}

.testimonial-card blockquote {
  margin: 24px 0 0;
  padding-left: 18px;
  border-left: 3px solid var(--gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  line-height: 1.16;
  text-wrap: balance;
}

.tall {
  min-height: 520px;
}

.testimonial-photo {
  min-height: 520px;
  max-height: 520px;
  object-position: 64% center;
  border-radius: 26px;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list details {
  padding: 20px 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list p {
  margin-bottom: 0;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(247, 243, 236, 0.84));
  border: 1px solid var(--line);
  min-width: 0;
  box-shadow: var(--shadow-soft);
}

.contact-form label {
  display: grid;
  gap: 8px;
  font-size: 0.95rem;
  font-weight: 600;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(19, 38, 63, 0.14);
  background: rgba(255, 255, 255, 0.84);
  padding: 15px 16px;
  font: inherit;
  color: var(--ink);
}

.contact-form textarea {
  resize: vertical;
}

.contact-panel {
  margin-top: 22px;
  background:
    radial-gradient(circle at top right, rgba(198, 160, 110, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(19, 38, 63, 0.96), rgba(32, 49, 73, 0.92));
}

.contact-panel strong,
.contact-panel span {
  color: #f6efe6;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: rgba(186, 148, 96, 0.62);
  box-shadow: 0 0 0 4px rgba(186, 148, 96, 0.12);
}

code {
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.92em;
}

@media (max-width: 980px) {
  .hero,
  .split-section,
  .contact-section,
  .testimonial-section,
  .trust-band,
  .gallery-grid,
  .service-grid,
  .benefit-grid,
  .hero-proof,
  .hero-facts,
  .team-grid {
    grid-template-columns: 1fr;
  }

  .team-card {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .team-copy {
    padding: 8px 6px 10px;
  }

  .gallery-card.large {
    grid-column: auto;
  }

  .site-header {
    position: static;
  }

  .hero {
    gap: 20px;
  }

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

  .hero-copy {
    padding: 34px;
  }

  .gallery-image {
    min-height: 360px;
    max-height: 360px;
  }

  .gallery-card.large .gallery-image,
  .portrait-image-large,
  .testimonial-photo,
  .advisor-image {
    min-height: 420px;
    max-height: 420px;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: min(100% - 20px, 1180px);
    margin: 10px auto 28px;
  }

  .site-header,
  .hero-copy,
  .hero-card,
  .section,
  .testimonial-card,
  .testimonial-image {
    padding: 22px;
  }

  .site-nav {
    display: none;
  }

  .site-nav-cta {
    display: none;
  }

  .site-header {
    top: 10px;
    border-radius: 20px;
  }

  .brand-mark {
    font-size: 1.7rem;
  }

  h1 {
    font-size: 2.35rem;
    line-height: 1.04;
  }

  .section-heading h2,
  .split-copy h2,
  .testimonial-card h2,
  .contact-copy h2 {
    font-size: 1.95rem;
    line-height: 1.08;
  }

  .eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.14em;
  }

  .hero {
    gap: 16px;
  }

  .hero-copy {
    padding: 26px 22px;
  }

  .hero-copy::before {
    left: -24px;
    right: -24px;
    bottom: -10px;
    height: 220px;
    opacity: 1;
  }

  .hero-copy::after {
    width: 180px;
    height: 180px;
    right: -70px;
    bottom: -60px;
  }

  .hero-text {
    font-size: 0.98rem;
  }

  .hero-lead {
    font-size: 1rem;
    margin-top: 14px;
  }

  .hero-actions {
    flex-direction: column;
    gap: 10px;
    margin: 22px 0;
  }

  .button {
    width: 100%;
    min-height: 50px;
  }

  .hero-points,
  .contact-points,
  .faq-list {
    gap: 10px;
  }

  .hero-visual {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hero-card p {
    margin-top: 12px;
    font-size: 0.93rem;
  }

  .hero-card-footer {
    gap: 8px;
    margin-top: 14px;
  }

  .hero-chip {
    min-height: 32px;
    padding: 0 12px;
    font-size: 0.76rem;
  }

  .hero-facts {
    gap: 10px;
    margin-top: 20px;
  }

  .hero-proof {
    gap: 10px;
    margin-bottom: 20px;
  }

  .proof-item {
    padding: 14px;
    border-radius: 16px;
  }

  .fact-card {
    padding: 14px;
    border-radius: 18px;
  }

  .logo-image {
    min-height: 180px;
    max-height: 180px;
    padding: 18px;
  }

  .portrait-image,
  .gallery-image {
    min-height: 260px;
    max-height: 260px;
  }

  .hero-portrait-image {
    min-height: 300px;
    max-height: 300px;
  }

  .portrait-image-large,
  .testimonial-photo,
  .gallery-card.large .gallery-image,
  .advisor-image {
    min-height: 300px;
    max-height: 300px;
  }

  .trust-band {
    padding: 18px 20px;
    gap: 14px;
  }

  .trust-band strong {
    font-size: 1rem;
  }

  .section {
    padding: 26px 22px;
    border-radius: 26px;
  }

  .section-heading {
    margin-bottom: 22px;
  }

  .service-grid,
  .benefit-grid,
  .hero-facts,
  .gallery-grid,
  .team-grid,
  .split-section,
  .contact-section,
  .testimonial-section {
    gap: 16px;
  }

  .service-card,
  .benefit-card,
  .fact-card,
  .team-card,
  .contact-panel,
  .gallery-card,
  .faq-list details,
  .contact-form {
    border-radius: 20px;
  }

  .team-card {
    padding: 14px;
  }

  .team-copy {
    padding: 10px 4px 10px;
  }

  .team-copy h3 {
    font-size: 1.55rem;
    line-height: 1.1;
  }

  .contact-panel {
    padding: 18px;
  }

  .team-cta {
    margin-top: 18px;
  }

  .service-card h3,
  .benefit-card h3 {
    font-size: 1.4rem;
    margin-top: 14px;
    line-height: 1.1;
  }

  .gallery-card {
    padding: 12px;
  }

  .gallery-card figcaption {
    padding: 12px 2px 2px;
    font-size: 0.92rem;
    line-height: 1.55;
  }

  .portrait-frame {
    padding: 12px;
    border-radius: 24px;
  }

  .testimonial-card blockquote {
    font-size: 1.38rem;
    margin-top: 18px;
    line-height: 1.16;
  }

  .contact-form {
    padding: 20px;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    padding: 14px;
    border-radius: 16px;
  }
}

/* Final hero override */
.hero {
  display: block;
}

.hero-stage {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow);
  background: #12233b;
}

.hero-slider,
.hero-overlay,
.hero-panel {
  position: absolute;
  inset: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.03);
  animation: heroFade 24s infinite;
}

.hero-slide:nth-child(2) {
  animation-delay: 6s;
}

.hero-slide:nth-child(3) {
  animation-delay: 12s;
}

.hero-slide:nth-child(4) {
  animation-delay: 18s;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(10, 19, 33, 0.84) 0%, rgba(10, 19, 33, 0.72) 34%, rgba(10, 19, 33, 0.34) 62%, rgba(10, 19, 33, 0.18) 100%),
    linear-gradient(180deg, rgba(10, 19, 33, 0.28) 0%, rgba(10, 19, 33, 0.18) 100%);
  z-index: 1;
}

.hero-panel {
  z-index: 2;
  display: flex;
  align-items: flex-end;
  padding: 40px;
}

.hero .hero-copy {
  max-width: 760px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.hero .hero-copy::before,
.hero .hero-copy::after {
  display: none;
}

.hero-brandline {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  color: rgba(247, 241, 232, 0.92);
  font-size: 0.95rem;
  font-weight: 600;
}

.hero-brand-badge {
  width: 54px;
  height: 54px;
  object-fit: contain;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.hero .eyebrow {
  color: rgba(226, 203, 166, 0.96);
}

.hero h1 {
  color: #fffaf2;
  max-width: 12ch;
}

.hero .hero-lead {
  max-width: 40rem;
  margin: 18px 0 0;
  font-size: 1.08rem;
  color: rgba(255, 248, 236, 0.96);
  font-weight: 600;
}

.hero .hero-text,
.hero .hero-points,
.hero .hero-facts,
.hero .hero-visual {
  display: none;
}

.hero .hero-actions {
  margin: 28px 0 22px;
}

.hero .button-secondary {
  color: #fffaf2;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
}

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

.proof-item {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
}

.proof-item strong {
  display: block;
  margin-bottom: 6px;
  font-size: 0.96rem;
  color: #fff5e9;
}

.proof-item span {
  color: rgba(246, 236, 223, 0.82);
  font-size: 0.9rem;
  line-height: 1.5;
}

@keyframes heroFade {
  0% { opacity: 0; transform: scale(1.02); }
  4% { opacity: 1; }
  24% { opacity: 1; transform: scale(1.06); }
  28% { opacity: 0; }
  100% { opacity: 0; transform: scale(1.08); }
}

@media (max-width: 980px) {
  .hero-stage {
    min-height: 680px;
  }

  .hero-panel {
    padding: 28px;
  }

  .hero-proof {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .hero-stage {
    min-height: 620px;
    border-radius: 28px;
  }

  .hero-panel {
    padding: 22px;
  }

  .hero-brandline {
    gap: 10px;
    margin-bottom: 12px;
    font-size: 0.84rem;
  }

  .hero-brand-badge {
    width: 46px;
    height: 46px;
    border-radius: 12px;
  }

  .hero h1 {
    font-size: 2.25rem;
    line-height: 1.02;
    max-width: 11ch;
  }

  .hero .hero-lead {
    font-size: 0.98rem;
    margin-top: 14px;
  }

  .hero .hero-actions {
    flex-direction: column;
    gap: 10px;
    margin: 22px 0 18px;
  }

  .hero-proof {
    gap: 10px;
  }

  .proof-item {
    padding: 14px;
    border-radius: 18px;
  }
}

/* Final typography and layout pass */

h1,
.section-heading h2,
.split-copy h2,
.testimonial-card h2,
.contact-copy h2,
.service-card h3,
.benefit-card h3,
.team-copy h3,
.testimonial-card blockquote {
  overflow-wrap: break-word;
  hyphens: auto;
}

h1 {
  max-width: 14ch;
  line-height: 0.98;
}

.section-heading h2,
.split-copy h2,
.testimonial-card h2,
.contact-copy h2 {
  max-width: 18ch;
  line-height: 1.02;
}

.service-card h3,
.benefit-card h3 {
  font-size: clamp(1.45rem, 2.3vw, 1.95rem);
  line-height: 1.08;
}

.team-copy h3 {
  font-size: clamp(1.7rem, 2.3vw, 2.1rem);
  line-height: 1.04;
}

.team-copy p,
.section-heading p,
.service-card p,
.benefit-card p,
.contact-copy p,
.testimonial-card p,
.gallery-card figcaption,
.faq-list p {
  font-size: 0.98rem;
}

.site-header,
.section,
.trust-band,
.team-card,
.gallery-card,
.contact-form,
.contact-panel,
.testimonial-card,
.testimonial-image {
  min-width: 0;
}

.hero {
  display: block;
}

.hero-stage {
  min-height: 780px;
}

.hero-panel {
  display: grid;
  align-content: end;
  justify-items: start;
  gap: 0;
  padding: 44px;
}

.hero-panel > * {
  width: min(760px, 100%);
}

.hero-brandline {
  gap: 12px;
  margin-bottom: 14px;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
}

.hero-brand-badge {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  padding: 7px;
  background:
    linear-gradient(160deg, rgba(19, 38, 63, 0.96), rgba(33, 52, 79, 0.92));
  border: 1px solid rgba(186, 148, 96, 0.24);
  box-shadow: 0 12px 28px rgba(8, 14, 26, 0.18);
}

.hero .eyebrow {
  margin-bottom: 10px;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
}

.hero h1 {
  font-size: clamp(3.2rem, 5vw, 5.2rem);
  max-width: 11.5ch;
  line-height: 0.94;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.hero .hero-lead {
  max-width: 35rem;
  margin-top: 16px;
  font-size: 1rem;
  line-height: 1.65;
  font-weight: 500;
}

.hero .hero-actions {
  margin: 26px 0 20px;
  gap: 12px;
}

.hero-proof {
  width: min(920px, 100%);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.proof-item {
  min-width: 0;
  padding: 16px 16px 15px;
}

.proof-item strong {
  font-size: 0.92rem;
  line-height: 1.25;
}

.proof-item span {
  font-size: 0.86rem;
  line-height: 1.5;
}

.trust-band {
  align-items: start;
}

.trust-band strong {
  line-height: 1.15;
}

.gallery-card figcaption {
  line-height: 1.6;
}

.team-card {
  grid-template-columns: minmax(300px, 0.88fr) minmax(0, 1.12fr);
  gap: 26px;
}

.team-copy {
  padding: 18px 14px 18px 0;
}

.contact-copy h2,
.testimonial-card h2 {
  max-width: 16ch;
}

@media (max-width: 980px) {
  .hero-stage {
    min-height: 720px;
  }

  .hero-panel {
    padding: 32px;
  }

  .hero-panel > * {
    width: min(100%, 700px);
  }

  .hero h1 {
    font-size: clamp(2.9rem, 7vw, 4.2rem);
    max-width: 12ch;
  }

  .hero .hero-lead {
    max-width: 32rem;
  }

  .team-card {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .team-copy {
    padding: 4px 6px 10px;
  }
}

@media (max-width: 720px) {
  h1 {
    max-width: 12ch;
  }

  .section-heading h2,
  .split-copy h2,
  .testimonial-card h2,
  .contact-copy h2 {
    max-width: 13ch;
    line-height: 1.04;
  }

  .hero-stage {
    min-height: 640px;
    border-radius: 28px;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(10, 19, 33, 0.34) 0%, rgba(10, 19, 33, 0.58) 38%, rgba(10, 19, 33, 0.88) 100%),
      linear-gradient(90deg, rgba(10, 19, 33, 0.2) 0%, rgba(10, 19, 33, 0.08) 100%);
  }

  .hero-panel {
    padding: 22px;
  }

  .hero-panel > * {
    width: 100%;
  }

  .hero-brandline {
    margin-bottom: 10px;
    font-size: 0.8rem;
  }

  .hero-brand-badge {
    width: 48px;
    height: 48px;
    border-radius: 13px;
  }

  .hero .eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.15em;
  }

  .hero h1 {
    font-size: 2.6rem;
    max-width: 10.5ch;
    line-height: 0.96;
  }

  .hero .hero-lead {
    max-width: 100%;
    margin-top: 12px;
    font-size: 0.94rem;
    line-height: 1.55;
  }

  .hero .hero-actions {
    margin: 20px 0 16px;
  }

  .hero-proof {
    width: 100%;
    gap: 10px;
  }

  .proof-item {
    padding: 13px 14px;
  }

  .proof-item strong {
    font-size: 0.88rem;
  }

  .proof-item span {
    font-size: 0.82rem;
  }

  .team-copy p,
  .section-heading p,
  .service-card p,
  .benefit-card p,
  .contact-copy p,
  .testimonial-card p,
  .gallery-card figcaption,
  .faq-list p {
    font-size: 0.94rem;
    line-height: 1.65;
  }

  .service-card h3,
  .benefit-card h3,
  .team-copy h3 {
    line-height: 1.06;
  }
}

/* Coherent site-wide override */

:root {
  --section-pad: 40px;
  --card-radius: 28px;
}

.page-shell {
  width: min(1240px, calc(100% - 28px));
}

.site-header {
  padding: 16px 22px;
  border-radius: 22px;
}

.brand-mark {
  font-size: 1.72rem;
  line-height: 0.98;
}

.brand-subtitle {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
}

h1,
.section-heading h2,
.split-copy h2,
.testimonial-card h2,
.contact-copy h2 {
  font-weight: 600;
  letter-spacing: -0.01em;
}

h1 {
  font-size: clamp(2.1rem, 3.1vw, 3rem);
  max-width: 12ch;
  line-height: 1.04;
}

.hero-stage {
  min-height: 820px;
  border-radius: 34px;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(9, 18, 31, 0.18) 0%, rgba(9, 18, 31, 0.1) 24%, rgba(9, 18, 31, 0.42) 56%, rgba(9, 18, 31, 0.78) 100%),
    linear-gradient(180deg, rgba(9, 18, 31, 0.08) 0%, rgba(9, 18, 31, 0.32) 100%);
}

.hero-panel {
  padding: 96px 42px 42px;
  align-content: end;
  justify-items: end;
}

.hero-panel > * {
  width: min(500px, 100%);
  margin-left: auto;
}

.hero-brandline {
  margin-bottom: 12px;
  max-width: 100%;
  line-height: 1.35;
}

.hero .eyebrow {
  margin-bottom: 12px;
  line-height: 1.4;
}

.hero h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  max-width: 13.2ch;
  line-height: 1.16;
  text-wrap: balance;
  padding-top: 0;
  padding-bottom: 0;
}

.hero .hero-lead {
  max-width: 34rem;
  margin-top: 12px;
  font-size: 0.98rem;
  line-height: 1.58;
}

.hero .hero-actions {
  margin: 20px 0 16px;
}

.button {
  min-height: 50px;
  padding: 0 22px;
  font-size: 0.95rem;
  font-weight: 700;
}

.hero-proof {
  width: min(500px, 100%);
  gap: 14px;
}

.proof-item {
  padding: 16px;
  border-radius: 20px;
}

.proof-item strong {
  font-size: 0.9rem;
  line-height: 1.3;
}

.proof-item span {
  font-size: 0.84rem;
  line-height: 1.52;
}

.trust-band,
.section,
.team-card,
.gallery-card,
.contact-form,
.testimonial-card,
.testimonial-image {
  border-radius: var(--card-radius);
}

.section {
  padding: var(--section-pad);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 26px;
}

.section-heading h2,
.split-copy h2,
.testimonial-card h2,
.contact-copy h2 {
  font-size: clamp(2.1rem, 3.4vw, 3rem);
  max-width: 17ch;
  line-height: 1.02;
}

.section-heading p {
  max-width: 66ch;
}

.service-grid,
.benefit-grid,
.gallery-grid,
.team-grid,
.contact-section,
.testimonial-section {
  gap: 20px;
}

.service-card,
.benefit-card {
  padding: 24px;
  border-radius: 24px;
}

.service-card h3,
.benefit-card h3 {
  margin: 16px 0 10px;
  font-size: 1.62rem;
  line-height: 1.08;
}

.service-card p,
.benefit-card p,
.team-copy p,
.contact-copy p,
.testimonial-card p,
.gallery-card figcaption,
.faq-list p,
.trust-band span {
  font-size: 0.96rem;
  line-height: 1.65;
}

.gallery-card {
  padding: 14px;
}

.gallery-card figcaption {
  padding: 12px 6px 4px;
}

.team-card {
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  padding: 16px;
}

.team-copy {
  padding: 10px 12px 10px 0;
}

.team-copy h3 {
  font-size: 2rem;
  line-height: 1.02;
}

.team-role {
  margin-bottom: 10px;
}

.portrait-frame {
  padding: 16px;
}

.advisor-image,
.portrait-image-large {
  min-height: 500px;
  max-height: 500px;
}

.testimonial-card,
.testimonial-image {
  padding: 32px;
}

.testimonial-card blockquote {
  font-size: 1.62rem;
}

.contact-form {
  padding: 26px;
}

.faq-list details {
  padding: 18px 20px;
}

@media (max-width: 980px) {
  :root {
    --section-pad: 32px;
  }

  .page-shell {
    width: min(100% - 22px, 1240px);
  }

  .hero-stage {
    min-height: 760px;
  }

  .hero-panel {
    padding: 84px 30px 30px;
  }

  .hero h1 {
    font-size: clamp(1.95rem, 4.5vw, 2.55rem);
    max-width: 14.5ch;
    line-height: 1.18;
  }

  .hero-panel > * {
    width: min(480px, 100%);
    margin-left: auto;
  }

  .hero-proof {
    width: min(480px, 100%);
  }

  .trust-band,
  .service-grid,
  .benefit-grid,
  .gallery-grid,
  .contact-section,
  .testimonial-section {
    gap: 18px;
  }

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

  .team-copy {
    padding: 4px 6px 8px;
  }

  .advisor-image,
  .portrait-image-large {
    min-height: 420px;
    max-height: 420px;
  }
}

@media (max-width: 720px) {
  :root {
    --section-pad: 22px;
    --card-radius: 20px;
  }

  .page-shell {
    width: min(100% - 16px, 1240px);
    margin: 8px auto 22px;
  }

  .site-header {
    padding: 12px 16px;
    gap: 12px;
    min-height: 68px;
    border-radius: 18px;
  }

  .brand-mark {
    font-size: 1.36rem;
  }

  .brand-subtitle {
    font-size: 0.62rem;
    letter-spacing: 0.08em;
  }

  .brand {
    grid-template-columns: 42px auto;
    column-gap: 10px;
  }

  .brand-logo {
    width: 42px;
    height: 42px;
    padding: 5px;
  }

  .hero-stage {
    min-height: 700px;
    border-radius: 24px;
  }

  .hero-panel {
    padding: 74px 16px 16px;
    align-content: end;
    justify-items: start;
  }

  .hero-panel > * {
    width: 100%;
    margin-left: 0;
  }

  .hero-brandline {
    gap: 8px;
    margin-bottom: 7px;
    font-size: 0.72rem;
    line-height: 1.35;
  }

  .hero-brand-badge {
    width: 40px;
    height: 40px;
    border-radius: 11px;
    padding: 5px;
  }

  .hero .eyebrow {
    margin-bottom: 8px;
    font-size: 0.62rem;
    letter-spacing: 0.12em;
    line-height: 1.4;
  }

  .hero h1 {
    font-size: 1.34rem;
    max-width: 100%;
    line-height: 1.16;
    letter-spacing: -0.015em;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero .hero-lead {
    max-width: 100%;
    margin-top: 9px;
    font-size: 0.84rem;
    line-height: 1.46;
  }

  .hero .hero-actions {
    flex-direction: column;
    gap: 9px;
    margin: 14px 0 10px;
  }

  .button {
    width: 100%;
    min-height: 47px;
    font-size: 0.9rem;
  }

  .hero-proof {
    grid-template-columns: 1fr;
    gap: 8px;
    width: 100%;
  }

  .proof-item {
    padding: 11px 12px;
    border-radius: 16px;
  }

  .proof-item strong {
    font-size: 0.84rem;
    line-height: 1.3;
  }

  .proof-item span {
    font-size: 0.78rem;
    line-height: 1.48;
  }

  .section-heading h2,
  .split-copy h2,
  .testimonial-card h2,
  .contact-copy h2 {
    font-size: 1.7rem;
    max-width: 15ch;
    line-height: 1.06;
  }

  .service-card,
  .benefit-card,
  .gallery-card,
  .contact-form,
  .testimonial-card,
  .testimonial-image,
  .team-card {
    border-radius: 20px;
  }

  .service-card,
  .benefit-card {
    padding: 18px;
  }

  .service-card h3,
  .benefit-card h3,
  .team-copy h3 {
    font-size: 1.34rem;
    line-height: 1.08;
  }

  .service-card p,
  .benefit-card p,
  .team-copy p,
  .contact-copy p,
  .testimonial-card p,
  .gallery-card figcaption,
  .faq-list p,
  .trust-band span {
    font-size: 0.91rem;
    line-height: 1.58;
  }

  .advisor-image,
  .portrait-image-large,
  .testimonial-photo,
  .gallery-card.large .gallery-image {
    min-height: 280px;
    max-height: 280px;
  }

  .gallery-image {
    min-height: 220px;
    max-height: 220px;
  }

  .trust-band {
    padding: 16px;
    gap: 10px;
  }

  .trust-band strong {
    font-size: 0.94rem;
    margin-bottom: 5px;
  }

  .section-heading {
    margin-bottom: 18px;
  }

  .service-grid,
  .benefit-grid,
  .gallery-grid,
  .team-grid,
  .contact-section,
  .testimonial-section {
    gap: 12px;
  }

  .team-card {
    padding: 12px;
  }

  .team-copy {
    padding: 2px 4px 6px;
  }

  .contact-form {
    padding: 18px;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    padding: 13px 14px;
    border-radius: 15px;
  }

  .faq-list details {
    padding: 15px 16px;
  }

  .testimonial-card,
  .testimonial-image {
    padding: 22px;
  }

  .testimonial-card blockquote {
    font-size: 1.34rem;
    line-height: 1.18;
  }

  .team-cta {
    margin-top: 18px;
  }

  .contact-panel {
    margin-top: 16px;
    padding: 18px;
  }
}

@media (max-width: 420px) {
  .page-shell {
    width: min(100% - 12px, 1240px);
  }

  .site-header {
    padding: 11px 14px;
  }

  .brand-mark {
    font-size: 1.24rem;
  }

  .brand {
    grid-template-columns: 38px auto;
    column-gap: 8px;
  }

  .brand-logo {
    width: 38px;
    height: 38px;
    padding: 4px;
  }

  .hero-stage {
    min-height: 680px;
  }

  .hero-panel {
    padding: 70px 14px 14px;
  }

  .hero h1 {
    font-size: 1.22rem;
    line-height: 1.15;
  }

  .hero .hero-lead {
    font-size: 0.81rem;
  }

  .section {
    padding: 18px;
  }

  .section-heading h2,
  .split-copy h2,
  .testimonial-card h2,
  .contact-copy h2 {
    font-size: 1.58rem;
  }

  .gallery-image {
    min-height: 200px;
    max-height: 200px;
  }

  .advisor-image,
  .portrait-image-large,
  .testimonial-photo,
  .gallery-card.large .gallery-image {
    min-height: 250px;
    max-height: 250px;
  }
}

/* Branding size pass */

.brand {
  grid-template-columns: 60px auto;
  column-gap: 14px;
}

.brand-logo {
  width: 60px;
  height: 60px;
  padding: 7px;
  border-radius: 16px;
}

.brand-mark {
  font-size: 1.9rem;
}

.hero-brandline {
  gap: 16px;
}

.hero-brand-badge {
  width: 72px;
  height: 72px;
  padding: 9px;
  border-radius: 18px;
}

@media (max-width: 720px) {
  .brand {
    grid-template-columns: 50px auto;
    column-gap: 10px;
  }

  .brand-logo {
    width: 50px;
    height: 50px;
    padding: 6px;
    border-radius: 14px;
  }

  .brand-mark {
    font-size: 1.42rem;
  }

  .hero-brandline {
    gap: 10px;
  }

  .hero-brand-badge {
    width: 48px;
    height: 48px;
    padding: 6px;
    border-radius: 13px;
  }
}

@media (max-width: 420px) {
  .brand {
    grid-template-columns: 44px auto;
    column-gap: 8px;
  }

  .brand-logo {
    width: 44px;
    height: 44px;
    padding: 5px;
  }

  .brand-mark {
    font-size: 1.28rem;
  }

  .hero-brand-badge {
    width: 44px;
    height: 44px;
    padding: 5px;
  }
}

/* Mobile sticky header */

@media (max-width: 980px) {
  .site-header {
    position: sticky;
    top: 10px;
    z-index: 30;
  }
}

@media (max-width: 720px) {
  .site-header {
    position: sticky;
    top: 8px;
    z-index: 40;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .page-shell {
    padding-top: 2px;
  }
}

/* Final hero layout */

.hero {
  display: block;
}

.hero-image-card,
.hero-card-panel {
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
}

.hero-image-card {
  padding: 0;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.56);
}

.hero-showcase-image {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  border-radius: 0;
}

.hero-card-panel {
  margin-top: 18px;
  padding: 38px 40px;
  background:
    radial-gradient(circle at top right, rgba(186, 148, 96, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(19, 38, 63, 0.98), rgba(28, 46, 71, 0.96));
}

.hero-card-copy {
  max-width: 1000px;
  display: block;
}

.hero-card-panel .hero-brandline {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
  color: rgba(247, 241, 232, 0.92);
  font-size: 0.9rem;
  font-weight: 600;
}

.hero-card-panel .hero-brand-badge {
  width: 64px;
  height: 64px;
  object-fit: contain;
  border-radius: 18px;
  padding: 8px;
  background: linear-gradient(160deg, rgba(19, 38, 63, 0.96), rgba(33, 52, 79, 0.92));
  border: 1px solid rgba(186, 148, 96, 0.24);
  box-shadow: 0 12px 28px rgba(8, 14, 26, 0.18);
}

.hero-card-panel .eyebrow {
  margin: 0 0 10px;
  color: rgba(226, 203, 166, 0.96);
}

.hero-card-panel h1 {
  margin: 0;
  max-width: 15ch;
  color: #fffaf2;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: clamp(2rem, 2.9vw, 2.8rem);
  line-height: 1.08;
  text-wrap: balance;
}

.hero-card-panel .hero-lead {
  max-width: 46rem;
  margin: 16px 0 0;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 248, 236, 0.94);
}

.hero-card-panel .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 0;
}

.hero-card-panel .button-secondary {
  color: #fffaf2;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
}

.hero-card-panel .hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  margin-top: 22px;
}

.hero-card-panel .proof-item {
  padding: 16px 17px 15px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
}

.hero-card-panel .proof-item strong {
  display: block;
  margin-bottom: 6px;
  color: #fff5e9;
  font-size: 0.92rem;
  line-height: 1.28;
}

.hero-card-panel .proof-item span {
  color: rgba(246, 236, 223, 0.82);
  font-size: 0.84rem;
  line-height: 1.5;
}

@media (max-width: 980px) {
  .hero-card-panel {
    padding: 30px 28px;
  }

  .hero-card-panel h1 {
    max-width: 15ch;
    font-size: clamp(1.9rem, 4.4vw, 2.5rem);
  }

  .hero-card-panel .hero-proof {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .hero-image-card,
  .hero-card-panel {
    border-radius: 24px;
  }

  .hero-image-card {
    padding: 0;
  }

  .hero-showcase-image {
    border-radius: 0;
  }

  .hero-card-panel {
    margin-top: 12px;
    padding: 22px 18px;
  }

  .hero-card-panel .hero-brandline {
    gap: 10px;
    margin-bottom: 10px;
    font-size: 0.78rem;
  }

  .hero-card-panel .hero-brand-badge {
    width: 48px;
    height: 48px;
    padding: 6px;
    border-radius: 14px;
  }

  .hero-card-panel .eyebrow {
    margin-bottom: 8px;
    font-size: 0.64rem;
    letter-spacing: 0.12em;
  }

  .hero-card-panel h1 {
    max-width: 100%;
    font-size: 1.46rem;
    line-height: 1.12;
  }

  .hero-card-panel .hero-lead {
    margin-top: 10px;
    font-size: 0.9rem;
    line-height: 1.54;
  }

  .hero-card-panel .hero-actions {
    margin-top: 16px;
    flex-direction: column;
    gap: 10px;
  }

  .hero-card-panel .button {
    width: 100%;
    min-height: 47px;
    font-size: 0.9rem;
  }

  .hero-card-panel .hero-proof {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 14px;
  }

  .hero-card-panel .proof-item {
    padding: 13px 14px;
    border-radius: 16px;
  }

  .hero-card-panel .proof-item strong {
    font-size: 0.84rem;
  }

  .hero-card-panel .proof-item span {
    font-size: 0.78rem;
    line-height: 1.45;
  }
}

@media (max-width: 420px) {
  .hero-card-panel {
    padding: 18px 16px;
  }

  .hero-card-panel h1 {
    font-size: 1.34rem;
  }

  .hero-card-panel .hero-lead {
    font-size: 0.84rem;
  }
}

/* Final mobile readability pass */

@media (max-width: 720px) {
  body {
    background:
      radial-gradient(circle at top, rgba(186, 148, 96, 0.18), transparent 24%),
      linear-gradient(180deg, #efe7db 0%, #f6f1e8 42%, #fbf8f2 100%);
  }

  .page-shell {
    width: min(100% - 14px, 1240px);
    margin: 8px auto 20px;
  }

  .site-header {
    padding: 12px 14px;
    gap: 10px;
    min-height: 64px;
    border-radius: 18px;
  }

  .brand {
    grid-template-columns: 46px auto;
    column-gap: 9px;
    min-width: 0;
  }

  .brand-logo {
    width: 46px;
    height: 46px;
    padding: 5px;
  }

  .brand-mark {
    font-size: 1.32rem;
    line-height: 1;
  }

  .brand-subtitle {
    font-size: 0.6rem;
    letter-spacing: 0.08em;
  }

  .hero-image-card,
  .hero-card-panel,
  .trust-band,
  .section,
  .team-card,
  .gallery-card,
  .contact-form,
  .testimonial-card,
  .testimonial-image {
    border-radius: 22px;
  }

  .hero-image-card {
    overflow: hidden;
  }

  .hero-showcase-image {
    width: 100%;
    min-height: 420px;
    object-fit: cover;
    object-position: center top;
  }

  .hero-card-panel {
    margin-top: 10px;
    padding: 20px 16px;
    background:
      radial-gradient(circle at top right, rgba(186, 148, 96, 0.2), transparent 34%),
      linear-gradient(180deg, rgba(20, 36, 57, 0.98), rgba(31, 50, 75, 0.96));
  }

  .hero-card-copy {
    max-width: 100%;
  }

  .hero-card-panel .hero-brandline {
    gap: 10px;
    margin-bottom: 10px;
    font-size: 0.76rem;
    line-height: 1.3;
  }

  .hero-card-panel .hero-brand-badge {
    width: 46px;
    height: 46px;
    padding: 6px;
    border-radius: 13px;
  }

  .hero-card-panel .eyebrow {
    margin-bottom: 8px;
    font-size: 0.62rem;
    letter-spacing: 0.1em;
    line-height: 1.35;
  }

  .hero-card-panel h1 {
    max-width: 100%;
    font-size: 1.42rem;
    line-height: 1.14;
    letter-spacing: -0.015em;
  }

  .hero-card-panel .hero-lead {
    max-width: 100%;
    margin-top: 10px;
    font-size: 0.9rem;
    line-height: 1.56;
  }

  .hero-card-panel .hero-actions {
    flex-direction: column;
    gap: 10px;
    margin-top: 16px;
  }

  .hero-card-panel .button {
    width: 100%;
    min-height: 47px;
    font-size: 0.9rem;
  }

  .hero-card-panel .hero-proof {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 14px;
  }

  .hero-card-panel .proof-item {
    padding: 12px 13px;
    border-radius: 16px;
  }

  .hero-card-panel .proof-item strong {
    font-size: 0.84rem;
    line-height: 1.28;
  }

  .hero-card-panel .proof-item span {
    font-size: 0.78rem;
    line-height: 1.44;
  }

  .trust-band {
    padding: 16px;
    gap: 10px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(247, 241, 232, 0.9));
  }

  .trust-band strong {
    font-size: 0.96rem;
    line-height: 1.16;
  }

  .trust-band span {
    font-size: 0.9rem;
    line-height: 1.56;
  }

  .section {
    padding: 22px 18px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(248, 243, 236, 0.88));
  }

  .section-heading {
    margin-bottom: 18px;
  }

  .section-heading h2,
  .split-copy h2,
  .testimonial-card h2,
  .contact-copy h2 {
    max-width: 100%;
    font-size: 1.68rem;
    line-height: 1.08;
  }

  .section-heading p,
  .service-card p,
  .benefit-card p,
  .team-copy p,
  .contact-copy p,
  .testimonial-card p,
  .gallery-card figcaption,
  .faq-list p {
    font-size: 0.92rem;
    line-height: 1.58;
  }

  .service-grid,
  .benefit-grid,
  .gallery-grid,
  .team-grid,
  .contact-section,
  .testimonial-section {
    gap: 12px;
  }

  .service-card,
  .benefit-card {
    padding: 18px;
  }

  .service-card h3,
  .benefit-card h3,
  .team-copy h3 {
    font-size: 1.32rem;
    line-height: 1.1;
  }

  .gallery-card {
    padding: 12px;
  }

  .gallery-image {
    min-height: 210px;
    max-height: 210px;
  }

  .gallery-card.large .gallery-image,
  .advisor-image,
  .portrait-image-large,
  .testimonial-photo {
    min-height: 270px;
    max-height: 270px;
  }

  .team-card {
    padding: 12px;
  }

  .portrait-frame {
    padding: 12px;
    border-radius: 20px;
  }

  .team-copy {
    padding: 4px 4px 2px;
  }

  .testimonial-card,
  .testimonial-image {
    padding: 20px;
  }

  .testimonial-card blockquote {
    font-size: 1.24rem;
    line-height: 1.2;
  }

  .contact-form {
    padding: 18px;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    padding: 13px 14px;
    border-radius: 15px;
  }

  .contact-panel {
    margin-top: 16px;
    padding: 18px;
    background:
      radial-gradient(circle at top right, rgba(186, 148, 96, 0.16), transparent 34%),
      linear-gradient(180deg, rgba(19, 38, 63, 0.96), rgba(31, 49, 73, 0.94));
  }

  .faq-list details {
    padding: 15px 16px;
  }
}

@media (max-width: 420px) {
  body {
    background:
      radial-gradient(circle at top, rgba(186, 148, 96, 0.16), transparent 20%),
      linear-gradient(180deg, #eee5d7 0%, #f7f1e8 48%, #fcfaf5 100%);
  }

  .page-shell {
    width: min(100% - 10px, 1240px);
  }

  .site-header {
    padding: 10px 12px;
  }

  .brand {
    grid-template-columns: 40px auto;
    column-gap: 8px;
  }

  .brand-logo {
    width: 40px;
    height: 40px;
    padding: 4px;
  }

  .brand-mark {
    font-size: 1.2rem;
  }

  .brand-subtitle {
    font-size: 0.56rem;
  }

  .hero-showcase-image {
    min-height: 360px;
  }

  .hero-card-panel {
    padding: 18px 14px;
  }

  .hero-card-panel h1 {
    font-size: 1.28rem;
  }

  .hero-card-panel .hero-lead {
    font-size: 0.84rem;
  }

  .section {
    padding: 18px 14px;
  }

  .section-heading h2,
  .split-copy h2,
  .testimonial-card h2,
  .contact-copy h2 {
    font-size: 1.52rem;
  }

  .gallery-image {
    min-height: 190px;
    max-height: 190px;
  }

  .gallery-card.large .gallery-image,
  .advisor-image,
  .portrait-image-large,
  .testimonial-photo {
    min-height: 240px;
    max-height: 240px;
  }
}

/* Shared team section */

.team-section .section-heading {
  max-width: 820px;
}

.team-card-shared {
  grid-template-columns: minmax(340px, 0.95fr) minmax(0, 1.05fr);
  gap: 26px;
  align-items: center;
}

.portrait-frame-shared {
  background:
    radial-gradient(circle at top left, rgba(186, 148, 96, 0.14), transparent 34%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.78), rgba(247, 242, 235, 0.42));
}

.team-shared-image {
  min-height: 520px;
  max-height: 520px;
  object-fit: cover;
  object-position: center center;
}

.team-card-shared .team-copy {
  padding: 8px 10px 8px 0;
}

.team-card-shared .team-role {
  margin-bottom: 10px;
}

.team-card-shared .team-copy h3 {
  font-size: clamp(1.8rem, 2.7vw, 2.3rem);
  line-height: 1.04;
  margin-bottom: 12px;
}

.team-card-shared .team-copy p + p {
  margin-top: 12px;
}

@media (max-width: 980px) {
  .team-card-shared {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .team-shared-image {
    min-height: 420px;
    max-height: 420px;
  }

  .team-card-shared .team-copy {
    padding: 4px 6px 8px;
  }
}

@media (max-width: 720px) {
  .team-shared-image {
    min-height: 300px;
    max-height: 300px;
  }

  .team-card-shared .team-copy h3 {
    font-size: 1.44rem;
    line-height: 1.1;
  }
}

@media (max-width: 420px) {
  .team-shared-image {
    min-height: 250px;
    max-height: 250px;
  }
}

/* Legal footer and legal sections */

.legal-section {
  padding-top: 28px;
}

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

.legal-card {
  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(18, 42, 76, 0.08);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 241, 233, 0.9));
  box-shadow: 0 20px 55px rgba(14, 30, 54, 0.08);
}

.legal-card h3 {
  margin: 0 0 10px;
  font-size: 1.02rem;
  line-height: 1.2;
  color: #0f2745;
}

.legal-card h3 + p {
  margin-top: 0;
}

.legal-card p {
  margin: 0;
  color: rgba(15, 39, 69, 0.82);
  font-size: 0.98rem;
  line-height: 1.7;
}

.legal-card p + h3,
.legal-card p + p {
  margin-top: 14px;
}

.legal-note {
  margin: 18px 0 0;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(15, 39, 69, 0.06);
  color: rgba(15, 39, 69, 0.8);
  font-size: 0.94rem;
  line-height: 1.65;
}

.site-footer {
  padding: 22px 24px 30px;
  border-top: 1px solid rgba(18, 42, 76, 0.08);
  background: linear-gradient(180deg, rgba(239, 234, 225, 0.96), rgba(232, 226, 216, 0.98));
}

.site-footer-inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.site-footer-inner p {
  margin: 0;
  color: rgba(15, 39, 69, 0.78);
  font-size: 0.92rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.footer-links a {
  color: #0f2745;
  font-size: 0.94rem;
  font-weight: 600;
  text-decoration: none;
}

.footer-links a:hover {
  color: #8c6a3d;
}

@media (max-width: 720px) {
  .legal-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .legal-card {
    padding: 18px 16px;
    border-radius: 20px;
  }

  .legal-card p,
  .legal-note {
    font-size: 0.92rem;
    line-height: 1.62;
  }

  .site-footer {
    padding: 18px 14px 24px;
  }

  .site-footer-inner {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .footer-links {
    gap: 12px;
  }
}

@media (max-width: 720px) {
  .section-dark {
    background:
      radial-gradient(circle at top right, rgba(183, 146, 98, 0.16), transparent 34%),
      linear-gradient(180deg, #16345c 0%, #102845 100%);
    color: #f4efe7;
  }

  .section-dark .section-heading h2,
  .section-dark .eyebrow,
  .section-dark .benefit-card h3 {
    color: #f8f3ec;
  }

  .section-dark .section-heading p,
  .section-dark .benefit-card p {
    color: rgba(244, 239, 231, 0.9);
  }

  .section-dark .benefit-card {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.14);
    box-shadow: 0 18px 42px rgba(5, 17, 34, 0.22);
  }

  .section-dark .benefit-card::after {
    background: radial-gradient(circle, rgba(183, 146, 98, 0.24), transparent 70%);
  }
}

@media (max-width: 420px) {
  .section-dark .section-heading p,
  .section-dark .benefit-card p {
    color: rgba(248, 243, 236, 0.92);
  }
}
