@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
}

:root {
  --ink: #111111;
  --forest: #202020;
  --forest-deep: #090909;
  --sage: #b7b7b7;
  --mint: #e5e5e5;
  --cream: #f1f1ef;
  --paper: #ffffff;
  --orange: #bcbcbc;
  --line: rgba(17, 17, 17, .16);
  --sans: "Inter", Arial, sans-serif;
  --serif: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.site-header { height: 106px; background: var(--forest-deep); color: white; border-bottom: 1px solid rgba(255,255,255,.12); }
.nav-wrap { height: 100%; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; align-self: stretch; margin-right: auto; overflow: hidden; }
.site-logo { width: 142px; height: 98px; object-fit: contain; filter: contrast(1.08); }
.brand-mark { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; display: grid; place-items: center; font-family: var(--serif); font-size: 15px; letter-spacing: .06em; }
.brand-mark.inverse { color: var(--cream); }
.brand-copy { display: grid; gap: 2px; }
.brand-copy strong { font-size: 14px; letter-spacing: .08em; text-transform: uppercase; }
.brand-copy small { color: rgba(255,255,255,.64); font-size: 10px; letter-spacing: .05em; }
.desktop-nav { display: flex; align-items: center; gap: 24px; font-size: 12px; }
.desktop-nav > a, .nav-dropdown summary { color: rgba(255,255,255,.78); transition: color .2s; }
.desktop-nav > a:hover, .nav-dropdown summary:hover { color: white; }
.nav-dropdown { position: relative; }
.nav-dropdown summary { display: flex; align-items: center; gap: 7px; cursor: pointer; list-style: none; }
.nav-dropdown summary::-webkit-details-marker { display: none; }
.nav-dropdown summary span { font-size: 15px; transition: transform .2s; }
.nav-dropdown[open] summary { color: white; }
.nav-dropdown[open] summary span { transform: rotate(180deg); }
.nav-dropdown-panel { position: absolute; z-index: 30; left: -22px; top: calc(100% + 22px); width: 310px; padding: 10px 20px; background: #111; border: 1px solid rgba(255,255,255,.16); box-shadow: 0 24px 55px rgba(0,0,0,.38); }
.nav-dropdown-panel a { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.78); line-height: 1.35; transition: color .2s, padding-left .2s; }
.nav-dropdown-panel a:last-child { border-bottom: 0; }
.nav-dropdown-panel a:hover, .nav-dropdown-panel a:focus-visible { color: white; padding-left: 4px; outline: none; }
.nav-dropdown-panel a span { color: #aaa; }
.nav-cta { display: inline-flex; align-items: center; gap: 10px; padding: 12px 17px; border: 1px solid rgba(255,255,255,.42); font-size: 12px; letter-spacing: .03em; }
.mobile-menu { display: none; position: relative; margin-left: auto; }
.mobile-menu summary { min-width: 82px; padding: 11px 13px; border: 1px solid rgba(255,255,255,.42); display: flex; align-items: center; justify-content: space-between; gap: 15px; color: white; cursor: pointer; font-size: 12px; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { font-size: 18px; font-weight: 300; transition: transform .2s; }
.mobile-menu[open] summary span { transform: rotate(45deg); }
.mobile-menu nav { position: absolute; z-index: 20; right: 0; top: calc(100% + 12px); width: min(340px, calc(100vw - 32px)); padding: 12px 20px; background: #111; border: 1px solid rgba(255,255,255,.16); box-shadow: 0 24px 50px rgba(0,0,0,.34); }
.mobile-menu nav a { display: block; padding: 15px 2px; border-bottom: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.82); font-size: 13px; line-height: 1.35; }
.mobile-menu nav a:last-child { border-bottom: 0; }
.mobile-subnav { padding: 4px 0 8px 15px; border-bottom: 1px solid rgba(255,255,255,.12); }
.mobile-menu .mobile-subnav a { padding: 10px 2px; border-bottom: 0; color: rgba(255,255,255,.6); font-size: 11px; }
.mobile-menu-section > a { font-weight: 600; }

.hero { min-height: 720px; background: var(--forest-deep); color: white; overflow: hidden; position: relative; }
.hero::before { content: ""; position: absolute; width: 560px; height: 560px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; left: -280px; top: 130px; }
.hero-grid { min-height: 720px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; }
.eyebrow, .section-kicker { margin: 0 0 24px; font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { color: #c5c5c5; display: flex; align-items: center; gap: 12px; }
.eyebrow::before { content: ""; width: 34px; height: 1px; background: var(--orange); }
.hero h1 { max-width: 720px; margin: 0; font-family: var(--serif); font-size: clamp(54px, 6.2vw, 88px); font-weight: 600; line-height: .98; letter-spacing: -.045em; }
.hero h1 span { display: block; color: var(--orange); font-style: italic; }
.hero-intro { max-width: 650px; margin: 30px 0 0; color: rgba(255,255,255,.75); font-size: 17px; line-height: 1.7; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 14px; min-height: 51px; padding: 0 21px; font-size: 13px; font-weight: 700; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--cream); color: var(--ink); }
.button-dark { background: var(--ink); color: white; }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; }
.text-link.on-dark { color: rgba(255,255,255,.84); }
.trust-row { margin-top: 52px; display: flex; align-items: center; flex-wrap: wrap; gap: 20px; color: rgba(255,255,255,.56); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.trust-row span + span::before { content: "•"; color: var(--orange); margin-right: 20px; }
.hero-visual { position: relative; align-self: stretch; display: flex; align-items: flex-end; justify-content: center; padding-top: 54px; }
.portrait-frame { width: 83%; height: 650px; align-self: end; overflow: hidden; background: #c8c8c3; position: relative; }
.portrait-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(6,25,21,.45)); }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 12%; filter: saturate(.96) contrast(1.02); }

.statement { padding: 120px 0 126px; }
.section-kicker { color: #6f6f6f; }
.statement-grid { display: grid; grid-template-columns: 1.2fr .65fr; gap: 100px; align-items: start; }
.statement h2, .section-head h2, .method-copy h2, .cta-band h2 { margin: 0; font-family: var(--serif); font-size: clamp(40px, 4.7vw, 68px); font-weight: 600; line-height: 1.06; letter-spacing: -.035em; }
.statement-grid > div p, .section-head > p, .method-copy > p { margin: 8px 0 28px; color: #525252; font-size: 16px; line-height: 1.75; }

.services-section { padding: 110px 0 120px; background: var(--cream); }
.section-head { display: grid; grid-template-columns: 1fr 360px; gap: 80px; align-items: end; }
.section-head > p { margin: 0; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 62px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 340px; padding: 28px 28px 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; transition: background .25s, color .25s; }
.service-card:hover { background: var(--forest); color: white; }
.service-number { font-size: 10px; letter-spacing: .12em; color: #777; }
.service-card h3 { margin: 90px 0 18px; font-family: var(--serif); font-size: 31px; font-weight: 600; }
.service-card p { margin: 0; max-width: 310px; color: #595959; line-height: 1.65; font-size: 14px; }
.service-card:hover p, .service-card:hover .service-number { color: rgba(255,255,255,.68); }
.card-arrow { position: absolute; right: 24px; top: 22px; font-size: 22px; color: var(--orange); }

.method-preview { padding: 120px 0; display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: center; }
.method-copy .button { margin-top: 8px; }
.method-panel { border-top: 1px solid var(--line); }
.method-panel > div { min-height: 104px; display: grid; grid-template-columns: 60px 1fr 1fr; align-items: center; gap: 24px; border-bottom: 1px solid var(--line); }
.method-panel span { color: var(--orange); font-size: 11px; }
.method-panel strong { font-family: var(--serif); font-size: 25px; font-weight: 600; }
.method-panel p { color: #696969; font-size: 13px; }

.cta-band { background: var(--forest); color: white; padding: 105px 0; }
.cta-band .section-kicker { color: #b8b8b8; }
.cta-grid { display: grid; grid-template-columns: .36fr 1fr .65fr; gap: 62px; align-items: start; }
.cta-band h2 { font-size: clamp(40px, 4.3vw, 61px); }
.cta-grid > div p { margin: 0 0 26px; color: rgba(255,255,255,.7); font-size: 15px; line-height: 1.7; }

.site-footer { padding: 74px 0 26px; background: #050505; color: white; }
.footer-top { display: grid; grid-template-columns: 1.35fr repeat(3, .75fr); gap: 52px; padding-bottom: 56px; }
.footer-brand p { max-width: 320px; color: rgba(255,255,255,.62); line-height: 1.65; font-family: var(--serif); font-size: 20px; }
.footer-logo { width: 176px; height: 128px; object-fit: contain; }
.footer-top h3 { margin: 0 0 18px; color: #a8a8a8; font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
.footer-top > div:not(:first-child) { display: flex; flex-direction: column; gap: 13px; font-size: 12px; color: rgba(255,255,255,.74); }
.footer-top a, .footer-document-links a { transition: color .2s; }
.footer-top a:hover, .footer-document-links a:hover { color: white; }
.footer-documents { border-top: 1px solid rgba(255,255,255,.12); padding: 30px 0 32px; }
.footer-documents h3 { margin: 0 0 20px; color: #a8a8a8; font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
.footer-document-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px 32px; }
.footer-document-links a { color: rgba(255,255,255,.66); font-size: 11px; line-height: 1.5; }
.footer-document-links span { color: #bcbcbc; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 24px; display: flex; justify-content: space-between; gap: 24px; color: rgba(255,255,255,.45); font-size: 10px; }

/* Interior pages */
.page-hero { background: var(--forest-deep); color: white; padding: 116px 0 112px; border-top: 1px solid rgba(255,255,255,.08); }
.page-hero-grid { display: grid; grid-template-columns: 1.1fr .65fr; gap: 100px; align-items: end; }
.page-hero h1, .profile-hero h1, .contact-hero h1, .article-header h1 { margin: 0; font-family: var(--serif); font-size: clamp(52px, 6vw, 84px); font-weight: 600; line-height: 1; letter-spacing: -.04em; }
.page-hero-side > p { margin: 0; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.75; }
.page-hero-side .hero-actions { margin-top: 32px; }
.content-section { padding: 112px 0; }
.two-col-intro, .bullet-layout { display: grid; grid-template-columns: .9fr 1fr; gap: 110px; align-items: start; }
.content-section h2, .feature-heading h2, .steps-grid h2, .fee-section h2, .faq-section h2, .location-section h2, .credential-band h2, .contact-steps h2 { margin: 0; font-family: var(--serif); font-size: clamp(38px, 4.3vw, 62px); line-height: 1.08; font-weight: 600; letter-spacing: -.035em; }
.prose p { margin: 0 0 22px; color: #505050; font-size: 16px; line-height: 1.82; }
.feature-section { padding: 112px 0 120px; }
.tone-cream { background: var(--cream); }
.tone-paper { background: var(--paper); }
.tone-green { background: var(--forest); color: white; }
.tone-green .section-kicker, .tone-green .feature-heading > p, .tone-green .feature-list p { color: rgba(255,255,255,.62); }
.tone-green .feature-list { border-color: rgba(255,255,255,.18); }
.tone-green .feature-card { border-color: rgba(255,255,255,.18); }
.feature-heading { display: grid; grid-template-columns: 1fr 390px; gap: 80px; align-items: end; }
.feature-heading > p { margin: 0; color: #5a5a5a; line-height: 1.75; }
.feature-list { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 62px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-card { min-height: 300px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; }
.feature-card > span { font-size: 10px; letter-spacing: .14em; color: #888; }
.feature-list h3 { margin: 68px 0 16px; font-family: var(--serif); font-size: 29px; font-weight: 600; }
.feature-list p { margin: 0; color: #5b5b5b; font-size: 14px; line-height: 1.7; }
.feature-card-link { transition: background .22s, color .22s, transform .22s; }
.feature-card-link:hover, .feature-card-link:focus-visible { background: #151515; color: white; outline: none; }
.feature-card-link:hover p, .feature-card-link:focus-visible p { color: rgba(255,255,255,.7); }
.feature-card-link:hover > span, .feature-card-link:focus-visible > span { color: rgba(255,255,255,.56); }
.feature-card-arrow { position: absolute; right: 24px; top: 22px; color: #888; font-size: 20px; font-style: normal; }
.tone-green .feature-card-link:hover, .tone-green .feature-card-link:focus-visible { background: #f1f1ef; color: #111; }
.tone-green .feature-card-link:hover p, .tone-green .feature-card-link:focus-visible p { color: #555; }
.tone-green .feature-card-link:hover > span, .tone-green .feature-card-link:focus-visible > span { color: #777; }
.section-note { max-width: 440px; margin: 28px 0 0; color: #686868; font-size: 14px; line-height: 1.7; }
.check-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.check-list li { display: grid; grid-template-columns: 28px 1fr; gap: 12px; padding: 20px 0; border-bottom: 1px solid var(--line); line-height: 1.5; }
.check-list li span { color: #777; }
.steps-section { padding: 112px 0; background: #ececea; }
.steps-grid { display: grid; grid-template-columns: .75fr 1fr; gap: 110px; }
.steps-grid ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.steps-grid li { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.steps-grid li > span { padding-top: 5px; font-size: 10px; color: #777; }
.steps-grid h3 { margin: 0 0 7px; font-family: var(--serif); font-size: 25px; font-weight: 600; }
.steps-grid li p { margin: 0; color: #5c5c5c; font-size: 14px; line-height: 1.65; }
.fee-section { padding: 94px 0; display: grid; grid-template-columns: .36fr 1fr; gap: 70px; border-top: 1px solid var(--line); }
.fee-section > div { display: grid; grid-template-columns: 1fr .75fr; gap: 70px; align-items: start; }
.inner-cta { margin-top: 0; }
.faq-section { padding: 112px 0; display: grid; grid-template-columns: .65fr 1fr; gap: 100px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; display: grid; grid-template-columns: 35px 1fr 22px; gap: 12px; align-items: center; min-height: 78px; font-family: var(--serif); font-size: 20px; font-weight: 600; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-family: var(--sans); font-size: 9px; color: #888; }
.faq-list summary i { font-family: var(--sans); font-style: normal; font-size: 22px; font-weight: 300; transition: transform .2s; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details p { margin: 0 40px 25px 47px; color: #595959; font-size: 14px; line-height: 1.75; }

.profile-hero { background: var(--forest-deep); color: white; overflow: hidden; }
.profile-grid { min-height: 720px; display: grid; grid-template-columns: 1fr .7fr; gap: 70px; align-items: center; }
.profile-grid > div > p:not(.eyebrow) { max-width: 640px; margin: 28px 0 30px; color: rgba(255,255,255,.7); line-height: 1.75; }
.profile-hero h1 em { color: #c4c4c4; font-weight: 600; }
.profile-grid > img { align-self: end; width: 100%; height: 650px; object-fit: cover; object-position: top; filter: saturate(.96) contrast(1.02); }
.credential-band { padding: 100px 0; background: #111; color: white; text-align: center; }
.credential-band h2 { max-width: 850px; margin: 0 auto; }
.credential-band p:not(.section-kicker) { color: rgba(255,255,255,.6); margin: 22px 0; }
.location-section { padding: 110px 0; display: grid; grid-template-columns: 1fr .7fr; gap: 100px; }
.location-section > div:last-child p { margin: 0 0 28px; color: #595959; line-height: 1.75; }

.contact-hero { padding: 115px 0; background: var(--forest-deep); color: white; }
.contact-grid { display: grid; grid-template-columns: 1fr .75fr; gap: 100px; align-items: center; }
.contact-grid > div:first-child > p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.68); line-height: 1.75; margin-top: 28px; }
.contact-card { background: white; color: var(--ink); padding: 34px; }
.contact-card > a, .contact-card > div { display: grid; grid-template-columns: 1fr auto; gap: 6px 20px; padding: 22px 0; border-bottom: 1px solid var(--line); position: relative; }
.contact-card span { grid-column: 1; color: #777; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.contact-card strong { grid-column: 1; font-family: var(--serif); font-size: 22px; font-weight: 600; }
.contact-card i { position: absolute; right: 2px; top: 29px; font-style: normal; }
.contact-card small { display: block; margin-top: 24px; color: #777; font-size: 10px; line-height: 1.6; }
.contact-steps { padding: 100px 0; display: grid; grid-template-columns: .6fr repeat(3, 1fr); gap: 0; }
.contact-steps > p { padding-right: 35px; }
.contact-steps > div { border-left: 1px solid var(--line); padding: 0 28px; }
.contact-steps span { color: #888; font-size: 10px; }
.contact-steps h2 { margin-top: 55px; font-size: 31px; }
.contact-steps div p { color: #606060; line-height: 1.7; font-size: 13px; }

.resources-section { padding: 90px 0 120px; }
.resource-card { min-height: 230px; display: grid; grid-template-columns: 80px 1fr 30px; gap: 20px; align-items: center; border-top: 1px solid var(--line); padding: 30px 10px; }
.resource-card:last-child { border-bottom: 1px solid var(--line); }
.resource-card > span, .resource-card small { color: #777; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.resource-card h2 { margin: 10px 0; font-family: var(--serif); font-size: clamp(32px, 3.6vw, 50px); font-weight: 600; letter-spacing: -.03em; }
.resource-card p { max-width: 720px; margin: 0; color: #606060; line-height: 1.65; }
.resource-card > i { font-style: normal; font-size: 24px; }

.article-header { padding: 110px 0 82px; background: var(--forest-deep); color: white; }
.article-header h1 { max-width: 1000px; }
.article-header > .shell > p:not(.eyebrow) { max-width: 760px; margin: 28px 0; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.75; }
.article-meta { display: flex; gap: 24px; color: rgba(255,255,255,.42); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.article-dates { display: inline-flex; flex-wrap: wrap; gap: 24px; }
.article-body { padding: 90px 0 120px; display: grid; grid-template-columns: 260px minmax(0, 720px); gap: 110px; justify-content: center; }
.article-body aside { position: sticky; top: 30px; align-self: start; padding: 24px; background: #efefed; }
.article-body aside strong { font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.article-body aside p { color: #5f5f5f; font-size: 13px; line-height: 1.65; }
.article-body aside a { font-size: 12px; font-weight: 700; }
.article-copy section { margin-bottom: 58px; }
.article-copy h2 { margin: 0 0 22px; font-family: var(--serif); font-size: 38px; font-weight: 600; letter-spacing: -.025em; }
.article-copy p, .article-copy li { color: #4f4f4f; font-size: 16px; line-height: 1.85; }
.article-copy ul { padding-left: 22px; }
.article-sources a { text-decoration: underline; text-underline-offset: 3px; }
.article-disclaimer { padding: 24px; border: 1px solid var(--line); color: #666; font-size: 11px; line-height: 1.65; }

@media (max-width: 980px) {
  .desktop-nav, .nav-cta { display: none; }
  .mobile-menu { display: block; }
  .hero-grid { grid-template-columns: 1fr .7fr; gap: 34px; }
  .hero h1 { font-size: 62px; }
  .portrait-frame { width: 100%; height: 580px; }
  .statement-grid, .method-preview { gap: 55px; }
  .cta-grid { grid-template-columns: 1fr 1.4fr; }
  .cta-grid > .section-kicker { grid-column: 1 / -1; }
  .footer-top { grid-template-columns: repeat(3, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .footer-document-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .page-hero-grid, .two-col-intro, .bullet-layout, .steps-grid, .faq-section, .contact-grid { gap: 55px; }
  .feature-list { grid-template-columns: repeat(2, 1fr); }
  .contact-steps { grid-template-columns: repeat(3, 1fr); }
  .contact-steps > p { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 32px, 1180px); }
  .site-header { height: 78px; }
  .site-logo { width: 98px; height: 72px; }
  .hero { min-height: auto; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-top: 62px; }
  .hero h1 { font-size: clamp(47px, 14vw, 65px); }
  .hero-intro { font-size: 15px; }
  .trust-row { margin-top: 38px; gap: 10px; }
  .trust-row span + span::before { margin-right: 10px; }
  .hero-visual { min-height: 490px; padding-top: 20px; }
  .portrait-frame { width: calc(100% - 22px); height: 490px; margin-left: 22px; }
  .statement, .method-preview { padding: 80px 0; }
  .statement-grid, .section-head, .method-preview, .cta-grid { grid-template-columns: 1fr; gap: 34px; }
  .services-section { padding: 80px 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 260px; }
  .service-card h3 { margin-top: 55px; }
  .method-panel > div { grid-template-columns: 42px 1fr; gap: 12px; padding: 18px 0; }
  .method-panel > div > p { margin: 0; }
  .method-panel > div > p:first-child { grid-column: 1; grid-row: 1 / span 2; }
  .method-panel > div > p:nth-child(2) { grid-column: 2; grid-row: 1; }
  .method-panel > div > p:nth-child(3) { grid-column: 2; grid-row: 2; }
  .cta-grid > .section-kicker { grid-column: auto; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 42px 28px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-document-links { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .page-hero { padding: 78px 0; }
  .page-hero-grid, .two-col-intro, .bullet-layout, .steps-grid, .fee-section, .fee-section > div, .faq-section, .profile-grid, .location-section, .contact-grid, .article-body { grid-template-columns: 1fr; gap: 38px; }
  .page-hero h1, .profile-hero h1, .contact-hero h1, .article-header h1 { font-size: clamp(43px, 13vw, 62px); }
  .content-section, .feature-section, .steps-section, .faq-section { padding: 78px 0; }
  .feature-heading { grid-template-columns: 1fr; gap: 26px; }
  .feature-list { grid-template-columns: 1fr; }
  .feature-card { min-height: 245px; }
  .profile-grid { padding-top: 70px; }
  .profile-grid > img { height: 500px; }
  .contact-hero { padding: 78px 0; }
  .contact-card { padding: 25px; }
  .contact-steps { grid-template-columns: 1fr; gap: 45px; }
  .contact-steps > div { border-left: 0; border-top: 1px solid var(--line); padding: 25px 0 0; }
  .contact-steps h2 { margin-top: 25px; }
  .resource-card { grid-template-columns: 42px 1fr; }
  .resource-card > i { display: none; }
  .article-body aside { position: static; }
}

/* WordPress block-theme integration */
.wp-site-blocks { padding: 0; }
.wp-site-blocks > *,
.site-main > .wp-block-post-content,
.wp-block-post-content > * { margin-block-start: 0; }
.site-main .alignwide { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.site-main .alignfull { width: 100%; }
header.wp-block-template-part,
footer.wp-block-template-part { margin: 0; }
.site-main { overflow: clip; }
.site-header .nav-wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.site-logo.wp-block-image { flex: 0 0 auto; margin: 0 auto 0 0; }
.site-logo.wp-block-image a { display: flex; align-items: center; height: 100%; }
.site-logo.wp-block-image img { width: 142px; height: 98px; object-fit: contain; filter: contrast(1.08); }
.eg-primary-nav { margin-left: auto; }
.eg-primary-nav .wp-block-navigation__container { gap: 24px; }
.eg-primary-nav .wp-block-navigation-item__content { color: rgba(255,255,255,.78); line-height: 1.35; transition: color .2s; }
.eg-primary-nav .wp-block-navigation-item__content:hover,
.eg-primary-nav .wp-block-navigation-item__content:focus-visible { color: #fff; outline: none; }
.eg-primary-nav .wp-block-navigation__submenu-container { min-width: 310px !important; padding: 10px 20px !important; background: #111 !important; border: 1px solid rgba(255,255,255,.16) !important; box-shadow: 0 24px 55px rgba(0,0,0,.38); }
.eg-primary-nav .wp-block-navigation__submenu-container .wp-block-navigation-item__content { min-height: 48px; width: 100%; border-bottom: 1px solid rgba(255,255,255,.12); }
.eg-primary-nav .wp-block-navigation__submenu-container .wp-block-navigation-item:last-child .wp-block-navigation-item__content { border-bottom: 0; }
.eg-primary-nav .wp-block-navigation__responsive-container-open { color: white; }
.eg-primary-nav .wp-block-navigation__responsive-container.is-menu-open { background: #0b0b0b; color: white; padding: 28px; }
.eg-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content { padding-top: 70px; }
.eg-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container { align-items: stretch; gap: 0; width: 100%; }
.eg-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item { align-items: stretch; width: 100%; }
.eg-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content { width: 100%; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 14px; }
.eg-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container { min-width: 0 !important; padding: 0 0 7px 16px !important; border: 0 !important; box-shadow: none; }
.nav-cta { margin: 0; white-space: nowrap; }
.nav-cta a { display: inline-flex; align-items: center; }

.button.wp-block-button { min-height: 0; padding: 0; background: transparent; }
.button.wp-block-button:hover { transform: none; }
.button.wp-block-button .wp-block-button__link,
.eg-button .wp-block-button__link { display: inline-flex; justify-content: center; align-items: center; gap: 14px; min-height: 51px; padding: 0 21px; border: 0; border-radius: 0; font-size: 13px; font-weight: 700; transition: transform .2s, background .2s; }
.button.wp-block-button .wp-block-button__link:hover,
.eg-button .wp-block-button__link:hover { transform: translateY(-2px); }
.button-light.wp-block-button .wp-block-button__link { background: var(--cream); color: var(--ink); }
.button-dark.wp-block-button .wp-block-button__link { background: var(--ink); color: white; }
.button-outline.wp-block-button .wp-block-button__link { background: transparent; color: white; border: 1px solid rgba(255,255,255,.42); }
.text-link-wrap { margin: 0; }
.trust-row p { margin: 0; }
.trust-row p + p::before { content: "•"; color: var(--orange); margin-right: 20px; }
.portrait-frame .wp-block-image { width: 100%; height: 100%; margin: 0; }
.feature-card > .feature-number { margin: 0; font-size: 10px; letter-spacing: .14em; color: #888; }
.feature-card-link h3 a::after { content: ""; position: absolute; inset: 0; z-index: 1; }
.feature-card-link h3 a:focus-visible::after { outline: 2px solid currentColor; outline-offset: -4px; }
.feature-card > .feature-card-arrow { margin: 0; }
.process-list { border-top: 1px solid var(--line); }
.process-step { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.process-step > .process-number { grid-column: 1; grid-row: 1; margin: 5px 0 0; color: #777; font-size: 10px; }
.process-step > .wp-block-group { grid-column: 2; }
.process-step h3 { margin: 0 0 7px; font-size: 25px; }
.process-step p { margin: 0; color: #5c5c5c; font-size: 14px; line-height: 1.65; }
.footer-logo.wp-block-image { width: 176px; height: 128px; margin: 0; }
.footer-logo.wp-block-image a,
.footer-logo.wp-block-image img { display: block; width: 100%; height: 100%; object-fit: contain; }
.footer-brand > p { margin: 12px 0 0; }
.footer-column p,
.footer-document-links p,
.footer-bottom p { margin: 0; }
.footer-column { display: flex; flex-direction: column; gap: 13px; color: rgba(255,255,255,.74); font-size: 12px; }
.footer-document-links > p { min-width: 0; }
.footer-bottom > p { flex: 1 1 0; }
.footer-bottom > p:nth-child(2) { text-align: center; }
.footer-bottom > p:last-child { text-align: right; }

.listing-page { min-height: 60vh; padding-bottom: 100px; }
.listing-header { padding: 100px 0 65px; }
.listing-header h1 { margin: 0; font-size: clamp(46px, 6vw, 78px); letter-spacing: -.04em; }
.listing-header p { max-width: 720px; color: #606060; }
.resources-section .wp-block-post-template { margin: 0; padding: 0; list-style: none; }
.resources-section .resource-card { position: relative; display: block; }
.resources-section .resource-card h2 a::after { content: ""; position: absolute; inset: 0; }
.resources-section .resource-card .wp-block-post-terms { color: #777; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.resources-section .resource-card .wp-block-post-excerpt__excerpt { max-width: 720px; margin: 0; color: #606060; line-height: 1.65; }
.article-header > .wp-block-group > .wp-block-post-excerpt { max-width: 760px; margin: 28px 0; }
.article-header .wp-block-post-excerpt__excerpt { margin: 0; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.75; }
.article-meta p { margin: 0; }
.not-found-page { min-height: 68vh; background: var(--forest-deep); color: white; }
.not-found-inner { padding: 120px 0; }
.not-found-inner h1 { max-width: 900px; margin: 0; font-size: clamp(48px, 7vw, 88px); letter-spacing: -.045em; }
.not-found-inner > p:not(.eyebrow) { max-width: 620px; color: rgba(255,255,255,.7); }

/* Compatibility layer for the editable WXR content package. */
.eg-section { width: min(1180px, calc(100% - 48px)); margin-inline: auto; padding: 112px 0; position: relative; }
.eg-section > :first-child { margin-top: 0; }
.eg-section > :last-child { margin-bottom: 0; }
.eg-kicker { margin: 0 0 24px; color: #707070; font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eg-lead { max-width: 760px; color: #555; font-size: 17px; line-height: 1.75; }
.eg-note { max-width: 520px; color: #686868; font-size: 14px; line-height: 1.7; }
.eg-section h1,
.eg-section h2,
.eg-section h3 { font-family: var(--serif); font-weight: 600; }
.eg-section h1 { max-width: 980px; margin: 0 0 28px; font-size: clamp(52px, 6vw, 84px); line-height: 1; letter-spacing: -.04em; }
.eg-section h2 { margin: 0 0 28px; font-size: clamp(38px, 4.3vw, 62px); line-height: 1.08; letter-spacing: -.035em; }
.eg-section h3 { margin: 0 0 14px; font-size: 27px; line-height: 1.16; }
.eg-section > p:not(.eg-kicker):not(.eg-lead):not(.eg-note):not(.eg-secondary-link),
.eg-intro > p:not(.eg-kicker),
.eg-fee > p:not(.eg-kicker),
.eg-location > p:not(.eg-kicker) { color: #505050; line-height: 1.82; }
.eg-hero { padding-top: 116px; padding-bottom: 112px; color: white; background: var(--forest-deep); box-shadow: 0 0 0 100vmax var(--forest-deep); clip-path: inset(0 -100vmax); overflow: hidden; }
.eg-hero::before { content: ""; position: absolute; width: 560px; height: 560px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; left: -300px; top: 80px; }
.eg-hero > * { position: relative; z-index: 1; }
.eg-hero .eg-kicker,
.eg-article-hero .eg-kicker { color: #c5c5c5; }
.eg-hero .eg-lead,
.eg-article-hero .eg-lead { color: rgba(255,255,255,.72); }
.eg-hero > .wp-block-buttons { display: inline-flex; margin: 30px 24px 0 0; vertical-align: middle; }
.eg-button .wp-block-button__link { background: var(--cream); color: var(--ink); }
.eg-secondary-link { display: inline-block; margin: 30px 0 0; vertical-align: middle; }
.eg-secondary-link a { display: inline-flex; padding-bottom: 3px; border-bottom: 1px solid currentColor; color: rgba(255,255,255,.84); font-size: 13px; font-weight: 700; }
body.home .eg-hero { min-height: 700px; padding-right: min(44%, 520px); }
body.home .eg-hero::after { content: ""; position: absolute; z-index: 0; right: 0; bottom: 0; width: min(41%, 470px); height: 650px; background: url("../images/elia-giannotti-senza-orecchini.jpg") center top / cover no-repeat; filter: saturate(.96) contrast(1.02); }
.eg-trust { padding-top: 30px; padding-bottom: 30px; color: rgba(255,255,255,.64); background: #111; box-shadow: 0 0 0 100vmax #111; clip-path: inset(0 -100vmax); }
.eg-trust-row { margin: 0; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.eg-intro { display: grid; grid-template-columns: .9fr 1fr; gap: 0 110px; align-items: start; }
.eg-intro > .eg-kicker { grid-column: 1; grid-row: 1; }
.eg-intro > h2 { grid-column: 1; grid-row: 2 / span 10; }
.eg-intro > p:not(.eg-kicker) { grid-column: 2; margin: 0 0 22px; }
.eg-features { background: var(--cream); box-shadow: 0 0 0 100vmax var(--cream); clip-path: inset(0 -100vmax); }
.eg-features > p:not(.eg-kicker) { max-width: 720px; color: #595959; line-height: 1.75; }
.eg-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 56px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.eg-card { min-height: 300px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; }
.eg-card-number { margin: 0; color: #888; font-size: 10px; letter-spacing: .14em; }
.eg-card h3 { margin: 68px 0 16px; font-size: 29px; }
.eg-card > p:not(.eg-card-number) { margin: 0; color: #5b5b5b; font-size: 14px; line-height: 1.7; }
.eg-card h3 a::after { content: ""; position: absolute; inset: 0; z-index: 1; }
.eg-card:has(h3 a) { transition: background .22s, color .22s; }
.eg-card:has(h3 a):hover,
.eg-card:has(h3 a):focus-within { background: #151515; color: white; }
.eg-card:has(h3 a):hover > p,
.eg-card:has(h3 a):focus-within > p { color: rgba(255,255,255,.68); }
.eg-bullets { display: grid; grid-template-columns: .9fr 1fr; gap: 0 110px; align-items: start; }
.eg-bullets > .eg-kicker { grid-column: 1; grid-row: 1; }
.eg-bullets > h2 { grid-column: 1; grid-row: 2; }
.eg-bullets > .eg-note { grid-column: 1; grid-row: 3; }
.eg-check-list { grid-column: 2; grid-row: 1 / span 8; margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.eg-check-list li { padding: 20px 0; border-bottom: 1px solid var(--line); line-height: 1.5; }
.eg-check-list li::before { content: "↗"; display: inline-block; width: 38px; color: #777; }
.eg-steps { display: grid; grid-template-columns: .75fr 1fr; gap: 0 110px; background: #ececea; box-shadow: 0 0 0 100vmax #ececea; clip-path: inset(0 -100vmax); }
.eg-steps > .eg-kicker { grid-column: 1; grid-row: 1; }
.eg-steps > h2 { grid-column: 1; grid-row: 2; }
.eg-steps-list { grid-column: 2; grid-row: 1 / span 8; border-top: 1px solid var(--line); }
.eg-step { display: grid; grid-template-columns: 50px 1fr; gap: 0 18px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.eg-step .eg-card-number { grid-column: 1; grid-row: 1 / span 2; padding-top: 5px; }
.eg-step h3 { grid-column: 2; margin: 0 0 7px; font-size: 25px; }
.eg-step > p:not(.eg-card-number) { grid-column: 2; margin: 0; color: #5c5c5c; font-size: 14px; line-height: 1.65; }
.eg-fee { display: grid; grid-template-columns: .36fr 1fr; gap: 0 70px; border-top: 1px solid var(--line); }
.eg-fee > .eg-kicker { grid-column: 1; grid-row: 1; }
.eg-fee > h2,
.eg-fee > p:not(.eg-kicker) { grid-column: 2; }
.eg-fee > p:not(.eg-kicker) { max-width: 720px; margin: 0 0 20px; }
.eg-final-cta { display: grid; grid-template-columns: .36fr 1fr .65fr; gap: 0 62px; color: white; background: var(--forest); box-shadow: 0 0 0 100vmax var(--forest); clip-path: inset(0 -100vmax); }
.eg-final-cta > .eg-kicker { grid-column: 1; grid-row: 1 / span 3; color: #b8b8b8; }
.eg-final-cta > h2 { grid-column: 2; grid-row: 1 / span 3; }
.eg-final-cta > p:not(.eg-kicker),
.eg-final-cta > .wp-block-buttons { grid-column: 3; }
.eg-final-cta > p:not(.eg-kicker) { margin: 0 0 26px; color: rgba(255,255,255,.7) !important; font-size: 15px; line-height: 1.7; }
.eg-credentials { text-align: center; color: white; background: #111; box-shadow: 0 0 0 100vmax #111; clip-path: inset(0 -100vmax); }
.eg-credentials .eg-kicker { color: #aaa; }
.eg-credentials h2 { max-width: 850px; margin-inline: auto; }
.eg-credentials > p:not(.eg-kicker) { color: rgba(255,255,255,.65) !important; }
.eg-credentials a { display: inline-flex; padding-bottom: 3px; border-bottom: 1px solid currentColor; color: white; font-weight: 700; }
.eg-faq { display: grid; grid-template-columns: .65fr 1fr; gap: 0 100px; }
.eg-faq > .eg-kicker { grid-column: 1; grid-row: 1; }
.eg-faq > h2 { grid-column: 1; grid-row: 2; }
.eg-faq-item { grid-column: 2; margin: 0; border-top: 1px solid var(--line); }
.eg-faq-item + .eg-faq-item { border-top: 0; }
.eg-faq-item:last-child { border-bottom: 1px solid var(--line); }
.eg-faq-item summary { min-height: 78px; display: flex; align-items: center; cursor: pointer; font-size: 18px; font-weight: 600; line-height: 1.35; }
.eg-faq-item > p { margin: 0 0 25px; color: #595959; font-size: 14px; line-height: 1.75; }
.eg-contact-card { max-width: 760px; padding: 60px; background: #f1f1ef; }
.eg-contact-card h2 { font-size: clamp(34px, 4vw, 54px); }
.eg-contact-card > p { padding: 16px 0; border-bottom: 1px solid var(--line); }
.eg-location { display: grid; grid-template-columns: 1fr .7fr; gap: 0 100px; }
.eg-location > .eg-kicker { grid-column: 1; grid-row: 1; }
.eg-location > h2 { grid-column: 1; grid-row: 2 / span 4; }
.eg-location > p:not(.eg-kicker),
.eg-location > .wp-block-buttons { grid-column: 2; }
.eg-article-hero { color: white; background: var(--forest-deep); box-shadow: 0 0 0 100vmax var(--forest-deep); clip-path: inset(0 -100vmax); }
.eg-article-meta { color: rgba(255,255,255,.46) !important; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.eg-article-body { display: grid; grid-template-columns: 260px minmax(0,720px); gap: 0 110px; justify-content: center; }
.eg-article-aside { grid-column: 1; position: sticky; top: 30px; align-self: start; padding: 24px; background: #efefed; }
.eg-article-aside h3 { font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.eg-article-aside p { color: #5f5f5f; font-size: 13px; line-height: 1.65; }
.eg-article-aside a { font-size: 12px; font-weight: 700; }
.eg-article-section,
.eg-article-disclaimer { grid-column: 2; }
.eg-article-section { margin-bottom: 58px; }
.eg-article-section h2 { margin: 0 0 22px; font-size: 38px; }
.eg-article-section p,
.eg-article-section li { color: #4f4f4f; font-size: 16px; line-height: 1.85; }
.eg-article-list { padding-left: 22px; }
.eg-article-disclaimer { padding: 24px; border: 1px solid var(--line); color: #666; font-size: 11px; line-height: 1.65; }

@media (max-width: 980px) {
  .site-header .nav-wrap { gap: 20px; }
  .nav-cta { display: none; }
  .eg-primary-nav .wp-block-navigation__responsive-container-open:not(.always-shown) { display: flex; }
  .eg-primary-nav .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) { display: none; }
  body.home .eg-hero { padding-right: min(39%, 390px); }
  body.home .eg-hero::after { width: min(37%, 350px); }
  .eg-intro,
  .eg-bullets,
  .eg-steps,
  .eg-faq { gap: 0 55px; }
  .eg-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .eg-final-cta { grid-template-columns: 1fr 1.4fr; gap: 34px 55px; }
  .eg-final-cta > .eg-kicker { grid-column: 1 / -1; grid-row: auto; }
  .eg-final-cta > h2 { grid-column: 1; grid-row: auto / span 2; }
  .eg-final-cta > p:not(.eg-kicker),
  .eg-final-cta > .wp-block-buttons { grid-column: 2; }
}

@media (max-width: 720px) {
  .site-main .alignwide { width: min(100% - 32px, 1180px); }
  .site-header .nav-wrap { width: min(100% - 32px, 1180px); }
  .site-logo.wp-block-image,
  .site-logo.wp-block-image img { width: 98px; height: 72px; }
  .eg-section { width: min(100% - 32px, 1180px); padding: 78px 0; }
  .eg-section h1 { font-size: clamp(43px, 13vw, 62px); }
  .eg-section h2 { font-size: clamp(36px, 10vw, 50px); }
  .eg-hero { min-height: 0; }
  body.home .eg-hero { min-height: 920px; padding-right: 0; padding-bottom: 520px; }
  body.home .eg-hero::after { right: 0; width: calc(100% - 22px); height: 480px; }
  .eg-hero > .wp-block-buttons,
  .eg-secondary-link { display: flex; width: fit-content; margin-top: 22px; }
  .eg-intro,
  .eg-bullets,
  .eg-steps,
  .eg-fee,
  .eg-final-cta,
  .eg-faq,
  .eg-location,
  .eg-article-body { display: block; }
  .eg-intro > h2,
  .eg-bullets > h2,
  .eg-steps > h2,
  .eg-fee > h2,
  .eg-location > h2 { margin-bottom: 28px; }
  .eg-check-list,
  .eg-steps-list { margin-top: 38px; }
  .eg-card-grid { grid-template-columns: 1fr; }
  .eg-card { min-height: 245px; }
  .eg-final-cta > p:not(.eg-kicker) { margin-top: 24px; }
  .eg-faq-item:first-of-type { margin-top: 38px; }
  .eg-contact-card { width: min(100% - 32px, 1180px); padding: 36px 24px; }
  .eg-article-aside { position: static; margin-bottom: 50px; }
  .eg-article-section { margin-bottom: 48px; }
  .eg-article-section h2 { font-size: 32px; }
  .footer-bottom > p,
  .footer-bottom > p:nth-child(2),
  .footer-bottom > p:last-child { text-align: left; }
  .listing-header { padding: 78px 0 48px; }
}
