:root{--navy: #0a192f;--navy-2: #12263f;--ink: #0a192f;--teal: #00796b;--teal-bright: #00a896;--mint: #e6f7f4;--gray: #f8f9fa;--gray-2: #e3e7eb;--white: #ffffff;--cta: #00a896;--max: 68rem;--radius: 12px;--font: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--serif: "Cormorant Garamond", "Iowan Old Style", Georgia, "Times New Roman", serif;--slate: #2c4a63}*{box-sizing:border-box}html{color-scheme:light;scroll-behavior:smooth}body{margin:0;font-family:var(--font);font-size:1.0625rem;line-height:1.6;color:var(--ink);background:var(--gray)}img{max-width:100%;height:auto}a{color:var(--teal)}a:focus-visible,button:focus-visible{outline:3px solid var(--teal-bright);outline-offset:2px}.skip{position:absolute;left:-999px;top:0;background:var(--cta);color:var(--navy);padding:.5rem 1rem;z-index:100}.skip:focus{left:1rem}.wrap{max-width:var(--max);margin-inline:auto;padding-inline:clamp(1rem,4vw,2rem)}h1,h2,h3{color:var(--navy);line-height:1.15;margin:0 0 .5em;font-weight:700}h1{font-family:var(--serif);font-weight:600;letter-spacing:.005em}h1{font-size:clamp(2.4rem,5vw,3.6rem)}h2{font-size:clamp(1.5rem,3vw,2rem);margin-top:2.5rem}h3{font-size:1.2rem}p,li{max-width:65ch}.lede{font-size:1.2rem;color:var(--navy-2)}.section{padding-block:clamp(2rem,6vw,4rem)}.band{background:var(--white);border-block:1px solid var(--gray-2)}.band-navy{background:var(--navy);color:var(--white)}.band-navy h1,.band-navy h2,.band-navy h3{color:var(--white)}.band-navy a{color:var(--mint)}.btn{display:inline-block;padding:.8rem 1.4rem;border-radius:999px;font-weight:700;text-decoration:none;border:2px solid transparent}.btn-primary{background:var(--cta);color:var(--navy)}.btn-primary:hover{background:#00bfaa}.btn-secondary{background:transparent;color:var(--navy);border-color:var(--navy)}.band-navy .btn-secondary{color:var(--white);border-color:var(--white)}.grid{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(16rem,1fr))}.card{background:var(--white);border:1px solid var(--gray-2);border-radius:var(--radius);padding:1.25rem 1.4rem}.band .card{box-shadow:0 1px 2px #14213d0f}.price{font-size:1.6rem;font-weight:800;color:var(--navy);margin:.25rem 0}.muted{color:#3d4a5c;font-size:.95rem}.stat{font-size:2rem;font-weight:800;color:var(--navy);display:block}.tag{display:inline-block;font-size:.8rem;font-weight:700;padding:.15rem .6rem;border-radius:999px;background:var(--mint);color:var(--navy)}.tag-locked{background:var(--gray-2)}header.site{background:var(--white);position:sticky;top:0;z-index:10}header.site .wrap{display:grid;grid-template-columns:1fr auto;align-items:center;column-gap:1rem;row-gap:.25rem;padding-block:.6rem}header.site .brand{grid-column:1;grid-row:1}header.site .btn{grid-column:2;grid-row:1;justify-self:end;padding:.55rem 1.1rem;font-size:.95rem}header.site nav.primary{grid-column:1 / -1;grid-row:2}@media(min-width:92rem){header.site .wrap{grid-template-columns:auto 1fr auto}header.site nav.primary{grid-column:2;grid-row:1;justify-self:center}header.site .btn{grid-column:3}}.brand{color:var(--navy);text-decoration:none;display:flex;flex-direction:column;line-height:1.1}.brand-name{font-family:var(--serif);font-weight:700;font-size:1.45rem}.brand-sub{font-size:.8rem;color:var(--slate);letter-spacing:.03em;text-transform:uppercase;font-weight:600}nav.primary ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.25rem 1rem}nav.primary a{color:var(--navy);text-decoration:none;font-weight:600;padding:.25rem 0}nav.primary a[aria-current=page]{border-bottom:3px solid var(--teal-bright)}footer.site{background:var(--navy);color:var(--white);padding-block:2.5rem;margin-top:3rem;font-size:.95rem}footer.site a{color:var(--mint)}footer.site .disclaimer{color:#c9d3e3;font-size:.85rem;max-width:75ch}table{border-collapse:collapse;width:100%}th,td{text-align:left;padding:.6rem .5rem;border-bottom:1px solid var(--gray-2);vertical-align:top}th{color:var(--navy)}.table-wrap{overflow-x:auto}ol.steps{counter-reset:s;list-style:none;padding:0;display:grid;gap:1rem}ol.steps li{counter-increment:s;padding-left:3rem;position:relative}ol.steps li:before{content:counter(s);position:absolute;left:0;top:0;width:2.2rem;height:2.2rem;border-radius:50%;background:var(--navy);color:var(--white);display:grid;place-items:center;font-weight:800}details{border:1px solid var(--gray-2);border-radius:var(--radius);padding:.75rem 1rem;margin-bottom:.75rem;background:var(--white)}summary{font-weight:700;color:var(--navy);cursor:pointer}.hero{display:grid;gap:2rem;align-items:center;grid-template-columns:minmax(0,3fr) minmax(14rem,2fr)}.hero-photo{width:100%;max-width:22rem;justify-self:center;border-radius:50%;aspect-ratio:1;object-fit:cover;box-shadow:0 10px 40px #00000059;border:6px solid rgba(255,255,255,.12)}.about-head{display:grid;gap:2rem;align-items:center;grid-template-columns:minmax(10rem,16rem) minmax(0,1fr);margin-bottom:1.5rem}.portrait{width:100%;border-radius:var(--radius);aspect-ratio:1;object-fit:cover}@media(max-width:40rem){.hero,.about-head{grid-template-columns:1fr}.hero-photo{max-width:14rem;order:-1}.portrait{max-width:12rem}}h2:after{content:"";display:block;width:3.5rem;height:4px;margin-top:.5rem;border-radius:2px;background:var(--teal-bright)}.band-navy h2:after{background:var(--teal-bright)}.card{border-top:4px solid var(--teal-bright)}.band-mint{background:var(--mint)}.band-mint h2,.band-mint h3{color:var(--navy)}.stat{color:var(--teal)}.tag{background:var(--teal);color:var(--white)}.tag-locked{background:var(--gray-2);color:var(--navy)}.band-navy .tag{background:var(--teal-bright);color:var(--navy)}ol.steps li:before{background:var(--teal)}.price{color:var(--teal)}header.site{border-bottom:3px solid var(--teal-bright)}footer.site{border-top:6px solid var(--teal-bright)}.btn-secondary:hover{background:var(--mint)}main ul{list-style:none;padding-left:1.4rem}main ul li{position:relative}main ul li:before{content:"";position:absolute;left:-1.4rem;top:.62em;width:.55rem;height:.55rem;border-radius:50%;background:var(--teal-bright)}nav.primary ul{padding-left:0}nav.primary ul li:before{content:none}.eyebrow{font-size:1rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#8fd8cc;margin:0 0 .5rem}.lede{font-weight:300}.hero-visual{position:relative;justify-self:center}.leaf{display:block}.hero-band{position:relative;overflow:hidden}.hero-band .wrap{position:relative;z-index:1}.leaf-hero{position:absolute;right:-3rem;bottom:-4rem;width:20rem;--leaf-stem: #cfe9e4;--leaf-accent: #00a896;opacity:.16;pointer-events:none}.leaf-footer{width:4rem;justify-self:end;align-self:end;--leaf-stem: #cfe9e4;--leaf-accent: #00a896;opacity:.55}.footer-grid{display:grid;grid-template-columns:1fr auto;gap:1rem 2rem;align-items:start}.footer-brand{font-family:var(--serif);font-size:1.5rem;line-height:1.3}.footer-brand em{font-family:var(--font);font-style:italic;font-size:1rem;color:#cfe9e4}.price{font-size:1.6rem}.stat{font-size:2.2rem}@media(max-width:40rem){.leaf-hero{width:12rem;right:-3rem;opacity:.12}}
