@import"https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,400..900;1,500&family=Hanken+Grotesk:ital,wght@0,400..700;1,400..600&family=Space+Mono:wght@400;700&display=swap";:root{--iron-950: #16130f;--iron-900: #1e1a15;--iron-850: #262019;--iron-800: #322b22;--iron-700: #443b2f;--iron-600: #5a4f40;--iron-500: #756857;--bone-50: #f7f4ed;--bone-100: #f0ece1;--bone-150: #e9e3d5;--bone-200: #ded6c4;--sand-300: #cbbfa6;--ink: #1e1a15;--muted: #6e6456;--bone-on-dark: #e6e0d2;--muted-on-dark: #9c9382;--red-700: #8a2a22;--red-600: #a6342b;--red-500: #be4a3f;--red-50: #f5e5e1;--slate-800: #1f2d3b;--slate-600: #314a63;--slate-400: #5e7a95;--slate-100: #dce3ea;--cedar-700: #8a4a26;--cedar-600: #a85e33;--cedar-500: #c2773f;--cedar-200: #e7d2bc;--success: #3f7d4e;--success-bg: #e3ede2;--warning: #b6822b;--warning-bg: #f3e9d2;--error: #c0392b;--error-bg: #f6e0dc;--info: #314a63;--info-bg: #dce3ea;--white: #ffffff;--font-display: "Archivo", system-ui, sans-serif;--font-body: "Hanken Grotesk", system-ui, sans-serif;--font-mono: "Space Mono", ui-monospace, monospace;--text-display: clamp(2.75rem, 1.6rem + 4.6vw, 5rem);--text-h1: clamp(2.1rem, 1.4rem + 2.6vw, 3.4rem);--text-h2: clamp(1.7rem, 1.25rem + 1.7vw, 2.5rem);--text-h3: clamp(1.35rem, 1.15rem + .8vw, 1.75rem);--text-h4: 1.25rem;--text-lead: clamp(1.1rem, 1rem + .4vw, 1.3rem);--text-body: 1.0625rem;--text-small: .9375rem;--text-caption: .8125rem;--text-eyebrow: .75rem;--text-button: .8125rem;--tracking-display: -.025em;--tracking-tight: -.015em;--tracking-eyebrow: .22em;--leading-body: 1.65;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem;--space-24: 6rem;--section-y: 6rem;--radius-xs: 4px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 18px;--radius-xl: 28px;--radius-pill: 999px;--radius-full: var(--radius-pill);--shadow-sm: 0 1px 2px rgb(22 19 15 / .06), 0 1px 3px rgb(22 19 15 / .08);--shadow-md: 0 10px 28px -12px rgb(22 19 15 / .22);--shadow-lg: 0 28px 64px -20px rgb(22 19 15 / .32);--shadow-cta: 0 10px 22px -8px rgb(166 52 43 / .45);--shadow-focus: 0 0 0 4px rgb(166 52 43 / .24);--shadow-card: var(--shadow-sm);--shadow-card-hover: var(--shadow-md);--shadow-xl: var(--shadow-lg);--shadow-inset-accent: inset 0 3px 0 0 var(--red-600);--dur-fast: .14s;--dur: .24s;--dur-slow: .42s;--ease-out: cubic-bezier(.22, 1, .36, 1);--transition-fast: var(--dur-fast) var(--ease-out);--transition-base: var(--dur) var(--ease-out);--gradient-hero: linear-gradient( 105deg, rgb(22 19 15 / .92) 0%, rgb(138 74 38 / .55) 45%, rgb(22 19 15 / .72) 100% );--gradient-dark: linear-gradient(180deg, var(--iron-950) 0%, var(--iron-900) 100%);--gradient-accent: linear-gradient(135deg, var(--red-600) 0%, var(--red-700) 100%);--color-primary: var(--iron-900);--color-primary-hover: var(--iron-950);--color-accent: var(--red-600);--color-accent-hover: var(--red-700);--color-navy: var(--slate-800);--color-navy-dark: var(--iron-950);--color-red: var(--red-600);--color-red-hover: var(--red-700);--color-cedar: var(--cedar-600);--color-cedar-light: var(--cedar-500);--color-steel: var(--iron-600);--color-rust: var(--cedar-700);--color-white: var(--white);--color-cream: var(--bone-50);--color-sand: var(--bone-200);--color-gray-100: var(--bone-100);--color-gray-200: var(--bone-200);--color-gray-400: var(--sand-300);--color-gray-600: var(--muted);--color-gray-800: var(--ink);--color-black: var(--iron-950);--color-bg: var(--white);--color-bg-alt: var(--bone-50);--color-text: var(--ink);--color-text-muted: var(--muted);--color-border: var(--bone-200);--text-xs: var(--text-eyebrow);--text-sm: var(--text-small);--text-base: var(--text-body);--text-lg: var(--text-lead);--text-xl: var(--text-h4);--text-2xl: var(--text-h3);--text-3xl: var(--text-h2);--text-4xl: var(--text-h1);--text-5xl: var(--text-display);--container-max: 80.5rem;--header-height: 4.25rem;--stack-gap: var(--space-4);--cluster-gap: var(--space-3);--sidebar-gap: var(--space-8);--sidebar-width: 22rem}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--header-height);overflow-x:clip}body{margin:0;overflow-x:clip;max-width:100%;font-family:var(--font-body);font-size:var(--text-body);line-height:var(--leading-body);color:var(--color-text);background:var(--bone-50);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}::selection{background:var(--red-600);color:var(--white)}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,h4{font-family:var(--font-display);font-weight:700;letter-spacing:var(--tracking-tight);line-height:1.08;margin-block:0;color:var(--ink)}h1{font-size:var(--text-h1);letter-spacing:var(--tracking-display)}h2{font-size:var(--text-h2)}h3{font-size:var(--text-h3)}h4{font-size:var(--text-h4);font-weight:600}p{margin-block:0;text-wrap:pretty}ul{margin:0;padding:0;list-style:none}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 var(--space-6)}.section{padding:var(--section-y) 0}.section--alt{background:var(--bone-100)}.section--dark{background:var(--gradient-dark);color:var(--bone-on-dark)}.section--dark h2,.section--dark h3{color:var(--white)}.section--dark p{color:var(--muted-on-dark)}.section-header{display:flex;flex-direction:column;gap:var(--space-4);text-align:center;max-width:42rem;margin-inline:auto;margin-block-end:var(--space-12)}.section-header p{color:var(--color-text-muted);font-size:var(--text-lead)}.section-header--left{text-align:left;margin-inline:0;max-width:36rem}.eyebrow{font-family:var(--font-mono);font-size:var(--text-eyebrow);text-transform:uppercase;letter-spacing:var(--tracking-eyebrow);color:var(--muted);display:inline-flex;align-items:center;gap:var(--space-3);margin:0}.eyebrow:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--red-600);flex:none}.eyebrow.on-dark{color:var(--muted-on-dark)}.hero .eyebrow,.home-hero__copy>.eyebrow{display:inline-flex;width:fit-content;max-width:100%;align-self:flex-start;color:var(--bone-on-dark);background:#16130f94;padding:.45rem .85rem;border-radius:var(--radius-xs);box-shadow:0 1px 4px #16130f47;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.text-accent,.serif-accent{font-family:Georgia,Times New Roman,serif;font-style:italic;font-weight:500;color:var(--cedar-600);text-transform:none;letter-spacing:0}.badge{display:inline-flex;align-items:center;gap:var(--space-2);padding:6px 12px;font-family:var(--font-mono);font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;border-radius:var(--radius-pill);background:var(--red-50);color:var(--red-700);border:1px solid rgb(166 52 43 / .15)}.badge--light{background:#ffffff1a;color:var(--bone-on-dark);border-color:#fff3}.stack{display:flex;flex-direction:column;justify-content:flex-start;gap:var(--stack-gap, var(--space-4))}.stack>*{margin-block:0}.stack--xs{--stack-gap: var(--space-1)}.stack--sm{--stack-gap: var(--space-2)}.stack--md{--stack-gap: var(--space-4)}.stack--lg{--stack-gap: var(--space-6)}.stack--xl{--stack-gap: var(--space-8)}.cluster{display:flex;flex-wrap:wrap;gap:var(--cluster-gap, var(--space-3));align-items:center;justify-content:flex-start}.cluster--center{justify-content:center}.cluster--end{justify-content:flex-end}.sidebar{display:flex;flex-wrap:wrap;gap:var(--sidebar-gap, var(--space-8));align-items:start}.sidebar>:first-child{flex-basis:0;flex-grow:999;min-inline-size:min(100%,20rem)}.sidebar>:last-child{flex-basis:var(--sidebar-width, 22rem);flex-grow:1}.sidebar--wide>:last-child{--sidebar-width: 28rem}.sidebar--equal{display:grid;gap:var(--sidebar-gap, var(--space-8));align-items:start}@media(min-width:768px){.sidebar--equal{grid-template-columns:1fr 1fr}}.sidebar--equal .quote-form{width:100%}.sidebar--center{align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;font-family:var(--font-mono);font-size:var(--text-button);font-weight:700;text-transform:uppercase;letter-spacing:.12em;padding:13px 22px;border-radius:var(--radius-pill);border:1.5px solid transparent;transition:background var(--dur),color var(--dur),transform var(--dur-fast),box-shadow var(--dur),border-color var(--dur)}.btn:active{transform:scale(.98)}.btn:focus-visible{outline:none;box-shadow:var(--shadow-focus)}.btn__chip{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;flex:none}.btn__chip svg{width:13px;height:13px}.btn__chip--primary{background:#ffffff2e;color:var(--white)}.btn__chip--dark{background:var(--iron-700);color:var(--white)}.btn__chip--outline{background:var(--bone-150);color:var(--ink)}.btn--primary{background:var(--red-600);color:var(--white);box-shadow:var(--shadow-cta)}.btn--primary:hover{background:var(--red-700)}.btn--secondary,.btn--dark{background:var(--iron-900);color:var(--bone-on-dark)}.btn--secondary:hover,.btn--dark:hover{background:var(--iron-800)}.btn--outline{background:transparent;color:var(--bone-on-dark);border-color:#e6e0d259}.btn--outline:hover{border-color:var(--bone-on-dark);background:#ffffff0f}.btn--outline-light{background:transparent;color:var(--ink);border-color:var(--bone-200)}.btn--outline-light:hover{border-color:var(--ink)}.btn--ghost{background:transparent;color:var(--ink);padding:10px 12px;box-shadow:none}.btn--ghost:hover{color:var(--red-600)}.btn--lg{padding:16px 28px;font-size:.875rem}.btn--sm{padding:9px 16px;font-size:.6875rem}.btn--block{display:flex;width:100%}.field label{display:block;font-family:var(--font-mono);font-size:.6875rem;text-transform:uppercase;letter-spacing:.12em;color:var(--iron-700);margin-bottom:7px}.field input,.field select,.field textarea,input[type=text],input[type=tel],input[type=email],select,textarea{width:100%;font-family:var(--font-body);font-size:var(--text-body);color:var(--ink);padding:13px 15px;border-radius:var(--radius-md);border:1.5px solid var(--bone-200);background:var(--white);transition:border var(--dur),box-shadow var(--dur)}.field input::placeholder,.field textarea::placeholder,input::placeholder,textarea::placeholder{color:var(--sand-300)}.field input:focus,.field select:focus,.field textarea:focus,input:focus,select:focus,textarea:focus{outline:none;border-color:var(--red-600);box-shadow:var(--shadow-focus)}.grid-2{display:grid;gap:var(--space-8)}.grid-3{display:grid;gap:var(--space-6)}@media(min-width:640px){.grid-2,.grid-3{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid-3{grid-template-columns:repeat(3,1fr)}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.header[data-astro-cid-ctg3m53h]{position:sticky;top:0;z-index:100;background:var(--iron-950);border-bottom:1px solid transparent;height:5.5rem;transition:height .3s ease,border-color .3s ease,box-shadow .3s ease}.header--scrolled[data-astro-cid-ctg3m53h]{height:var(--header-height);border-color:var(--iron-850);box-shadow:var(--shadow-md)}.header__inner[data-astro-cid-ctg3m53h]{display:flex;align-items:center;justify-content:space-between;height:100%;gap:var(--space-4)}.logo[data-astro-cid-ctg3m53h]{display:flex;align-items:center;flex-shrink:1;min-width:0}.logo__img[data-astro-cid-ctg3m53h]{display:block;height:48px;width:auto;max-width:100%;transition:height .3s ease}.header--scrolled[data-astro-cid-ctg3m53h] .logo__img[data-astro-cid-ctg3m53h]{height:36px}.nav[data-astro-cid-ctg3m53h]{display:none}.nav__list[data-astro-cid-ctg3m53h]{--cluster-gap: var(--space-6)}.nav__link[data-astro-cid-ctg3m53h]{font-size:var(--text-small);color:var(--bone-on-dark);transition:color var(--transition-fast)}.nav__link[data-astro-cid-ctg3m53h]:hover{color:var(--white)}.nav__item--dropdown[data-astro-cid-ctg3m53h]{position:relative}.nav__link--dropdown[data-astro-cid-ctg3m53h]{display:inline-flex;align-items:center;gap:var(--space-1)}.nav__caret[data-astro-cid-ctg3m53h]{transition:transform var(--transition-fast)}.nav__item--dropdown[data-astro-cid-ctg3m53h]:hover .nav__caret[data-astro-cid-ctg3m53h],.nav__item--dropdown[data-astro-cid-ctg3m53h]:focus-within .nav__caret[data-astro-cid-ctg3m53h]{transform:rotate(180deg)}.nav__dropdown[data-astro-cid-ctg3m53h]{position:absolute;top:100%;left:50%;transform:translate(-50%);padding-top:var(--space-3);opacity:0;pointer-events:none;transition:opacity var(--transition-base)}.nav__item--dropdown[data-astro-cid-ctg3m53h]:hover .nav__dropdown[data-astro-cid-ctg3m53h],.nav__item--dropdown[data-astro-cid-ctg3m53h]:focus-within .nav__dropdown[data-astro-cid-ctg3m53h]{opacity:1;pointer-events:auto}.nav__dropdown-card[data-astro-cid-ctg3m53h]{min-width:15rem;background:var(--iron-900);border:1px solid var(--iron-800);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);padding:var(--space-3);transform:translateY(-.5rem);transition:transform var(--transition-base)}.nav__item--dropdown[data-astro-cid-ctg3m53h]:hover .nav__dropdown-card[data-astro-cid-ctg3m53h],.nav__item--dropdown[data-astro-cid-ctg3m53h]:focus-within .nav__dropdown-card[data-astro-cid-ctg3m53h]{transform:translateY(0)}.nav__dropdown-list[data-astro-cid-ctg3m53h]{list-style:none;margin:0;padding:0}.nav__dropdown-list[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]{display:block;padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);font-size:var(--text-small);color:var(--bone-on-dark);white-space:nowrap;transition:background var(--transition-fast),color var(--transition-fast)}.nav__dropdown-list[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]:hover{background:var(--iron-850);color:var(--white)}.nav__dropdown-all[data-astro-cid-ctg3m53h]{display:block;margin-top:var(--space-2);padding:var(--space-2) var(--space-3);border-top:1px solid var(--iron-800);font-family:var(--font-mono);font-size:var(--text-caption);font-weight:700;letter-spacing:.04em;color:var(--cedar-500);transition:color var(--transition-fast)}.nav__dropdown-all[data-astro-cid-ctg3m53h]:hover{color:var(--cedar-200)}@media(prefers-reduced-motion:reduce){.nav__dropdown[data-astro-cid-ctg3m53h],.nav__dropdown-card[data-astro-cid-ctg3m53h],.nav__caret[data-astro-cid-ctg3m53h]{transition:none}}.header__actions[data-astro-cid-ctg3m53h]{display:none}.header__phone[data-astro-cid-ctg3m53h]{font-family:var(--font-mono);font-size:1.125rem;font-weight:700;letter-spacing:.04em;color:var(--cedar-500);white-space:nowrap}.header__phone[data-astro-cid-ctg3m53h]:hover{color:var(--cedar-200)}.header__cta[data-astro-cid-ctg3m53h]{margin-left:var(--space-2)}.menu-toggle[data-astro-cid-ctg3m53h]{display:flex;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:var(--space-1);flex-shrink:0;margin-inline-end:var(--space-1)}.menu-toggle[data-astro-cid-ctg3m53h] span[data-astro-cid-ctg3m53h]{display:block;width:20px;height:2px;background:var(--bone-on-dark);transition:var(--transition-fast)}.mobile-nav[data-astro-cid-ctg3m53h][hidden]{display:none}.mobile-nav[data-astro-cid-ctg3m53h]:not([hidden]){display:flex;flex-direction:column;gap:var(--space-4);background:var(--iron-900);border-bottom:1px solid var(--iron-800);padding:var(--space-4) var(--space-6) var(--space-6);opacity:0;transform:translateY(-.625rem);pointer-events:none;transition:opacity .36s cubic-bezier(.22,1,.36,1),transform .36s cubic-bezier(.22,1,.36,1)}.mobile-nav[data-astro-cid-ctg3m53h]:not([hidden]).mobile-nav--open{opacity:1;transform:translateY(0);pointer-events:auto}.mobile-nav[data-astro-cid-ctg3m53h]:not([hidden]).mobile-nav--closing{transition:opacity .28s cubic-bezier(.4,0,.68,.06),transform .28s cubic-bezier(.4,0,.68,.06)}@media(prefers-reduced-motion:reduce){.mobile-nav[data-astro-cid-ctg3m53h]:not([hidden]){opacity:1;transform:none;pointer-events:auto;transition:none}}.mobile-nav__call[data-astro-cid-ctg3m53h]{display:flex;flex-direction:column;gap:var(--space-1);padding:var(--space-4) var(--space-5);border:1px solid rgb(230 224 210 / .18);border-radius:var(--radius-md);background:#16130f8c;text-decoration:none;transition:border-color var(--transition-fast),background var(--transition-fast)}.mobile-nav__call[data-astro-cid-ctg3m53h]:hover{border-color:#c2773f8c;background:#16130fbf}.mobile-nav__call-label[data-astro-cid-ctg3m53h]{font-family:var(--font-mono);font-size:var(--text-eyebrow);font-weight:700;text-transform:uppercase;letter-spacing:var(--tracking-eyebrow);color:var(--muted-on-dark)}.mobile-nav__call-number[data-astro-cid-ctg3m53h]{font-family:var(--font-mono);font-size:1.25rem;font-weight:700;letter-spacing:.04em;color:var(--cedar-500)}.mobile-nav__call[data-astro-cid-ctg3m53h]:hover .mobile-nav__call-number[data-astro-cid-ctg3m53h]{color:var(--cedar-200)}.mobile-nav__links[data-astro-cid-ctg3m53h]{list-style:none;padding:var(--space-2) 0 0;margin:0;border-top:1px solid var(--iron-800)}.mobile-nav__estimate[data-astro-cid-ctg3m53h]{margin-top:var(--space-2)}.mobile-nav[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]:not(.btn){font-weight:500;display:block;color:var(--bone-on-dark)}.mobile-nav[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]:not(.btn):hover{color:var(--white)}.mobile-nav[data-astro-cid-ctg3m53h] .btn[data-astro-cid-ctg3m53h]{justify-content:space-between}.mobile-nav__row[data-astro-cid-ctg3m53h]{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2)}.mobile-nav__row[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]{flex:1}.mobile-nav__caret[data-astro-cid-ctg3m53h]{display:flex;align-items:center;justify-content:center;background:none;border:none;padding:var(--space-2);margin:calc(var(--space-2) * -1);color:var(--bone-on-dark);cursor:pointer}.mobile-nav__caret[data-astro-cid-ctg3m53h] svg[data-astro-cid-ctg3m53h]{transition:transform var(--transition-fast)}.mobile-nav__caret[data-astro-cid-ctg3m53h][aria-expanded=true] svg[data-astro-cid-ctg3m53h]{transform:rotate(180deg)}.mobile-nav__submenu[data-astro-cid-ctg3m53h]{list-style:none;margin:var(--space-2) 0 0;padding:var(--space-1) 0 var(--space-1) var(--space-4);border-left:1px solid var(--iron-800)}.mobile-nav__submenu[data-astro-cid-ctg3m53h] li[data-astro-cid-ctg3m53h]+li[data-astro-cid-ctg3m53h]{margin-top:var(--space-2)}.mobile-nav__submenu[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]{font-size:var(--text-small);font-weight:400;color:var(--muted-on-dark)}.mobile-nav__submenu[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]:hover{color:var(--white)}.mobile-nav__submenu[data-astro-cid-ctg3m53h][hidden]{display:none}@media(min-width:1024px){.logo[data-astro-cid-ctg3m53h]{flex-shrink:0}.logo__img[data-astro-cid-ctg3m53h]{height:60px}.header--scrolled[data-astro-cid-ctg3m53h] .logo__img[data-astro-cid-ctg3m53h]{height:44px}.nav[data-astro-cid-ctg3m53h]{display:block}.header__actions[data-astro-cid-ctg3m53h]{display:flex}.menu-toggle[data-astro-cid-ctg3m53h]{display:none}.mobile-nav[data-astro-cid-ctg3m53h]{display:none!important}}.footer[data-astro-cid-gcn2mc3v]{background:var(--iron-950);color:var(--bone-on-dark);padding:var(--space-16) 0 var(--space-8);border-top:1px solid var(--iron-850)}.footer__grid[data-astro-cid-gcn2mc3v]{display:grid;gap:var(--space-10);margin-bottom:var(--space-12)}@media(min-width:768px){.footer__grid[data-astro-cid-gcn2mc3v]{grid-template-columns:1.5fr 1fr 1fr 1fr}}.footer__name[data-astro-cid-gcn2mc3v]{font-family:var(--font-display);font-size:var(--text-xl);font-weight:800;margin-bottom:var(--space-2);color:var(--white)}.footer__tagline[data-astro-cid-gcn2mc3v],.footer__location[data-astro-cid-gcn2mc3v]{color:var(--muted-on-dark);font-size:var(--text-sm);margin-bottom:var(--space-2)}.footer__phone[data-astro-cid-gcn2mc3v],.footer__email[data-astro-cid-gcn2mc3v]{display:block;font-weight:600;margin-top:var(--space-3);color:var(--color-white)}.footer__phone[data-astro-cid-gcn2mc3v]:hover,.footer__email[data-astro-cid-gcn2mc3v]:hover{color:var(--cedar-500)}.footer__heading[data-astro-cid-gcn2mc3v]{font-family:var(--font-mono);font-weight:700;font-size:.6875rem;text-transform:uppercase;letter-spacing:.14em;margin-bottom:var(--space-4);color:var(--bone-on-dark)}.footer__heading--spaced[data-astro-cid-gcn2mc3v]{margin-top:var(--space-6)}.footer[data-astro-cid-gcn2mc3v] ul[data-astro-cid-gcn2mc3v] li[data-astro-cid-gcn2mc3v]{margin-bottom:var(--space-2)}.footer[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]{color:var(--muted-on-dark);font-size:var(--text-sm);transition:color var(--transition-fast)}.footer[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]:hover{color:var(--white)}.footer__bottom[data-astro-cid-gcn2mc3v]{border-top:1px solid var(--iron-800);padding-top:var(--space-8);display:flex;flex-wrap:wrap;gap:var(--space-4);justify-content:space-between;font-size:var(--text-sm);color:var(--muted-on-dark)}.footer__bottom[data-astro-cid-gcn2mc3v] p[data-astro-cid-gcn2mc3v]{margin:0}.sticky-cta[data-astro-cid-avybc3i7]{position:fixed;bottom:0;left:0;right:0;z-index:90;display:grid;grid-template-columns:1fr 1fr;box-shadow:0 -4px 12px #00000026}.sticky-cta[data-astro-cid-avybc3i7] a[data-astro-cid-avybc3i7]{display:flex;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-4);font-family:var(--font-mono);font-weight:700;font-size:var(--text-button);text-transform:uppercase;letter-spacing:.1em}.sticky-cta__call[data-astro-cid-avybc3i7]{background:var(--iron-900);color:var(--bone-on-dark)}.sticky-cta__quote[data-astro-cid-avybc3i7]{background:var(--red-600);color:var(--white)}@media(min-width:1024px){.sticky-cta[data-astro-cid-avybc3i7]{display:none}}@media(max-width:1023px){body{padding-bottom:3.5rem}}main{min-height:calc(100vh - var(--header-height) - 200px)}
