:root{--ink: #071b34;--ink-soft: #0b1f33;--ink-mid: #152945;--muted: #334155;--soft-muted: #67615a;--soft: #f2eee7;--paper: #fbfaf7;--cream: #f8f4ed;--surface: #ffffff;--surface-warm: #fffaf3;--line: #ded8ce;--deep: #001f3f;--deep-2: #0b1f33;--gold: #b18442;--gold-dark: #9b6b2e;--shadow: 0 16px 40px rgba(7, 27, 52, .08);--radius: 8px;--space-4: 4px;--space-8: 8px;--space-12: 12px;--space-16: 16px;--space-24: 24px;--space-32: 32px;--space-40: 40px;--space-48: 48px;--space-64: 64px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:var(--soft);scroll-behavior:smooth}*{box-sizing:border-box}body{margin:0;background:linear-gradient(180deg,var(--cream),rgba(251,250,247,0) 36rem),var(--soft);color:var(--ink)}body,button,a{font:inherit}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.container{width:min(1120px,calc(100% - var(--space-32)));margin-inline:auto}.site-header .container{width:100%}.site-header{position:sticky;top:0;z-index:20;border-bottom:0;background:#ffffffd6;box-shadow:0 0 0 1px #0b1f3314;backdrop-filter:blur(18px)}.site-header__inner{min-height:72px;display:flex;align-items:center;justify-content:center;gap:var(--space-16);padding-block:var(--space-12);padding-inline:var(--space-24)}.brand{display:grid;grid-template-columns:auto auto;align-items:center;justify-items:center;gap:var(--space-8);color:var(--ink);font-family:Georgia,Times New Roman,serif;min-width:max-content;text-align:center}.brand__mark{width:44px;height:24px;display:inline-flex;align-items:center;justify-content:center;place-items:center;border:0;border-radius:0;background:transparent;color:var(--gold)}.brand__mark svg{width:44px;height:24px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.brand__text{display:grid;gap:0;line-height:1;justify-items:center}.brand__tagline{grid-column:1 / -1}.brand__name{font-size:31px;font-weight:700;letter-spacing:-.03em}.brand__tagline{display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--soft-muted);font-size:8px;font-weight:800;letter-spacing:.14em;margin-top:var(--space-8);text-transform:uppercase}.site-nav{display:none;align-items:center;gap:var(--space-24);color:var(--deep-2);font-size:14px;font-weight:600}.site-nav__links{display:flex;align-items:center;gap:var(--space-32)}.site-nav a:not(.button){color:var(--ink);transition:color .18s ease}.site-nav a:not(.button):hover{color:var(--gold)}.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;border:1px solid var(--deep);border-radius:var(--radius);background:var(--deep);color:#fff;padding:var(--space-12) var(--space-16);font-weight:750;box-shadow:0 12px 28px #071b3424;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.button:hover{transform:translateY(-1px);background:#132d48;border-color:#132d48;box-shadow:0 16px 36px #071b342e}.button--secondary{border-color:var(--line);background:#ffffffa3;color:var(--deep);box-shadow:none}.button--secondary:hover{background:#efe8de;border-color:#071b34cc;color:var(--ink);box-shadow:none}.button--small{min-height:48px;min-width:144px;padding:0 var(--space-24);border-radius:12px;font-size:14px;font-weight:700}.mobile-menu{display:none;position:relative}.mobile-menu summary{width:44px;height:44px;display:grid;align-content:center;justify-items:center;gap:var(--space-4);border:0;border-radius:12px;padding:var(--space-12);cursor:pointer;list-style:none}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary span{height:2px;width:20px;border-radius:999px;background:var(--deep)}.mobile-menu__panel{position:fixed;inset:0;width:auto;min-height:100svh;display:grid;align-content:start;place-items:start center;gap:var(--space-12);border:0;border-radius:0;background:#fffaf3fa;padding:var(--space-64) var(--space-24) var(--space-32);box-shadow:0 -16px 48px #0b1f331f;z-index:40}.mobile-menu__panel a{display:inline-flex;align-items:center;justify-content:center;width:min(100%,320px);min-height:48px;border-radius:12px;padding:var(--space-12) var(--space-16);color:var(--deep-2);font-weight:700}.mobile-menu__cta{background:var(--deep);color:#fff!important;text-align:center}.hero{margin:0 0 var(--space-8);padding:0;overflow:hidden;background:linear-gradient(90deg,#f8f4edf5,#f8f4edd1 48%,#f8f4ed29),linear-gradient(180deg,#f8f4ed00 68%,#f8f4ed),url(/marketing-hero-bg.png) 76% center / cover;box-shadow:none}.hero__inner{display:grid;align-content:center;min-height:calc(100svh - 252px);padding:var(--space-40) var(--space-24) var(--space-24)}.hero__content{position:relative;z-index:1;max-width:560px;padding:0}.eyebrow{margin:0 0 var(--space-16);color:var(--gold-dark);font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1,h2{font-family:Georgia,Times New Roman,serif;font-weight:700;letter-spacing:-.03em;line-height:1.03}h1{max-width:720px;margin-bottom:var(--space-24);font-size:44px}h2{margin-bottom:var(--space-24);font-size:40px}h3{margin-bottom:9px;font-size:1.05rem;line-height:1.25}.lede{max-width:560px;color:var(--ink-mid);font-size:16px;line-height:1.6}.hero__image{display:none}.hero__image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0b1f3305,#0b1f336b)}.hero__image img{width:100%;height:100%;min-height:520px;object-fit:cover}.hero__note{position:absolute;right:22px;bottom:22px;z-index:1;width:min(330px,calc(100% - 44px));border:1px solid rgba(255,255,255,.24);border-radius:var(--radius);background:#0b1f33c7;color:#fff;padding:20px;backdrop-filter:blur(12px)}.hero__note span{display:block;margin-bottom:7px;color:var(--gold);font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.hero__note strong{display:block;font-family:Georgia,Times New Roman,serif;font-size:1.3rem;line-height:1.2}.hero__strip{display:grid;grid-template-columns:repeat(4,1fr);border:0;border-radius:0;background:#fffaf3f0;box-shadow:none;transform:none}.hero__strip>span{min-height:74px;display:flex;align-items:center;justify-content:center;gap:var(--space-8);place-items:center;padding:18px;color:var(--deep-2);font-size:.88rem;font-weight:600;text-align:center}.hero__strip-icon{width:22px;min-width:22px;height:22px;display:inline-block;padding:0;background:var(--gold);-webkit-mask:var(--icon) center / contain no-repeat;mask:var(--icon) center / contain no-repeat}.hero__strip>span+span{border-left:1px solid var(--line)}.section{padding:var(--space-64) 0;background:var(--paper)}.section--soft{background:var(--soft)}#how-it-works{scroll-margin-top:112px}.two-column{display:grid;grid-template-columns:minmax(260px,.82fr) minmax(0,1fr);align-items:center;gap:var(--space-64)}.section__intro p{max-width:560px;color:var(--muted);font-size:16px;line-height:1.6}.section__body>p,.editorial__copy p,.contact p{color:var(--muted);font-size:16px;line-height:1.6}.service-list{display:grid;gap:0;margin-top:0;border-top:0}.service-list article{display:grid;grid-template-columns:48px 190px 1fr;align-items:center;gap:var(--space-16);border-bottom:1px solid var(--line);padding:var(--space-24) 0}.service-list article:last-child{border-bottom:0}.service-list span,.steps span{align-self:center;color:var(--gold-dark);font-size:.82rem;font-weight:850;letter-spacing:.1em}.service-list p,.steps p{margin-bottom:0;color:var(--muted);line-height:1.62}.editorial{padding:var(--space-64) 0;background:var(--deep);color:#fff}.editorial__inner{display:grid;grid-template-columns:minmax(0,.95fr) minmax(300px,.75fr);align-items:center;gap:var(--space-64)}.editorial__image{overflow:hidden;border-radius:var(--radius);background:var(--ink-soft);box-shadow:0 24px 70px #00000047;aspect-ratio:3 / 2;max-height:330px}.editorial__image img{width:100%;height:100%;object-fit:cover;object-position:center 48%}.editorial .eyebrow,.contact .eyebrow{color:var(--gold)}.editorial__copy p{color:#ffffffb8}.section-heading{max-width:760px;margin-bottom:var(--space-32)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:0;padding:0;border:1px solid var(--line);border-radius:var(--radius);background:var(--paper);list-style:none;overflow:hidden}.steps li{min-height:220px;display:grid;align-content:center;justify-items:center;gap:var(--space-12);padding:var(--space-32);text-align:center}.steps li+li{border-left:1px solid var(--line)}.steps h3{margin-bottom:0;font-size:22px;text-align:center}.steps p{max-width:260px;text-align:center}.contact{padding:var(--space-64) 0;background:var(--deep);color:#fff}.contact__inner{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,.95fr);align-items:center;gap:var(--space-64)}.contact__copy{align-self:center}.contact h2{max-width:760px}.contact p{max-width:520px;color:#ffffffb8}.contact__image{justify-self:end;align-self:center;width:100%;overflow:hidden;border-radius:var(--radius);background:var(--ink-soft);box-shadow:0 24px 70px #00000047;aspect-ratio:3 / 2;max-height:330px}.contact__image img{width:100%;height:100%;object-fit:cover;object-position:center 52%}@media(min-width:768px){.site-header__inner{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);min-height:112px;padding-block:0;padding-inline:var(--space-40)}.brand{display:inline-flex;grid-template-columns:none;justify-self:start;justify-items:start;gap:var(--space-12);text-align:left}.brand__text{display:grid;justify-items:start}.brand__name{font-size:40px}.brand__tagline{display:block;grid-column:auto}.site-nav{display:contents}.site-nav__links{grid-column:2;justify-self:center;gap:var(--space-32)}.site-header__cta{grid-column:3;justify-self:end}.hero__inner{width:100%;min-height:calc(100svh - 340px);padding:var(--space-64)}.hero__content{max-width:840px}.hero .eyebrow{margin-bottom:var(--space-24)}h1{max-width:840px;font-size:68px}h2{font-size:56px}.lede{font-size:18px}.hero__strip{max-width:1120px;border:0;border-radius:0;background:transparent}.section{padding:var(--space-64) 0}#what-title span{display:block}}@media(max-width:767px){.site-nav{display:none}#how-it-works{scroll-margin-top:104px}#what-title span{display:inline}.site-header .brand{column-gap:4px;row-gap:6px}.site-header .brand__mark{width:38px}.site-header .brand__mark svg{width:38px}.site-header .brand__text{display:contents}.brand__name{grid-column:2;font-size:34px;line-height:1}.brand__tagline{grid-column:1 / -1;justify-self:center;max-width:220px;font-size:8px;line-height:1.35;margin-top:0;text-align:center}.hero__inner,.two-column,.contact__inner{grid-template-columns:1fr}.contact__inner{gap:0}.contact__image{display:none}.editorial__inner{grid-template-columns:1fr}.editorial__image{display:none}.two-column{gap:var(--space-24)}.hero__strip{grid-template-columns:repeat(2,1fr)}.hero__strip>span:nth-child(3){border-left:0;border-top:1px solid var(--line)}.hero__strip>span:nth-child(4){border-top:1px solid var(--line)}.section,.section--soft,.editorial,.contact{padding:var(--space-64) 0}.service-list article{grid-template-columns:44px 1fr;column-gap:var(--space-16);row-gap:var(--space-4)}.service-list{border-top:1px solid var(--line)}.service-list span{grid-row:1 / 3;align-self:center}.service-list h3{margin-bottom:0}.service-list p{grid-column:2}.steps{grid-template-columns:1fr}.steps li{min-height:auto}.steps li+li{border-left:0;border-top:1px solid var(--line)}}@media(max-width:620px){.container{width:min(100% - var(--space-32),1120px)}.site-header__inner{min-height:104px}h1{font-size:44px}h2{font-size:40px}.hero__inner{width:100%;min-height:calc(100svh - 252px)}.hero__note{right:14px;bottom:14px;width:calc(100% - 28px)}.hero__strip>span{min-height:66px;padding:14px 10px;font-size:.78rem}.service-list article,.steps li{padding:24px 20px}}
