:root {
  --ink: #1e252b;
  --forest: #0e5c4a;
  --forest-dark: #003f34;
  --gold: #c8a96b;
  --ivory: #e7e1d7;
  --cream: #fffaf0;
  --paper: #ffffff;
  --muted: #5c6864;
  --line: #e5dccb;
  --shadow: 0 18px 46px rgba(30, 37, 43, 0.12);
  --max: 1180px;
  --font-sans: Inter, Arial, sans-serif;
  --font-display: "Cormorant Garamond", Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: #f8f8f6;
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.55;
}

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

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

.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;
}

.site-header {
  position: sticky;
  top: 10px;
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(305px, auto) 1fr auto;
  align-items: center;
  gap: clamp(18px, 2.6vw, 36px);
  width: min(1420px, calc(100% - 28px));
  min-height: 78px;
  margin: 10px auto;
  padding: 9px clamp(20px, 3vw, 38px);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(30, 37, 43, 0.1);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(30, 37, 43, 0.11);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: var(--ink);
  text-decoration: none;
}

.brand-icon {
  width: 60px;
  height: 48px;
  object-fit: contain;
  flex: 0 0 auto;
}

.brand-copy {
  display: grid;
  gap: 1px;
  justify-items: center;
}

.brand-wordmark {
  display: flex;
  gap: 4px;
  align-items: center;
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.brand-wordmark span {
  color: var(--forest);
}

.brand-wordmark span:nth-child(2) {
  color: var(--gold);
}

.brand-tagline {
  display: flex;
  gap: 4px;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.05;
  white-space: nowrap;
}

.brand-tagline span:nth-child(1) {
  color: var(--ink);
}

.brand-tagline span:nth-child(2) {
  color: var(--gold);
}

.brand-tagline span:nth-child(3) {
  color: var(--forest);
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 1.7vw, 24px);
  font-size: 14px;
  font-weight: 600;
}

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

.site-nav a {
  position: relative;
  padding-bottom: 7px;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--gold);
  opacity: 0;
  transform: scaleX(0.45);
  transition: opacity 180ms ease, transform 180ms ease;
  content: "";
}

.site-nav a:hover,
.site-nav a.active {
  color: var(--forest);
}

.site-nav a:hover::after,
.site-nav a.active::after {
  opacity: 1;
  transform: scaleX(1);
}

.header-cta,
.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.header-cta,
.button.primary {
  background: linear-gradient(135deg, #003f34, #0e5c4a);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(14, 92, 74, 0.22);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(200, 169, 107, 0.8);
  color: var(--forest);
}

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

.cta-icon {
  position: relative;
  width: 17px;
  height: 17px;
  border: 2px solid var(--gold);
  border-radius: 3px;
  flex: 0 0 auto;
}

.cta-icon::before,
.cta-icon::after {
  position: absolute;
  background: var(--gold);
  content: "";
}

.cta-icon::before {
  top: 4px;
  right: 2px;
  left: 2px;
  height: 2px;
}

.cta-icon::after {
  top: -4px;
  left: 3px;
  width: 2px;
  height: 5px;
  box-shadow: 7px 0 0 var(--gold);
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  min-height: calc(100svh - 100px);
  overflow: hidden;
  background: var(--cream);
}

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

.hero-media {
  z-index: 0;
  background-image: url("assets/hero-finance-desk-clean.png");
  background-position: center;
  background-size: cover;
  filter: contrast(1.08) saturate(1.04);
  transform: scale(1.01);
  animation: heroDrift 18s ease-in-out infinite alternate;
}

.hero-overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255, 250, 240, 0.98) 0%, rgba(255, 250, 240, 0.82) 42%, rgba(255, 250, 240, 0.1) 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(14, 92, 74, 0.04));
}

.hero-inner,
.section-inner,
.footer-inner,
.footer-bottom {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 38px 0 118px;
}

.hero-copy {
  max-width: 650px;
  animation: fadeUp 720ms ease both;
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: #b88722;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero .eyebrow {
  font-size: clamp(16px, 1.45vw, 19px);
  letter-spacing: 0.1em;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--font-display);
  line-height: 1.08;
}

.hero h1 {
  max-width: 680px;
  color: #0d1513;
  font-size: clamp(38px, 3.9vw, 52px);
  font-weight: 600;
}

.hero h1 span {
  display: block;
  color: var(--forest);
}

.hero h1 em {
  color: var(--gold);
  font-style: normal;
}

.hero-copy p:not(.eyebrow) {
  max-width: 610px;
  margin: 18px 0 0;
  color: #384642;
  font-size: 16px;
}

.hero-copy p.hero-audience {
  margin-top: 8px;
  color: #243531;
  font-size: 14px;
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.hero-reassurance {
  margin-top: 10px !important;
  color: #5c6864 !important;
  font-size: 13px !important;
  font-weight: 600;
}

.trust-strip {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  min-height: 88px;
  padding: 18px max(36px, calc((100vw - var(--max)) / 2));
  background: linear-gradient(135deg, #003b32 0%, #0e5c4a 100%);
  color: #ffffff;
}

.trust-strip::before {
  position: absolute;
  top: -20px;
  right: -3vw;
  left: -3vw;
  height: 38px;
  background: #0e5c4a;
  border-top: 2px solid var(--gold);
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  content: "";
}

.trust-strip article {
  position: relative;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 10px;
  align-items: center;
  padding: 0 clamp(14px, 2vw, 28px);
  border-right: 1px solid rgba(255, 255, 255, 0.27);
}

.trust-strip article:last-child {
  border-right: 0;
}

.trust-strip strong {
  display: block;
  font-size: 13.5px;
  line-height: 1.2;
}

.trust-strip p {
  margin: 3px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 12.5px;
  line-height: 1.35;
}

.section {
  padding: 50px 0;
}

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

.section-heading.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

h2 {
  color: var(--forest);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 600;
}

.section h2,
.why-hero h2,
.contact-copy h2 {
  font-family: var(--font-display);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0;
}

.section-lede,
.section-heading > p:not(.section-kicker),
.why-hero p:not(.section-kicker),
.contact-copy > p:not(.section-kicker) {
  color: var(--muted);
  font-size: 17px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 42px;
  align-items: center;
}

.about-section,
.process-section {
  background: var(--cream);
}

.text-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 18px;
  color: var(--forest);
  font-weight: 800;
}

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

.pillar-grid article,
.accordion,
.process-panel,
.why-grid details,
.contact-form {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(200, 169, 107, 0.38);
  border-radius: 10px;
  box-shadow: 0 12px 32px rgba(30, 37, 43, 0.07);
}

.pillar-grid article {
  padding: 22px;
}

.pillar-grid h3,
.service-accordion strong,
.why-grid strong,
.process-panel h3 {
  color: var(--forest);
  font-size: 24px;
  font-weight: 600;
}

.pillar-grid p {
  margin: 10px 0 0;
  color: #384642;
  font-size: 14px;
}

.services-section {
  background:
    radial-gradient(circle at 94% 4%, rgba(200, 169, 107, 0.16), transparent 22%),
    #fffdf8;
}

.accordion {
  overflow: hidden;
}

.accordion details {
  border-bottom: 1px solid rgba(200, 169, 107, 0.3);
}

.accordion details:last-child {
  border-bottom: 0;
}

.accordion summary {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 24px;
  gap: 16px;
  align-items: center;
  padding: 15px 22px;
  list-style: none;
  cursor: pointer;
}

.accordion summary::-webkit-details-marker,
.why-grid summary::-webkit-details-marker {
  display: none;
}

.accordion small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.accordion summary i,
.why-grid summary i {
  position: relative;
  width: 20px;
  height: 20px;
}

.accordion summary i::before,
.accordion summary i::after,
.why-grid summary i::before,
.why-grid summary i::after {
  position: absolute;
  top: 9px;
  width: 20px;
  height: 2px;
  background: var(--gold);
  transition: transform 180ms ease;
  content: "";
}

.accordion summary i::after,
.why-grid summary i::after {
  transform: rotate(90deg);
}

.accordion details[open] summary i::after,
.why-grid details[open] summary i::after {
  transform: rotate(0deg);
}

.detail-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  padding: 0 22px 18px 92px;
}

.detail-content b {
  display: block;
  margin-bottom: 5px;
  color: #b88722;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.detail-content p {
  margin: 0;
  color: #384642;
  font-size: 14px;
}

.process-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 26px;
}

.process-tabs button {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 82px;
  padding: 16px;
  background: #ffffff;
  border: 1px solid rgba(200, 169, 107, 0.42);
  border-radius: 10px;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.process-tabs button:hover,
.process-tabs button.active {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #003f34, #0e5c4a);
  color: #ffffff;
}

.process-tabs button > span:last-child {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.05;
}

.process-tabs .ui-icon {
  background: rgba(14, 92, 74, 0.06);
}

.process-tabs button:hover .ui-icon,
.process-tabs button.active .ui-icon {
  color: var(--gold);
  border-color: rgba(200, 169, 107, 0.72);
  background: rgba(0, 44, 38, 0.2);
}

.process-panel {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 20px;
  align-items: center;
  margin-top: 16px;
  padding: 24px;
}

.process-panel p {
  margin: 8px 0 0;
  color: #384642;
  font-size: 16px;
}

.why-section {
  padding-top: 0;
  background: #fffdf8;
}

.why-hero {
  min-height: 240px;
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  background:
    linear-gradient(90deg, rgba(255, 250, 240, 0.98) 0%, rgba(255, 250, 240, 0.76) 45%, rgba(255, 250, 240, 0.22) 76%),
    url("assets/hero-finance-desk-clean.png");
  background-position: center 38%;
  background-size: cover;
}

.why-hero h2 {
  max-width: 660px;
  color: var(--ink);
}

.why-hero h2 span,
.why-band h3 span {
  color: var(--gold);
}

.why-hero p {
  max-width: 600px;
  margin: 12px 0 0;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.why-grid details {
  padding: 0;
}

.why-grid summary {
  display: grid;
  grid-template-columns: 56px 1fr 20px;
  gap: 14px;
  align-items: center;
  padding: 16px;
  cursor: pointer;
  list-style: none;
}

.why-grid p {
  margin: 0;
  padding: 0 16px 16px 82px;
  color: #384642;
  font-size: 14px;
}

.why-band {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 26px;
  align-items: center;
  margin-top: 18px;
  padding: 22px;
  background: linear-gradient(135deg, #003b32, #0e5c4a);
  border-radius: 10px;
  color: #ffffff;
}

.why-band > div {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 18px;
  align-items: center;
}

.why-band h3 {
  color: #ffffff;
  font-size: clamp(26px, 3vw, 38px);
}

.why-band h3 span {
  display: block;
  color: var(--gold);
  font-size: inherit;
  line-height: inherit;
}

.why-band ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.why-band li {
  padding: 0 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.28);
}

.why-band strong {
  display: block;
  color: var(--gold);
}

.why-band span {
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
}

.contact-section {
  background: linear-gradient(135deg, #003b32, #0e5c4a);
  color: #ffffff;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1fr);
  gap: 46px;
  align-items: start;
}

.contact-copy h2 {
  color: #ffffff;
}

.contact-section .section-kicker {
  color: var(--gold);
}

.contact-copy > p {
  color: rgba(255, 255, 255, 0.82);
}

.contact-note {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  align-items: center;
  max-width: 520px;
  margin-top: 20px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
}

.contact-visual {
  min-height: 190px;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid rgba(200, 169, 107, 0.24);
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(0, 63, 52, 0.82), rgba(0, 63, 52, 0.2)),
    url("assets/hero-finance-desk-clean.png");
  background-position: center;
  background-size: cover;
  box-shadow: 0 18px 38px rgba(0, 26, 22, 0.16);
}

.contact-visual div {
  display: grid;
  align-content: center;
  min-height: 190px;
  padding: 26px;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 700;
  line-height: 1.05;
}

.contact-visual strong:nth-child(2) {
  color: var(--gold);
}

.contact-visual strong:nth-child(3) {
  color: #18b58c;
}

.contact-note p {
  margin: 0;
  color: #ffffff;
}

.contact-form {
  padding: 22px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
}

.form-row,
.interest-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

label,
legend {
  font-size: 13px;
  font-weight: 700;
}

label {
  display: grid;
  gap: 6px;
  margin-bottom: 12px;
}

input,
select,
textarea {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid rgba(30, 37, 43, 0.16);
  border-radius: 6px;
  background: #ffffff;
  color: var(--ink);
  outline: 0;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(200, 169, 107, 0.18);
}

textarea {
  resize: vertical;
}

fieldset {
  margin: 0 0 12px;
  padding: 0;
  border: 0;
}

legend {
  margin-bottom: 8px;
}

.interest-grid label {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid rgba(30, 37, 43, 0.12);
  border-radius: 6px;
  font-weight: 600;
}

.interest-grid input,
.botcheck {
  width: auto;
  accent-color: var(--forest);
}

.botcheck {
  position: absolute;
  left: -9999px;
}

.contact-form .button {
  width: 100%;
  margin-top: 4px;
}

.site-footer {
  width: 100%;
  margin: 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(14, 92, 74, 0.34), transparent 1px),
    radial-gradient(circle at 42% 0, rgba(200, 169, 107, 0.12), transparent 28%),
    linear-gradient(135deg, #00251f 0%, #073f36 52%, #00241f 100%);
  border-top: 4px solid rgba(200, 169, 107, 0.24);
  border-radius: 0;
  color: #ffffff;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(250px, 1.1fr) minmax(240px, 1fr) minmax(220px, 0.85fr) minmax(260px, 1fr);
  gap: clamp(24px, 3.4vw, 46px);
  padding: 44px 0 28px;
}

.footer-brand .brand-icon {
  width: 58px;
  height: 48px;
}

.footer-brand .brand-wordmark {
  font-size: 25px;
}

.footer-brand .brand-copy {
  justify-items: start;
}

.footer-brand .brand-tagline {
  display: none;
}

.footer-brand .brand-wordmark span,
.footer-brand .brand-tagline span:nth-child(1) {
  color: #ffffff;
}

.footer-brand .brand-wordmark span:nth-child(2),
.footer-brand .brand-tagline span:nth-child(2) {
  color: var(--gold);
}

.footer-brand .brand-tagline span:nth-child(3) {
  color: #18b58c;
}

.footer-brand-block p {
  max-width: 350px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 1.55;
}

.footer-tagline-stack {
  display: none;
}

.footer-links,
.footer-connect {
  display: grid;
  align-content: start;
  gap: 0;
  padding-left: 0;
  border-left: 0;
}

.site-footer h2 {
  position: relative;
  margin: 0 0 18px;
  padding-bottom: 0;
  color: var(--gold);
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-footer h2::after {
  display: none;
}

.footer-links a,
.footer-connect a:not(.footer-cta),
.footer-connect p {
  position: relative;
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 12px;
  align-items: start;
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.45;
  text-decoration: none;
}

.footer-links a::before {
  color: var(--gold);
  content: "›";
  font-size: 24px;
  line-height: 0.75;
}

.footer-links a:hover,
.footer-connect a:hover {
  color: #ffffff;
}

.footer-connect svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--gold);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-cta {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  width: fit-content;
  margin-top: 14px;
  color: var(--gold);
  font-weight: 800;
  text-decoration: none;
}

.footer-brandline {
  display: grid;
  grid-template-columns: 1fr 58px 1fr;
  gap: 22px;
  align-items: center;
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
  padding: 6px 0 16px;
}

.footer-brandline span {
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold));
}

.footer-brandline span:last-child {
  background: linear-gradient(90deg, var(--gold), transparent);
}

.footer-brandline img {
  width: 50px;
  height: 46px;
  object-fit: contain;
  margin: auto;
}

.footer-bottom {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: center;
  padding: 0 0 24px;
  border-top: 0;
  text-align: center;
}

.footer-bottom p {
  max-width: 920px;
  margin: 0;
  margin-inline: auto;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.footer-bottom small {
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  white-space: nowrap;
}

.ui-icon {
  position: relative;
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(200, 169, 107, 0.56);
  border-radius: 50%;
  color: var(--forest);
  flex: 0 0 auto;
}

.ui-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.15;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ui-icon.gold {
  width: 62px;
  height: 62px;
  color: var(--gold);
  border-color: rgba(200, 169, 107, 0.74);
}

.ui-icon.gold svg {
  width: 36px;
  height: 36px;
}

.trust-strip .ui-icon,
.contact-note .ui-icon {
  color: var(--gold);
  background: rgba(0, 44, 38, 0.2);
}

.ui-icon::before,
.ui-icon::after {
  position: absolute;
  display: none;
  content: "";
}

.ui-icon.client::before,
.ui-icon.people::before {
  top: 11px;
  width: 14px;
  height: 14px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.ui-icon.client::after,
.ui-icon.people::after {
  bottom: 10px;
  width: 28px;
  height: 15px;
  border: 2px solid currentColor;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

.ui-icon.shield::before {
  width: 28px;
  height: 34px;
  border: 2px solid currentColor;
  clip-path: polygon(50% 0, 100% 18%, 90% 82%, 50% 100%, 10% 82%, 0 18%);
}

.ui-icon.shield::after {
  width: 10px;
  height: 18px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(42deg);
}

.ui-icon.bars::before {
  bottom: 13px;
  left: 14px;
  width: 5px;
  height: 13px;
  background: currentColor;
  box-shadow: 9px -7px 0 currentColor, 18px -14px 0 currentColor;
}

.ui-icon.bars::after {
  top: 12px;
  right: 12px;
  width: 20px;
  height: 13px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: skewY(-26deg);
}

.ui-icon.calendar::before {
  width: 28px;
  height: 25px;
  border: 2px solid currentColor;
  border-radius: 4px;
}

.ui-icon.calendar::after {
  top: 17px;
  width: 28px;
  height: 2px;
  background: currentColor;
  box-shadow: 0 8px 0 rgba(200, 169, 107, 0.66);
}

.ui-icon.checklist::before,
.ui-icon.document::before {
  width: 27px;
  height: 33px;
  border: 2px solid currentColor;
  border-radius: 4px;
}

.ui-icon.checklist::after,
.ui-icon.document::after {
  width: 13px;
  height: 8px;
  border-right: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  transform: rotate(38deg);
}

.ui-icon.target::before,
.ui-icon.search::before {
  width: 30px;
  height: 30px;
  border: 3px solid currentColor;
  border-radius: 50%;
  box-shadow: inset 0 0 0 7px #fffaf0, inset 0 0 0 9px var(--gold);
}

.ui-icon.target::after {
  top: 11px;
  right: 11px;
  width: 19px;
  height: 2px;
  background: var(--gold);
  transform: rotate(-42deg);
}

.ui-icon.search::after {
  right: 11px;
  bottom: 12px;
  width: 14px;
  height: 3px;
  background: currentColor;
  transform: rotate(45deg);
}

.ui-icon.sprout::before {
  bottom: 10px;
  width: 2px;
  height: 25px;
  background: currentColor;
}

.ui-icon.sprout::after {
  top: 17px;
  width: 34px;
  height: 20px;
  border: 2px solid var(--gold);
  border-right: 0;
  border-bottom: 0;
  border-radius: 60% 0;
  transform: rotate(-25deg);
}

.ui-icon.pie::before {
  width: 31px;
  height: 31px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.ui-icon.pie::after {
  width: 31px;
  height: 31px;
  background: conic-gradient(transparent 0 25%, var(--gold) 25% 50%, transparent 50% 100%);
  border-radius: 50%;
}

.ui-icon.message::before {
  width: 32px;
  height: 23px;
  border: 2px solid currentColor;
  border-radius: 14px;
}

.ui-icon.message::after {
  bottom: 13px;
  left: 18px;
  width: 11px;
  height: 11px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-18deg);
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroDrift {
  from {
    transform: scale(1.01) translateX(0);
  }
  to {
    transform: scale(1.035) translateX(-8px);
  }
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .menu-toggle {
    display: grid;
    width: 44px;
    height: 44px;
    place-content: center;
    gap: 5px;
    background: #ffffff;
    border: 1px solid rgba(30, 37, 43, 0.14);
    border-radius: 8px;
    cursor: pointer;
  }

  .menu-toggle span:not(.sr-only) {
    width: 22px;
    height: 2px;
    background: var(--forest);
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .site-nav {
    grid-column: 1 / -1;
    display: none;
    justify-content: start;
    flex-wrap: wrap;
    padding: 10px 0 4px;
  }

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

  .header-cta {
    display: none;
  }

  .split,
  .contact-grid,
  .why-band {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    padding-bottom: 150px;
  }

  .trust-strip,
  .why-grid,
  .pillar-grid,
  .process-tabs {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-strip article:nth-child(2) {
    border-right: 0;
  }

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

  .footer-bottom {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 700px) {
  html {
    scroll-padding-top: 20px;
  }

  .site-header {
    position: static;
    width: calc(100% - 20px);
    min-height: auto;
    margin: 10px auto;
    padding: 12px 16px;
  }

  .brand-icon {
    width: 54px;
    height: 42px;
  }

  .brand-wordmark {
    font-size: 20px;
  }

  .brand-tagline {
    font-size: 11px;
  }

  .hero-inner,
  .section-inner,
  .footer-inner,
  .footer-bottom {
    width: min(100% - 30px, var(--max));
  }

  .hero-inner {
    padding: 32px 0 34px;
  }

  .hero h1 {
    font-size: clamp(31px, 9.4vw, 38px);
    line-height: 1.03;
  }

  .hero-copy p:not(.eyebrow) {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.45;
  }

  .hero-copy p.hero-audience {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.35;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 18px;
  }

  .hero-reassurance {
    margin-top: 8px !important;
    font-size: 12px !important;
  }

  .hero-media {
    background-position: 64% center;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(255, 250, 240, 0.98) 0%, rgba(255, 250, 240, 0.88) 68%, rgba(255, 250, 240, 0.45) 100%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(14, 92, 74, 0.04));
  }

  .trust-strip {
    position: relative;
    grid-template-columns: 1fr;
    padding: 18px 20px;
  }

  .trust-strip::before {
    top: -16px;
    height: 28px;
  }

  .trust-strip article {
    padding: 12px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .trust-strip article:last-child {
    border-bottom: 0;
  }

  .section {
    padding: 40px 0;
  }

  .pillar-grid,
  .why-grid,
  .process-tabs,
  .detail-content,
  .form-row,
  .interest-grid,
  .footer-inner,
  .why-band ul {
    grid-template-columns: 1fr;
  }

  .accordion summary {
    grid-template-columns: 48px minmax(0, 1fr) 20px;
    padding: 15px;
  }

  .detail-content {
    gap: 14px;
    padding: 0 15px 18px 78px;
  }

  .why-hero {
    min-height: 220px;
  }

  .why-grid p {
    padding-left: 86px;
  }

  .why-band {
    padding: 18px;
  }

  .why-band > div {
    grid-template-columns: 1fr;
  }

  .why-band li {
    padding: 14px 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
  }

  .contact-grid {
    gap: 28px;
  }

  .contact-visual,
  .contact-visual div {
    min-height: 150px;
  }

  .contact-visual div {
    padding: 20px;
    font-size: 28px;
  }

  .contact-form {
    padding: 18px;
  }

  .footer-links,
  .footer-services,
  .footer-contact {
    padding-left: 0;
    border-left: 0;
  }

  .footer-brand-block {
    text-align: left;
  }

  .footer-brand {
    justify-content: flex-start;
  }

  .footer-brand-block p {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
}
