html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{margin:0;padding:0;font-family:Tahoma,Arial,sans-serif;font-size:1.5rem}a{text-decoration:none}nav,footer{background-color:#002b5c;color:#fff}nav ul,footer ul{margin:0;padding:1.5rem;list-style:none}footer li{font-size:1rem;text-align:center}nav ul{display:flex;flex-flow:column wrap;align-items:center;gap:1rem}nav h4{margin:0;padding:0}nav a{color:#fff;display:block}nav li:hover{color:orange}nav a:hover{color:orange}article a{color:#002b5c;font-size:large}article a:hover{color:orange}.filter_white{filter:invert(1) brightness(118%) contrast(119%)}.filter_white:hover{filter:invert(67%) sepia(39%) saturate(3603%) hue-rotate(360deg) brightness(105%) contrast(105%)}main{background-color:#f5f5f5;margin:0;padding:2rem;text-align:center;min-height:100vh}figure{display:grid;grid-template-columns:1fr;grid-template-rows:repeat(3,auto)}img{grid-row:1/3;grid-column:1/2}figure{margin:0;padding:0;box-shadow:0 3rem 6rem #0000001a;border:#999999 solid 2px}figure:hover{transform:translateY(-.5%);box-shadow:0 4rem 8rem #0003}figcaption{background-color:#fff;font-size:1rem;text-align:start;padding:1rem}figcaption *{margin:.5rem}figure img{width:100%;object-fit:cover;border-bottom:#999999 solid 2px}.project{display:flex;flex-flow:row wrap;justify-content:center;gap:20px}.projectItem{flex-basis:40%}.summary{font-size:1.2rem}@media (min-width: 650px){nav ul{flex-flow:row wrap;justify-content:center;align-items:center}.title{text-align:center;flex-basis:100%}.projectItem{width:100%}}@media (min-width: 980px){nav ul{flex-flow:row wrap;justify-content:flex-end;align-items:center;margin-right:2rem}.title{margin-right:auto;flex-basis:auto;margin-left:2rem}footer li{text-align:start}}.cs-main{background-color:#fafaf8;margin:0;padding:0;text-align:left;min-height:100vh;font-family:Spectral,Georgia,serif;font-size:1rem}.cs-hero{background-color:#002b5c;color:#fff;padding:5.5rem 2rem 5rem;position:relative;overflow:hidden}.cs-hero__inner{max-width:820px;margin:0 auto;position:relative;z-index:1}.cs-hero__label{font-family:Spectral,serif;font-size:.72rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:#ffffff73;display:block;margin-bottom:1.6rem}.cs-hero__title{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(2.6rem,6vw,4.8rem);font-weight:300;line-height:1.08;letter-spacing:-.015em;margin:0 0 2.25rem;color:#fff}.cs-hero__meta{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem 1rem;font-size:.82rem;color:#ffffff8c;font-family:Spectral,serif}.cs-hero__author{font-weight:500;color:#ffffffd1}.cs-hero__divider{color:#ffffff47}.cs-hero__tags{color:#ffffff80}.cs-hero__accent{position:absolute;right:-120px;top:-120px;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(255,165,0,.1) 0%,transparent 70%);pointer-events:none}.cs-body{max-width:820px;margin:0 auto;padding:4.5rem 2rem 7rem}.cs-section{margin-bottom:5rem;border-bottom:1px solid #e6e3da;padding-bottom:5rem}.cs-section--last{border-bottom:none;margin-bottom:0}.cs-section__header{display:flex;align-items:center;gap:1rem;margin-bottom:2.25rem}.cs-section__num{font-family:Cormorant Garamond,serif;font-size:.78rem;font-weight:600;letter-spacing:.14em;color:#002b5c;flex-shrink:0;opacity:.65}.cs-section__rule{width:36px;height:1px;background-color:#002b5c;opacity:.2;flex-shrink:0}.cs-section__title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.65rem;font-weight:600;color:#111827;letter-spacing:-.015em;margin:0;line-height:1.2}.cs-section__content p{font-family:Spectral,Georgia,serif;font-size:1.05rem;line-height:1.88;color:#3d3d4f;margin:0 0 1.3rem;font-weight:400}.cs-section__content p:last-child{margin-bottom:0}.cs-disclosure{background-color:#f0efea;border-left:3px solid #002b5c;padding:1.6rem 1.8rem}.cs-disclosure p{font-size:.95rem!important;color:#4a4a5c!important;line-height:1.75!important}.cs-tools{margin-top:3rem}.cs-tools__heading{font-family:Spectral,serif;font-size:.7rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:#999;margin:0 0 .75rem}.cs-tools__list{list-style:none;margin:0;padding:0}.cs-tool-item{display:grid;grid-template-columns:2.25rem 88px 1fr;align-items:center;gap:1.5rem;padding:1.4rem 0;border-top:1px solid #e6e3da;transition:transform .18s ease}.cs-tool-item:last-child{border-bottom:1px solid #e6e3da}.cs-tool-item:hover{transform:translate(4px)}.cs-tool-item__num{font-family:Cormorant Garamond,serif;font-size:.82rem;font-weight:600;letter-spacing:.1em;color:#ccc;text-align:right}.cs-tool-item__img-wrap{width:88px;height:66px;overflow:hidden;border:1px solid #e6e3da;border-radius:6px;background-color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cs-tool-item__img{width:100%!important;height:100%!important;object-fit:contain!important;padding:8px;grid-row:auto!important;grid-column:auto!important;border-bottom:none!important}.cs-tool-item__info{display:flex;flex-direction:column;gap:.25rem}.cs-tool-item__name{font-family:Cormorant Garamond,Georgia,serif;font-size:1.15rem;font-weight:600;color:#111827;margin:0;letter-spacing:-.01em;line-height:1.2}.cs-tool-item__desc{font-family:Spectral,Georgia,serif;font-size:.875rem;line-height:1.65;color:#6b6b7e;margin:0}.cs-tool-item__demo{font-family:Spectral,Georgia,serif;font-size:.8rem;font-weight:500;color:#002b5c;text-decoration:none;letter-spacing:.02em;margin-top:.35rem;display:inline-block;border-bottom:1px solid rgba(0,43,92,.3);transition:color .15s ease,border-color .15s ease}.cs-tool-item__demo:hover{color:orange;border-color:orange}@media (max-width: 640px){.cs-hero{padding:4rem 1.5rem 3.5rem}.cs-body{padding:3rem 1.5rem 5rem}.cs-section{margin-bottom:3.5rem;padding-bottom:3.5rem}.cs-hero__divider{display:none}.cs-hero__meta{flex-direction:column;align-items:flex-start;gap:.25rem}.cs-tool-item{grid-template-columns:1.75rem 68px 1fr;gap:1rem}.cs-tool-item__img-wrap{width:68px;height:54px}.cs-section__title{font-size:1.35rem}}
