:root {
  --ink: #12352d;
  --ink-deep: #0b2822;
  --sage: #a9c5b2;
  --sage-light: #dce9df;
  --cream: #f4f0e6;
  --paper: #fbfaf6;
  --coral: #e56f50;
  --muted: #60726c;
  --line: rgba(18, 53, 45, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { height: auto; max-width: 100%; }
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; width: 1px; }

.site-shell { min-height: 100vh; overflow: hidden; }
.site-header {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  margin: 0 auto;
  max-width: 1440px;
  padding: 24px clamp(24px, 5vw, 76px);
}
.brand { align-items: center; display: inline-flex; gap: 12px; justify-self: start; }
.brand-mark {
  align-items: center;
  background: var(--ink);
  border-radius: 50% 50% 44% 56%;
  color: white;
  display: inline-flex;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 20px;
  height: 43px;
  justify-content: center;
  transform: rotate(-3deg);
  width: 43px;
}
.brand-name { font-family: Georgia, 'Times New Roman', serif; font-size: 21px; line-height: .9; }
.brand-name small {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .16em;
  margin-top: 7px;
  text-transform: uppercase;
}
.desktop-nav { display: flex; gap: 34px; }
.desktop-nav a { color: #3e5750; font-size: 14px; font-weight: 600; position: relative; }
.desktop-nav a::after {
  background: var(--coral);
  bottom: -8px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
  width: 100%;
}
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }
.header-cta {
  align-items: center;
  border: 1px solid var(--ink);
  border-radius: 999px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 16px;
  justify-self: end;
  padding: 12px 18px;
  transition: background .2s ease, color .2s ease;
}
.header-cta:hover { background: var(--ink); color: white; }

.hero {
  align-items: center;
  display: grid;
  gap: clamp(44px, 6vw, 94px);
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
  margin: 0 auto;
  max-width: 1440px;
  min-height: 670px;
  padding: clamp(58px, 7vw, 100px) clamp(24px, 5vw, 76px) 88px;
}
.hero-copy { max-width: 650px; position: relative; z-index: 2; }
.eyebrow {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 12px;
  font-weight: 700;
  gap: 10px;
  letter-spacing: .11em;
  margin: 0 0 28px;
  text-transform: uppercase;
}
.eyebrow span { background: var(--coral); border-radius: 50%; height: 8px; width: 8px; }
h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(53px, 5.4vw, 84px);
  font-weight: 400;
  letter-spacing: -.052em;
  line-height: .98;
  margin: 0;
}
h1 em { color: var(--coral); font-weight: 400; position: relative; }
h1 em::after {
  border-bottom: 2px solid var(--coral);
  border-radius: 50%;
  bottom: -2px;
  content: '';
  height: 9px;
  left: -3%;
  position: absolute;
  transform: rotate(-2deg);
  width: 106%;
}
.hero-intro { color: #4b645d; font-size: 18px; line-height: 1.65; margin: 30px 0 34px; max-width: 580px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 28px; }
.button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 30px;
  padding: 17px 22px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.button:hover { box-shadow: 0 10px 25px rgba(11,40,34,.16); transform: translateY(-2px); }
.button-primary { background: var(--ink); color: white; }
.button-primary span { color: var(--sage); font-size: 18px; }
.text-link { align-items: center; display: inline-flex; font-size: 14px; font-weight: 700; gap: 10px; }
.contact-icon {
  align-items: center;
  background: var(--sage-light);
  border-radius: 50%;
  display: inline-flex;
  font-size: 12px;
  height: 32px;
  justify-content: center;
  width: 32px;
}
.hero-note { color: #7a8a85; font-size: 11px; letter-spacing: .04em; margin: 30px 0 0; }

.hero-visual { min-height: 550px; position: relative; }
.hero-visual::before {
  background: var(--sage-light);
  border-radius: 52% 48% 57% 43% / 42% 56% 44% 58%;
  content: '';
  height: 110%;
  left: 5%;
  position: absolute;
  top: -8%;
  transform: rotate(-4deg);
  width: 96%;
}
.building-scene {
  background: linear-gradient(180deg, #b9d2c4 0%, #dce7d6 65%, #b8cdb2 65%);
  border: 9px solid var(--paper);
  border-radius: 46% 46% 45% 55% / 48% 52% 48% 52%;
  box-shadow: 0 28px 70px rgba(18,53,45,.17);
  height: 510px;
  overflow: hidden;
  position: absolute;
  right: 2%;
  top: 5px;
  transform: rotate(2deg);
  width: 92%;
}
.sun { background: #f6d9a1; border-radius: 50%; height: 95px; position: absolute; right: 50px; top: 48px; width: 95px; }
.building { bottom: 58px; display: grid; gap: 12px; padding: 24px; position: absolute; }
.building i { background: #d5b990; border: 4px solid #f0e6d4; box-shadow: inset 0 0 0 1px rgba(18,53,45,.08); }
.building-back { background: #e9dfca; grid-template-columns: repeat(2, 36px); height: 275px; left: 44px; width: 150px; }
.building-front { background: #f4ead8; grid-template-columns: repeat(3, 44px); height: 355px; left: 168px; width: 240px; }
.tree { bottom: 40px; position: absolute; }
.tree::before, .tree::after, .tree i { background: var(--ink); border-radius: 50%; content: ''; position: absolute; }
.tree i { height: 70px; left: -23px; top: -49px; width: 70px; }
.tree::before { height: 54px; left: 10px; top: -34px; width: 54px; }
.tree::after { background: #674e37; border-radius: 0; height: 56px; left: 9px; width: 8px; }
.tree-one { left: 62px; }
.tree-two { right: 48px; transform: scale(.8); }
.scene-label { bottom: 18px; color: rgba(11,40,34,.65); font-size: 10px; font-weight: 700; letter-spacing: .16em; position: absolute; right: 28px; text-transform: uppercase; }
.availability, .response-card {
  background: rgba(251,250,246,.96);
  box-shadow: 0 15px 40px rgba(18,53,45,.15);
  position: absolute;
  z-index: 3;
}
.availability { align-items: center; border-radius: 999px; display: flex; font-size: 12px; font-weight: 700; gap: 9px; left: -18px; padding: 13px 18px; top: 34px; }
.availability span { background: #4c9a6a; border: 3px solid #d9edde; border-radius: 50%; height: 11px; width: 11px; }
.response-card { border-left: 4px solid var(--coral); bottom: 24px; display: flex; flex-direction: column; left: 1%; padding: 17px 22px; transform: rotate(-2deg); }
.response-card strong { font-family: Georgia, 'Times New Roman', serif; font-size: 24px; font-weight: 400; }
.response-card span { color: var(--muted); font-size: 11px; margin-top: 4px; }

.trust-bar {
  align-items: center;
  background: var(--ink);
  color: white;
  display: flex;
  gap: clamp(30px, 7vw, 110px);
  justify-content: center;
  min-height: 138px;
  padding: 26px clamp(24px, 5vw, 76px);
}
.trust-bar > p { color: var(--sage); font-family: Georgia, 'Times New Roman', serif; font-size: 20px; font-style: italic; margin: 0; }
.trust-items { display: flex; gap: clamp(28px, 5vw, 72px); }
.trust-item { align-items: center; display: flex; gap: 13px; }
.trust-item > span { align-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: var(--sage); display: inline-flex; height: 29px; justify-content: center; width: 29px; }
.trust-item div { display: flex; flex-direction: column; }
.trust-item strong { font-size: 13px; }
.trust-item small { color: rgba(255,255,255,.58); font-size: 10px; margin-top: 4px; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 50px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { margin: 10px auto 0; max-width: 620px; width: 100%; }
  .trust-bar { align-items: flex-start; flex-direction: column; }
  .trust-items { flex-wrap: wrap; }
}

@media (max-width: 560px) {
  .site-header { padding-top: 18px; }
  .brand-name { font-size: 18px; }
  .brand-mark { height: 38px; width: 38px; }
  .header-cta { font-size: 0; gap: 0; height: 40px; justify-content: center; padding: 0; width: 40px; }
  .header-cta span { font-size: 16px; }
  .hero { gap: 40px; min-height: auto; padding-bottom: 70px; }
  h1 { font-size: clamp(46px, 14vw, 66px); }
  .hero-intro { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { min-height: 410px; }
  .building-scene { height: 380px; right: -6%; width: 108%; }
  .building-front { height: 275px; left: 130px; transform: scale(.78); transform-origin: bottom left; }
  .building-back { height: 230px; left: 20px; transform: scale(.8); transform-origin: bottom left; }
  .availability { left: -6px; top: 18px; }
  .response-card { bottom: 0; }
  .trust-items { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* Full page sections */
.section {
  margin: 0 auto;
  max-width: 1440px;
  padding: 130px clamp(24px, 5vw, 76px);
}
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; margin-bottom: 68px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(42px, 4.4vw, 68px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: 1.03;
  margin: 0;
}
h2 em { color: var(--coral); font-weight: 400; }
.section-heading > p:last-child, .team-heading > p:last-child {
  align-self: end;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 5px 60px;
  max-width: 470px;
}
.service-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.service-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 4px 34px 4px 34px;
  display: flex;
  flex-direction: column;
  min-height: 520px;
  overflow: hidden;
  padding: 30px;
  position: relative;
  transition: box-shadow .25s ease, transform .25s ease;
}
.service-card:first-child { background: var(--cream); }
.service-card::before { background: var(--coral); content: ''; height: 4px; left: 0; position: absolute; top: 0; transform: scaleX(0); transform-origin: left; transition: transform .25s ease; width: 100%; }
.service-card:hover { box-shadow: 0 24px 50px rgba(18,53,45,.1); transform: translateY(-5px); }
.service-card:hover::before { transform: scaleX(1); }
.service-topline { align-items: center; display: flex; justify-content: flex-end; min-height: 29px; }
.service-topline > span { color: #93a39e; font-family: Georgia, 'Times New Roman', serif; font-size: 14px; }
.service-topline small { background: var(--ink); border-radius: 999px; color: white; font-size: 9px; font-weight: 700; letter-spacing: .1em; padding: 7px 10px; text-transform: uppercase; }
.service-card h3 { font-family: Georgia, 'Times New Roman', serif; font-size: 31px; font-weight: 400; margin: 55px 0 15px; }
.service-card > p { color: var(--muted); font-size: 14px; line-height: 1.65; margin: 0; }
.service-card ul { border-top: 1px solid var(--line); list-style: none; margin: 28px 0 26px; padding: 18px 0 0; }
.service-card li { color: #435b54; font-size: 13px; padding: 8px 0 8px 20px; position: relative; }
.service-card li::before { color: var(--coral); content: '·'; font-size: 25px; left: 2px; line-height: 12px; position: absolute; top: 8px; }
.service-card > a { align-items: center; display: flex; font-size: 12px; font-weight: 700; justify-content: space-between; margin-top: auto; padding-top: 16px; }
.service-card > a span { font-size: 18px; transition: transform .2s ease; }
.service-card > a:hover span { transform: translateX(4px); }
.capacity-note { color: #7b8985; font-size: 11px; line-height: 1.6; margin: 20px 0 0; }

.process-section {
  background: var(--ink);
  color: white;
  display: grid;
  gap: clamp(50px, 8vw, 120px);
  grid-template-columns: .8fr 1.2fr;
  max-width: none;
  padding-left: max(clamp(24px, 5vw, 76px), calc((100vw - 1440px) / 2 + 76px));
  padding-right: max(clamp(24px, 5vw, 76px), calc((100vw - 1440px) / 2 + 76px));
}
.eyebrow.light { color: rgba(255,255,255,.55); }
.process-intro > p:not(.eyebrow) { color: rgba(255,255,255,.62); font-size: 15px; line-height: 1.7; margin: 28px 0 0; max-width: 480px; }
.principle-card { border-left: 1px solid var(--coral); margin-top: 70px; padding: 4px 0 4px 28px; }
.principle-card > span { color: var(--sage); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.principle-card blockquote { font-family: Georgia, 'Times New Roman', serif; font-size: 23px; font-style: italic; line-height: 1.45; margin: 14px 0 0; max-width: 380px; }
.process-list { list-style: none; margin: 0; padding: 0; }
.process-list li { border-top: 1px solid rgba(255,255,255,.16); display: grid; gap: 26px; grid-template-columns: 48px 1fr; padding: 32px 0; }
.process-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.process-list > li > span { color: var(--coral); font-family: Georgia, 'Times New Roman', serif; font-size: 14px; padding-top: 5px; }
.process-list h3 { font-family: Georgia, 'Times New Roman', serif; font-size: 29px; font-weight: 400; margin: 0 0 9px; }
.process-list p { color: rgba(255,255,255,.57); font-size: 13px; line-height: 1.65; margin: 0; max-width: 590px; }

.team-heading { grid-template-columns: 1.05fr .95fr; }
.team-grid { display: grid; gap: 18px; grid-template-columns: 1.15fr .85fr; }
.person-card { background: var(--cream); display: grid; grid-template-columns: .82fr 1.18fr; min-height: 380px; overflow: hidden; }
.person-portrait { align-items: center; background: linear-gradient(150deg, var(--sage-light), #b6cdbd); display: flex; justify-content: center; min-height: 100%; overflow: hidden; position: relative; }
.person-portrait::before { background: rgba(255,255,255,.34); border-radius: 50%; content: ''; height: 210px; position: absolute; top: 55px; width: 210px; }
.person-portrait::after { background: var(--ink); border-radius: 50% 50% 10% 10%; bottom: -80px; content: ''; height: 230px; position: absolute; width: 210px; }
.person-portrait span { color: var(--ink); font-family: Georgia, 'Times New Roman', serif; font-size: 45px; position: relative; top: -12px; z-index: 2; }
.lea-card { grid-template-columns: 1fr; }
.lea-card .person-portrait { min-height: 165px; }
.lea-card .person-portrait::before { height: 140px; top: 30px; width: 140px; }
.lea-card .person-portrait::after { bottom: -120px; }
.lea-card .person-portrait span { font-size: 34px; }
.person-copy { align-self: center; padding: 42px; }
.person-copy > small { color: var(--coral); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.person-copy h3 { font-family: Georgia, 'Times New Roman', serif; font-size: 35px; font-weight: 400; margin: 13px 0 17px; }
.person-copy p { color: var(--muted); font-size: 13px; line-height: 1.7; margin: 0; }
.person-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 24px; }
.person-tags span { border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 9px; padding: 7px 10px; }

.portal-section {
  align-items: center;
  background: #e8eee7;
  display: grid;
  gap: clamp(60px, 8vw, 120px);
  grid-template-columns: 1.08fr .92fr;
  padding: 120px max(clamp(24px, 5vw, 76px), calc((100vw - 1440px) / 2 + 76px));
}
.portal-mockup { background: white; border: 10px solid white; border-radius: 16px; box-shadow: 0 35px 70px rgba(18,53,45,.18); display: grid; grid-template-columns: 72px 1fr; min-height: 460px; overflow: hidden; transform: perspective(1000px) rotateY(4deg) rotateZ(-1deg); }
.portal-sidebar { align-items: center; background: var(--ink); display: flex; flex-direction: column; gap: 30px; padding-top: 24px; }
.mini-brand { align-items: center; background: var(--coral); border-radius: 50%; color: white; display: flex; font-family: Georgia, 'Times New Roman', serif; height: 32px; justify-content: center; margin-bottom: 20px; width: 32px; }
.portal-sidebar i { border: 2px solid rgba(255,255,255,.4); border-radius: 4px; height: 14px; width: 14px; }
.portal-content { padding: 36px; }
.portal-head { align-items: center; display: flex; justify-content: space-between; }
.portal-head div { display: flex; flex-direction: column; }
.portal-head small { color: #94a29e; font-size: 10px; }
.portal-head strong { font-family: Georgia, 'Times New Roman', serif; font-size: 25px; font-weight: 400; margin-top: 6px; }
.portal-head > span { color: #95a39f; }
.portal-stats { display: grid; gap: 12px; grid-template-columns: 1fr 1fr; margin: 28px 0; }
.portal-stats > span { background: var(--cream); display: flex; flex-direction: column; padding: 18px; }
.portal-stats small { color: #7a8b85; font-size: 9px; }
.portal-stats b { font-family: Georgia, 'Times New Roman', serif; font-size: 29px; font-weight: 400; margin-top: 5px; }
.document-list { display: flex; flex-direction: column; }
.document-list p { align-items: center; border-top: 1px solid var(--line); display: grid; gap: 13px; grid-template-columns: 38px 1fr auto; margin: 0; padding: 15px 0; }
.document-list i { align-items: center; background: var(--sage-light); color: var(--ink); display: flex; font-size: 8px; font-style: normal; height: 34px; justify-content: center; width: 34px; }
.document-list p > span { display: flex; flex-direction: column; }
.document-list b { font-size: 10px; }
.document-list small { color: #899792; font-size: 8px; margin-top: 4px; }
.document-list em { color: #4d8d63; font-style: normal; }
.portal-copy .eyebrow { margin-bottom: 26px; }
.portal-copy h2 { font-size: clamp(42px, 4vw, 64px); }
.portal-copy > p:not(.eyebrow) { color: var(--muted); font-size: 15px; line-height: 1.7; margin: 28px 0; max-width: 520px; }
.portal-copy ul { list-style: none; margin: 0; padding: 0; }
.portal-copy li { font-size: 13px; font-weight: 700; padding: 9px 0 9px 26px; position: relative; }
.portal-copy li::before { color: var(--coral); content: '✓'; left: 0; position: absolute; }

.faq-section { display: grid; gap: clamp(60px, 9vw, 140px); grid-template-columns: .75fr 1.25fr; }
.faq-list details { border-top: 1px solid var(--line); padding: 25px 0; }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; display: flex; font-family: Georgia, 'Times New Roman', serif; font-size: 21px; justify-content: space-between; list-style: none; padding-right: 8px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--coral); font-family: Arial, Helvetica, sans-serif; font-weight: 300; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { color: var(--muted); font-size: 13px; line-height: 1.7; margin: 18px 50px 2px 0; max-width: 620px; }

.contact-section {
  background: var(--ink);
  color: white;
  display: grid;
  gap: clamp(50px, 8vw, 120px);
  grid-template-columns: 1fr 1fr;
  padding: 120px max(clamp(24px, 5vw, 76px), calc((100vw - 1440px) / 2 + 76px));
  position: relative;
}
.contact-section::before { border: 1px solid rgba(255,255,255,.06); border-radius: 50%; content: ''; height: 480px; left: -180px; position: absolute; top: -130px; width: 480px; }
.contact-copy { position: relative; z-index: 1; }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.6); font-size: 15px; line-height: 1.7; margin: 27px 0 0; max-width: 500px; }
.email-contact { border-top: 1px solid rgba(255,255,255,.16); margin-top: 44px; padding-top: 27px; }
.email-contact small { color: var(--sage); display: block; font-size: 9px; font-weight: 700; letter-spacing: .13em; margin-bottom: 11px; text-transform: uppercase; }
.email-contact a { align-items: center; display: flex; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(19px, 2vw, 28px); gap: 14px; max-width: 500px; overflow-wrap: anywhere; }
.email-contact a span { color: var(--coral); font-family: Arial, Helvetica, sans-serif; }
.contact-assurance { align-items: center; display: flex; font-size: 12px !important; gap: 10px; margin-top: 24px !important; }
.contact-assurance span { align-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: var(--sage); display: inline-flex; flex: 0 0 25px; height: 25px; justify-content: center; }
.contact-form-card { background: var(--paper); color: var(--ink); padding: 38px 42px 34px; position: relative; z-index: 1; }
.contact-form-heading { border-bottom: 1px solid var(--line); margin-bottom: 24px; padding-bottom: 20px; }
.contact-form-heading small { color: var(--coral); display: block; font-size: 9px; font-weight: 700; letter-spacing: .13em; margin-bottom: 10px; text-transform: uppercase; }
.contact-form-heading strong { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(24px, 2.3vw, 34px); font-weight: 400; }
.contact-form-card .wpforms-container { margin: 0; }
.contact-form-card .wpforms-field-container { display: flex; flex-direction: column; }
.contact-form-card #wpforms-11-field_0-container { order: 1; }
.contact-form-card #wpforms-11-field_1-container { order: 2; }
.contact-form-card #wpforms-11-field_5-container { order: 3; }
.contact-form-card #wpforms-11-field_3-container { order: 4; }
.contact-form-card #wpforms-11-field_6-container { order: 5; }
.contact-form-card #wpforms-11-field_2-container { order: 6; }
.contact-form-card #wpforms-11-field_4-container { order: 7; }
.contact-form-card .wpforms-field { padding: 0 0 15px; }
.contact-form-card .wpforms-field-label { color: var(--ink); font-size: 11px; letter-spacing: .02em; margin-bottom: 7px; }
.contact-form-card .wpforms-required-label { color: var(--coral); }
.contact-form-card input[type='text'],
.contact-form-card input[type='email'],
.contact-form-card input[type='number'],
.contact-form-card select,
.contact-form-card textarea {
  background: white !important;
  border: 1px solid rgba(18,53,45,.18) !important;
  border-radius: 2px !important;
  box-shadow: none !important;
  color: var(--ink) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  max-width: 100% !important;
  min-height: 48px;
  padding: 12px 13px !important;
  width: 100% !important;
}
.contact-form-card textarea { min-height: 118px; resize: vertical; }
.contact-form-card input:focus,
.contact-form-card select:focus,
.contact-form-card textarea:focus { border-color: var(--coral) !important; box-shadow: 0 0 0 2px rgba(229,111,80,.12) !important; outline: 0 !important; }
.contact-form-card .wpforms-field-row { max-width: none !important; }
.contact-form-card .wpforms-field-sublabel { color: var(--muted); font-size: 9px; }
.contact-form-card .wpforms-field-checkbox { padding-top: 2px; }
.contact-form-card .wpforms-field-checkbox ul { margin: 0 !important; padding: 0 !important; }
.contact-form-card .wpforms-field-checkbox li { align-items: flex-start; display: flex; gap: 9px; }
.contact-form-card .wpforms-field-checkbox input { flex: 0 0 auto; margin-top: 3px; }
.contact-form-card .wpforms-field-checkbox label { color: var(--muted); font-size: 10px; line-height: 1.5; }
.contact-form-card .wpforms-submit-container { padding-top: 4px !important; }
.contact-form-card button[type='submit'] { background: var(--coral) !important; border: 0 !important; border-radius: 999px !important; color: white !important; cursor: pointer; font-size: 13px !important; font-weight: 700 !important; min-height: 50px; padding: 14px 22px !important; transition: box-shadow .2s ease, transform .2s ease; width: 100%; }
.contact-form-card button[type='submit']:hover { box-shadow: 0 10px 25px rgba(11,40,34,.16); transform: translateY(-2px); }
.contact-form-card .wpforms-confirmation-container-full { background: var(--sage-light); border: 1px solid var(--sage); color: var(--ink); margin: 0; }
.form-privacy { border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; line-height: 1.55; margin: 21px 0 0; padding-top: 17px; }
.form-privacy a { text-decoration: underline; text-underline-offset: 2px; }

.site-footer { align-items: center; display: grid; grid-template-columns: 1fr auto 1fr; margin: 0 auto; max-width: 1440px; padding: 42px clamp(24px, 5vw, 76px); }
.site-footer > p { color: var(--muted); font-family: Georgia, 'Times New Roman', serif; font-size: 13px; font-style: italic; }
.site-footer nav { display: flex; gap: 22px; justify-self: end; }
.site-footer nav a { color: var(--muted); font-size: 11px; }

.legal-shell { min-height: 100vh; }
.legal-header { border-bottom: 1px solid var(--line); }
.legal-page { margin: 0 auto; max-width: 900px; padding: 90px 24px 130px; }
.legal-page h1 { font-size: clamp(46px, 7vw, 72px); margin-bottom: 50px; }
.legal-page h2 { font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: 700; letter-spacing: 0; line-height: 1.4; margin: 38px 0 12px; }
.legal-page h3 { font-size: 14px; margin: 28px 0 8px; }
.legal-page p, .legal-page li { color: var(--muted); font-size: 13px; line-height: 1.8; }
.legal-page a { text-decoration: underline; }
.legacy-page { margin: 0 auto; max-width: 1200px; min-height: 55vh; padding: 80px clamp(24px, 5vw, 76px) 120px; }
.legacy-page article > h1, .legacy-page .entry-content > h1:first-child { font-size: clamp(46px, 7vw, 72px); margin-bottom: 45px; }
.legacy-page .entry-content { color: var(--muted); line-height: 1.7; }
.legacy-page .entry-content h2, .legacy-page .entry-content h3 { color: var(--ink); }

@media (max-width: 1000px) {
  .section-heading, .team-heading { grid-template-columns: 1fr; }
  .section-heading > p:last-child, .team-heading > p:last-child { margin: 28px 0 0; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:last-child { grid-column: 1 / -1; min-height: 430px; }
  .team-grid { grid-template-columns: 1fr; }
  .lea-card { grid-template-columns: .82fr 1.18fr; }
  .lea-card .person-portrait { min-height: 100%; }
  .portal-section { grid-template-columns: 1fr; }
  .portal-mockup { margin: 0 auto; max-width: 700px; width: 100%; }
}

@media (max-width: 760px) {
  .section { padding-bottom: 90px; padding-top: 90px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:last-child { grid-column: auto; min-height: 470px; }
  .process-section, .faq-section, .contact-section { grid-template-columns: 1fr; }
  .principle-card { margin-top: 45px; }
  .person-card, .lea-card { grid-template-columns: 1fr; }
  .person-portrait, .lea-card .person-portrait { min-height: 230px; }
  .portal-mockup { grid-template-columns: 50px 1fr; min-height: 400px; transform: none; }
  .portal-content { padding: 24px 18px; }
  .portal-sidebar { gap: 25px; }
  .document-list p { gap: 8px; }
  .contact-section { padding-bottom: 80px; padding-top: 80px; }
  .contact-form-card { padding: 28px 22px; }
  .site-footer { gap: 28px; grid-template-columns: 1fr auto; }
  .site-footer > p { display: none; }
}

@media (max-width: 480px) {
  .section-heading { margin-bottom: 45px; }
  .service-card { padding: 26px 22px; }
  .service-card h3 { margin-top: 38px; }
  .process-list li { gap: 15px; grid-template-columns: 36px 1fr; }
  .team-section { padding-left: 16px; padding-right: 16px; }
  .person-copy { padding: 30px 24px; }
  .portal-section { padding-left: 16px; padding-right: 16px; }
  .portal-mockup { grid-template-columns: 42px 1fr; }
  .portal-sidebar i { height: 11px; width: 11px; }
  .portal-content { padding: 20px 12px; }
  .portal-head strong { font-size: 19px; }
  .document-list b { font-size: 9px; }
  .contact-form-card .wpforms-field-row { display: block !important; }
  .contact-form-card .wpforms-field-row-block { margin: 0 0 10px !important; width: 100% !important; }
  .site-footer { align-items: flex-start; grid-template-columns: 1fr; }
  .site-footer nav { justify-self: start; }
}

