:root{--ck-home-ink:#303030;--ck-home-muted:#6b6b66;--ck-home-line:#e4e4df;--ck-home-soft:#f6f6f3;--ck-home-white:#fff;--ck-home-serif:Georgia,'Times New Roman',serif;}
.itsy-home{box-sizing:border-box;background:var(--ck-home-white);color:var(--ck-home-ink);padding-bottom:0;font-family:var(--itsy-body,Arial,sans-serif);}
.itsy-home *{box-sizing:border-box;}
.itsy-home h1,.itsy-home h2,.itsy-home h3,.itsy-home p{margin:0;}
.itsy-home a{color:inherit;text-decoration:none;}
.itsy-home img{display:block;width:100%;height:auto;}
.itsy-home em{font-family:var(--ck-home-serif);font-weight:400;}
.itsy-eyebrow{color:#777771;font-family:var(--itsy-heading,Arial,sans-serif);font-size:10px;letter-spacing:.16em;line-height:1.3;text-transform:uppercase;}
.itsy-home-hero{width:min(1120px,calc(100% - 48px));margin:0 auto;padding:clamp(68px,9vw,116px) 0 94px;text-align:center;}
.itsy-home-hero__copy{max-width:670px;margin:0 auto;}
.itsy-home-hero__copy h1{margin:20px 0 24px;font-family:var(--itsy-heading,Arial,sans-serif);font-size:clamp(49px,7vw,84px);font-weight:500;letter-spacing:-.065em;line-height:.96;}
.itsy-home-hero__intro{max-width:440px;margin:0 auto;color:var(--ck-home-muted);font-size:16px;line-height:1.7;}
.itsy-home-button{display:inline-flex;min-height:48px;margin-top:30px;padding:0 25px;align-items:center;justify-content:center;background:var(--ck-home-ink);color:#fff!important;font-family:var(--itsy-heading,Arial,sans-serif);font-size:10px;letter-spacing:.12em;text-transform:uppercase;transition:background-color .2s ease,transform .2s ease;}
.itsy-home-button:hover,.itsy-home-button:focus-visible{background:#111;transform:translateY(-1px);}
.itsy-home-button:focus-visible,.itsy-home-text-link:focus-visible,.itsy-home-product-card a:focus-visible{outline:3px solid #b89455;outline-offset:4px;}
.itsy-home-hero__media{max-width:980px;margin:66px auto 0;text-align:left;}
.itsy-home-hero__media img{aspect-ratio:1.78;object-fit:cover;}
.itsy-home-hero__media figcaption{display:flex;justify-content:space-between;gap:20px;padding-top:11px;color:#777771;font-size:10px;letter-spacing:.08em;text-transform:uppercase;}
.itsy-home-how,.itsy-home-products,.itsy-home-statement{width:min(1120px,calc(100% - 48px));margin:0 auto;padding:96px 0;border-top:1px solid var(--ck-home-line);}
.itsy-home-section-intro h2{margin-top:15px;font-family:var(--itsy-heading,Arial,sans-serif);font-size:clamp(37px,5vw,64px);font-weight:500;letter-spacing:-.06em;line-height:.98;}
.itsy-home-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:38px;margin-top:70px;}
.itsy-home-steps article{padding-top:17px;border-top:1px solid #aaa;}
.itsy-home-steps article>span{color:#777771;font-size:11px;letter-spacing:.1em;}
.itsy-home-steps h3{margin-top:34px;font-family:var(--itsy-heading,Arial,sans-serif);font-size:19px;font-weight:500;letter-spacing:-.02em;}
.itsy-home-steps p{max-width:270px;margin-top:12px;color:var(--ck-home-muted);font-size:13px;line-height:1.7;}
.itsy-home-story{width:min(1120px,calc(100% - 48px));margin:0 auto;padding:clamp(58px,8vw,96px);display:grid;grid-template-columns:minmax(240px,.72fr) minmax(0,1.28fr);gap:clamp(42px,7vw,100px);align-items:center;background:var(--ck-home-soft);}
.itsy-home-story__copy h2{margin-top:16px;font-family:var(--itsy-heading,Arial,sans-serif);font-size:clamp(38px,5vw,66px);font-weight:500;letter-spacing:-.06em;line-height:.96;}
.itsy-home-story__copy>p:not(.itsy-eyebrow){max-width:370px;margin-top:28px;color:var(--ck-home-muted);font-size:14px;line-height:1.75;}
.itsy-home-story__media{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start;}
.itsy-home-story__media figure{margin:0;overflow:hidden;background:#e9e9e4;}
.itsy-home-story__media figure:nth-child(2){margin-top:72px;}
.itsy-home-story__media img{aspect-ratio:4/5;object-fit:cover;transition:transform .45s ease;}
.itsy-home-story__media figure:hover img{transform:scale(1.025);}
.itsy-home-text-link{display:inline-flex;min-height:44px;margin-top:31px;padding:0 8px;align-items:center;border-bottom:1px solid currentColor;color:#444!important;font-family:var(--itsy-heading,Arial,sans-serif);font-size:10px;letter-spacing:.1em;text-transform:uppercase;}
.itsy-home-text-link span{margin-left:8px;font-size:14px;line-height:.7;}
.itsy-home-products{padding-top:108px;}
.itsy-home-products__intro{display:flex;align-items:end;justify-content:space-between;gap:50px;}
.itsy-home-products__intro>p{max-width:320px;color:var(--ck-home-muted);font-size:13px;line-height:1.7;}
.itsy-home-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:56px;}
.itsy-home-product-card{min-width:0;}
.itsy-home-product-image{overflow:hidden;background:var(--ck-home-soft);}
.itsy-home-product-image picture,.itsy-home-product-image img{display:block;width:100%;}
.itsy-home-product-image img{aspect-ratio:1;object-fit:cover;transition:transform .45s ease;}
.itsy-home-product-card a:hover .itsy-home-product-image img{transform:scale(1.025);}
.itsy-home-product-copy{padding-top:14px;}
.itsy-home-product-heading{display:flex;align-items:start;justify-content:space-between;gap:16px;}
.itsy-home-product-copy h3{font-family:var(--itsy-heading,Arial,sans-serif);font-size:17px;font-weight:500;letter-spacing:-.025em;line-height:1.25;}
.itsy-home-product-price{display:flex;flex:0 0 auto;align-items:baseline;gap:7px;font-size:12px;}
.itsy-home-product-price strong{font-weight:600;white-space:nowrap;}
.itsy-home-product-price s{color:#888882;font-size:10px;}
.itsy-home-product-copy>p{max-width:280px;margin-top:8px;color:var(--ck-home-muted);font-size:12px;line-height:1.55;}
.itsy-home-product-meta{display:block;margin-top:13px;color:#777771;font-size:9px;letter-spacing:.1em;text-transform:uppercase;}
.itsy-home-product-meta span{font-size:13px;}
.itsy-home-statement{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:end;}
.itsy-home-statement h2{margin-top:16px;font-family:var(--itsy-heading,Arial,sans-serif);font-size:clamp(40px,5.7vw,73px);font-weight:500;letter-spacing:-.065em;line-height:.95;}
.itsy-home-statement>p{max-width:390px;color:var(--ck-home-muted);font-size:16px;line-height:1.75;}
.itsy-home-closing{margin-top:0;padding:clamp(70px,9vw,118px) 24px;text-align:center;background:var(--ck-home-ink);color:#fff;}
.itsy-home-closing h2{margin-top:18px;font-family:var(--itsy-heading,Arial,sans-serif);font-size:clamp(40px,5.5vw,72px);font-weight:500;letter-spacing:-.065em;line-height:.95;}
.itsy-home-closing .itsy-eyebrow{color:#c9c9c2;}
.itsy-home-closing>p:not(.itsy-eyebrow){max-width:410px;margin:27px auto 0;color:#c9c9c2;font-size:14px;line-height:1.7;}
.itsy-home-button--light{background:#fff;color:var(--ck-home-ink)!important;}
.itsy-home-button--light:hover,.itsy-home-button--light:focus-visible{background:#f1f1ec;}
@media(max-width:767px){.itsy-home-hero,.itsy-home-how,.itsy-home-products,.itsy-home-statement{width:calc(100% - 30px);}.itsy-home-hero{padding:54px 0 66px;}.itsy-home-hero__copy h1{font-size:clamp(45px,14vw,67px);}.itsy-home-hero__intro{font-size:14px;}.itsy-home-hero__media{margin-top:45px;}.itsy-home-hero__media figcaption{font-size:8px;}.itsy-home-how,.itsy-home-products,.itsy-home-statement{padding:63px 0;}.itsy-home-steps{grid-template-columns:1fr;gap:32px;margin-top:43px;}.itsy-home-steps h3{margin-top:24px;}.itsy-home-story{width:calc(100% - 30px);padding:46px 22px;display:block;}.itsy-home-story__copy h2{font-size:clamp(40px,12vw,58px);}.itsy-home-story__copy>p:not(.itsy-eyebrow){font-size:13px;}.itsy-home-story__media{margin-top:43px;gap:9px;}.itsy-home-story__media figure:nth-child(2){margin-top:35px;}.itsy-home-products__intro{display:block;}.itsy-home-products__intro>p{margin-top:25px;font-size:13px;}.itsy-home-product-grid{grid-template-columns:1fr;gap:39px;margin-top:42px;}.itsy-home-product-copy h3{font-size:18px;}.itsy-home-statement{display:block;}.itsy-home-statement>p{margin-top:31px;font-size:14px;}.itsy-home-closing{padding:72px 22px 78px;}.itsy-home-closing h2{font-size:clamp(40px,12vw,58px);}.itsy-home-closing>p:not(.itsy-eyebrow){font-size:13px;}}
@media(prefers-reduced-motion:reduce){.itsy-home-button,.itsy-home-story__media img,.itsy-home-product-image img{transition:none;}.itsy-home-button:hover,.itsy-home-button:focus-visible{transform:none;}.itsy-home-story__media figure:hover img,.itsy-home-product-card a:hover .itsy-home-product-image img{transform:none;}}
