:root {
  --forest: #143d2d;
  --forest-2: #1d503a;
  --leaf: #6f9b56;
  --lime: #accf72;
  --lime-dark: #87ad4c;
  --silver: #dce4e0;
  --cream: #f6f3eb;
  --paper: #fffdf8;
  --ink: #173027;
  --muted: #66746e;
  --line: #dce3dd;
  --white: #fff;
  --shadow: 0 20px 55px rgba(20, 61, 45, .11);
  --radius: 6px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #e09b36; outline-offset: 3px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 110px 0; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 16px; background: var(--white); color: var(--forest); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.contact-ribbon { background: var(--forest); color: #e7eee9; font-size: 13px; }
.contact-ribbon__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.contact-ribbon__inner div { display: flex; gap: 13px; align-items: center; }
.contact-ribbon a { text-decoration: none; font-weight: 700; }
.contact-ribbon a:hover { text-decoration: underline; }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255, 253, 248, .93); border-bottom: 1px solid rgba(20, 61, 45, .08); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.site-logo { flex: 0 0 auto; width: 300px; }
.site-logo img { width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav > a { position: relative; color: #2c443a; font-size: 13px; font-weight: 750; letter-spacing: .15px; text-decoration: none; white-space: nowrap; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--leaf); transition: right .2s ease; }
.main-nav > a:hover::after { right: 0; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 0; background: transparent; border-radius: 10px; }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--forest); transition: transform .2s ease, opacity .2s ease; }

.button { display: inline-flex; min-height: 54px; padding: 14px 22px; align-items: center; justify-content: center; gap: 14px; border: 1px solid var(--forest); border-radius: 3px; background: var(--forest); color: var(--white); font-size: 13px; font-weight: 800; line-height: 1.2; letter-spacing: .2px; text-decoration: none; cursor: pointer; box-shadow: 0 8px 20px rgba(20, 61, 45, .13); transition: background .2s ease, box-shadow .2s ease; }
.button:hover { background: #0d2e21; box-shadow: 0 11px 25px rgba(20, 61, 45, .2); }
.button--small { min-height: 44px; padding: 11px 17px; color: var(--white) !important; }
.button--ghost { background: transparent; color: var(--forest); box-shadow: none; }
.button--ghost:hover { background: #eaf0ea; }
.button--wide { width: 100%; }
.phone-dot { width: 9px; height: 9px; border-radius: 50%; background: #75a64c; box-shadow: 0 0 0 5px rgba(117, 166, 76, .15); }

.hero { position: relative; overflow: hidden; padding-top: 76px; background: linear-gradient(180deg, #fbfaf5, #f0f2eb); }
.hero::before { content: ""; position: absolute; width: 420px; height: 420px; right: -240px; bottom: -160px; border: 1px solid rgba(20,61,45,.13); border-radius: 50%; box-shadow: 0 0 0 70px rgba(20,61,45,.025), 0 0 0 140px rgba(20,61,45,.02); }
.hero__grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 68px; }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 10px; color: var(--leaf); font-size: 12px; font-weight: 900; letter-spacing: 1.7px; text-transform: uppercase; }
.eyebrow span { width: 29px; height: 2px; background: currentColor; }
.hero h1, .section-heading h2, .process h2, .about h2, .faq h2, .contact h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 600; line-height: 1.04; letter-spacing: -2.1px; }
.hero h1 { max-width: 680px; font-size: clamp(50px, 5.1vw, 72px); }
.hero h1 em { color: var(--leaf); font-style: normal; font-weight: inherit; }
.hero__lead { max-width: 650px; margin: 26px 0 0; color: #53655e; font-size: 18px; line-height: 1.72; }
.hero__actions { margin-top: 34px; display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.trust-list { margin: 30px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 11px 24px; color: #4f6259; font-size: 13px; font-weight: 700; list-style: none; }
.trust-list li { display: flex; align-items: center; gap: 8px; }
.trust-list svg { width: 18px; height: 18px; padding: 3px; border-radius: 50%; background: #e2ecd9; fill: none; stroke: var(--forest); stroke-width: 2.4; }
.hero__visual { position: relative; }
.hero__image-wrap { overflow: hidden; border-radius: 3px; background: #dbe8d7; box-shadow: var(--shadow); }
.hero__image-wrap img { width: 100%; aspect-ratio: 4 / 3; height: auto; object-fit: cover; }
.hero__callout { position: absolute; left: -30px; bottom: 22px; width: min(340px, 82%); padding: 16px; display: flex; align-items: center; gap: 13px; border: 1px solid rgba(255,255,255,.6); border-radius: 3px; background: rgba(255,255,255,.95); color: var(--ink); box-shadow: 0 18px 38px rgba(20,61,45,.18); text-decoration: none; backdrop-filter: blur(10px); }
.hero__callout-icon { width: 42px; height: 42px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 2px; background: var(--forest); color: var(--lime); font-size: 18px; font-weight: 900; }
.hero__callout small, .hero__callout strong { display: block; }
.hero__callout small { color: var(--muted); font-size: 11px; }
.hero__callout strong { font-size: 14px; }

.proof-strip { background: var(--forest); color: var(--white); }
.proof-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-strip__grid div { min-height: 94px; padding: 25px 28px; display: flex; align-items: center; gap: 15px; border-left: 1px solid rgba(255,255,255,.12); }
.proof-strip__grid div:last-child { border-right: 1px solid rgba(255,255,255,.12); }
.proof-strip strong { color: var(--lime); font-family: Georgia, serif; font-size: 15px; }
.proof-strip span { font-size: 13px; font-weight: 800; }

.section-heading--split { margin-bottom: 44px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; }
.section-heading h2, .process h2, .about h2, .faq h2, .contact h2 { font-size: clamp(39px, 4.1vw, 58px); }
.section-heading--split > p { margin: 0 0 4px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { position: relative; min-height: 530px; padding: 34px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-top: 3px solid var(--forest); border-radius: var(--radius); background: var(--white); box-shadow: 0 10px 38px rgba(20,61,45,.04); transition: border-color .25s ease, box-shadow .25s ease; }
.service-card:hover { border-color: #a9b9b0; box-shadow: var(--shadow); }
.service-card--featured { background: #edf3e7; border-color: #d0dfc3; }
.service-card__number { position: absolute; top: 28px; right: 30px; color: #9cab9f; font-family: Georgia, serif; font-size: 15px; }
.service-card__icon { width: 62px; height: 62px; padding: 15px; display: grid; place-items: center; border-radius: 2px; background: var(--forest); color: var(--lime); }
.service-card__icon svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 25px 0 12px; font-family: Georgia, serif; font-size: 25px; line-height: 1.18; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }
.service-card ul { margin: 22px 0 24px; padding: 0; list-style: none; }
.service-card li { position: relative; padding: 6px 0 6px 19px; font-size: 13px; font-weight: 700; }
.service-card li::before { content: ""; position: absolute; left: 0; top: 14px; width: 7px; height: 7px; border-radius: 50%; background: var(--lime-dark); }
.service-card > a { margin-top: auto; color: var(--forest); font-size: 13px; font-weight: 900; text-decoration: none; }
.service-card > a span { margin-left: 7px; transition: margin .2s ease; }
.service-card > a:hover span { margin-left: 12px; }

.process { background: var(--forest); color: var(--white); }
.process__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 110px; }
.eyebrow--light { color: var(--lime); }
.process__intro > p:not(.eyebrow) { max-width: 470px; margin: 25px 0; color: #bfd0c7; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--forest); font-size: 14px; font-weight: 900; text-decoration: none; }
.text-link--light { color: var(--white); border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 4px; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { padding: 26px 0; display: grid; grid-template-columns: 58px 1fr; gap: 22px; border-top: 1px solid rgba(255,255,255,.14); }
.steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.steps > li > span { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(172,207,114,.55); border-radius: 50%; color: var(--lime); font-family: Georgia, serif; font-weight: 700; }
.steps h3 { margin: 0 0 5px; font-family: Georgia, serif; font-size: 21px; }
.steps p { margin: 0; color: #b8cbc1; font-size: 14px; }

.about { background: var(--paper); }
.about__grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 90px; }
.about__visual { position: relative; }
.about__logo-panel { padding: 22px; overflow: hidden; border: 1px solid rgba(20,61,45,.12); border-radius: 4px; background: #313d42; box-shadow: 0 22px 55px rgba(20,61,45,.13); }
.about__logo-panel img { width: 100%; height: auto; display: block; border-radius: 2px; }
.about__year { position: absolute; z-index: 2; right: -18px; top: 40px; width: 132px; height: 106px; display: grid; place-content: center; border: 6px solid var(--paper); border-radius: 2px; background: var(--forest); color: var(--white); text-align: center; box-shadow: 0 10px 30px rgba(20,61,45,.15); }
.about__year strong, .about__year span { display: block; line-height: 1; }
.about__year strong { font-family: Georgia, serif; font-size: 33px; }
.about__year span { margin-top: 6px; color: var(--lime); font-size: 12px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.about__lead { margin: 25px 0 15px; color: #3d5148; font-size: 18px; font-weight: 700; }
.about__copy > p:not(.eyebrow):not(.about__lead) { color: var(--muted); }
.about__benefits { margin-top: 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.about__benefits > div { padding: 16px 12px; border: 1px solid var(--line); border-radius: 14px; background: #fbfcf8; }
.about__benefits span { width: 25px; height: 25px; margin-bottom: 10px; display: grid; place-items: center; border-radius: 50%; background: #e5efd9; color: var(--forest); font-size: 12px; font-weight: 900; }
.about__benefits strong, .about__benefits small { display: block; }
.about__benefits strong { font-size: 12px; }
.about__benefits small { margin-top: 3px; color: var(--muted); font-size: 10px; }

.fit-section { padding-top: 20px; }
.section-heading--center { max-width: 780px; margin: 0 auto 42px; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.fit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.fit-grid article { min-height: 245px; padding: 30px; border-radius: 3px; background: linear-gradient(145deg, #edf2e9, #f9f8f2); }
.fit-grid article:nth-child(2) { background: var(--forest); color: var(--white); }
.fit-grid article > span { display: inline-block; padding: 5px 10px; border-radius: 2px; background: var(--lime); color: var(--forest); font-size: 10px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.fit-grid h3 { margin: 55px 0 10px; font-family: Georgia, serif; font-size: 24px; }
.fit-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.fit-grid article:nth-child(2) p { color: #c2d2ca; }

.faq { background: #f1f3ed; }
.faq__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.faq__grid > div:first-child > p:not(.eyebrow) { color: var(--muted); }
.accordion { border-top: 1px solid #cbd4cd; }
.accordion details { border-bottom: 1px solid #cbd4cd; }
.accordion summary { position: relative; padding: 23px 48px 23px 0; color: var(--ink); font-family: Georgia, serif; font-size: 18px; font-weight: 700; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { position: absolute; right: 5px; top: 50%; width: 24px; height: 24px; transform: translateY(-50%); }
.accordion summary span::before, .accordion summary span::after { content: ""; position: absolute; left: 5px; top: 11px; width: 14px; height: 2px; background: var(--forest); }
.accordion summary span::after { transform: rotate(90deg); transition: transform .2s ease; }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details p { margin: -8px 48px 22px 0; color: var(--muted); font-size: 14px; }

.contact { background: var(--forest); color: var(--white); }
.contact__grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: 90px; }
.contact__copy > p:not(.eyebrow) { color: #c0d0c8; }
.direct-contact { margin-top: 34px; display: grid; gap: 13px; }
.direct-contact a { display: flex; align-items: center; gap: 14px; color: var(--white); text-decoration: none; }
.direct-contact > a > span { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: var(--lime); }
.direct-contact small, .direct-contact strong { display: block; }
.direct-contact small { color: #aebfb6; font-size: 10px; text-transform: uppercase; letter-spacing: 1px; }
.direct-contact strong { font-size: 14px; }
.contact-form { padding: 34px; border-radius: 4px; background: var(--white); color: var(--ink); box-shadow: 0 26px 70px rgba(0,0,0,.18); }
.contact-form .form-hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.contact-form label { margin-bottom: 16px; display: block; font-size: 12px; font-weight: 800; }
.contact-form label > span[aria-hidden="true"] { color: #a14f3b; }
.contact-form label > small { color: var(--muted); font-weight: 500; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 6px; padding: 13px 14px; border: 1px solid #ccd5cf; border-radius: 9px; background: #fcfcf9; color: var(--ink); outline: none; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--leaf); box-shadow: 0 0 0 3px rgba(111,155,86,.14); }
.contact-form textarea { resize: vertical; }
.contact-form .checkbox { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-weight: 500; line-height: 1.45; }
.checkbox input { width: 17px; height: 17px; margin: 2px 0 0; flex: 0 0 auto; accent-color: var(--forest); }
.checkbox a { color: var(--forest); font-weight: 800; }
.form-status { min-height: 20px; margin: 10px 0 0; color: var(--leaf); font-size: 12px; font-weight: 700; text-align: center; }
.form-status.is-error { color: #9d3f32; }
.form-status.is-success { color: #2f704b; }
.contact-form .button:disabled { opacity: .65; cursor: wait; }

.knowledge { border-top: 1px solid var(--line); background: var(--white); }
.knowledge-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.knowledge-card { min-height: 370px; padding: 30px; display: flex; flex-direction: column; border: 1px solid var(--line); border-top: 4px solid var(--forest); background: var(--paper); }
.knowledge-card__meta { display: flex; justify-content: space-between; gap: 12px; color: #78867f; font-size: 10px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; }
.knowledge-card__category { margin: 44px 0 10px; color: var(--leaf); font-size: 10px; font-weight: 900; letter-spacing: 1.4px; text-transform: uppercase; }
.knowledge-card h3 { margin: 0 0 14px; font-family: Georgia, serif; font-size: 24px; line-height: 1.18; }
.knowledge-card > p:not(.knowledge-card__category) { margin: 0 0 22px; color: var(--muted); font-size: 13px; }
.knowledge-card > a { margin-top: auto; color: var(--forest); font-size: 12px; font-weight: 900; text-decoration: none; }
.knowledge-card > a span { margin-left: 6px; }
.knowledge__more { margin-top: 32px; display: flex; justify-content: center; }

.subpage-header { position: relative; }
.subpage-header .main-nav a[aria-current="page"]::after { right: 0; }
.page-hero { padding: 88px 0 82px; background: var(--forest); color: var(--white); }
.page-hero__inner { max-width: 850px; }
.page-hero .eyebrow { color: var(--lime); }
.page-hero h1 { margin: 0; font-family: Georgia, serif; font-size: clamp(48px, 6vw, 74px); font-weight: 600; line-height: 1.02; letter-spacing: -2px; }
.page-hero p:not(.eyebrow) { max-width: 720px; margin: 24px 0 0; color: #c2d2ca; font-size: 18px; }
.breadcrumbs { margin-bottom: 32px; display: flex; flex-wrap: wrap; gap: 8px; color: #9eaea6; font-size: 11px; }
.breadcrumbs a { color: inherit; }
.breadcrumbs span { color: var(--lime); }
.blog-index { background: var(--paper); }
.blog-index__intro { max-width: 760px; margin-bottom: 50px; }
.blog-index__intro h2 { margin: 0 0 15px; font-family: Georgia, serif; font-size: 40px; line-height: 1.1; }
.blog-index__intro p { color: var(--muted); }
.article-list { display: grid; gap: 20px; }
.article-list-card { padding: 32px 34px; display: grid; grid-template-columns: 160px 1fr auto; align-items: center; gap: 38px; border: 1px solid var(--line); border-left: 4px solid var(--forest); background: var(--white); }
.article-list-card__date { color: #718078; font-size: 11px; font-weight: 800; letter-spacing: .5px; text-transform: uppercase; }
.article-list-card__date strong { margin-bottom: 4px; display: block; color: var(--leaf); font-family: Georgia, serif; font-size: 30px; line-height: 1; }
.article-list-card h2 { margin: 0 0 8px; font-family: Georgia, serif; font-size: 27px; line-height: 1.15; }
.article-list-card p { margin: 0; color: var(--muted); font-size: 13px; }
.article-list-card > a { color: var(--forest); font-size: 12px; font-weight: 900; text-decoration: none; white-space: nowrap; }
.editorial-note { margin-top: 50px; padding: 28px 32px; border-left: 4px solid var(--lime-dark); background: #edf2e9; }
.editorial-note h2 { margin: 0 0 8px; font-family: Georgia, serif; font-size: 23px; }
.editorial-note p { margin: 0; color: var(--muted); font-size: 13px; }

.article-page { background: var(--paper); }
.article-hero { padding: 72px 0 68px; border-bottom: 1px solid var(--line); background: #edf1e9; }
.article-hero__inner { max-width: 930px; }
.article-hero .breadcrumbs { color: #6c7a73; }
.article-hero .breadcrumbs span { color: var(--forest); }
.article-hero__category { margin: 0 0 17px; color: var(--leaf); font-size: 11px; font-weight: 900; letter-spacing: 1.5px; text-transform: uppercase; }
.article-hero h1 { margin: 0; font-family: Georgia, serif; font-size: clamp(44px, 6vw, 70px); font-weight: 600; line-height: 1.04; letter-spacing: -1.8px; }
.article-hero__lead { max-width: 820px; margin: 24px 0; color: #53645c; font-size: 19px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 10px 24px; color: #66756e; font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .6px; }
.article-shell { padding-top: 74px; padding-bottom: 100px; display: grid; grid-template-columns: minmax(0, 760px) 270px; justify-content: space-between; gap: 70px; }
.article-body { color: #34483f; font-family: Georgia, serif; font-size: 18px; line-height: 1.8; }
.article-body h2 { margin: 52px 0 16px; color: var(--ink); font-size: 32px; line-height: 1.16; }
.article-body h3 { margin: 34px 0 10px; color: var(--ink); font-size: 23px; line-height: 1.2; }
.article-body p { margin: 0 0 22px; }
.article-body ul, .article-body ol { margin: 0 0 26px; padding-left: 24px; }
.article-body li { margin-bottom: 10px; padding-left: 5px; }
.article-body strong { color: var(--ink); }
.article-body .article-summary { margin: 38px 0; padding: 26px 28px; border-left: 4px solid var(--leaf); background: #edf2e9; }
.article-body .article-summary h2 { margin-top: 0; font-size: 25px; }
.article-aside { align-self: start; position: sticky; top: 120px; }
.article-aside__box { padding: 25px; border-top: 4px solid var(--lime); background: var(--forest); color: var(--white); }
.article-aside__box h2 { margin: 0 0 10px; font-family: Georgia, serif; font-size: 23px; line-height: 1.15; }
.article-aside__box p { margin: 0 0 19px; color: #bdcdc5; font-size: 12px; }
.article-aside__box .button { width: 100%; background: var(--lime); border-color: var(--lime); color: var(--forest); box-shadow: none; }
.article-aside__box .button:hover { background: #bfdc8e; }
.article-back { margin-top: 22px; display: inline-flex; color: var(--forest); font-size: 12px; font-weight: 850; text-decoration: none; }

.site-footer { padding: 65px 0 22px; background: #0d2b20; color: #c8d4ce; }
.footer__main { display: grid; grid-template-columns: 1.5fr 1fr 1.2fr .8fr; gap: 50px; }
.article-page .footer__main { grid-template-columns: 1.5fr 1fr 1fr; }
.footer__brand img { width: 250px; height: auto; padding: 8px; box-sizing: border-box; object-fit: contain; border-radius: 8px; background: #f8f7f1; }
.footer__brand p { max-width: 270px; color: #9db0a6; font-size: 13px; }
.footer__main h2 { margin: 0 0 16px; color: var(--white); font: 800 12px/1.2 Inter, sans-serif; letter-spacing: 1.3px; text-transform: uppercase; }
.footer__main div:not(.footer__brand) a, .footer__main div:not(.footer__brand) p { margin: 0 0 8px; display: block; color: #aebfb6; font-size: 12px; text-decoration: none; }
.footer__main a:hover { color: var(--lime) !important; }
.footer__bottom { margin-top: 48px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #83988d; font-size: 10px; }
.footer__bottom p { margin: 0; }

.mobile-actions { display: none; }
.legal-page { background: var(--cream); }
.legal-header { padding: 22px 0; background: var(--paper); border-bottom: 1px solid var(--line); }
.legal-header .container { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.legal-header img { width: 220px; height: auto; }
.legal-header a:last-child { color: var(--forest); font-size: 13px; font-weight: 800; text-decoration: none; }
.legal-content { width: min(calc(100% - 40px), 820px); margin: 0 auto; padding: 80px 0 110px; }
.legal-content h1 { margin: 0 0 30px; font-family: Georgia, serif; font-size: clamp(42px, 6vw, 64px); line-height: 1; }
.legal-content h2 { margin: 36px 0 10px; font-family: Georgia, serif; font-size: 24px; }
.legal-content p, .legal-content li { color: #53655e; }
.legal-content .notice { padding: 18px 20px; border-left: 4px solid var(--leaf); background: var(--white); }

@media (max-width: 1020px) {
  .main-nav { gap: 15px; }
  .main-nav > a { font-size: 11.5px; }
  .site-logo { width: 240px; }
  .hero__grid { gap: 35px; }
  .hero h1 { font-size: 57px; }
  .service-card { padding: 27px; }
  .process__grid, .contact__grid { gap: 60px; }
  .about__grid { gap: 60px; }
  .article-shell { grid-template-columns: minmax(0, 1fr) 240px; gap: 45px; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 76px; }
  .contact-ribbon { display: none; }
  .nav-wrap { min-height: 74px; }
  .site-logo { width: 205px; }
  .menu-toggle { display: block; }
  .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); }
  .main-nav { position: absolute; top: 74px; left: 0; right: 0; padding: 18px 20px 24px; display: none; align-items: stretch; flex-direction: column; gap: 0; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 18px 35px rgba(20,61,45,.12); }
  .main-nav.is-open { display: flex; }
  .main-nav > a { padding: 12px 3px; font-size: 14px; }
  .main-nav > a::after { display: none; }
  .main-nav .button { margin-top: 8px; }
  .section { padding: 82px 0; }
  .hero { padding-top: 50px; }
  .hero__grid, .section-heading--split, .process__grid, .about__grid, .faq__grid, .contact__grid { grid-template-columns: 1fr; }
  .hero__grid { gap: 44px; }
  .hero__copy { text-align: center; }
  .hero .eyebrow, .hero__actions, .trust-list { justify-content: center; }
  .hero__lead { margin-inline: auto; }
  .hero__visual { max-width: 650px; margin-inline: auto; }
  .hero__callout { left: 20px; }
  .proof-strip__grid { grid-template-columns: 1fr 1fr; }
  .proof-strip__grid div { border-bottom: 1px solid rgba(255,255,255,.1); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-card > a { margin-top: 10px; }
  .section-heading--split { gap: 20px; }
  .process__grid, .faq__grid, .contact__grid { gap: 48px; }
  .about__visual { max-width: 610px; margin-inline: auto; }
  .fit-grid { grid-template-columns: 1fr; }
  .fit-grid article { min-height: 200px; }
  .fit-grid h3 { margin-top: 40px; }
  .footer__main { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer__main > div:last-child { display: none; }
  .knowledge-grid { grid-template-columns: 1fr; }
  .knowledge-card { min-height: 300px; }
  .article-list-card { grid-template-columns: 110px 1fr; gap: 24px; }
  .article-list-card > a { grid-column: 2; }
  .article-shell { grid-template-columns: 1fr; }
  .article-aside { position: static; }
  .article-aside__box { max-width: 480px; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 68px 0; }
  .hero { padding-top: 40px; }
  .hero h1 { font-size: clamp(43px, 13vw, 57px); letter-spacing: -1.5px; }
  .hero__lead { font-size: 16px; }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .trust-list { align-items: center; flex-direction: column; }
  .hero__callout { position: relative; left: auto; bottom: auto; width: calc(100% - 28px); margin: -28px auto 0; }
  .proof-strip__grid div { min-height: 78px; padding: 19px 15px; gap: 10px; }
  .proof-strip span { font-size: 11px; }
  .section-heading h2, .process h2, .about h2, .faq h2, .contact h2 { font-size: 39px; letter-spacing: -1.4px; }
  .service-card { padding: 27px 24px; }
  .process__grid { gap: 38px; }
  .steps li { grid-template-columns: 45px 1fr; gap: 15px; }
  .steps > li > span { width: 40px; height: 40px; }
  .about__year { right: -4px; top: 18px; width: 105px; height: 86px; border-width: 5px; }
  .about__year strong { font-size: 26px; }
  .about__benefits { grid-template-columns: 1fr; }
  .about__benefits > div { display: grid; grid-template-columns: 32px 1fr; }
  .about__benefits span { grid-row: 1 / 3; margin: 0; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 23px 19px; }
  .footer__main { grid-template-columns: 1fr; gap: 30px; }
  .footer__main > div:last-child { display: block; }
  .footer__bottom { margin-bottom: 58px; align-items: flex-start; flex-direction: column; }
  .mobile-actions { position: fixed; z-index: 70; left: 0; right: 0; bottom: 0; min-height: 58px; display: grid; grid-template-columns: 1fr 1.2fr; background: var(--white); box-shadow: 0 -8px 30px rgba(20,61,45,.16); }
  .mobile-actions a { display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--forest); font-size: 12px; font-weight: 900; text-decoration: none; }
  .mobile-actions a:last-child { background: var(--lime); }
  .legal-header img { width: 180px; }
  .legal-content { padding: 55px 0 85px; }
  .page-hero { padding: 58px 0 54px; }
  .page-hero h1, .article-hero h1 { font-size: 43px; letter-spacing: -1.2px; }
  .page-hero p:not(.eyebrow), .article-hero__lead { font-size: 16px; }
  .article-list-card { padding: 25px 22px; grid-template-columns: 1fr; gap: 18px; }
  .article-list-card > a { grid-column: 1; }
  .article-list-card__date strong { display: inline; margin-right: 5px; font-size: 20px; }
  .article-hero { padding: 52px 0 48px; }
  .article-shell { padding-top: 52px; padding-bottom: 78px; }
  .article-body { font-size: 17px; }
  .article-body h2 { margin-top: 42px; font-size: 29px; }
}

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