:root {
  --navy: #11213a;
  --navy-deep: #081526;
  --gold: #b8893b;
  --gold-light: #d7b36d;
  --cream: #f6f2ea;
  --white: #ffffff;
  --ink: #14213a;
  --muted: #657087;
  --line: rgba(17, 33, 58, 0.13);
  --line-light: rgba(255, 255, 255, 0.15);
  --shadow: 0 28px 80px rgba(8, 21, 38, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 4px; }

.skip-link {
  position: fixed; z-index: 100; top: 12px; left: 12px; padding: 12px 16px;
  background: var(--white); color: var(--navy); font-size: .78rem; font-weight: 750;
  transform: translateY(-180%); transition: transform 160ms ease;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute; z-index: 20; inset: 0 0 auto; display: grid;
  grid-template-columns: 220px 1fr auto; align-items: center; min-height: 100px;
  padding: 16px clamp(26px, 5vw, 82px); color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.13);
}
.brand { width: 184px; }
.main-nav { display: flex; justify-content: center; gap: clamp(20px, 2.5vw, 42px); }
.main-nav a { font-size: .68rem; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; transition: color 180ms ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--gold-light); }
.header-cta {
  padding: 13px 19px; color: var(--gold-light); border: 1px solid rgba(215,179,109,.68);
  font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
  transition: color 180ms ease, border-color 180ms ease;
}
.header-cta:hover, .header-cta:focus-visible { color: var(--white); border-color: var(--white); }

.hero {
  position: relative; isolation: isolate; display: grid; place-items: center; min-height: 820px;
  padding: 150px 24px 110px; overflow: hidden; background: var(--navy); color: var(--white);
}
.hero::before {
  content: "CP"; position: absolute; z-index: -2; left: 50%; top: 50%; transform: translate(-50%,-44%);
  color: rgba(255,255,255,.018); font-family: "Miller Banner", Georgia, serif;
  font-size: clamp(24rem, 53vw, 52rem); line-height: .8; letter-spacing: -.18em; white-space: nowrap;
}
.hero::after {
  content: ""; position: absolute; z-index: -1; inset: 0;
  background: radial-gradient(circle at 50% 42%, rgba(184,137,59,.12), transparent 36%);
}
.hero-orbit { position: absolute; z-index: -1; border: 1px solid rgba(215,179,109,.2); border-radius: 50%; }
.hero-orbit-one { width: 620px; height: 620px; left: -380px; bottom: -280px; }
.hero-orbit-two { width: 460px; height: 460px; right: -280px; top: 30px; }
.hero-copy { width: min(980px, 100%); text-align: center; }
.hero-mark { width: 76px; height: 76px; object-fit: contain; margin: 0 auto 28px; }
.eyebrow {
  display: flex; align-items: center; gap: 14px; margin: 0 0 26px; color: var(--gold-light);
  font-size: .68rem; font-weight: 800; letter-spacing: .19em; text-transform: uppercase;
}
.eyebrow::before, .eyebrow::after { content: ""; width: 38px; height: 1px; background: currentColor; }
.eyebrow:not(.eyebrow-centered)::after { display: none; }
.eyebrow-centered { justify-content: center; }
.eyebrow-dark { color: var(--gold); }
h1, .section-heading h2, .contact-section h2 {
  margin: 0; font-family: "Miller Banner", Georgia, "Times New Roman", serif;
  font-weight: 400; line-height: .98; letter-spacing: -.043em; text-wrap: balance;
}
h1 { font-size: clamp(3.5rem, 7vw, 7.4rem); }
h1 em, .section-heading h2 em, .contact-section h2 em { color: var(--gold-light); font-weight: 400; }
.hero-lead {
  max-width: 740px; margin: 30px auto 0; color: rgba(255,255,255,.72);
  font-size: clamp(1rem, 1.35vw, 1.18rem); line-height: 1.78;
}
.hero-offer {
  display: flex; align-items: center; justify-content: center; gap: 10px; width: fit-content;
  margin: 24px auto 0; padding: 10px 16px; color: rgba(255,255,255,.9);
  border: 1px solid rgba(215,179,109,.42); background: rgba(215,179,109,.07);
  font-size: .76rem; font-weight: 700; letter-spacing: .025em;
}
.hero-offer span { color: var(--gold-light); }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 30px; margin-top: 34px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 56px;
  padding: 0 26px; border: 0; border-radius: 1px; font: inherit; font-size: .72rem;
  font-weight: 800; letter-spacing: .09em; text-transform: uppercase; cursor: pointer;
  transition: transform 180ms ease, background 180ms ease;
}
.button-gold { background: var(--gold); color: var(--white); }
.button-gold:hover, .button-gold:focus-visible { background: #c49749; transform: translateY(-2px); }
.text-link { padding: 12px 0; color: rgba(255,255,255,.8); border-bottom: 1px solid rgba(255,255,255,.35); font-size: .74rem; font-weight: 700; }
.text-link:hover, .text-link:focus-visible { color: var(--gold-light); }
.trust-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px 28px; margin-top: 46px; color: rgba(255,255,255,.5); font-size: .66rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.trust-row span:not(:last-child)::after { content: "·"; margin-left: 28px; color: var(--gold); }

.stats-section { position: relative; z-index: 3; padding: 0 24px; background: linear-gradient(var(--navy) 50%, var(--cream) 50%); }
.stats-shell { display: grid; grid-template-columns: repeat(4,1fr); width: min(1220px,100%); margin: 0 auto; background: var(--white); box-shadow: var(--shadow); }
.stats-shell article { display: grid; place-items: center; align-content: center; min-height: 164px; padding: 28px 22px; text-align: center; border-right: 1px solid var(--line); }
.stats-shell article:last-child { border-right: 0; }
.stats-shell strong { color: var(--gold); font-family: "Miller Banner", Georgia, serif; font-size: clamp(2.2rem,3.5vw,3.8rem); font-weight: 400; line-height: 1; }
.stats-shell span { margin-top: 11px; color: var(--muted); font-size: .69rem; font-weight: 750; letter-spacing: .11em; line-height: 1.45; text-transform: uppercase; }

.section-shell { width: min(1220px, calc(100% - 48px)); margin: 0 auto; }
.section-kicker { display: flex; align-items: center; justify-content: space-between; padding: 28px 0; color: var(--muted); border-bottom: 1px solid var(--line); font-size: .66rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.section-kicker strong { color: var(--gold); font-family: "Miller Banner", Georgia, serif; font-size: 1rem; font-weight: 400; }
.section-kicker-light { color: rgba(255,255,255,.48); border-bottom-color: var(--line-light); }
.section-heading-centered { max-width: 920px; margin-inline: auto; text-align: center; }
.section-heading h2, .contact-section h2 { font-size: clamp(3rem,5.8vw,6rem); }
.section-heading-light { color: var(--white); }
.section-heading-light h2 em { color: var(--gold-light); }
.section-lead { max-width: 760px; margin: 26px auto 0; color: var(--muted); font-size: .96rem; line-height: 1.8; }
.section-heading-light .section-lead { color: rgba(255,255,255,.62); }

.trust-section { padding: 120px 0 112px; text-align: center; }
.trust-section .section-heading h2 { max-width: 780px; margin-inline: auto; font-size: clamp(2.8rem,5vw,5rem); }
.client-marquee { margin-top: 58px; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.55); }
.client-marquee-track { display: flex; width: max-content; animation: client-marquee 32s linear infinite; }
.client-logo-card { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 280px; height: 196px; margin: 0; padding: 24px 28px 20px; background: var(--white); border-right: 1px solid var(--line); }
.client-logo-card img { width: 190px; height: 112px; object-fit: contain; mix-blend-mode: multiply; }
.client-logo-card span { margin-top: 13px; color: var(--muted); font-size: .6rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.logo-note { max-width: 760px; margin: 20px auto 0; padding: 0 24px; color: var(--muted); font-size: .7rem; line-height: 1.6; letter-spacing: .045em; }
@keyframes client-marquee { to { transform: translateX(-50%); } }

.firm-section { padding-bottom: 124px; background: var(--white); }
.firm-heading { padding: 94px 0 64px; }
.firm-showcase { display: grid; grid-template-columns: .95fr 1.05fr; min-height: 610px; background: var(--cream); box-shadow: var(--shadow); }
.firm-image { position: relative; min-height: 610px; overflow: hidden; }
.firm-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,21,38,.67), transparent 55%); }
.firm-image img { width: 100%; height: 100%; min-height: 610px; object-fit: cover; object-position: center; filter: saturate(.7) contrast(1.04); }
.firm-image span { position: absolute; z-index: 2; left: 36px; right: 36px; bottom: 32px; color: var(--white); font-size: .65rem; font-weight: 750; letter-spacing: .14em; text-align: center; text-transform: uppercase; }
.mission-grid { display: grid; grid-template-rows: repeat(2,1fr); }
.mission-grid article { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px,6vw,78px); text-align: center; }
.mission-grid article:first-child { border-bottom: 1px solid var(--line); }
.mission-grid article > span { color: var(--gold); font-size: .66rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.mission-grid h3 { margin: 18px 0 0; font-family: "Miller Banner", Georgia, serif; font-size: clamp(1.8rem,3vw,3rem); font-weight: 400; line-height: 1.1; }
.mission-grid p { max-width: 500px; margin: 18px auto 0; color: var(--muted); font-size: .85rem; line-height: 1.75; }

.services-section { padding-bottom: 124px; background: var(--navy); color: var(--white); }
.services-heading { padding: 94px 0 66px; }
.services-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.service-card { position: relative; display: flex; flex-direction: column; align-items: center; min-height: 500px; padding: 42px clamp(28px,4vw,54px); text-align: center; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); transition: background 220ms ease; }
.service-card:hover { z-index: 2; background: rgba(255,255,255,.055); }
.service-card-wide { grid-column: span 2; min-height: 450px; }
.service-number { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 26px; color: var(--gold-light); border: 1px solid rgba(215,179,109,.42); border-radius: 50%; font-family: "Miller Banner", Georgia, serif; font-size: 1.05rem; }
.service-card h3 { max-width: 550px; margin: 0; font-family: "Miller Banner", Georgia, serif; font-size: clamp(2rem,3vw,3.2rem); font-weight: 400; line-height: 1.08; }
.service-card > p { max-width: 590px; margin: 18px auto 0; color: rgba(255,255,255,.62); font-size: .86rem; line-height: 1.75; }
.service-results { display: flex; justify-content: center; flex-wrap: wrap; gap: 9px; margin: 28px 0 0; padding: 0; list-style: none; }
.service-results li { padding: 9px 12px; color: var(--gold-light); border: 1px solid rgba(215,179,109,.3); font-size: .62rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.service-ideal { width: 100%; margin-top: auto; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.13); }
.service-ideal strong, .service-ideal span { display: block; }
.service-ideal strong { color: var(--gold-light); font-size: .6rem; letter-spacing: .16em; text-transform: uppercase; }
.service-ideal span { max-width: 520px; margin: 10px auto 0; color: rgba(255,255,255,.55); font-size: .73rem; line-height: 1.55; }
.service-contact-button {
  display: flex; align-items: center; justify-content: space-between; gap: 20px; width: 100%;
  margin-top: 24px; padding: 16px 18px; color: var(--navy); border: 1px solid var(--gold-light);
  background: var(--gold-light); font: inherit; font-size: .66rem; font-weight: 850;
  letter-spacing: .07em; text-align: left; text-transform: uppercase; cursor: pointer;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}
.service-contact-button:hover, .service-contact-button:focus-visible { color: var(--white); background: var(--gold); transform: translateY(-2px); }

.method-section { padding-bottom: 124px; }
.method-heading { padding: 94px 0 64px; }
.process-list { display: grid; grid-template-columns: repeat(4,1fr); margin: 0; padding: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); list-style: none; }
.process-list li { display: flex; flex-direction: column; align-items: center; min-height: 290px; padding: 34px 28px; text-align: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-list li > span { display: grid; place-items: center; width: 48px; height: 48px; color: var(--gold); border: 1px solid rgba(184,137,59,.36); border-radius: 50%; font-family: "Miller Banner", Georgia, serif; }
.process-list h3 { margin: 54px 0 0; font-family: "Miller Banner", Georgia, serif; font-size: 1.7rem; font-weight: 400; }
.process-list p { margin: 14px 0 0; color: var(--muted); font-size: .79rem; line-height: 1.68; }
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 60px; }
.values-grid article { padding: 42px 30px; text-align: center; background: var(--white); box-shadow: 0 18px 50px rgba(8,21,38,.06); }
.values-grid article > span { color: var(--gold); font-size: .62rem; font-weight: 800; letter-spacing: .16em; }
.values-grid h3 { margin: 16px 0 0; font-family: "Miller Banner", Georgia, serif; font-size: 2rem; font-weight: 400; }
.values-grid p { max-width: 310px; margin: 14px auto 0; color: var(--muted); font-size: .8rem; line-height: 1.68; }

.leadership-section { padding-bottom: 120px; background: var(--navy); color: var(--white); }
.leadership-heading { padding: 92px 0 60px; }
.partner-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; max-width: 920px; margin: 0 auto; }
.partner-card { display: flex; flex-direction: column; align-items: center; padding: 48px 30px; text-align: center; border: 1px solid var(--line-light); background: rgba(255,255,255,.025); }
.partner-initials { display: grid; place-items: center; width: 86px; height: 86px; color: var(--gold-light); border: 1px solid rgba(215,179,109,.5); border-radius: 50%; font-family: "Miller Banner", Georgia, serif; font-size: 1.8rem; }
.partner-card h3 { margin: 24px 0 0; font-family: "Miller Banner", Georgia, serif; font-size: 2rem; font-weight: 400; }
.partner-card p { margin: 8px 0 17px; color: var(--gold-light); font-size: .65rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.partner-card a { margin-top: 7px; color: rgba(255,255,255,.58); font-size: .76rem; overflow-wrap: anywhere; }
.partner-card a:hover, .partner-card a:focus-visible { color: var(--white); }

.testimonials-section { padding-bottom: 124px; background: var(--white); }
.testimonials-heading { padding: 94px 0 62px; }
.testimonials-heading h2 em { color: var(--gold); }
.testimonials-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 28px; align-items: stretch; }
.comments-panel { min-height: 610px; padding: clamp(28px,4vw,52px); background: var(--cream); border: 1px solid var(--line); }
.comments-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.comment-card { display: flex; flex-direction: column; min-height: 260px; padding: 30px 26px; text-align: center; background: var(--white); border: 1px solid rgba(17,33,58,.08); box-shadow: 0 14px 38px rgba(8,21,38,.05); }
.comment-stars { color: var(--gold); font-size: .8rem; letter-spacing: .18em; }
.comment-card blockquote { margin: 24px auto 28px; color: var(--ink); font-family: "Miller Banner", Georgia, serif; font-size: 1.34rem; line-height: 1.42; }
.comment-card strong { margin-top: auto; font-size: .73rem; letter-spacing: .08em; text-transform: uppercase; }
.comment-card > span { margin-top: 7px; color: var(--muted); font-size: .7rem; }
.comments-empty { display: grid; place-items: center; align-content: center; min-height: 500px; margin: 0; text-align: center; color: var(--muted); }
.comments-empty > span { color: var(--gold); font-family: Georgia,serif; font-size: 7rem; line-height: .7; }
.comments-empty strong { max-width: 450px; margin-top: 22px; color: var(--ink); font-family: "Miller Banner", Georgia, serif; font-size: 2.2rem; font-weight: 400; line-height: 1.18; }
.comments-empty p { margin: 14px 0 0; font-size: .82rem; }
.comment-form { display: flex; flex-direction: column; padding: clamp(34px,5vw,58px); background: var(--navy); color: var(--white); }
.form-label { color: var(--gold-light); font-size: .64rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.comment-form h3 { max-width: 520px; margin: 18px auto 34px; text-align: center; font-family: "Miller Banner", Georgia, serif; font-size: clamp(2rem,3.5vw,3.2rem); font-weight: 400; line-height: 1.08; }
.comment-form > .form-label { text-align: center; }
.comment-form label { display: block; margin-top: 18px; color: rgba(255,255,255,.7); font-size: .66rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.comment-form label small { color: rgba(255,255,255,.38); font-size: inherit; }
.comment-form input, .comment-form select, .comment-form textarea { width: 100%; margin-top: 9px; padding: 14px 15px; color: var(--white); border: 1px solid rgba(255,255,255,.19); border-radius: 0; background: rgba(255,255,255,.055); font: inherit; font-size: .82rem; line-height: 1.5; outline: none; }
.comment-form select { color-scheme: dark; }
.comment-form textarea { resize: vertical; min-height: 130px; }
.comment-form input:focus, .comment-form select:focus, .comment-form textarea:focus { border-color: var(--gold-light); }
.form-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.comment-form .button { margin-top: 24px; background: var(--gold); }
.comment-form .button:disabled { cursor: wait; opacity: .58; }
.form-notice { margin: 18px 0 0; padding: 13px 15px; text-align: center; font-size: .76rem; line-height: 1.5; }
.form-notice-success { color: #d9f3df; border: 1px solid rgba(133,211,151,.35); background: rgba(64,150,84,.14); }
.form-notice-error { color: #ffd9d9; border: 1px solid rgba(235,120,120,.35); background: rgba(170,53,53,.14); }

.lead-section { padding-bottom: 124px; background: var(--white); scroll-margin-top: 20px; }
.lead-heading { padding: 94px 0 62px; }
.lead-heading h2 em { color: var(--gold); }
.lead-layout { display: grid; grid-template-columns: .86fr 1.14fr; min-height: 720px; box-shadow: var(--shadow); }
.lead-intro { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px,5vw,68px); background: var(--cream); border: 1px solid var(--line); }
.lead-intro h3 { margin: 18px 0 0; font-family: "Miller Banner",Georgia,serif; font-size: clamp(2.3rem,4vw,4rem); font-weight: 400; line-height: 1.04; }
.lead-intro > p { margin: 24px 0 0; color: var(--muted); font-size: .86rem; line-height: 1.8; }
.lead-intro > a { width: fit-content; margin-top: 34px; color: var(--ink); border-bottom: 1px solid rgba(184,137,59,.5); font-size: .75rem; line-height: 1.8; }
.lead-intro > a strong { color: var(--gold); }
.lead-benefits { display: grid; gap: 0; margin: 34px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.lead-benefits li { display: grid; grid-template-columns: 44px 1fr; gap: 16px; align-items: start; padding: 22px 0; border-bottom: 1px solid var(--line); }
.lead-benefits li > span { color: var(--gold); font-family: "Miller Banner",Georgia,serif; font-size: 1.2rem; }
.lead-benefits strong { display: block; font-family: "Miller Banner",Georgia,serif; font-size: 1.28rem; font-weight: 400; }
.lead-benefits p { margin: 6px 0 0; color: var(--muted); font-size: .75rem; line-height: 1.55; }
.lead-form { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px,5vw,68px); background: var(--navy); color: var(--white); }
.lead-form > .form-label { text-align: center; }
.lead-form h3 { margin: 16px auto 26px; text-align: center; font-family: "Miller Banner",Georgia,serif; font-size: clamp(2.2rem,4vw,3.7rem); font-weight: 400; line-height: 1.06; }
.lead-form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 0 16px; }
.lead-form label { display: block; margin-top: 17px; color: rgba(255,255,255,.7); font-size: .64rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.lead-form input:not([type="checkbox"]), .lead-form select, .lead-form textarea { width: 100%; margin-top: 9px; padding: 14px 15px; color: var(--white); border: 1px solid rgba(255,255,255,.19); border-radius: 0; background: rgba(255,255,255,.055); font: inherit; font-size: .82rem; line-height: 1.5; outline: none; }
.lead-form input::placeholder, .lead-form textarea::placeholder { color: rgba(255,255,255,.34); }
.lead-form select { color-scheme: light; }
.lead-form select option { color: var(--navy); background: var(--white); }
.lead-form textarea { min-height: 136px; resize: vertical; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--gold-light); }
.lead-form .lead-consent { display: flex; gap: 11px; align-items: flex-start; margin-top: 20px; color: rgba(255,255,255,.58); text-transform: none; letter-spacing: 0; line-height: 1.5; }
.lead-consent input { width: 16px; height: 16px; margin: 2px 0 0; accent-color: var(--gold); }
.lead-form .button { max-width: none; margin-top: 24px; }
.lead-form .button:disabled { cursor: wait; opacity: .58; }
.lead-privacy { margin: 14px 0 0; color: rgba(255,255,255,.4); text-align: center; font-size: .66rem; line-height: 1.5; }

.admin-leads { display: grid; gap: 16px; text-align: left; }
.admin-leads article { padding: clamp(24px,4vw,38px); border: 1px solid var(--line-light); background: rgba(255,255,255,.035); }
.admin-lead-meta { display: flex; justify-content: space-between; gap: 20px; align-items: center; color: rgba(255,255,255,.45); font-size: .68rem; }
.lead-status { padding: 7px 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.lead-status-new { color: #f0d7a6; background: rgba(184,137,59,.2); }
.lead-status-contacted { color: #d8e7ff; background: rgba(86,130,191,.25); }
.lead-status-closed { color: #cce9d1; background: rgba(62,139,80,.25); }
.admin-service { display: block; margin-top: 24px; color: var(--gold-light); font-size: .67rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.admin-leads h2 { margin: 10px 0 0; font-family: "Miller Banner",Georgia,serif; font-size: 2.2rem; font-weight: 400; }
.admin-leads blockquote { margin: 24px 0; color: rgba(255,255,255,.78); font-family: "Miller Banner",Georgia,serif; font-size: 1.35rem; line-height: 1.45; }
.admin-contact-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; padding-top: 22px; border-top: 1px solid var(--line-light); }
.admin-contact-grid small, .admin-contact-grid strong, .admin-contact-grid a { display: block; }
.admin-contact-grid small { margin-bottom: 7px; color: rgba(255,255,255,.38); font-size: .6rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.admin-contact-grid strong, .admin-contact-grid a { color: rgba(255,255,255,.78); font-size: .75rem; overflow-wrap: anywhere; }

.admin-page { min-height: 100vh; padding: 70px 24px; background: var(--navy-deep); color: var(--white); }
.admin-shell { width: min(980px,100%); margin: 0 auto; text-align: center; }
.admin-brand { display: block; width: 190px; margin: 0 auto 46px; }
.admin-page h1 { max-width: 820px; margin: 0 auto; font-size: clamp(3rem,7vw,6.5rem); }
.admin-lead { max-width: 640px; margin: 24px auto 46px; color: rgba(255,255,255,.62); line-height: 1.75; }
.admin-empty { padding: 60px 24px; color: rgba(255,255,255,.6); border: 1px solid var(--line-light); }
.admin-comments { display: grid; gap: 14px; text-align: left; }
.admin-comments article { padding: 28px; border: 1px solid var(--line-light); background: rgba(255,255,255,.035); }
.admin-comment-meta { display: flex; justify-content: space-between; gap: 20px; color: var(--gold-light); font-size: .72rem; }
.status-visible, .status-pending { padding: 6px 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.status-visible { color: #cce9d1; background: rgba(62,139,80,.25); }
.status-pending { color: #f0d7a6; background: rgba(184,137,59,.19); }
.admin-comments blockquote { margin: 22px 0; font-family: "Miller Banner",Georgia,serif; font-size: 1.55rem; line-height: 1.4; }
.admin-comments article > p, .admin-comments article > small { display: block; margin: 6px 0 0; color: rgba(255,255,255,.5); }
.admin-actions { display: flex; gap: 10px; margin-top: 24px; }
.admin-actions button { padding: 10px 14px; color: var(--navy); border: 0; background: var(--gold-light); font: inherit; font-size: .7rem; font-weight: 800; cursor: pointer; }
.admin-actions .button-danger { color: #ffdede; background: rgba(173,61,61,.4); }
.admin-actions button:disabled { cursor: wait; opacity: .55; }
.admin-back { display: inline-block; margin-top: 34px; color: var(--gold-light); border-bottom: 1px solid rgba(215,179,109,.4); font-size: .75rem; }

.contact-section { display: flex; flex-direction: column; align-items: center; padding: 120px 24px; text-align: center; background: var(--white); }
.contact-mark { width: 92px; height: 92px; margin-bottom: 30px; object-fit: contain; }
.contact-section h2 { max-width: 1000px; }
.contact-section h2 em { color: var(--gold); }
.contact-section > p:not(.eyebrow) { max-width: 650px; margin: 28px auto 0; color: var(--muted); font-size: .95rem; line-height: 1.8; }
.button-navy { margin-top: 32px; background: var(--navy); color: var(--white); }
.button-navy:hover, .button-navy:focus-visible { background: var(--navy-deep); transform: translateY(-2px); }

.site-footer { display: grid; grid-template-columns: 1.25fr 1fr .75fr; gap: 48px; align-items: center; padding: 58px clamp(26px,5vw,82px); background: var(--navy); color: var(--white); }
.footer-brand img { width: 184px; }
.footer-brand p { max-width: 430px; margin: 17px 0 0; color: rgba(255,255,255,.48); font-family: "Miller Banner", Georgia, serif; font-size: 1.1rem; }
.footer-contact span, .footer-contact a, .footer-note span { display: block; }
.footer-contact span { margin-bottom: 12px; color: var(--gold-light); font-size: .64rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.footer-contact a, .footer-note span { margin-top: 7px; color: rgba(255,255,255,.58); font-size: .72rem; }
.footer-note { text-align: right; }
.floating-whatsapp { position: fixed; z-index: 30; right: 22px; bottom: 22px; display: grid; place-items: center; width: 56px; height: 56px; background: #25d366; color: var(--white); border: 2px solid var(--white); border-radius: 50%; box-shadow: 0 14px 34px rgba(17,33,58,.3); transition: transform 180ms ease, background 180ms ease; }
.floating-whatsapp:hover, .floating-whatsapp:focus-visible { background: #20bd5a; transform: translateY(-2px); }
.floating-whatsapp svg { width: 30px; height: 30px; fill: currentColor; }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 1fr auto; }
  .main-nav { display: none; }
  .stats-shell { grid-template-columns: repeat(2,1fr); }
  .stats-shell article:nth-child(2) { border-right: 0; }
  .stats-shell article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .firm-showcase { grid-template-columns: 1fr; }
  .firm-image, .firm-image img { min-height: 520px; height: 520px; }
}

@media (max-width: 760px) {
  .site-header { min-height: 88px; padding: 13px 20px; }
  .brand { width: 148px; }
  .header-cta { padding: 11px 13px; font-size: .6rem; }
  .hero { min-height: 760px; padding: 130px 20px 80px; }
  .hero-mark { width: 64px; height: 64px; }
  h1 { font-size: clamp(3.2rem,15vw,5rem); }
  .hero-actions { flex-direction: column; gap: 12px; }
  .button { width: 100%; max-width: 430px; }
  .trust-row { gap: 10px 16px; }
  .trust-row span:not(:last-child)::after { margin-left: 16px; }
  .stats-section { padding: 0 16px; }
  .stats-shell { grid-template-columns: 1fr; }
  .stats-shell article { min-height: 132px; border-right: 0; border-bottom: 1px solid var(--line); }
  .stats-shell article:last-child { border-bottom: 0; }
  .trust-section { padding: 86px 0 80px; }
  .client-logo-card { width: 220px; height: 172px; padding: 20px; }
  .client-logo-card img { width: 158px; height: 92px; }
  .section-shell { width: min(100% - 32px,1220px); }
  .section-heading h2, .contact-section h2 { font-size: clamp(2.75rem,12vw,4.3rem); }
  .firm-heading, .services-heading, .method-heading, .leadership-heading { padding: 70px 0 48px; }
  .firm-section, .services-section, .method-section, .leadership-section { padding-bottom: 82px; }
  .firm-showcase { min-height: auto; }
  .firm-image, .firm-image img { min-height: 360px; height: 360px; }
  .mission-grid article { padding: 46px 24px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card, .service-card-wide { grid-column: auto; min-height: 520px; padding: 36px 22px; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li { min-height: 230px; }
  .process-list h3 { margin-top: 34px; }
  .values-grid, .partner-list { grid-template-columns: 1fr; }
  .testimonials-section, .lead-section { padding-bottom: 82px; }
  .testimonials-heading, .lead-heading { padding: 70px 0 48px; }
  .testimonials-layout, .comments-grid, .form-row, .lead-layout, .lead-form-grid, .admin-contact-grid { grid-template-columns: 1fr; }
  .comments-panel { min-height: 430px; padding: 20px; }
  .comments-empty { min-height: 380px; }
  .comment-form, .lead-intro, .lead-form { padding: 42px 22px; }
  .admin-lead-meta { align-items: flex-start; flex-direction: column; gap: 10px; }
  .admin-actions { flex-wrap: wrap; }
  .contact-section { padding: 86px 20px; }
  .site-footer { grid-template-columns: 1fr; gap: 34px; padding: 48px 22px 92px; text-align: center; }
  .footer-brand img { margin-inline: auto; }
  .footer-brand p { margin-inline: auto; }
  .footer-note { text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .client-marquee { overflow-x: auto; }
  .client-marquee-track { animation: none !important; }
}
