:root{color-scheme:light;--color-bg: #dde4ec;--color-bg-rgb: 221 228 236;--color-nav: #f5f0e8;--color-nav-rgb: 245 240 232;--color-navy: #1b3252;--color-navy-rgb: 27 50 82;--color-navy-deep: #162840;--color-navy-deep-rgb: 22 40 64;--color-accent: #c8935a;--color-accent-rgb: 200 147 90;--color-white: #ffffff;--color-white-rgb: 255 255 255;--color-text-body: #3d5166;--color-text-body-rgb: 61 81 102;--color-text-muted: #7a8fa3;--color-text-muted-rgb: 122 143 163;--font-display: "Cormorant Garamond", serif;--font-body: "DM Sans", sans-serif;--space-2xs: .5rem;--space-xs: .75rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2rem;--space-xl: 3rem;--space-2xl: 4.5rem;--space-3xl: 6rem;--container-max: 1280px;--container-gutter: 1.5rem;--radius-sm: .5rem;--radius-md: .75rem;--radius-pill: 999px;--rule-subtle: rgb(var(--color-navy-rgb) / .1);--rule-medium: rgb(var(--color-navy-rgb) / .14);--rule-strong: rgb(var(--color-navy-rgb) / .2);--surface-muted: rgb(var(--color-white-rgb) / .72);--surface-accent: rgb(var(--color-accent-rgb) / .1);--surface-navy-soft: rgb(var(--color-navy-rgb) / .04);--surface-navy-soft-2: rgb(var(--color-navy-rgb) / .06);--surface-navy-soft-3: rgb(var(--color-navy-rgb) / .08);--text-on-dark: rgb(var(--color-nav-rgb) / .92);--text-on-dark-muted: rgb(var(--color-nav-rgb) / .72);--shadow-sm: 0 10px 30px rgb(var(--color-navy-rgb) / .06);--shadow-md: 0 20px 50px rgb(var(--color-navy-rgb) / .1);--shadow-lg: 0 28px 70px rgb(var(--color-navy-rgb) / .12);--transition-fast: .15s ease;--transition-base: .2s ease;--transition-slow: .35s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{min-width:320px;min-height:100vh;overflow-x:hidden;background:var(--color-bg);color:var(--color-text-body);font-family:var(--font-body);font-size:1rem;font-weight:300;line-height:1.6;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,svg,video,canvas{display:block;max-width:100%}img{height:auto}button,input,textarea,select{font:inherit;color:inherit}button{border:0;background:none}a{color:inherit;text-decoration:none}ul,ol{list-style:none}strong,b{font-weight:500}em{font-style:italic}::selection{background:#c8935a2e;color:var(--color-navy)}:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}.page{display:flex;flex-direction:column;min-height:100vh}.container{width:min(var(--container-max),calc(100% - (var(--container-gutter) * 2)));margin-inline:auto}.section{position:relative;padding-block:var(--space-2xl)}.section-decor{position:absolute;pointer-events:none;z-index:0}.section-orbit{border:1px solid rgb(var(--color-navy-rgb) / .08);border-radius:999px}.orbit-small{width:12rem;height:12rem}.orbit-medium{width:18rem;height:18rem}.orbit-large{width:24rem;height:24rem}.section-orbit-light{border-color:rgb(var(--color-nav-rgb) / .12)}.section-curve svg{display:block;width:100%;height:auto}.section-curve path{fill:none;stroke:rgb(var(--color-navy-rgb) / .18);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.section-curve-light path{stroke:rgb(var(--color-nav-rgb) / .2)}.section-shell,.section-rule-top,.section-rule-bottom{position:relative}.section-rule-top:before,.section-rule-bottom:after{content:"";position:absolute;left:0;width:100%;height:1px;background:var(--rule-subtle)}.section-rule-top:before{top:0}.section-rule-bottom:after{bottom:0}.eyebrow,.tag,.pill{display:inline-flex;align-items:center;gap:.75rem;font-family:var(--font-body);font-size:.6875rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--color-accent)}.eyebrow:after,.pill:after{content:"";width:3rem;height:1px;background:#c8935a99}.section-title,h1,h2,h3{color:var(--color-navy);font-family:var(--font-display);font-weight:300;letter-spacing:-.03em;line-height:1.08}.section-title{font-size:clamp(2.5rem,5vw,3.5rem)}.section-lead,.muted{color:var(--color-text-body);font-family:var(--font-body);font-size:.9375rem;font-weight:300;line-height:1.7}.muted{color:var(--color-text-muted)}.grid{display:grid;gap:var(--space-md)}.grid-2,.grid-3{grid-template-columns:1fr}.card{background:var(--color-white);border:1px solid var(--rule-medium);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.divider{width:100%;height:1px;background:var(--rule-subtle)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:2.875rem;padding:.875rem 1.75rem;border:1px solid transparent;border-radius:var(--radius-pill);font-family:var(--font-body);font-size:.875rem;font-weight:500;line-height:1;text-align:center;cursor:pointer;transition:transform var(--transition-fast),background-color var(--transition-fast),border-color var(--transition-fast),color var(--transition-fast),box-shadow var(--transition-fast)}.btn:hover{transform:scale(1.02)}.btn-primary{background:var(--color-navy);color:var(--color-nav);box-shadow:none}.btn-primary:hover{background:var(--color-navy-deep)}.btn-ghost{border-color:#1b325259;background:transparent;color:var(--color-navy)}.btn-ghost:hover{background:var(--surface-navy-soft)}.form{display:grid;gap:1.25rem}.input{width:100%;border:0;border-bottom:1px solid rgba(27,50,82,.2);border-radius:0;background:transparent;padding:.875rem 0 .75rem;color:var(--color-navy);font-family:var(--font-body);font-size:.875rem;font-weight:400;line-height:1.4;transition:border-color var(--transition-base),background-color var(--transition-base)}.input::placeholder{color:var(--color-text-muted)}.input:focus-visible{outline:none;border-bottom-color:var(--color-navy)}textarea.input{min-height:7.5rem;resize:vertical}.privacy-notice{display:grid;gap:.5rem;padding:1rem 1rem 1rem 1.125rem;border:1px solid var(--rule-medium);border-radius:var(--radius-md);background:#ffffffa8;color:var(--color-text-body);font-size:.8125rem;line-height:1.65}.privacy-notice strong{color:var(--color-navy);font-size:.75rem;font-weight:500;letter-spacing:.08em}.privacy-notice a{color:var(--color-navy);text-decoration:underline;text-underline-offset:.12em}.consent-field{display:grid;grid-template-columns:auto 1fr;gap:.75rem;align-items:start;color:var(--color-text-body);font-size:.8125rem;line-height:1.6}.consent-field input{appearance:none;width:1rem;height:1rem;margin-top:.1875rem;border:1px solid rgba(27,50,82,.3);border-radius:.25rem;background:var(--color-white);display:inline-grid;place-items:center;cursor:pointer}.consent-field input:before{content:"";width:.5rem;height:.5rem;transform:scale(0);transition:transform var(--transition-fast);background:var(--color-accent);clip-path:polygon(14% 44%,0 59%,41% 100%,100% 20%,84% 6%,39% 69%)}.consent-field input:checked:before{transform:scale(1)}.consent-field a{color:var(--color-navy);text-decoration:underline;text-underline-offset:.12em}.legal-content{display:grid;gap:1rem;max-width:56rem}.legal-content h2{font-size:clamp(2rem,4vw,2.8rem)}.legal-content p,.legal-content li{font-size:.95rem;line-height:1.7}.legal-content ul{display:grid;gap:.5rem;padding-left:1rem;list-style:disc}.legal-content .meta{color:var(--color-text-muted);font-size:.875rem}.legal-page{background:radial-gradient(circle at 14% 18%,rgb(var(--color-white-rgb) / .7),transparent 24%),linear-gradient(180deg,rgb(var(--color-bg-rgb) / .9),var(--color-bg))}.legal-hero-section{padding-bottom:2rem}.legal-page-shell{position:relative;z-index:1;display:grid;gap:2rem;align-items:start}.legal-page-head{display:grid;gap:.9rem;max-width:48rem}.legal-back-link{width:fit-content;margin-bottom:.5rem}.legal-page-tag{margin:0}.legal-page-title{max-width:14ch;margin:0;font-size:clamp(3.2rem,6vw,4.7rem);line-height:.98}.legal-page-lead{max-width:46rem}.legal-page-summary{position:relative;z-index:1;display:grid;gap:.9rem;max-width:22rem;padding:1.4rem;background:rgb(var(--color-white-rgb) / .76)}.legal-summary-label{color:var(--color-accent);font-size:.625rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase}.legal-summary-title{color:var(--color-navy);font-family:var(--font-display);font-size:1.7rem;font-weight:600;line-height:1.05}.legal-summary-copy,.legal-summary-meta{color:var(--color-text-body);font-size:.875rem;line-height:1.65}.legal-summary-meta{color:var(--color-text-muted)}.legal-page-orbit{top:7rem;right:8%}.legal-page-curve{left:8%;bottom:1.5rem;width:11rem;opacity:.48}.legal-body-section{padding-top:.5rem}.legal-body-shell{display:flex}.legal-document{position:relative;z-index:1;width:min(100%,58rem);padding:1.8rem 1.8rem 2.4rem;border-radius:1.2rem;background:rgb(var(--color-white-rgb) / .82);box-shadow:var(--shadow-md)}.legal-document .meta{padding-bottom:1rem;border-bottom:1px solid rgb(var(--color-navy-rgb) / .08)}.legal-document h2{margin-top:1rem;font-size:clamp(2.2rem,4vw,3rem);line-height:1}.legal-document p,.legal-document li{font-size:1rem;line-height:1.75}.legal-document ul{gap:.8rem;padding-left:1.15rem}@media (min-width: 1024px){.legal-page-shell{grid-template-columns:minmax(0,1fr) minmax(18rem,22rem);gap:3rem}}@media (max-width: 767px){.legal-page-orbit,.legal-page-curve{display:none}.legal-document{padding:1.25rem 1rem 1.6rem}.legal-document h2{font-size:clamp(1.95rem,9vw,2.5rem)}}.footer{border-top:1px solid rgba(27,50,82,.12);background:var(--color-nav);color:var(--color-text-muted)}.fade-up{opacity:0;transform:translateY(20px);transition:opacity .42s ease,transform .42s ease}.fade-up.visible{opacity:1;transform:translateY(0)}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes drawSig{to{stroke-dashoffset:0}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.fade-up{opacity:1;transform:none}}@media (min-width: 768px){:root{--container-gutter: 2rem}.section{padding-block:var(--space-3xl)}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 1024px){:root{--container-gutter: 3rem}.section-title{font-size:clamp(3rem,4.6vw,3.75rem)}}@media (min-width: 1280px){:root{--container-gutter: 4.5rem}}.site-footer[data-astro-cid-5jp7rtjd]{background:var(--color-navy);border-top-color:rgb(var(--color-nav-rgb) / .14)}.footer-orbit[data-astro-cid-5jp7rtjd]{top:1.8rem;right:6%}.footer-orbit-secondary[data-astro-cid-5jp7rtjd]{left:5%;top:3rem;opacity:.68}.footer-curve[data-astro-cid-5jp7rtjd]{left:6%;bottom:1.4rem;width:10rem;opacity:.42}.footer-curve-secondary[data-astro-cid-5jp7rtjd]{right:7%;bottom:1.2rem;width:8rem;opacity:.34}.footer-shell[data-astro-cid-5jp7rtjd]{display:grid;gap:2rem;padding-block:3.5rem}.footer-brand[data-astro-cid-5jp7rtjd]{display:grid;gap:1rem;max-width:20rem}.footer-logo[data-astro-cid-5jp7rtjd]{max-width:7.5rem;width:100%;height:auto;filter:brightness(0) invert(1)}.footer-tagline[data-astro-cid-5jp7rtjd],.footer-links[data-astro-cid-5jp7rtjd] a[data-astro-cid-5jp7rtjd],.footer-bottom[data-astro-cid-5jp7rtjd] p[data-astro-cid-5jp7rtjd],.powered-by[data-astro-cid-5jp7rtjd]{color:rgb(var(--color-nav-rgb) / .74);font-size:.8125rem;line-height:1.6}.footer-links[data-astro-cid-5jp7rtjd]{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem}.footer-links[data-astro-cid-5jp7rtjd] a[data-astro-cid-5jp7rtjd]{text-decoration:underline;text-decoration-color:transparent;text-underline-offset:.18em;transition:text-decoration-color var(--transition-fast)}.footer-links[data-astro-cid-5jp7rtjd] a[data-astro-cid-5jp7rtjd]:hover,.footer-links[data-astro-cid-5jp7rtjd] a[data-astro-cid-5jp7rtjd]:focus-visible{text-decoration-color:currentColor}.footer-bottom[data-astro-cid-5jp7rtjd]{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding-top:1.5rem;border-top:1px solid rgb(var(--color-nav-rgb) / .14)}.powered-by[data-astro-cid-5jp7rtjd]{display:inline-flex;align-items:center;gap:.5rem;font-size:.6875rem}.powered-link[data-astro-cid-5jp7rtjd]{display:inline-flex;align-items:center;opacity:.9;transition:opacity var(--transition-fast)}.powered-link[data-astro-cid-5jp7rtjd]:hover{opacity:1}.powered-logo[data-astro-cid-5jp7rtjd]{height:1rem;width:auto}@media (max-width: 767px){.footer-orbit[data-astro-cid-5jp7rtjd],.footer-orbit-secondary[data-astro-cid-5jp7rtjd],.footer-curve[data-astro-cid-5jp7rtjd],.footer-curve-secondary[data-astro-cid-5jp7rtjd]{display:none}}
