.footer{padding:2.5rem 0 1.5rem;font-size:.875rem;--_text-bright:var(--color-white);--_brand-link:var(--c-accent);--_brand-link-hover:var(--color-white);--_border-top:rgba(255,255,255,0.06);background:var(--color-footer-bg,var(--c-bg-dark));color:var(--color-footer-text,rgba(255,255,255,.65));border-top:1px solid var(--_border-top)}.footer__inner{display:flex;flex-wrap:wrap;gap:2rem;align-items:flex-start}.footer__columns{width:100%;display:grid;gap:2rem;grid-template-columns:repeat(var(--col-count,1),1fr)}.footer__col{display:flex;flex-direction:column;gap:.5rem}.footer__col-title{font-size:.8125rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--_text-bright);margin-bottom:.5rem}.footer__col-nav{display:flex;flex-direction:column;gap:.4rem}.footer__col-nav a{color:var(--color-footer-text,rgba(255,255,255,.65));transition:color .15s}.footer__col-nav a:hover{color:var(--_text-bright)}.footer__col-text p{line-height:1.6;opacity:.8}.footer__col-contact address{font-style:normal;display:flex;flex-direction:column;gap:.35rem}.footer__col-contact address a{color:var(--_brand-link);transition:color .15s}.footer__col-contact address a:hover{color:var(--_brand-link-hover)}.footer__brand{display:flex;flex-direction:column;gap:.3rem}.footer__logo{font-family:var(--font-serif);font-size:1rem;font-weight:600}.footer__logo span{color:var(--_text-bright)}.footer__logo-img{height:32px;width:auto;object-fit:contain;display:block}.footer__tagline{font-size:.85rem;opacity:.75;margin-top:.1rem}.footer__brand a{color:var(--_brand-link);transition:color .15s}.footer__brand a:hover{color:var(--_brand-link-hover)}.footer__copy{width:100%;text-align:center;margin-top:1rem}@media (max-width:768px){.footer__columns{grid-template-columns:1fr 1fr}}@media (max-width:480px){.footer__columns{grid-template-columns:1fr}}.header{position:-webkit-sticky;position:sticky;top:0;z-index:100;padding:1.25rem 0;transition:background .3s,box-shadow .3s,padding .3s;--_text-default:rgba(255,255,255,0.9);--_text:var(--color-header-text,var(--_text-default));--_text-hover:var(--color-header-text,white);--_link-hover-bg:rgba(255,255,255,0.12);--_link-active-bg:rgba(255,255,255,0.18);--_cta-bg:var(--color-header-cta-bg,white);--_cta-text:var(--color-header-cta-text,var(--c-primary));--_hamburger:var(--color-header-text,white);background:var(--color-header-bg,transparent)}.header[data-sticky=none]{position:relative}.header--scrolled{padding:.75rem 0;background:var(--color-header-scrolled-bg,var(--color-header-bg,var(--color-white)));box-shadow:0 1px 0 rgba(27,58,45,.08),0 4px 24px rgba(27,58,45,.06);--_text-default:var(--c-heading);--_link-hover-bg:var(--c-border);--_link-active-bg:var(--c-border);--_cta-bg:var(--color-header-cta-bg,var(--c-btn-primary-bg));--_cta-text:var(--color-header-cta-text,var(--c-btn-primary-text));--_hamburger:var(--color-header-text,var(--c-heading))}.header--compact{padding:.5rem 0}.header--compact.header--scrolled{padding:.375rem 0}.header--tall{padding:1.75rem 0}.header--tall.header--scrolled{padding:1.125rem 0}.header__inner{position:relative}.header__inner,.header__zone{display:flex;align-items:center}.header__zone{gap:.25rem}.header__zone--left{flex:0 1 auto}.header__zone--center{flex:1 1;justify-content:center;gap:.25rem}.header__zone--right{flex:0 1 auto;margin-left:auto}.header__spacer{flex:1 1}.header__logo{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.header__logo-img{height:40px;width:auto;object-fit:contain;display:block}.header__logo-icon{font-size:1.5rem;line-height:1}.header__logo-text{font-family:var(--font-serif);font-size:var(--color-header-logo-size,1.25rem);font-weight:600;transition:color .3s}.header__link{font-weight:var(--color-header-nav-weight,500);padding:.4rem .75rem;border-radius:var(--radius-sm);transition:color .2s,background .2s}.header__cta,.header__link{font-size:var(--color-header-nav-size,.9375rem)}.header__cta{font-weight:600;padding:.4rem 1rem;border-radius:999px;margin-left:.5rem;text-decoration:none;transition:opacity .2s,transform .15s}.header__cta:hover{opacity:.88;transform:translateY(-1px)}.header__cta--ghost{background:transparent;border:1.5px solid var(--_cta-bg);color:var(--_cta-bg)!important}.header__cta--link{background:transparent;padding:.4rem .75rem;border-radius:var(--radius-sm);margin-left:0}.header__link--button{background:var(--_cta-bg);color:var(--_cta-text)!important;border-radius:999px;padding:.4rem 1rem;font-weight:600}.header__link--button:hover{opacity:.88;background:var(--_cta-bg)}.header__link--ghost{background:transparent;border:1.5px solid;border-radius:999px;padding:.4rem 1rem}.header__link--outline{background:transparent;border:1.5px solid var(--_text);border-radius:var(--radius-sm)}.header__cta--sm{font-size:.8125rem;padding:.25rem .75rem}.header__cta--lg{font-size:1rem;padding:.6rem 1.375rem}.header__text{font-size:var(--color-header-nav-size,.9375rem);color:var(--_text);line-height:1.4;white-space:pre-wrap}.header__hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px;margin-left:auto}.header__hamburger span{display:block;width:24px;height:2px;border-radius:2px;transition:background .3s}.header__link,.header__logo-text{color:var(--_text)}.header__link:hover{color:var(--_text-hover);background:var(--_link-hover-bg)}.header__link--active{color:var(--_text-hover);background:var(--_link-active-bg)}.header__cta--button{background:var(--_cta-bg);color:var(--_cta-text)}.header__hamburger span{background:var(--_hamburger)}.header__mobile-nav{display:none}@media (max-width:700px){.header__hamburger{display:flex}.header__zone--center,.header__zone--right{display:none}.header__mobile-nav{display:none;position:fixed;top:64px;left:0;right:0;background:var(--color-white);flex-direction:column;align-items:stretch;padding:1rem;gap:.25rem;box-shadow:0 8px 32px rgba(27,58,45,.12)}.header__mobile-nav--open{display:flex}.header__mobile-nav .header__link{color:var(--c-heading);padding:.75rem 1rem;background:none}.header__mobile-nav .header__link--active,.header__mobile-nav .header__link:hover{background:var(--c-border);color:var(--c-heading)}.header__mobile-nav .header__cta{color:var(--c-btn-primary-text);background:var(--c-btn-primary-bg);text-align:center;margin-left:0;margin-top:.5rem;padding:.75rem 1rem;border-radius:999px}}:root{--color-green-900:#1b3a2d;--color-green-700:#2d6a4f;--color-green-500:#52b788;--color-green-200:#b7e4c7;--color-green-50:#d8f3dc;--color-cream:#fafaf8;--color-sand:#f4f0e8;--color-text:#1b2e23;--color-text-muted:#5a7360;--color-white:#ffffff;--font-sans:var(--font-inter,"Inter",system-ui,sans-serif);--font-serif:var(--font-fraunces,"Fraunces",Georgia,serif);--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--shadow-card:0 2px 16px rgba(27,58,45,0.08);--shadow-card-hover:0 8px 32px rgba(27,58,45,0.14);--max-width:1160px;--section-padding:clamp(3rem,8vw,6rem);--header-height:80px}:root:has(.header--compact){--header-height:56px}:root:has(.header--tall){--header-height:96px}body{--c-primary:var(--color-primary,#2d5a27);--c-secondary:var(--color-secondary,#2d6a4f);--c-accent:var(--color-accent,#52b788);--c-heading:var(--color-text-heading,#1b3a2d);--c-body:var(--color-text-body,#1b2e23);--c-muted:var(--color-text-muted-custom,#5a7360);--c-on-dark:var(--color-text-on-dark,rgba(255,255,255,0.85));--c-bg-page:var(--color-bg-page,#fafaf8);--c-bg-alt:var(--color-bg-alt,#f4f0e8);--c-bg-dark:var(--color-bg-dark,#1b3a2d);--c-btn-primary-bg:var(--color-btn-primary-bg,var(--color-primary,#2d5a27));--c-btn-primary-text:var(--color-btn-primary-text,#ffffff);--c-btn-secondary-bg:var(--color-btn-secondary-bg,#ffffff);--c-btn-secondary-text:var(--color-btn-secondary-text,#2d6a4f);--c-border:var(--color-border,rgba(27,58,45,0.12));--c-border-subtle:var(--color-border-subtle,rgba(27,58,45,0.06))}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--c-body);background:var(--c-bg-page);line-height:1.6;-webkit-font-smoothing:antialiased}.app{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}h1,h2,h3,h4{font-family:var(--font-serif);line-height:1.2;font-weight:600}.container{max-width:var(--max-width);margin:0 auto;padding:0 clamp(1rem,4vw,2rem)}.section{padding:var(--section-padding) 0}.section-label{font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--c-accent);margin-bottom:.75rem}.section-title{font-size:clamp(1.8rem,3.5vw,2.8rem);color:var(--c-heading);margin-bottom:1rem}.section-intro{font-size:1.1rem;color:var(--c-muted);max-width:56ch}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_8b3a0b{font-family:Inter,Inter Fallback;font-style:normal}.__variable_8b3a0b{--font-inter:"Inter","Inter Fallback"}@font-face{font-family:Fraunces;font-style:italic;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c56fbb5486862d1b-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Fraunces;font-style:italic;font-weight:100 900;font-display:swap;src:url(/_next/static/media/bd7a9b1ce2297c14-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Fraunces;font-style:italic;font-weight:100 900;font-display:swap;src:url(/_next/static/media/45d0fdf0988e07ff-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Fraunces;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/7452ca4a93358909-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Fraunces;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e0ecb571b51ea3b5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Fraunces;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/6e8c7cb283336a9d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Fraunces Fallback;src:local("Times New Roman");ascent-override:84.71%;descent-override:22.09%;line-gap-override:0.00%;size-adjust:115.45%}.__className_35b0e9{font-family:Fraunces,Fraunces Fallback}.__variable_35b0e9{--font-fraunces:"Fraunces","Fraunces Fallback"}:root{--ease-spring:cubic-bezier(0.16,1,0.3,1);--anim-dur:0.55s;--anim-stagger:0.07s}.reveal{opacity:0;translate:0 20px;transition:opacity var(--anim-dur) var(--ease-spring),translate var(--anim-dur) var(--ease-spring)}.reveal.is-visible{opacity:1;translate:0 0}.reveal-stagger>*{opacity:0;translate:0 20px;transition:opacity var(--anim-dur) var(--ease-spring),translate var(--anim-dur) var(--ease-spring)}.reveal-stagger.is-visible>*{opacity:1;translate:0 0}.reveal-stagger.is-visible>:first-child{transition-delay:0s}.reveal-stagger.is-visible>:nth-child(2){transition-delay:calc(var(--anim-stagger) * 1)}.reveal-stagger.is-visible>:nth-child(3){transition-delay:calc(var(--anim-stagger) * 2)}.reveal-stagger.is-visible>:nth-child(4){transition-delay:calc(var(--anim-stagger) * 3)}.reveal-stagger.is-visible>:nth-child(5){transition-delay:calc(var(--anim-stagger) * 4)}.reveal-stagger.is-visible>:nth-child(6){transition-delay:calc(var(--anim-stagger) * 5)}.reveal-stagger.is-visible>:nth-child(7){transition-delay:calc(var(--anim-stagger) * 6)}.reveal-stagger.is-visible>:nth-child(8){transition-delay:calc(var(--anim-stagger) * 7)}.reveal-stagger.is-visible>:nth-child(9){transition-delay:calc(var(--anim-stagger) * 8)}.reveal-stagger.is-visible>:nth-child(10){transition-delay:calc(var(--anim-stagger) * 9)}.reveal-stagger.is-visible>:nth-child(11){transition-delay:calc(var(--anim-stagger) * 10)}.reveal-stagger.is-visible>:nth-child(12){transition-delay:calc(var(--anim-stagger) * 11)}@media (prefers-reduced-motion:reduce){.reveal,.reveal-stagger>*{opacity:1;translate:0 0;transition:none}}