.error-boundary{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;min-height:100vh;padding:2rem;text-align:center}.error-boundary__title{font-size:clamp(2rem,6vw,3.5rem);font-weight:700;color:var(--color-accent);line-height:1.2}.error-boundary__message{font-size:clamp(.9rem,2vw,1.1rem);color:var(--color-gray-light);max-width:32rem}.error-boundary__retry{padding:.75rem 2rem;font-size:1rem;font-family:var(--font-family-primary);color:var(--color-white);background-color:var(--color-accent);border:none;border-radius:.5rem;cursor:pointer;white-space:nowrap}@media(max-width:768px){.error-boundary__retry{width:100%;max-width:20rem}}.link{padding:.5rem;color:var(--color-white);background-color:var(--color-ink);border-radius:.5rem;cursor:pointer}.link:hover,.link:focus-visible{background-color:var(--color-accent)}.site-header{position:sticky;top:0;z-index:10;border-bottom:1px solid var(--color-border);background:#fffffff0;backdrop-filter:blur(12px)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;width:min(100% - 2rem,72rem);min-height:5rem;margin:0 auto;gap:2rem}.site-header__inner>.link{display:inline-flex;align-items:center;gap:.65rem;padding:.35rem .5rem;color:var(--color-ink);background:transparent;font-family:var(--font-family-display);font-size:1.15rem;font-weight:700;letter-spacing:.02em}.site-header__logo{display:block;width:8rem;height:4.5rem;object-fit:contain}.site-header__mark{display:grid;width:2rem;height:2rem;place-items:center;color:var(--color-white);background:var(--color-accent);border-radius:.35rem;font-size:1rem}.site-header__nav{display:flex;align-items:center;gap:.35rem}.site-header__nav-link{display:inline-block;padding:.5rem .8rem;color:var(--color-gray-mid);background:transparent;border-radius:.35rem;font-size:.9rem;font-weight:600}.site-header__nav-link:hover,.site-header__nav-link:focus-visible{color:var(--color-accent-dark);background:var(--color-accent-soft)}.site-content{width:min(100% - 2rem,72rem);margin:0 auto}.site-footer{margin-top:3rem;color:var(--color-white);background:var(--color-footer);border-top:.35rem solid var(--color-accent)}.site-footer__inner,.site-footer__bottom{display:flex;width:min(100% - 2rem,72rem);margin:0 auto}.site-footer__inner{align-items:flex-start;justify-content:space-between;padding:1.75rem 0;gap:2rem}.site-footer__brand{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem}.site-footer__logo{display:block;width:10rem;height:5.25rem;margin-top:-.5rem;margin-bottom:-.5rem;object-fit:contain}.site-footer__mark{display:grid;width:2.5rem;height:2.5rem;place-items:center;color:var(--color-black);background:var(--color-accent);border-radius:.35rem;font-weight:700}.site-footer__brand strong{display:block;font-family:var(--font-family-display);font-size:1.2rem}.site-footer__brand p{margin-top:.2rem;color:#bdbdbd;font-size:.9rem}.site-footer__contact{display:grid;align-self:center;grid-template-columns:repeat(4,auto);gap:2rem}.site-footer__item{display:flex;align-items:flex-start;gap:.65rem;color:var(--color-white);font-size:.95rem}a.site-footer__item:hover,a.site-footer__item:focus-visible{color:var(--color-accent)}.site-footer__icon{display:grid;width:1.8rem;height:1.8rem;flex:0 0 auto;place-items:center;color:#d0d0d0;background:var(--color-accent);border-radius:50%;font-family:"Segoe UI Emoji","Apple Color Emoji",Arial,sans-serif;font-size:1rem;font-weight:700;line-height:1}.site-footer__icon--org{font-family:Arial,sans-serif}.site-footer__item div{display:flex;flex-direction:column;gap:.2rem}.site-footer__label{color:#a7a7a7;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em}.site-footer__bottom{justify-content:space-between;padding:.85rem 0;color:#d0d0d0;border-top:1px solid #343434;font-size:.9rem;line-height:1.4}@media(max-width:36rem){.site-header__inner{gap:1rem}.site-header__logo{flex:0 0 8rem;width:8rem;height:4.5rem}.site-header__inner>.link{padding:.25rem .35rem}.site-header__nav-link{padding:.35rem .3rem;font-size:.78rem;line-height:1.2}.site-header__nav{flex:1 1 0;flex-wrap:wrap;justify-content:flex-end;gap:.1rem}.site-footer__inner{flex-direction:column;gap:2rem}.site-footer__logo{width:8rem;height:4.25rem;margin-top:-.35rem;margin-bottom:-.35rem}.site-footer__contact{align-self:auto;grid-template-columns:1fr;gap:1rem}.site-footer__bottom{flex-direction:column;gap:.35rem}}.about-page{padding:5rem 0 7rem}.about-page__intro{max-width:45rem;margin-bottom:2rem}.about-page__eyebrow{margin-bottom:.75rem;color:var(--color-accent-dark);font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.about-page__page-eyebrow{color:var(--color-highlight)}.about-page h1,.about-page h2,.about-page h3{color:var(--color-ink);font-family:var(--font-family-display);line-height:1.05}.about-page h1{max-width:34rem;font-size:clamp(2rem,4vw,3.4rem)}.about-page__intro>p:last-child{max-width:36rem;margin-top:1.5rem;color:var(--color-gray-mid);font-size:1.15rem;line-height:1.6}.about-page__team{padding:1.5rem 0 1rem}.about-page__team .about-page__section-heading{margin-bottom:1rem}.about-page__employee{display:flex;align-items:center;gap:1.5rem;max-width:42rem;padding:2rem;border:1px solid var(--color-border);background:var(--color-white)}.about-page__employee-avatar{display:grid;flex:0 0 5rem;width:5rem;height:5rem;place-items:center;border-radius:50%;background:var(--color-accent);color:var(--color-white);font-family:var(--font-family-display);font-size:1.5rem;font-weight:700}.about-page__employee-role{color:var(--color-accent-dark);font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.about-page__employee h3{margin-top:.4rem;font-size:1.8rem}.about-page__employee a{display:inline-block;margin-top:.75rem;color:var(--color-accent-dark);text-decoration:underline;text-underline-offset:.18em}@media(max-width:30rem){.about-page__employee{align-items:flex-start;flex-direction:column}}.about-page__feature{display:grid;grid-template-columns:5rem minmax(0,42rem);gap:2rem;padding:3rem 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.about-page__feature-number{color:var(--color-accent);font-size:1.2rem;font-weight:700}.about-page__feature h2,.about-page__section-heading h2,.about-page__closing h2{max-width:36rem;font-size:clamp(2rem,4vw,3.4rem)}.about-page__feature div:last-child>p:last-child,.about-page__closing>p:last-child{max-width:38rem;margin-top:1.25rem;color:var(--color-gray-mid);line-height:1.65}.about-page__values{padding:5rem 0}.about-page__section-heading{margin-bottom:2.5rem}.about-page__value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--color-border)}.about-page__value{min-height:15rem;padding:1.5rem;background:var(--color-white)}.about-page__value>span{display:block;margin-bottom:3rem;color:var(--color-accent);font-weight:700}.about-page__value h3{font-size:1.3rem}.about-page__value p{margin-top:.75rem;color:var(--color-gray-mid);line-height:1.6}.about-page__closing{max-width:52rem;padding:3rem 0 1rem;border-top:1px solid var(--color-border)}@media(max-width:48rem){.about-page{padding-top:3rem}.about-page__feature{grid-template-columns:1fr;gap:1rem}.about-page__value-grid{grid-template-columns:1fr}.about-page__value{min-height:auto}.about-page__value>span{margin-bottom:2rem}}.contact-page{padding:5rem 0 7rem}.contact-page__intro{max-width:45rem;margin-bottom:4rem}.contact-page__eyebrow{margin-bottom:.75rem;color:var(--color-accent-dark);font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.contact-page__page-eyebrow{color:var(--color-highlight)}.contact-page h1,.contact-page h2{color:var(--color-ink);font-family:var(--font-family-display);line-height:1.05}.contact-page h1{max-width:34rem;font-size:clamp(2rem,4vw,3.4rem)}.contact-page__intro>p:last-child{max-width:36rem;margin-top:1.5rem;color:var(--color-gray-mid);font-size:1.15rem;line-height:1.6}.contact-page__layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(18rem,.65fr);gap:3rem;align-items:start}.contact-page__form-panel{padding:2rem;border:1px solid var(--color-border);background:var(--color-white)}.contact-page__section-heading{display:flex;gap:1rem;align-items:flex-start;padding-bottom:1.5rem;border-bottom:1px solid var(--color-border)}.contact-page__section-heading h2,.contact-page__details h2{font-size:clamp(1.8rem,3vw,2.5rem)}.contact-page__step{color:var(--color-accent);font-weight:700}.contact-page__form{display:grid;gap:1.25rem;margin-top:2rem}.contact-page__field-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.contact-page__field{display:flex;flex-direction:column;gap:.5rem;color:var(--color-ink);font-size:.9rem;font-weight:600}.contact-page__field input,.contact-page__field textarea{width:100%;padding:.75rem .8rem;color:var(--color-ink);background:var(--color-primary);border:1px solid var(--color-border);border-radius:.25rem;resize:vertical}.contact-page__field input{min-height:3rem}.contact-page__field input:focus,.contact-page__field textarea:focus{outline:2px solid var(--color-accent);outline-offset:2px}.contact-page__submit,.contact-page__success button{justify-self:start;padding:.85rem 1.25rem;color:var(--color-white);background:var(--color-accent);border:0;border-radius:.25rem;cursor:pointer;font-weight:700}.contact-page__submit:hover,.contact-page__success button:hover{background:var(--color-accent-dark)}.contact-page__success{padding-top:2rem}.contact-page__success h2{font-size:2rem}.contact-page__success p{margin:.75rem 0 1.5rem;color:var(--color-gray-mid)}.contact-page__details{padding:2rem;color:var(--color-white);background:var(--color-accent-dark);border-top:.35rem solid var(--color-accent)}.contact-page__details h2{color:var(--color-white)}.contact-page__details .contact-page__eyebrow{color:var(--color-highlight)}.contact-page__details>p:not(.contact-page__eyebrow){margin-top:1rem;color:#c6c6c6;line-height:1.55}.contact-page__details a{display:flex;flex-direction:column;gap:.2rem;margin-top:1.5rem;color:var(--color-white)}.contact-page__details a:hover{color:var(--color-highlight)}.contact-page__details a span{color:#a7a7a7;font-size:.8rem;text-transform:uppercase}@media(max-width:52rem){.contact-page__layout{grid-template-columns:1fr}}@media(max-width:38rem){.contact-page{padding-top:3rem}.contact-page__intro{margin-bottom:3rem}.contact-page__form-panel,.contact-page__details{padding:1.25rem}.contact-page__field-row{grid-template-columns:1fr}}.prices-page{padding:5rem 0 7rem}.prices-page__intro{max-width:45rem;margin-bottom:4rem}.prices-page__eyebrow{margin-bottom:.75rem;color:var(--color-accent-dark);font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.prices-page h1,.prices-page h2,.prices-page h3{color:var(--color-ink);font-family:var(--font-family-display);line-height:1.05}.prices-page h1{max-width:34rem;font-size:clamp(2rem,4vw,3.4rem)}.prices-page__intro>p:last-child{max-width:36rem;margin-top:1.5rem;color:var(--color-gray-mid);font-size:1.15rem;line-height:1.6}.prices-page__base{display:flex;justify-content:space-between;gap:2rem;align-items:end;padding:2.5rem;color:var(--color-white);background:var(--color-accent-dark);border-top:.35rem solid var(--color-accent)}.prices-page__base h2{color:var(--color-white);font-size:clamp(2rem,4vw,3.4rem)}.prices-page__base p:not(.prices-page__eyebrow){max-width:34rem;margin-top:1rem;color:#c6c6c6;line-height:1.55}.prices-page__base .prices-page__eyebrow,.prices-page__cta .prices-page__eyebrow{color:var(--color-highlight)}.prices-page__base-price{display:flex;flex-direction:column;min-width:12rem;text-align:right}.prices-page__base-price strong{color:var(--color-highlight);font-size:2.4rem;line-height:1.1}.prices-page__base-price span{color:#a7a7a7;font-size:.85rem}.prices-page__annual{margin-top:1rem}.prices-page__calculator{display:grid;grid-template-columns:minmax(0,.8fr) minmax(22rem,1.2fr);gap:3rem;align-items:center;margin-top:5rem;padding:2.5rem 0 0;border-top:1px solid var(--color-border)}.prices-page__calculator h2{font-size:clamp(2rem,4vw,3.4rem)}.prices-page__calculator>div:first-child>p:last-child{margin-top:1rem;color:var(--color-gray-mid);line-height:1.55}.prices-page__calculator .prices-page__eyebrow{color:var(--color-accent-dark)}.prices-page__page-eyebrow{color:var(--color-highlight)}.prices-page__calculator-preview{display:grid;grid-template-columns:minmax(0,1fr) minmax(10rem,.7fr);gap:1rem;padding:1.25rem;border:1px solid var(--color-border);background:var(--color-primary);box-shadow:0 1rem 2rem #14141414}.prices-page__preview-form,.prices-page__preview-summary{display:grid;gap:.75rem}.prices-page__preview-form span{min-height:2.5rem;padding:.75rem;color:var(--color-gray-mid);border:1px solid var(--color-border);background:var(--color-white);font-size:.75rem}.prices-page__preview-summary{align-content:center;padding:1.25rem;color:var(--color-white);background:var(--color-accent-dark)}.prices-page__preview-summary span,.prices-page__preview-summary small{color:#c6c6c6;font-size:.75rem}.prices-page__preview-summary strong{color:var(--color-highlight);font-size:1.45rem}.prices-page__cta h2{font-size:clamp(2rem,4vw,3.4rem)}.prices-page__cta>div>p:last-child{margin-top:.5rem;color:var(--color-gray-mid);line-height:1.55}.prices-page__cta{display:flex;justify-content:space-between;gap:2rem;align-items:center;padding:2.5rem;background:var(--color-accent-soft)}.prices-page__cta-link{padding:.85rem 1.25rem;color:var(--color-white);background:var(--color-accent);border-radius:.25rem;font-weight:700}.prices-page__cta-link:hover{background:var(--color-accent-dark)}@media(max-width:48rem){.prices-page{padding-top:3rem}.prices-page__base,.prices-page__cta{align-items:start;flex-direction:column;padding:1.5rem}.prices-page__base-price{text-align:left}.prices-page__calculator{grid-template-columns:1fr;gap:2rem;margin-top:3.5rem;padding-top:2rem}.prices-page__calculator-preview{grid-template-columns:1fr}}.systems-page{padding:5rem 0 7rem}.systems-page__intro{max-width:45rem;margin-bottom:4rem}.systems-page__eyebrow{margin-bottom:.75rem;color:var(--color-accent-dark);font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.systems-page__page-eyebrow{color:var(--color-highlight)}.systems-page h1,.systems-page h2,.systems-page h3{color:var(--color-ink);font-family:var(--font-family-display);line-height:1.05}.systems-page h1{max-width:34rem;font-size:clamp(2rem,4vw,3.4rem)}.systems-page__intro>p:last-child{max-width:36rem;margin-top:1.5rem;color:var(--color-gray-mid);font-size:1.15rem;line-height:1.6}.systems-page__list{padding:3rem 0 5rem;border-top:1px solid var(--color-border)}.systems-page__section-heading{margin-bottom:2.5rem}.systems-page__section-heading h2,.systems-page__note h2{max-width:34rem;font-size:clamp(2rem,4vw,3.4rem)}.systems-page__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--color-border)}.systems-page__card{min-height:18rem;padding:2rem;background:var(--color-white)}.systems-page__card h3{font-size:clamp(2rem,4vw,3rem)}.systems-page__card h3 a{display:inline-flex;align-items:center;gap:.75rem;color:var(--color-ink);text-decoration:none;transition:color .2s ease}.systems-page__card h3 a img{width:min(11rem,100%);height:3.5rem;object-fit:contain;display:block}.systems-page__card h3 a:hover,.systems-page__card h3 a:focus-visible{color:var(--color-accent-dark)}.systems-page__card p,.systems-page__note>p:last-child{max-width:28rem;margin-top:1rem;color:var(--color-gray-mid);line-height:1.6}.systems-page__note{max-width:52rem;padding-top:1rem}@media(max-width:48rem){.systems-page{padding-top:3rem}.systems-page__grid{grid-template-columns:1fr}.systems-page__card{min-height:auto}}.home-page{padding:5rem 0 6rem}.home-page__hero{position:relative;max-width:none;margin-bottom:4rem;padding:3.5rem clamp(1.5rem,6vw,5rem) 5.5rem;color:var(--color-white);background:var(--color-accent-dark);overflow:hidden}.home-page__hero:after{position:absolute;right:0;bottom:-1px;left:0;height:2rem;background:var(--color-accent);content:"";clip-path:polygon(0 45%,8% 68%,16% 42%,25% 70%,34% 45%,43% 68%,52% 40%,61% 68%,70% 45%,79% 70%,88% 42%,100% 65%,100% 100%,0 100%)}.home-page__eyebrow{margin-bottom:1rem;color:var(--color-highlight);font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.home-page .title{max-width:50rem;color:var(--color-white);font-family:var(--font-family-display);font-size:clamp(2.8rem,7vw,5.8rem);font-weight:700;line-height:.98}.home-page__intro{max-width:37rem;margin-top:1.75rem;color:#f1f1f1;font-size:1.2rem;line-height:1.65}.home-page__services{padding:3rem 0;border-top:1px solid var(--color-border)}.home-page__section-heading h2,.home-page__statement h2{max-width:34rem;color:var(--color-ink);font-family:var(--font-family-display);font-size:clamp(2rem,4vw,3.4rem);line-height:1.05}.home-page__section-intro{max-width:36rem;margin-top:1rem;color:var(--color-gray-mid);line-height:1.6}.home-page__section-link{display:inline-block;margin-top:1.5rem;color:var(--color-accent-dark);font-weight:700;text-decoration:underline;text-underline-offset:.2em}.home-page__service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:2.5rem;background:var(--color-border)}.home-page__service{min-height:15rem;padding:1.5rem;background:var(--color-white)}.home-page__service h3{margin-bottom:.75rem;color:var(--color-ink);font-size:1.3rem}.home-page__service p,.home-page__statement>p:last-child{color:var(--color-gray-mid);line-height:1.6}.home-page__overview{padding:5rem 0;border-top:1px solid var(--color-border)}.home-page__overview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:2.5rem;background:var(--color-border)}.home-page__overview-item{min-height:10rem;padding:1.5rem;background:var(--color-white)}.home-page__overview-item h3{color:var(--color-ink);font-size:1.3rem}.home-page__overview-item p{margin-top:.75rem;color:var(--color-gray-mid);line-height:1.6}.home-page__system-list{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:2.5rem;background:var(--color-border)}.home-page__system-list span{padding:1.5rem;color:var(--color-ink);background:var(--color-white);font-family:var(--font-family-display);font-size:1.5rem;font-weight:700}.home-page__overview--about{display:grid;grid-template-columns:minmax(0,1fr) minmax(16rem,.7fr);gap:3rem;align-items:end}.home-page__employee-summary{display:flex;align-items:center;gap:1rem;padding:1.5rem;border:1px solid var(--color-border);background:var(--color-white)}.home-page__employee-avatar{display:grid;flex:0 0 4rem;width:4rem;height:4rem;place-items:center;border-radius:50%;background:var(--color-accent);color:var(--color-white);font-family:var(--font-family-display);font-size:1.25rem;font-weight:700}.home-page__employee-summary div{display:grid;gap:.35rem}.home-page__employee-summary strong{color:var(--color-ink)}.home-page__employee-summary span:last-child{color:var(--color-gray-mid);font-size:.9rem;line-height:1.4}.home-page__contact{display:flex;justify-content:space-between;gap:2rem;align-items:end;padding:3rem 0;border-top:1px solid var(--color-border)}.home-page__contact h2{max-width:34rem;color:var(--color-ink);font-family:var(--font-family-display);font-size:clamp(2rem,4vw,3.4rem);line-height:1.05}.home-page__contact p:last-child{max-width:34rem;margin-top:1rem;color:var(--color-gray-mid);line-height:1.6}.home-page__statement{max-width:52rem;padding:5rem 0 2rem}.home-page__statement>p:last-child{max-width:38rem;margin-top:1.5rem;font-size:1.1rem}@media(max-width:48rem){.home-page{padding-top:3rem}.home-page__hero{margin-bottom:3rem;padding:2.5rem 1.25rem 4.5rem}.home-page__service-grid{grid-template-columns:1fr}.home-page__service{min-height:auto}.home-page__overview-grid,.home-page__system-list{grid-template-columns:1fr}.home-page__overview--about,.home-page__contact{grid-template-columns:1fr;display:grid}}.services-page{padding:5rem 0 7rem}.services-page__intro{max-width:45rem;margin-bottom:2rem}.services-page__eyebrow{margin-bottom:.75rem;color:var(--color-accent-dark);font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.services-page__page-eyebrow{color:var(--color-highlight)}.services-page h1,.services-page h2,.services-page h3{color:var(--color-ink);font-family:var(--font-family-display);line-height:1.05}.services-page h1{max-width:34rem;font-size:clamp(2rem,4vw,3.4rem)}.services-page__intro>p:last-child{max-width:36rem;margin-top:1.5rem;color:var(--color-gray-mid);font-size:1.15rem;line-height:1.6}.services-page__list{padding:1.5rem 0 5rem}.services-page__section-heading{margin-bottom:2.5rem}.services-page__section-heading h2,.services-page__closing h2{max-width:34rem;font-size:clamp(2rem,4vw,3.4rem)}.services-page__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--color-border)}.services-page__card{min-height:15rem;padding:1.5rem;background:var(--color-white)}.services-page__card h3{margin-bottom:.75rem;font-size:1.3rem}.services-page__card p,.services-page__closing>p:last-child{max-width:28rem;color:var(--color-gray-mid);line-height:1.6}.services-page__closing{max-width:52rem;padding-top:1rem}.services-page__closing>p:last-child{margin-top:1.25rem}@media(max-width:48rem){.services-page{padding-top:3rem}.services-page__grid{grid-template-columns:1fr}.services-page__card{min-height:auto}}:root{--color-primary: #fffaf5;--color-white: #ffffff;--color-black: #000000;--color-black-rgb: 0, 0, 0;--color-ink: #202020;--color-border: #ece4dc;--color-gray-dark: #444444;--color-gray-mid: #666666;--color-gray-light: #888888;--color-accent: #123b63;--color-accent-dark: #0b2946;--color-accent-soft: #e8f0f7;--color-accent-rgb: 18, 59, 99;--color-highlight: #f4c542;--color-footer: #052042;--font-family-primary: "Rajdhani", Helvetica, sans-serif;--font-family-display: "Rajdhani", Helvetica, sans-serif;--font-size-base: 16px;--font-size-sm: .875rem;--font-size-lg: 1.25rem;--font-size-xl: 1.5rem;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--header-height: 4rem}*,*:before,*:after{padding:0;margin:0;box-sizing:border-box}html{font-size:var(--font-size-base)}body{width:100%;min-height:100vh;font-family:var(--font-family-primary);color:var(--color-ink);background-color:var(--color-white);line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}ul,ol{list-style:none}a{text-decoration:none;color:inherit}
