:root{color:#181513;font-synthesis:none;text-rendering:optimizelegibility;--ink:#181513;--muted:#625d55;--soft:#f8f6f1;--panel:#fffdf8;--line:#ddd5c7;--accent:#9f5f1a;--accent-strong:#6f4211;--sage:#586a55;--teal:#315f62;--dark:#1d1b19;background:#f8f6f1;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--soft);min-width:320px;color:var(--ink);margin:0}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.site-shell{background:linear-gradient(#fffdf8f0,#f8f6f1f5),repeating-linear-gradient(90deg,#ddd5c738 0 1px,#0000 1px 96px);min-height:100vh}.site-header{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffdf8f0;border-bottom:1px solid #ddd5c7e6;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;padding:14px 28px;display:grid;position:sticky;top:0}.brand{align-items:center;gap:11px;min-width:0;display:inline-flex}.brand img{border:1px solid var(--line);object-fit:cover;width:42px;height:42px}.brand span{gap:2px;min-width:0;display:grid}.brand strong{font-size:.98rem;line-height:1.1}.brand small{color:var(--muted);text-transform:uppercase;letter-spacing:.14em;font-size:.72rem}.primary-nav{justify-content:center;align-items:center;gap:6px;display:flex}.primary-nav a{color:#36312d;white-space:nowrap;border:1px solid #0000;padding:9px 10px;font-size:.84rem;font-weight:650;line-height:1}.primary-nav a:hover,.primary-nav a[aria-current=page]{border-color:var(--line);color:var(--accent-strong);background:#f1ece3}.header-actions{gap:8px;display:flex}.menu-button{border:1px solid var(--line);background:var(--panel);color:var(--ink);grid-template-columns:16px auto;align-items:center;gap:3px 8px;padding:8px 10px;display:none}.menu-button span{background:var(--ink);width:16px;height:2px;display:block}.menu-button strong{grid-area:1/2/4;margin-left:0;font-size:.8rem}.button{background:var(--dark);color:#fff;text-align:center;border:1px solid #0000;justify-content:center;align-items:center;min-height:42px;padding:11px 16px;font-size:.9rem;font-weight:750;line-height:1.2;display:inline-flex}.button:hover{background:#312d28}.button--secondary{color:var(--ink);background:#fffdf8c7;border-color:#b9ad99}.button--secondary:hover{border-color:var(--accent);color:var(--accent-strong);background:#fff}.button--light{color:var(--dark);background:#fffdf8}.button--light:hover{background:#eee6d7}.button--compact{min-height:36px;padding:8px 11px;font-size:.78rem}.action-row{flex-wrap:wrap;gap:10px;margin-top:28px;display:flex}.eyebrow{color:var(--accent-strong);letter-spacing:.16em;text-transform:uppercase;margin:0;font-size:.76rem;font-weight:800;line-height:1.4}.hero-section{grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);align-items:center;gap:48px;width:min(1180px,100% - 48px);margin:0 auto;padding:70px 0 64px;display:grid}.hero-section__content h1{max-width:820px;margin:18px 0 0;font-size:3.5rem;font-weight:780;line-height:1.02}.hero-section__content>p:not(.eyebrow){max-width:720px;color:var(--muted);margin:22px 0 0;font-size:1.08rem;line-height:1.75}.hero-visual{border:1px solid var(--line);background:var(--panel);overflow:hidden}.hero-visual img{aspect-ratio:4/3;object-fit:cover;width:100%}.hero-visual__caption{gap:12px;padding:22px;display:grid}.hero-visual__caption h2{margin:0;font-size:1.2rem;line-height:1.35}.hero-visual__caption p{color:var(--muted);margin:0;font-size:.92rem;line-height:1.65}.stat-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:6px 0 0;display:grid}.stat-grid div{border-top:1px solid var(--line);padding-top:12px}.stat-grid dt{font-size:1.8rem;font-weight:780;line-height:1}.stat-grid dd{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;margin:5px 0 0;font-size:.74rem;font-weight:700;line-height:1.35}.content-section{border-top:1px solid #ddd5c7bf;padding:66px 0}.content-section>*{width:min(1180px,100% - 48px);margin-left:auto;margin-right:auto}.content-section--white{background:#fffdf8ad}.content-section--muted{background:#efebe1}.content-section--dark{background:var(--dark);color:#fff}.content-section--dark .eyebrow{color:#d8ad72}.content-section--dark p,.content-section--dark .section-heading>p,.content-section--dark .process-card p{color:#e1d8ca}.section-heading{gap:12px;max-width:780px;display:grid}.section-heading--split{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:24px;max-width:none}.section-heading h2,.split-text h2,.cta-section h2,.lead-panel__intro h2{margin:0;font-size:2.15rem;line-height:1.14}.section-heading>p:not(.eyebrow),.split-text__body p,.cta-section p,.lead-panel__intro p,.lead-form__type-note p{color:var(--muted);margin:0;font-size:1rem;line-height:1.75}.feature-grid,.media-grid,.record-grid,.process-grid,.link-card-grid{gap:16px;margin-top:32px;display:grid}.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.feature-grid--5{grid-template-columns:repeat(5,minmax(0,1fr))}.feature-card,.process-card,.link-card{border:1px solid var(--line);background:var(--panel);padding:22px}.content-section--muted .feature-card,.content-section--muted .process-card,.content-section--muted .link-card{background:#fffdf8}.content-section--dark .process-card{background:#ffffff0f;border-color:#ffffff24}.feature-card h3,.process-card h3,.link-card h3,.media-card h3,.record-card h3{margin:0;font-size:1.08rem;line-height:1.35}.feature-card p,.process-card p,.link-card p,.media-card p,.record-card p{color:var(--muted);margin:12px 0 0;font-size:.92rem;line-height:1.65}.media-grid,.record-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.media-card,.record-card{border:1px solid var(--line);background:var(--panel);overflow:hidden}.media-card img,.record-card img{aspect-ratio:4/3;object-fit:cover;background:#e6dfd2;width:100%}.media-card div,.record-card div{padding:20px}.record-card__type{letter-spacing:.14em;text-transform:uppercase;font-weight:800;color:var(--accent-strong)!important;font-size:.72rem!important;line-height:1.35!important}.record-card ul{gap:6px;margin:14px 0 0;padding:0;list-style:none;display:grid}.record-card li{color:var(--muted);font-size:.9rem;line-height:1.45}.record-card li:before{content:"";border:1px solid var(--sage);vertical-align:1px;width:7px;height:7px;margin-right:9px;display:inline-block}.process-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.process-card span{color:var(--accent-strong);margin-bottom:18px;font-size:.78rem;font-weight:800;display:inline-flex}.content-section--dark .process-card span{color:#d8ad72}.split-text{grid-template-columns:.85fr 1.15fr;align-items:start;gap:44px;display:grid}.split-text__body{gap:15px;display:grid}.link-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.text-link{width:fit-content;color:var(--accent-strong);align-items:center;font-size:.92rem;font-weight:800;display:inline-flex}.text-link:hover{color:var(--teal)}.cta-section{background:var(--dark);color:#fff;border-top:1px solid #342f29;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:28px;padding:54px max(24px,50vw - 590px);display:grid}.cta-section h2{max-width:720px}.cta-section p{color:#e1d8ca;max-width:720px;margin-top:12px}.lead-panel{grid-template-columns:.72fr 1.28fr;align-items:start;gap:34px;display:grid}.lead-panel__intro{gap:14px;display:grid;position:sticky;top:98px}.lead-form{border:1px solid var(--line);background:var(--panel);grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:22px;display:grid}.form-field{gap:7px;display:grid}.form-field span{color:#39332c;font-size:.82rem;font-weight:750}.form-field strong{color:var(--accent-strong);margin-left:4px}.form-field input,.form-field select,.form-field textarea{width:100%;color:var(--ink);background:#fff;border:1px solid #cfc4b2;border-radius:0;padding:11px 12px;font-size:.92rem;line-height:1.45}.form-field textarea{resize:vertical;min-height:120px}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--teal);outline-offset:0;outline:2px solid #315f622e}.form-field--wide,.lead-form__type-note,.form-status,.lead-form__submit{grid-column:1/-1}.lead-form__type-note{background:#f5f0e7;border:1px solid #d8cfbf;padding:16px}.lead-form__type-note h3{margin:0 0 6px;font-size:1rem}.form-field--honeypot{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}.form-status{border:1px solid var(--line);color:#3d382f;background:#f5f0e7;margin:0;padding:12px 14px;font-size:.9rem;line-height:1.5}.form-status--success{background:#eef3ea;border-color:#586a5566}.form-status--error{background:#fbefe2;border-color:#9f5f1a80}.site-footer{border-top:1px solid var(--line);color:#fff;background:#151413;grid-template-columns:.9fr 1.1fr;gap:36px;padding:46px max(24px,50vw - 590px);display:grid}.brand--footer small,.site-footer p,.site-footer a{color:#d8d0c4}.site-footer__brand{max-width:460px}.site-footer__brand p{margin:20px 0 0;font-size:.92rem;line-height:1.7}.site-footer__links{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.site-footer__links div{align-content:start;gap:9px;display:grid}.site-footer__links h2{color:#fff;margin:0 0 5px;font-size:.9rem}.site-footer__links a{font-size:.9rem}.site-footer__links a:hover{color:#fff}@media (width<=1120px){.site-header{grid-template-columns:auto auto}.menu-button{justify-self:end;display:inline-grid}.primary-nav{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));justify-content:stretch;display:none}.primary-nav--open{display:grid}.primary-nav a{border-color:var(--line);background:var(--panel);white-space:normal}.header-actions{display:none}.hero-section,.lead-panel{grid-template-columns:1fr}.lead-panel__intro{position:static}.feature-grid--4,.feature-grid--5,.media-grid,.record-grid,.process-grid,.link-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.site-header{padding:12px 18px}.brand small{display:none}.hero-section,.content-section>*{width:min(100% - 32px,1180px)}.hero-section{gap:28px;padding:46px 0 42px}.hero-section__content h1{font-size:2.35rem;line-height:1.08}.section-heading h2,.split-text h2,.cta-section h2,.lead-panel__intro h2{font-size:1.7rem}.section-heading--split,.split-text,.cta-section,.site-footer,.feature-grid,.feature-grid--2,.feature-grid--4,.feature-grid--5,.media-grid,.record-grid,.process-grid,.link-card-grid,.lead-form,.site-footer__links{grid-template-columns:1fr}.content-section{padding:46px 0}.stat-grid{grid-template-columns:1fr}.action-row{flex-direction:column;align-items:stretch}.button{width:100%}.primary-nav{grid-template-columns:1fr}}
