:root {
  --cream: #fdfcf8;
  --paper: #fffefb;
  --sage: #82917a;
  --sage-dark: #586b57;
  --sage-light: #f0f4ed;
  --blue: #80afe0;
  --blue-dark: #356fa9;
  --pink: #e7aec6;
  --yellow: #f2d27a;
  --ink: #26342e;
  --muted: #5f6d65;
  --line: #d8dfd4;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 18px; line-height: 1.65; }
a { color: inherit; }
.skip-link { position: absolute; left: -999px; top: 0; padding: .7rem 1rem; background: var(--ink); color: white; z-index: 20; }
.skip-link:focus { left: 1rem; top: 1rem; }
.site-header { min-height: 150px; padding: .65rem clamp(1.2rem, 5vw, 5rem); background: rgba(255,254,251,.96); display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 10; border-bottom: 1px solid rgba(111,128,101,.18); }
.brand img { display: block; width: min(430px, 48vw); height: 130px; object-fit: contain; object-position: left center; }
nav { display: flex; align-items: center; gap: clamp(1rem, 2.2vw, 2.3rem); }
nav a { text-decoration: none; color: var(--sage-dark); font-size: 1rem; font-weight: 600; }
nav a:hover, nav a:focus-visible { color: var(--blue-dark); }
.nav-contact { border: 2px solid var(--sage); border-radius: 999px; padding: .55rem 1.1rem; }
.menu-button { display: none; border: 1px solid var(--sage); background: transparent; color: var(--sage-dark); border-radius: 999px; padding: .55rem 1rem; font: inherit; }

.hero { min-height: 680px; padding: clamp(4.5rem, 9vw, 8rem) clamp(1.2rem, 8vw, 9rem); display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: clamp(2rem, 6vw, 7rem); align-items: center; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 470px; height: 470px; border: 2px solid rgba(128,175,224,.45); border-radius: 50%; right: -180px; top: -190px; }
.hero::after { content: ""; position: absolute; width: 210px; height: 210px; background: rgba(242,210,122,.17); border-radius: 50%; left: -90px; bottom: -80px; }
.eyebrow { margin: 0 0 1rem; color: var(--blue-dark); text-transform: uppercase; letter-spacing: .13em; font-size: .82rem; font-weight: 700; }
.hero .eyebrow { font-size: 1.15rem; }
h1, h2, h3 { margin-top: 0; line-height: 1.15; font-family: Georgia, 'Times New Roman', serif; color: var(--sage-dark); }
h1 { margin-bottom: 1.6rem; font-size: clamp(2.8rem, 6vw, 5.7rem); font-weight: 500; letter-spacing: -.035em; }
h2 { margin-bottom: 1.4rem; font-size: clamp(2.15rem, 4vw, 3.8rem); font-weight: 500; letter-spacing: -.025em; }
h3 { margin-bottom: .65rem; font-size: 1.35rem; }
.hero-text { max-width: 720px; font-size: 1.2rem; color: var(--muted); }
.hero-actions { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 1rem; }
.button { display: inline-block; padding: .85rem 1.3rem; border-radius: 999px; text-decoration: none; font-weight: 700; }
.button.primary { background: var(--sage-dark); color: white; }
.button.secondary { color: var(--sage-dark); border: 2px solid var(--sage); }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.welcome-card { width: min(100%, 420px); aspect-ratio: 1; justify-self: center; background: var(--paper); padding: clamp(2.3rem, 4vw, 3.4rem); border-radius: 50%; box-shadow: 0 22px 60px rgba(69,88,69,.12); position: relative; display: flex; flex-direction: column; justify-content: center; }
.welcome-card::after { content: ""; position: absolute; inset: -12px; border: 1px solid rgba(128,175,224,.78); border-radius: 50%; z-index: -1; }
.welcome-copy { transform: translateY(-1.15rem); }
.welcome-card p { margin: .35rem 0 1rem; font-family: Georgia, serif; font-size: clamp(1.08rem, 1.6vw, 1.35rem); font-style: italic; line-height: 1.38; }
.welcome-card strong, .welcome-card span { display: block; }
.welcome-card span:last-child { color: var(--muted); font-size: .93rem; }
.bluebell-petal { position: absolute; bottom: 1.8rem; left: 50%; width: 2.25rem; height: auto; transform: translateX(-50%) rotate(12deg); }
.trust-strip { padding: 1.05rem 1.2rem; background: var(--sage-dark); color: white; display: flex; justify-content: center; gap: clamp(.8rem, 3vw, 3rem); text-align: center; font-size: .95rem; font-weight: 600; }

.section { padding: clamp(4.5rem, 8vw, 8rem) clamp(1.2rem, 8vw, 9rem); }
.section, .contact-section, .fee-panel { position: relative; overflow: hidden; }
.split { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2rem, 7vw, 8rem); }
.about-photo { display: block; width: min(100%, 290px); margin-top: 2rem; aspect-ratio: 4 / 5; object-fit: cover; border: 6px solid var(--paper); border-radius: 2.6rem .6rem 2.6rem .6rem; box-shadow: 0 18px 44px rgba(69,88,69,.14), 10px 10px 0 rgba(128,175,224,.22); }
.prose p:first-child { margin-top: 0; }
.prose p { max-width: 760px; color: var(--muted); font-size: 1.08rem; }
.credentials-note { margin-top: 2rem; padding: 1.5rem 1.7rem; background: var(--paper); border-left: 4px solid var(--blue); border-radius: .4rem 1.6rem .4rem .4rem; }
.credentials-note h3 { margin-bottom: .8rem; }
.credentials-note ul { margin: 0; padding-left: 1.25rem; color: var(--muted); }
.credentials-note li + li { margin-top: .35rem; }
.tinted { background: var(--sage-light); }
.section-heading { max-width: 790px; margin-bottom: 3rem; }
.section-heading > p:last-child { color: var(--muted); }
.section-heading.narrow { max-width: 620px; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.info-card { min-height: 285px; padding: 2rem; background: var(--paper); border-top: 5px solid var(--blue); border-radius: .45rem 2.5rem .45rem .45rem; }
.info-card:nth-child(2) { border-color: var(--pink); }
.info-card:nth-child(3) { border-color: var(--yellow); }
.card-number { display: block; margin-bottom: 2.8rem; color: var(--blue-dark); font-weight: 700; letter-spacing: .12em; }
.info-card p { color: var(--muted); }
.services-section { background: var(--cream); }
.services-group-title { margin: 0 0 1.15rem; font-size: 1.45rem; }
.services-group-title.additional-title { margin-top: 3rem; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.support-grid { grid-template-columns: repeat(2, 1fr); }
.service-card { padding: 1.8rem; background: var(--paper); border: 1px solid var(--line); border-radius: .6rem 2rem .6rem .6rem; box-shadow: 0 12px 34px rgba(69,88,69,.06); }
.service-card:nth-child(3n+1) { border-top: 4px solid var(--blue); }
.service-card:nth-child(3n+2) { border-top: 4px solid var(--pink); }
.service-card:nth-child(3n+3) { border-top: 4px solid var(--sage); }
.service-card p { margin-bottom: 0; color: var(--muted); }
.service-disclaimer { margin: 1.4rem 0 0; padding: 1.15rem 1.35rem; max-width: 980px; background: var(--sage-light); border-left: 4px solid var(--blue); border-radius: .4rem 1.2rem .4rem .4rem; color: var(--muted); }
.definition-section { background: var(--paper); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2.5rem, 7vw, 7rem); }
.definition-intro > p:not(.eyebrow) { color: var(--muted); }
.definition-intro blockquote { margin: 2rem 0 0; padding: 1.6rem 1.8rem; border-left: 5px solid var(--yellow); background: var(--cream); color: var(--sage-dark); font-family: Georgia, serif; font-size: 1.28rem; font-style: italic; }
.definition-points { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.definition-points article { padding: 1.5rem; border: 1px solid var(--line); border-radius: .5rem 1.8rem .5rem .5rem; }
.definition-points article:nth-child(2) { border-top: 4px solid var(--pink); }
.definition-points article:nth-child(3) { border-top: 4px solid var(--blue); }
.definition-points article:nth-child(4) { border-top: 4px solid var(--sage); }
.definition-points p { margin-bottom: 0; color: var(--muted); font-size: .96rem; }
.definition-note { grid-column: 1 / -1; padding: 1.7rem 2rem; background: var(--sage-light); border-radius: .5rem 2.2rem .5rem .5rem; }
.definition-note p { margin: .4rem 0 .7rem; color: var(--muted); }
.timeline { max-width: 850px; margin: 2rem auto 0; padding: 0; list-style: none; }
.timeline li { display: grid; grid-template-columns: 70px 1fr; gap: 1.4rem; padding: 0 0 2.2rem; position: relative; }
.timeline li:not(:last-child)::before { content: ""; position: absolute; left: 27px; top: 55px; bottom: 0; width: 2px; background: var(--line); }
.timeline li > span { width: 56px; height: 56px; border-radius: 50%; background: var(--blue); color: white; display: grid; place-items: center; font-weight: 800; }
.timeline p { margin: 0; color: var(--muted); }
.fee-panel { margin: 0 clamp(1rem, 4vw, 4rem) clamp(4rem, 7vw, 7rem); padding: clamp(2.5rem, 5vw, 5rem); background: var(--paper); border-radius: .8rem 5rem .8rem .8rem; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; box-shadow: 0 18px 50px rgba(69,88,69,.08); }
.fee-panel h2 { margin-bottom: 1rem; }
.fee-intro, .fee-note { color: var(--muted); }
.fee-intro { max-width: 520px; margin-bottom: 0; }
.fee-list { margin: 0 0 1.35rem; }
.fee-list > div { display: grid; grid-template-columns: 1fr auto; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.fee-list > div:first-child { padding-top: 0; }
.fee-list dt { font-weight: 700; color: var(--sage-dark); }
.fee-list dd { margin: 0; color: var(--blue-dark); font-weight: 800; white-space: nowrap; }
.fee-note { margin: 0 0 1.2rem; font-size: .94rem; }
.text-link { color: var(--blue-dark); font-weight: 700; text-underline-offset: 4px; }
.contact-section { padding: clamp(4rem, 8vw, 8rem) clamp(1.2rem, 8vw, 9rem); background: var(--blue-dark); color: white; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.contact-section h2, .contact-section .eyebrow { color: white; }
.contact-section p { max-width: 650px; }
.email-card { min-width: 0; display: grid; grid-template-columns: 1fr auto; gap: .25rem 1rem; padding: 1.6rem 1.8rem; background: white; color: var(--sage-dark); text-decoration: none; border-radius: .7rem 2.2rem .7rem .7rem; }
.email-card strong { overflow-wrap: anywhere; }
.email-card span:first-child { grid-column: 1 / -1; color: var(--muted); font-size: .9rem; }
footer { padding: 3.5rem clamp(1.2rem, 8vw, 9rem) 2rem; background: #eef3ea; display: grid; grid-template-columns: 240px 1fr auto; gap: 2rem; align-items: start; color: var(--sage-dark); }
footer img { width: 220px; height: 90px; object-fit: contain; object-position: left top; }
.footer-links { display: flex; gap: 1rem; }
.copyright, .privacy-note { grid-column: 1 / -1; margin: 0; padding-top: 1.2rem; border-top: 1px solid var(--line); font-size: .86rem; color: var(--muted); }
.privacy-note { padding-top: .2rem; border: 0; }

@media (max-width: 900px) {
  body { font-size: 16px; }
  .site-header { min-height: 108px; }
  .brand img { width: 245px; height: 94px; }
  .menu-button { display: block; }
  nav { display: none; position: absolute; left: 0; right: 0; top: 108px; padding: 1.5rem; background: var(--paper); flex-direction: column; align-items: stretch; border-bottom: 1px solid var(--line); }
  nav.open { display: flex; }
  nav a { padding: .35rem 0; }
  .nav-contact { border: 0; padding: .35rem 0; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 4rem; }
  .welcome-card { max-width: 520px; }
  .split, .fee-panel, .contact-section, .definition-section { grid-template-columns: 1fr; }
  .about-photo { margin-inline: auto; }
  .definition-note { grid-column: auto; }
  .card-grid, .services-grid { grid-template-columns: 1fr; }
  .info-card { min-height: auto; }
  .card-number { margin-bottom: 1.6rem; }
  footer { grid-template-columns: 1fr; }
  .copyright, .privacy-note { grid-column: auto; }
}

@media (max-width: 520px) {
  h1 { font-size: 2.65rem; }
  .hero-actions .button { width: 100%; text-align: center; }
  .trust-strip { flex-wrap: wrap; gap: .4rem .8rem; }
  .trust-strip span[aria-hidden] { display: none; }
  .fee-panel { margin-inline: .7rem; }
  .fee-list > div { grid-template-columns: 1fr; gap: .25rem; }
  .email-card { grid-template-columns: 1fr; }
  .definition-points { grid-template-columns: 1fr; }
  .welcome-card { width: min(100%, 350px); padding: 2.2rem; }
  .welcome-card p { font-size: 1.05rem; line-height: 1.32; }
  .welcome-card span:last-child { font-size: .82rem; line-height: 1.35; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
