@font-face{font-family:"Inter Variable";font-style:normal;font-weight:100 900;font-display:swap;src:url("../fonts/inter-latin-ext-wght-normal.woff2") format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;} @font-face{font-family:"Inter Variable";font-style:normal;font-weight:100 900;font-display:swap;src:url("../fonts/inter-latin-wght-normal.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}

:root {
  --forest: #24483a;
  --deep: #193b2d;
  --cream: #f7f4ec;
  --paper: #fffefa;
  --ink: #202925;
  --muted: #576359;
  --gold: #d9c7a7;
  --line: #d9dfd5;
  --error: #a12620;
  --font-sans: "Inter Variable", Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a,
input,
textarea,
select,
summary {
  -webkit-tap-highlight-color: transparent;
}
button,
a,
summary {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
img {
  max-width: 100%;
  display: block;
}
svg {
  flex-shrink: 0;
}
:focus-visible {
  outline: 3px solid #926c2e;
  outline-offset: 5px;
}
main:focus {
  outline: none;
}
p,
.is-layout-flow > p {
  margin: 0 0 1.25rem;
}
h1,
h2,
h3,
.wp-block-heading {
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.045em;
  margin: 0 0 1.5rem;
  color: var(--forest);
  text-wrap: balance;
}
h1 {
  font-size: clamp(2.5rem, 4.35vw, 4.2rem);
}
h2 {
  font-size: clamp(2rem, 3.15vw, 3rem);
}
h3,
h3.wp-block-heading {
  font-size: 1.3rem;
  letter-spacing: -0.025em;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}
.container {
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto;
}
.section {
  padding-block: 90px;
}
.eyebrow,
p.eyebrow {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: var(--forest);
  display: block;
  margin-bottom: 1.4rem;
  line-height: 1.6;
}
.muted {
  color: var(--muted);
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  background: var(--forest);
  color: white;
  padding: 12px 24px;
  transform: translateY(-200%);
}
.skip-link:focus {
  transform: translateY(0);
}
.preview-banner {
  padding: 6px 20px;
  text-align: center;
  font-size: 0.75rem;
  background: #e7eadf;
  color: #3f5547;
}
.preview-banner span {
  padding-inline: 8px;
}
.site-header {
  background: var(--cream);
  position: relative;
  z-index: 30;
}
.header-inner {
  min-height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  flex-shrink: 0;
  line-height: 1.1;
}
.brand-symbol {
  width: 49px;
  height: 49px;
  object-fit: contain;
}
.brand-name {
  font-size: 1.28rem;
  font-weight: 650;
  letter-spacing: 0.025em;
  color: var(--forest);
  display: block;
}
.brand-name > span {
  color: #786c50;
}
.brand-descriptor {
  font-size: 0.56rem;
  letter-spacing: 0.26em;
  display: block;
  margin-top: 7px;
  color: var(--forest);
}
.navigation {
  display: flex;
  align-items: center;
  gap: 28px;
}
.nav-links {
  display: flex;
  gap: 24px;
  align-items: center;
}
.nav-links > a {
  font-size: 0.78rem;
  white-space: nowrap;
  padding: 12px 0;
}
.nav-links > a:hover,
.nav-links > a[aria-current] {
  color: var(--forest);
  text-decoration: underline;
  text-underline-offset: 6px;
}
:is(.button, .wp-block-button__link) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 55px;
  padding: 15px 22px;
  background: var(--forest);
  color: white;
  border: 1px solid var(--forest);
  border-radius: 5px;
  font-size: 0.86rem;
  font-weight: 550;
  line-height: 1.35;
  text-align: center;
  transition:
    background 0.18s,
    transform 0.18s,
    box-shadow 0.18s;
}
:is(.button, .wp-block-button__link):hover {
  background: var(--deep);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px #193b2d15;
}
.button-small {
  font-size: 0.76rem;
  padding: 12px 17px;
  min-height: 46px;
  gap: 12px;
}
:is(.button, .wp-block-button__link):disabled {
  background: #d8ded4;
  color: #455246;
  border-color: #bcc7b7;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}
.menu-toggle {
  display: none;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1.03fr;
  gap: 40px;
  align-items: center;
  padding-top: 38px;
  padding-bottom: 44px;
}
.hero-copy {
  padding: 22px 0 12px;
}
.hero h1 {
  line-height: 1.12;
  font-size: clamp(2.4rem, 4.3vw, 4.08rem);
}
.hero h1 span {
  color: #65795c;
}
.hero-copy > p {
  max-width: 455px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.85;
  margin-bottom: 1.9rem;
}
.hero .eyebrow {
  margin-bottom: 20px;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
}
.phone-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 0.83rem;
  min-height: 48px;
  font-weight: 550;
}
.phone-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.hero-note {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: 0.73rem;
  margin-top: 34px;
}
.short-line {
  width: 28px;
  height: 1px;
  background: #8a957c;
}
.hero-image {
  position: relative;
  padding-bottom: 16px;
}
.photo {
  overflow: hidden;
  background: #e0e3d8;
  border-radius: 8px;
}
.photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-image > .photo {
  height: 548px;
  border-radius: 90px 8px 8px 8px;
}
.hero-image > .photo img {
  object-position: 54% center;
}
.image-note {
  position: absolute;
  bottom: 0;
  left: 28px;
  right: -12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--forest);
  color: var(--cream);
  padding: 20px 28px;
  border-radius: 5px;
  box-shadow: 0 12px 22px #1d3a2117;
  font-size: 0.9rem;
  line-height: 1.6;
}
.image-note strong {
  font-weight: 500;
}
.image-note > span:last-child {
  font-size: 2.1rem;
  font-weight: 300;
  color: var(--gold);
}
.values-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 21px 0;
}
.values-strip > .container {
  display: flex;
  justify-content: space-around;
  gap: 30px;
  font-size: 0.8rem;
  color: var(--forest);
}
.values-strip span {
  display: flex;
  align-items: center;
  gap: 13px;
}
.values-strip span:before {
  content: "";
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  border: 1px solid #8a957c;
}
.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 95px;
  align-items: center;
}
.benefit-section {
  padding-bottom: 0;
}
.benefit-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  align-items: center;
  padding-bottom: 80px;
  border-bottom: 1px solid var(--line);
}
.benefit-amount {
  border-left: 2px solid var(--gold);
  padding-left: 36px;
  color: var(--forest);
}
.benefit-amount .eyebrow {
  margin-bottom: 24px;
}
.benefit-prefix {
  font-size: 1rem;
}
.benefit-number,
p.benefit-number {
  font-size: clamp(4.8rem, 8vw, 7.8rem);
  line-height: 1.05;
  letter-spacing: -0.065em;
  font-weight: 450;
  margin: 5px 0 18px;
}
.benefit-number span {
  font-size: 0.5em;
  vertical-align: top;
  line-height: 1.6;
}
.benefit-period,
p.benefit-period {
  font-size: 1rem;
  margin: 0;
}
.benefit-copy {
  min-width: 0;
}
.benefit-copy > p {
  color: var(--muted);
}
.benefit-copy strong {
  font-weight: 600;
  color: var(--forest);
}
.benefit-source,
p.benefit-source {
  font-size: 0.75rem;
  color: var(--muted);
  margin-top: 22px;
}
.benefit-source a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (max-width: 700px) {
  .benefit-grid {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-bottom: 48px;
  }
  .benefit-amount {
    padding-left: 24px;
  }
  .benefit-amount .eyebrow {
    margin-bottom: 14px;
  }
}
.split-section > .photo {
  height: 510px;
}
.section-copy {
  padding-block: 10px;
}
.section-copy p {
  max-width: 440px;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.85;
}
.section-copy .lead {
  font-size: 1.15rem;
  color: var(--forest);
  line-height: 1.55;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 0.87rem;
  font-weight: 550;
  color: var(--forest);
  padding: 10px 0;
  border-bottom: 1px solid #93a08b;
  margin-top: 12px;
}
.text-link:hover {
  gap: 19px;
}
.steps-section {
  background: #e9ece3;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}
.section-heading h2 {
  margin-bottom: 0;
}
.steps {
  list-style: none;
  padding: 0;
  margin: 50px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px;
}
.step-number {
  font-size: 0.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #94a38d;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  color: var(--forest);
  margin-bottom: 22px;
}
.steps .an-step {
  border-top: 1px solid #bac6b4;
  padding-top: 25px;
}
.steps p {
  font-size: 0.92rem;
  color: var(--muted);
  margin: 0;
}
.family-panel {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  background: var(--forest);
  border-radius: 8px;
  overflow: hidden;
}
.family-panel > .photo {
  border-radius: 0;
  min-height: 510px;
}
.family-copy {
  padding: 52px;
  color: var(--cream);
  align-self: center;
}
.family-copy .eyebrow {
  color: var(--gold);
}
.family-copy h2 {
  color: var(--cream);
  font-size: clamp(1.9rem, 2.8vw, 2.7rem);
}
.family-copy p {
  color: #e5e9de;
  font-size: 0.92rem;
  line-height: 1.9;
}
.family-copy :is(.button, .wp-block-button__link) {
  background: var(--cream);
  color: var(--forest);
  margin-top: 12px;
}
.approach {
  padding-top: 0;
}
.approach-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 85px;
}
.principles article {
  display: flex;
  gap: 25px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}
.principles article:first-child {
  padding-top: 0;
}
.principles article > span {
  font-size: 0.75rem;
  color: #617558;
  padding-top: 5px;
}
.principles h3 {
  font-size: 1.22rem;
}
.principles p {
  font-size: 0.92rem;
  color: var(--muted);
  margin: 0;
}
.questions {
  background: #efeee6;
}
.faq-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
}
.faq-grid > div > p {
  color: var(--muted);
  font-size: 0.94rem;
}
.questions details {
  border-bottom: 1px solid #cbd0c3;
}
.questions details:first-child {
  border-top: 1px solid #cbd0c3;
}
.questions summary {
  list-style: none;
  cursor: pointer;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 0.96rem;
  font-weight: 500;
  color: var(--forest);
  line-height: 1.55;
}
.questions summary::-webkit-details-marker {
  display: none;
}
.questions summary > span {
  font-size: 1.4rem;
  line-height: 1;
  transition: transform 0.2s;
}
.questions details[open] summary > span {
  transform: rotate(45deg);
}
.questions details p {
  font-size: 0.91rem;
  line-height: 1.8;
  color: var(--muted);
  padding-right: 36px;
  padding-bottom: 10px;
}
.contact-end {
  background: var(--forest);
  color: var(--cream);
  padding-block: 66px;
}
.contact-end-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
.contact-end .eyebrow {
  color: var(--gold);
}
.contact-end h2 {
  color: var(--cream);
}
.contact-end p {
  color: #e0e6da;
  font-size: 0.9rem;
  margin: 0;
}
.contact-end :is(.button, .wp-block-button__link) {
  background: var(--cream);
  color: var(--forest);
}
.large-phone {
  display: block;
  margin-top: 22px;
  font-size: 1.6rem;
  letter-spacing: -0.03em;
}
.small-note {
  font-size: 0.74rem;
  color: #d3dfcc;
}
.site-footer {
  padding: 58px 0 20px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 40px;
}
.footer-grid > div:first-child > p {
  font-size: 0.88rem;
  margin-top: 20px;
  color: var(--muted);
}
.footer-title,
p.footer-title {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 16px;
}
.footer-grid > div:not(:first-child) > a {
  display: block;
  font-size: 0.83rem;
  margin-bottom: 9px;
  padding-block: 3px;
}
.footer-grid a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 22px;
  margin-top: 33px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 0.68rem;
  color: var(--muted);
}
.footer-bottom > div {
  display: flex;
  gap: 22px;
}
.mobile-contact {
  display: none;
}
.subpage-intro {
  padding-top: 70px;
  padding-bottom: 48px;
}
.subpage-intro h1 {
  max-width: 960px;
}
.intro-text {
  font-size: 1.09rem;
  line-height: 1.8;
  color: var(--muted);
  max-width: 650px;
}
.process-layout {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 80px;
  align-items: start;
}
.process-layout > .photo {
  height: 640px;
}
.process-list article {
  display: flex;
  gap: 26px;
  border-top: 1px solid var(--line);
  padding: 28px 0 10px;
}
.process-list .step-number {
  flex-shrink: 0;
}
.process-list h2 {
  font-size: 1.65rem;
  line-height: 1.3;
  margin-bottom: 16px;
}
.process-list p {
  color: var(--muted);
  font-size: 0.97rem;
}
.narrow {
  max-width: 740px;
}
.narrow > p {
  color: var(--muted);
}
.about-split {
  padding-block: 18px 35px;
}
.brand-statement {
  text-align: center;
}
.brand-statement p {
  color: var(--muted);
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 75px;
  padding-bottom: 95px;
}
.contact-grid > .photo {
  height: 690px;
}
.contact-method {
  display: flex;
  gap: 22px;
  border-bottom: 1px solid var(--line);
  padding: 26px 0;
}
.contact-method > svg {
  color: var(--forest);
  margin-top: 5px;
}
.contact-method h2 {
  font-size: 1.5rem;
  margin-bottom: 12px;
}
.contact-method p {
  font-size: 0.93rem;
  color: var(--muted);
  margin: 12px 0 0;
}
.contact-number {
  font-size: 1.8rem;
  letter-spacing: -0.04em;
  color: var(--forest);
}
.contact-detail {
  padding-top: 27px;
}
.contact-detail h3 {
  font-size: 1.08rem;
}
.contact-detail p {
  font-size: 0.9rem;
}
.legal-page {
  max-width: 820px;
  padding-block: 65px 100px;
}
.legal-page h2 {
  font-size: 1.5rem;
  margin-top: 36px;
}
.legal-page p {
  color: var(--muted);
}
.legal-page a {
  text-decoration: underline;
}
.notice {
  padding: 18px 22px;
  border-left: 3px solid #a28c5c;
  background: #ebe9da;
  font-size: 0.9rem;
  color: #424f40;
  line-height: 1.65;
}
.inquiry-layout {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 80px;
  padding-block: 65px 90px;
}
.inquiry-intro h1 {
  font-size: clamp(2.6rem, 3.8vw, 3.6rem);
}
.inquiry-intro > p {
  color: var(--muted);
}
.inquiry-intro .photo {
  margin-top: 35px;
  height: 280px;
}
.inquiry-help {
  margin-top: 26px;
}
.inquiry-help > span {
  display: block;
  font-size: 0.82rem;
  color: var(--muted);
}
.inquiry-help a {
  font-size: 1.5rem;
  color: var(--forest);
}
.form-panel {
  background: var(--paper);
  border: 1px solid #dedfd2;
  border-radius: 8px;
  padding: 32px;
}
.form-panel h2 {
  font-size: 1.65rem;
  margin-bottom: 12px;
}
.form-panel > p {
  font-size: 0.88rem;
  color: var(--muted);
}
.inquiry-form fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.field {
  margin-bottom: 20px;
  min-width: 0;
}
.field label {
  display: block;
  font-size: 0.83rem;
  font-weight: 550;
  margin-bottom: 7px;
  color: var(--forest);
}
.field label > span {
  font-weight: 400;
  color: var(--muted);
  font-size: 0.76rem;
}
.field input,
.field textarea,
.field select {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 1px solid #b9c4b4;
  background: var(--paper);
  color: var(--ink);
  border-radius: 4px;
  min-height: 49px;
  padding: 11px 13px;
  font-size: 1rem;
}
.field textarea {
  resize: vertical;
  min-height: 104px;
}
.field input:disabled,
.field textarea:disabled,
.field select:disabled {
  background: #f1f2eb;
  cursor: not-allowed;
  color: #5a6656;
}
.field input[aria-invalid="true"],
.field textarea[aria-invalid="true"] {
  border-color: var(--error);
}
.field-hint {
  font-size: 0.76rem;
  color: var(--muted);
  display: block;
  margin-top: 6px;
  line-height: 1.6;
}
.field-error {
  display: block;
  font-size: 0.8rem;
  color: var(--error);
  margin-top: 6px;
}
.inquiry-form :is(.button, .wp-block-button__link) {
  width: 100%;
  margin-top: 5px;
}
.form-note {
  font-size: 0.74rem;
  color: var(--muted);
  margin-top: 15px;
  margin-bottom: 0;
}
.form-note a {
  text-decoration: underline;
}
.form-result {
  padding: 18px;
  border: 1px solid var(--line);
  margin: 16px 0;
}
.operator-list {
  display: grid;
  gap: 20px;
}
.operator-card {
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--paper);
  overflow-wrap: anywhere;
}
.operator-card p {
  white-space: pre-wrap;
}
.operator-card select {
  padding: 12px;
  border: 1px solid var(--line);
  margin-right: 10px;
}
.operator-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-bottom: 30px;
}
@media (min-width: 1500px) {
  .hero {
    padding-block: 55px;
  }
  .hero-image > .photo {
    height: 590px;
  }
}
@media (max-width: 1150px) {
  .container {
    width: calc(100% - 64px);
  }
  .navigation {
    gap: 20px;
  }
  .nav-links {
    gap: 17px;
  }
  .nav-links > a {
    font-size: 0.71rem;
  }
  .navigation > :is(.button, .wp-block-button__link) {
    font-size: 0.68rem;
    padding: 12px;
  }
  .brand-name {
    font-size: 1.1rem;
  }
  .brand-symbol {
    width: 43px;
    height: 43px;
  }
  .brand-descriptor {
    font-size: 0.47rem;
  }
  .hero {
    gap: 30px;
  }
  .hero-image > .photo {
    height: 520px;
  }
  .hero .actions {
    gap: 12px;
  }
  .hero :is(.button, .wp-block-button__link) {
    padding-inline: 16px;
  }
  .split-section {
    gap: 55px;
  }
  .family-copy {
    padding: 36px;
  }
  .approach-grid {
    gap: 50px;
  }
  .inquiry-layout {
    gap: 45px;
  }
  .process-layout {
    gap: 45px;
  }
}
@media (max-width: 960px) {
  .header-inner {
    min-height: 88px;
  }
  .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: none;
    border: 1px solid var(--line);
    border-radius: 4px;
    color: var(--forest);
  }
  .navigation {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--cream);
    padding: 25px 32px;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 12px 22px #193b2d12;
  }
  .navigation.is-open {
    display: block;
  }
  .nav-links {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }
  .nav-links > a {
    padding: 14px 0;
    font-size: 1rem;
  }
  .navigation > :is(.button, .wp-block-button__link) {
    font-size: 0.9rem;
    margin-top: 15px;
  }
  .hero-image > .photo {
    height: 495px;
  }
  .hero h1 {
    font-size: 3rem;
  }
  .hero-copy > p {
    font-size: 0.94rem;
  }
  .hero-note {
    font-size: 0.65rem;
  }
  .steps {
    gap: 30px;
  }
  .family-copy {
    padding: 30px;
  }
  .family-copy h2 {
    font-size: 2rem;
  }
  .faq-grid {
    gap: 40px;
  }
  .contact-grid {
    gap: 40px;
  }
  .contact-end-inner {
    gap: 35px;
  }
  .inquiry-layout {
    gap: 30px;
    grid-template-columns: 0.8fr 1.2fr;
  }
  .form-panel {
    padding: 25px;
  }
}
@media (max-width: 700px) {
  html {
    scroll-padding-top: 25px;
  }
  .container {
    width: calc(100% - 40px);
  }
  .preview-banner {
    font-size: 0.64rem;
    padding: 7px 16px;
    line-height: 1.5;
  }
  .header-inner {
    min-height: 85px;
  }
  .brand-name {
    font-size: 1.25rem;
  }
  .brand-descriptor {
    font-size: 0.54rem;
  }
  .brand-symbol {
    width: 45px;
    height: 45px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 30px;
    gap: 28px;
    padding-bottom: 30px;
  }
  .hero-copy {
    padding: 0;
  }
  .eyebrow {
    font-size: 0.66rem;
    letter-spacing: 0.14em;
    margin-bottom: 18px;
  }
  .hero h1 {
    font-size: clamp(2.35rem, 8.5vw, 3.3rem);
    line-height: 1.12;
  }
  .hero-copy > p {
    font-size: 0.95rem;
    line-height: 1.8;
    max-width: 500px;
    margin-bottom: 22px;
  }
  .hero .actions {
    gap: 14px;
  }
  .hero :is(.button, .wp-block-button__link) {
    font-size: 0.78rem;
    gap: 12px;
    padding-inline: 17px;
    min-height: 52px;
  }
  .phone-link {
    font-size: 0.78rem;
  }
  .hero-note {
    font-size: 0.69rem;
    margin-top: 22px;
  }
  .hero-image > .photo {
    height: 390px;
    border-radius: 65px 6px 6px 6px;
  }
  .image-note {
    left: 20px;
    right: 0;
    padding: 15px 22px;
    font-size: 0.8rem;
  }
  .values-strip {
    padding: 20px 0;
  }
  .values-strip > .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
    font-size: 0.77rem;
  }
  .values-strip span {
    gap: 12px;
  }
  .section {
    padding-block: 55px;
  }
  .split-section,
  .approach-grid,
  .faq-grid,
  .process-layout,
  .contact-grid,
  .inquiry-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .split-section > .photo {
    height: 370px;
  }
  .section-copy {
    padding-top: 4px;
  }
  .section-copy p {
    max-width: none;
    font-size: 0.93rem;
  }
  h2 {
    font-size: 2.15rem;
  }
  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  .section-heading .text-link {
    margin-top: 0;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 30px;
  }
  .steps .an-step {
    position: relative;
    padding: 23px 0 0 62px;
  }
  .steps .step-number {
    position: absolute;
    left: 0;
    top: 23px;
  }
  .steps h3 {
    font-size: 1.2rem;
  }
  .steps p {
    font-size: 0.92rem;
  }
  .family-panel {
    grid-template-columns: 1fr;
  }
  .family-panel > .photo {
    height: 340px;
    min-height: 0;
  }
  .family-copy {
    padding: 32px 25px;
  }
  .family-copy h2 {
    font-size: 2rem;
  }
  .family-copy p {
    font-size: 0.92rem;
  }
  .family-copy :is(.button, .wp-block-button__link) {
    font-size: 0.8rem;
  }
  .family-section {
    padding-bottom: 55px;
  }
  .approach {
    padding-top: 0;
  }
  .approach-grid {
    gap: 35px;
  }
  .principles h3 {
    font-size: 1.15rem;
  }
  .faq-grid {
    gap: 25px;
  }
  .questions summary {
    font-size: 0.94rem;
    padding-block: 20px;
  }
  .contact-end {
    padding-block: 45px;
  }
  .contact-end-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
  }
  .contact-end h2 {
    font-size: 2.2rem;
  }
  .site-footer {
    padding-top: 40px;
    padding-bottom: 100px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .footer-grid > div:first-child {
    grid-column: 1/-1;
  }
  .footer-grid > div:first-child > p {
    margin-bottom: 0;
  }
  .footer-grid > div:not(:first-child) > a {
    font-size: 0.77rem;
  }
  .footer-title {
    font-size: 0.66rem;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    margin-top: 25px;
    font-size: 0.68rem;
  }
  .mobile-contact {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 40;
    background: var(--paper);
    box-shadow: 0 -4px 20px #193b2d10;
    border-top: 1px solid var(--line);
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    gap: 10px;
  }
  .mobile-contact > a {
    min-height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.75rem;
    font-weight: 550;
  }
  .mobile-contact > a:first-child {
    flex: 0 0 95px;
    color: var(--forest);
  }
  .mobile-contact > a:last-child {
    background: var(--forest);
    color: white;
    border-radius: 4px;
    flex: 1;
    padding: 8px 10px;
    text-align: center;
    line-height: 1.3;
  }
  .subpage-intro {
    padding-top: 45px;
    padding-bottom: 30px;
  }
  .subpage-intro h1 {
    font-size: 2.5rem;
  }
  .intro-text {
    font-size: 1rem;
  }
  .process-layout > .photo {
    height: 330px;
    order: -1;
  }
  .process-list article {
    gap: 19px;
  }
  .process-list h2 {
    font-size: 1.4rem;
  }
  .process-list p {
    font-size: 0.93rem;
  }
  .brand-statement h2 {
    font-size: 2rem;
  }
  .contact-grid {
    padding-bottom: 55px;
  }
  .contact-grid > .photo {
    height: 350px;
    order: -1;
  }
  .contact-number {
    font-size: 1.6rem;
  }
  .legal-page {
    padding-block: 40px 65px;
    overflow-wrap: anywhere;
  }
  .legal-page h1 {
    font-size: 2.6rem;
  }
  .inquiry-layout {
    padding-block: 38px 50px;
  }
  .inquiry-intro h1 {
    font-size: 2.6rem;
  }
  .inquiry-intro .photo {
    display: none;
  }
  .inquiry-help {
    margin-top: 16px;
  }
  .form-panel {
    padding: 23px 20px;
  }
  .form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .notice {
    padding: 15px 17px;
    font-size: 0.85rem;
  }
  .field label {
    font-size: 0.84rem;
  }
  .field label > span {
    font-size: 0.76rem;
  }
  .form-note {
    font-size: 0.77rem;
  }
  .operator-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 359px) {
  .container {
    width: calc(100% - 32px);
  }
  .hero .actions {
    gap: 3px;
  }
  .hero :is(.button, .wp-block-button__link) {
    width: 100%;
  }
  .hero .phone-link {
    padding-top: 7px;
  }
  .hero-image > .photo {
    height: 320px;
  }
  .brand-name {
    font-size: 1.09rem;
  }
  .brand-descriptor {
    font-size: 0.47rem;
  }
  .brand-symbol {
    width: 40px;
    height: 40px;
  }
  .mobile-contact {
    gap: 5px;
    padding-inline: 8px;
  }
  .mobile-contact > a:first-child {
    flex-basis: 78px;
    font-size: 0.71rem;
  }
  .mobile-contact > a:last-child {
    font-size: 0.7rem;
  }
  .form-panel {
    padding: 20px 15px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  :is(.button, .wp-block-button__link):hover {
    transform: none;
  }
}
/* Min-content widths must not force grids wider when text is enlarged. */
.hero > *,
.split-section > *,
.approach-grid > *,
.faq-grid > *,
.process-layout > *,
.contact-grid > *,
.inquiry-layout > *,
.footer-grid > * {
  min-width: 0;
}
h1,
h2,
h3,
p,
a,
label,
summary,
.eyebrow,
.notice {
  overflow-wrap: anywhere;
}
:is(.button, .wp-block-button__link),
.text-link {
  max-width: 100%;
}
.menu-toggle {
  flex-shrink: 0;
}
.brand-name {
  font-size: 21px;
}
.brand-descriptor {
  font-size: 9px;
}
.brand {
  max-width: 100%;
}
.footer-bottom,
.hero-note {
  overflow-wrap: anywhere;
}
.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;
}
.form-result .small-note {
  color: var(--muted);
  font-size: 0.875rem;
  overflow-wrap: anywhere;
}

/* Native block markup uses paragraphs and image figures, keeping every word editable. */
.wp-site-blocks { padding: 0; }
.wp-site-blocks > * { margin-block-start: 0; }
.wp-block-post-content { margin: 0; }
figure.wp-block-image { margin: 0; }
.wp-block-image.photo img { width: 100%; height: 100%; object-fit: cover; }
.wp-block-image.photo-portrait img { object-position: center 35%; }
.an-buttons { margin: 0; gap: 0; }
.an-button { margin: 0; }
.an-button .wp-block-button__link { text-decoration: none; }
.an-button .wp-block-button__link::after { content: '↗'; font-size: 1.35em; font-weight: 400; line-height: 1; }
.brand { gap: 9px; }
.brand-symbol { width: 49px; height: 49px; min-width: 49px; }
.brand-symbol img { width: 100%; height: 100%; object-fit: contain; }
.brand-name, p.brand-name { margin: 0; line-height: 1.1; font-size: 21px; }
.brand-name a:hover { text-decoration: none; }
.brand-descriptor, p.brand-descriptor { margin: 7px 0 0; line-height: 1.1; font-size: 9px; }
.brand mark, h1 mark { padding: 0; }
.hero-copy > .eyebrow { color: var(--forest); font-size: .72rem; line-height: 1.6; max-width: none; }
.hero-copy > .hero-note { font-size: .73rem; line-height: 1.65; max-width: none; margin: 34px 0 0; }
.hero-note::before { content: ''; width: 28px; height: 1px; flex-shrink: 0; background: #8a957c; }
.phone-link, p.phone-link { margin: 0; }
.phone-link a { display: inline-flex; align-items: center; gap: 9px; }
.phone-link a::before, .an-phone-icon, .contact-method-phone::before {
  content: ''; display: inline-block; width: 18px; height: 18px; flex-shrink: 0; background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.12 4.2 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.37 1.9.7 2.79a2 2 0 0 1-.45 2.11L8.09 9.89a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.9.34 1.83.57 2.79.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.image-note p { margin: 0; }
.image-note .image-note-arrow { font-size: 2.1rem; font-weight: 300; color: var(--gold); }
.values-strip p { display: flex; align-items: center; gap: 13px; margin: 0; }
.values-strip p::before { content: ''; width: 5px; height: 5px; flex-shrink: 0; transform: rotate(45deg); border: 1px solid #8a957c; }
.benefit-prefix, p.benefit-prefix { margin: 0; }
.benefit-number sup { font-size: .5em; vertical-align: top; line-height: 1.6; top: auto; position: static; }
.text-link, p.text-link { width: fit-content; margin-top: 12px; margin-bottom: 0; }
.text-link > a { display: inline-flex; align-items: center; gap: 14px; }
.text-link > a::after { content: '→'; font-size: 1.25em; flex-shrink: 0; }
.text-link > a:hover { gap: 19px; }
.steps .step-number { margin: 0 0 22px; font-size: .8rem; color: var(--forest); }
.principles article > .principle-number { font-size: .75rem; color: #617558; padding-top: 5px; flex-shrink: 0; }
.questions summary::after { content: '+'; font-size: 1.4rem; font-weight: 400; line-height: 1; flex-shrink: 0; transition: transform .2s; }
.questions details[open] summary::after { transform: rotate(45deg); }
.contact-end .large-phone { font-size: 1.6rem; color: var(--cream); margin-top: 22px; }
.contact-end .small-note { font-size: .74rem; color: #d3dfcc; }
.contact-end .eyebrow { font-size: .72rem; color: var(--gold); margin-bottom: 1.4rem; }
.family-copy > .eyebrow { font-size: .72rem; line-height: 1.6; }
.section-copy > .eyebrow { font-size: .72rem; line-height: 1.6; color: var(--forest); }
.footer-grid > div:not(:first-child) > p:not(.footer-title) { display: block; font-size: .83rem; margin-bottom: 9px; padding-block: 3px; }
.footer-grid .brand-descriptor { margin-top: 7px; }
.footer-bottom p { margin: 0; }
.footer-legal-links { display: flex; gap: 22px; }
.inquiry-help > p { margin: 0; }
.inquiry-help > p:first-child { font-size: .82rem; color: var(--muted); }
.inquiry-intro > .eyebrow { color: var(--forest); }
.contact-method::before { margin-top: 5px; color: var(--forest); width: 24px; height: 24px; }
.contact-method-callback::before { content: '↗'; display: block; flex-shrink: 0; font-size: 1.6rem; line-height: 1; }
.contact-method .contact-number { font-size: 1.8rem; margin: 0; color: var(--forest); }
.legal-page > .eyebrow { color: var(--forest); }
.legal-page > .notice { color: #424f40; }
.narrow > .eyebrow { color: var(--forest); }
.brand-statement > .eyebrow { color: var(--forest); }

/* Editable core Navigation: retain its keyboard/focus behavior, match source spacing. */
.an-navigation { font-size: .78rem; }
.an-navigation .wp-block-navigation__container { gap: 24px; align-items: center; }
.an-navigation .wp-block-navigation-item__content { padding: 12px 0; white-space: nowrap; }
.an-navigation .wp-block-navigation-item__content:hover,
.an-navigation .current-menu-item > .wp-block-navigation-item__content { color: var(--forest); text-decoration: underline; text-underline-offset: 6px; }
.an-navigation .an-nav-cta { margin-left: 4px; }
.an-navigation .an-nav-cta > a.wp-block-navigation-item__content {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  font-size: .76rem; font-weight: 550; min-height: 46px; padding: 12px 17px;
  border: 1px solid var(--forest); border-radius: 5px; background: var(--forest); color: #fff; line-height: 1.35;
  transition: background .18s, transform .18s, box-shadow .18s;
}
.an-navigation .an-nav-cta > a::after { content: '↗'; font-size: 1.35em; line-height: 1; }
.an-navigation .an-nav-cta > a.wp-block-navigation-item__content:hover { color: #fff; background: var(--deep); text-decoration: none; transform: translateY(-2px); box-shadow: 0 8px 20px #193b2d15; }
.an-navigation .wp-block-navigation__responsive-container-open { width: 48px; height: 48px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 4px; color: var(--forest); }
.an-navigation .wp-block-navigation__responsive-container:not(.is-menu-open) { display: block; }
.an-navigation .wp-block-navigation__responsive-container-open:not(.always-shown) { display: none; }
.an-navigation .wp-block-navigation__responsive-container.is-menu-open { background: var(--cream); color: var(--forest); padding: 30px 32px; }
.an-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content { padding-top: 58px; align-items: stretch; }
.an-navigation .is-menu-open .wp-block-navigation__container { gap: 0; align-items: stretch; width: 100%; }
.an-navigation .is-menu-open .wp-block-navigation-item { align-items: stretch; width: 100%; }
.an-navigation .is-menu-open .wp-block-navigation-item__content { font-size: 1rem; padding: 14px 0; }
.an-navigation .is-menu-open .an-nav-cta { margin: 15px 0 0; }
.an-navigation .is-menu-open .an-nav-cta > a { padding: 15px 22px; width: fit-content; white-space: normal; font-size: .9rem; }
.an-navigation .wp-block-navigation__responsive-container-close { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 4px; }
@media (max-width: 1150px) {
  .brand-symbol { width: 43px; height: 43px; min-width: 43px; }
  .an-navigation .wp-block-navigation__container { gap: 17px; }
  .an-navigation .wp-block-navigation-item__content { font-size: .71rem; }
  .an-navigation .an-nav-cta > a { font-size: .68rem; padding: 12px; }
}
@media (max-width: 960px) {
  .an-navigation .wp-block-navigation__responsive-container:not(.is-menu-open) { display: none; }
  .an-navigation .wp-block-navigation__responsive-container-open:not(.always-shown) { display: flex; }
  .hero-copy > .hero-note { font-size: .65rem; }
}
@media (max-width: 700px) {
  .brand-symbol { width: 45px; height: 45px; min-width: 45px; }
  .hero-copy > .eyebrow, .contact-end .eyebrow, .family-copy > .eyebrow, .section-copy > .eyebrow { font-size: .66rem; }
  .hero-copy > .hero-note { font-size: .69rem; margin-top: 22px; margin-bottom: 0; }
  .values-strip p { gap: 12px; }
  .footer-grid > div:not(:first-child) > p:not(.footer-title) { font-size: .77rem; }
  .contact-method .contact-number { font-size: 1.6rem; }
  .an-navigation .wp-block-navigation__responsive-container.is-menu-open { padding: 20px; }
  .steps .step-number { margin: 0; }
}
@media (max-width: 359px) {
  .brand-symbol { width: 40px; height: 40px; min-width: 40px; }
  .hero .actions > .an-buttons { width: 100%; }
  .hero .an-button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .an-navigation .an-nav-cta > a:hover { transform: none; }
}

