/* Tidy Tools launch preview */
.tidy-tools-page-body .site-header { background: rgba(3,5,3,.66); backdrop-filter: blur(18px); }
.tidy-tools-page { overflow: clip; background: #050705; margin-top: calc(-1 * var(--header-height)); }
.tidy-tools-hero {
	--tools-backplate-y: 0px; --tools-effects-y: 0px; --tools-product-y: 0px;
	position: relative; overflow: hidden; background: #030503; isolation: isolate;
}
.tidy-tools-hero__stage { position: relative; overflow: hidden; min-height: 960px; padding-top: var(--header-height); }
.tidy-tools-hero__layer { position: absolute; display: block; pointer-events: none; }
.tidy-tools-hero[data-motion='on'] .tidy-tools-hero__layer { will-change: transform; }
.tidy-tools-hero__layer img { display: block; }
.tidy-tools-hero__layer--backplate { inset: -8%; z-index: 0; transform: translate3d(0,var(--tools-backplate-y),0) scale(1.03); }
.tidy-tools-hero__layer--backplate img { width: 100%; height: 100%; object-fit: cover; object-position: 72% center; opacity: .44; filter: saturate(.6) brightness(.65); }
.tidy-tools-hero__layer--effects {
	inset: -8%; z-index: 1;
	background-image: radial-gradient(ellipse at 75% 38%,rgba(154,230,1,.18),transparent 40%),
	radial-gradient(circle,rgba(182,240,65,.5) 0 1px,transparent 1.8px),
	radial-gradient(circle,rgba(154,230,1,.28) 0 1.4px,transparent 2px);
	background-size: auto,83px 89px,131px 137px; background-position: 0 0,19px 11px,8px 23px;
	mask-image: linear-gradient(90deg,transparent,#000 52%,#000);
	transform: translate3d(0,var(--tools-effects-y),0); opacity: .48;
}
.tidy-tools-hero__layer--product { z-index: 2; width: min(66vw,930px); right: -6%; top: -5%; transform: translate3d(0,var(--tools-product-y),0) rotate(9deg); opacity: .35; }
.tidy-tools-hero__layer--product img { width: 100%; height: auto; filter: brightness(.5) saturate(.5) drop-shadow(0 30px 45px #000); }
.tidy-tools-hero__shade { position: absolute; inset: 0; z-index: 3; pointer-events: none; background: linear-gradient(180deg,rgba(3,5,3,.17),rgba(3,5,3,.08) 38%,rgba(3,5,3,.82) 86%,#050705),radial-gradient(ellipse at 42% 32%,rgba(3,5,3,.34),transparent 76%); }
.tidy-tools-hero__content { position: relative; z-index: 4; text-align: center; padding-block: 34px 104px; }
.tidy-tools-hero__eyebrow { display: flex; align-items: center; justify-content: center; gap: 11px; margin: 0 0 24px; font-size: 11px; font-weight: 800; letter-spacing: .3em; color: #c3d6ad; text-transform: uppercase; }
.tidy-tools-hero__eyebrow > span { width: 20px; height: 2px; background: var(--lime); }
.tidy-tools-hero__brand { position: relative; display: block; width: clamp(190px,19vw,244px); aspect-ratio: 1; margin: 0 auto; }
.tidy-tools-hero__brand img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 40%; mask-image: radial-gradient(ellipse 47% 49% at 50% 50%,#000 98%,transparent 100%); }
.tidy-tools-hero__tagline { margin: 25px 0 0; font-size: clamp(22px,2.8vw,34px); font-weight: 750; letter-spacing: -.035em; }
.tidy-tools-hero__lead { max-width: 485px; margin: 13px auto 0; font-size: 15px; color: #b9c3b0; line-height: 1.65; text-wrap: pretty; }
.tidy-tools-hero__countdown { width: min(100%,760px); margin: 46px auto 0; text-align: left; }
.tidy-tools-hero__explore { display: inline-flex; align-items: center; gap: 14px; margin-top: 30px; padding: 10px 4px; color: #e4eade; text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: .17em; }
.tidy-tools-hero__explore span { display: grid; place-items: center; width: 24px; height: 24px; border: 1px solid rgba(154,230,1,.4); border-radius: 50%; color: var(--lime); font-size: 14px; transition: transform .2s; }
.tidy-tools-hero__explore:hover span { transform: translateY(3px); }
.tidy-tools-hero__drop-strip { position: absolute; right: 0; bottom: 0; left: 0; z-index: 5; overflow: hidden; background: var(--lime); color: #080d02; }
.tidy-tools-hero__drop-strip > div { display: flex; justify-content: space-around; align-items: center; min-width: 960px; gap: 30px; height: 48px; padding-inline: 28px; }
.tidy-tools-hero__drop-strip span { font-size: 10px; font-weight: 950; letter-spacing: .2em; text-transform: uppercase; }
.tidy-tools-hero__drop-strip i { width: 4px; height: 4px; border-radius: 50%; background: currentColor; }
.tidy-tools-shop { padding-block: 64px 0; background: radial-gradient(ellipse at 50% 0,rgba(154,230,1,.035),transparent 45%),#050705; }
.tidy-tools-shop__heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 28px; margin-bottom: 32px; }
.tidy-tools-shop__heading .eyebrow { margin: 0 0 14px; font-size: 10px; letter-spacing: .23em; }
.tidy-tools-shop__heading h2 { margin: 0; font-size: clamp(38px,4.2vw,60px); font-weight: 850; letter-spacing: -.055em; line-height: .98; }
.tidy-tools-shop__heading h2 span { color: #8d9a81; }
.tidy-tools-shop__heading > p { margin: 0 0 3px; color: #b3bfaa; line-height: 1.7; font-size: 14px; }
.tidy-tools-product-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.tidy-tools-product-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid #283021; border-radius: var(--radius-panel); background: #0b0f0a; box-shadow: 0 20px 60px rgba(0,0,0,.25); }
.tidy-tools-product-card__artwork { position: relative; aspect-ratio: 4/3; overflow: hidden; background: #030503; border-bottom: 1px solid #222b1b; }
.tidy-tools-product-card__artwork::after { position: absolute; inset: 0; content: ''; pointer-events: none; background: linear-gradient(180deg,rgba(0,0,0,.28),transparent 28%,transparent 78%,rgba(0,0,0,.45)); }
.tidy-tools-product-card__artwork img { display: block; width: 100%; height: 100%; object-fit: contain; }
.tidy-tools-product-card__edition { position: absolute; z-index: 1; left: 22px; top: 20px; display: flex; align-items: center; gap: 8px; color: #d6dfcc; font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.tidy-tools-product-card__edition i { width: 3px; height: 3px; border-radius: 50%; background: var(--lime); }
.tidy-tools-product-card__status { position: absolute; z-index: 1; bottom: 19px; right: 20px; display: flex; align-items: center; gap: 7px; padding: 8px 10px; border: 1px solid rgba(154,230,1,.32); border-radius: var(--radius-control); background: rgba(3,6,2,.8); color: #d8e8c4; font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.tidy-tools-product-card svg { width: 15px; height: 15px; flex-shrink: 0; }
.tidy-tools-product-card__body { display: flex; flex-direction: column; flex: 1; padding: 28px; }
.tidy-tools-product-card__kicker { margin: 0 0 11px; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; font-weight: 750; color: var(--lime); }
.tidy-tools-product-card__title { display: flex; align-items: baseline; justify-content: space-between; gap: 15px; margin-bottom: 18px; }
.tidy-tools-product-card__title h3 { margin: 0; font-size: clamp(23px,2.5vw,31px); font-weight: 850; letter-spacing: -.045em; line-height: 1.08; }
.tidy-tools-product-card__summary { margin: 0 0 12px; color: #d1dac8; font-size: 14px; line-height: 1.7; }
.tidy-tools-product-card__detail { margin: 0 0 22px; color: #aab79f; font-size: 13px; line-height: 1.7; }
.tidy-tools-product-card__fit { margin-top: auto; padding: 15px 0 20px; border-top: 1px solid #283122; }
.tidy-tools-product-card__fit > span { display: block; margin-bottom: 6px; color: #e2e9dc; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.tidy-tools-product-card__fit p { margin: 0; color: #abb8a1; font-size: 12px; line-height: 1.65; }
.tidy-tools-product-card__buy { display: flex; justify-content: center; align-items: center; gap: 9px; width: 100%; min-height: 50px; padding: 12px; border: 1px solid #455336; border-radius: var(--radius-control); background: repeating-linear-gradient(135deg,rgba(255,255,255,.017) 0 5px,transparent 5px 10px),#1b2315; color: #d5dec9; font: inherit; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; opacity: 1; cursor: not-allowed; }
.tidy-tools-product-card__buy svg { color: #a5ba8e; }
.tidy-tools-product-card__date { margin: 10px 0 0; text-align: center; font-size: 10px; color: #a4b295; }
.tidy-tools-signoff { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 24px; padding-block: 44px 52px; }
.tidy-tools-signoff p { margin: 0; font-weight: 750; letter-spacing: -.02em; font-size: 18px; }
.tidy-tools-signoff > span { color: #9caa91; font-size: 12px; }
.tidy-tools-signoff a { display: inline-flex; gap: 12px; margin-left: auto; color: #d2dec5; font-size: 11px; font-weight: 650; }
.tidy-tools-signoff a span { color: var(--lime); }
@media(max-width:880px) {
	.tidy-tools-hero__stage { min-height: 0; }
	.tidy-tools-hero__content { padding-block: 34px 100px; }
	.tidy-tools-hero__countdown { max-width: 670px; }
	.tidy-tools-hero__layer--product { width: 95vw; right: -25%; top: 2%; opacity: .33; }
	.tidy-tools-product-grid { gap: 16px; }
	.tidy-tools-product-card__body { padding: 21px; }
	.tidy-tools-product-card__title { flex-wrap: wrap; gap: 7px 12px; }
	.tidy-tools-product-card__title h3 { font-size: 25px; }
}
@media(max-width:600px) {
	.tidy-tools-hero__content { padding-block: 24px 89px; }
	.tidy-tools-hero__eyebrow { font-size: 8px; letter-spacing: .22em; margin-bottom: 22px; }
	.tidy-tools-hero__brand { width: 174px; }
	.tidy-tools-hero__tagline { font-size: 23px; margin-top: 20px; }
	.tidy-tools-hero__lead { font-size: 13px; max-width: 320px; }
	.tidy-tools-hero__countdown { margin-top: 32px; }
	.tidy-tools-hero__explore { margin-top: 20px; font-size: 9px; }
	.tidy-tools-hero__layer--product { top: -4%; right: -45%; width: 130vw; opacity: .32; }
	.tidy-tools-hero__drop-strip > div { min-width: 920px; height: 40px; }
	.tidy-tools-shop { padding-top: 42px; }
	.tidy-tools-shop__heading { display: block; margin-bottom: 25px; }
	.tidy-tools-shop__heading h2 { font-size: 41px; }
	.tidy-tools-shop__heading > p { margin-top: 18px; font-size: 13px; }
	.tidy-tools-product-grid { grid-template-columns: minmax(0,1fr); gap: 24px; }
	.tidy-tools-product-card__body { padding: 22px; }
	.tidy-tools-product-card__title { flex-wrap: nowrap; }
	.tidy-tools-product-card__title h3 { font-size: 26px; }
	.tidy-tools-product-card__edition { left: 16px; top: 16px; font-size: 8px; }
	.tidy-tools-product-card__status { right: 15px; bottom: 15px; font-size: 8px; }
	.tidy-tools-product-card__date { font-size: 9px; line-height: 1.6; }
	.tidy-tools-signoff { display: block; padding-block: 34px; }
	.tidy-tools-signoff > span { display: block; margin-top: 6px; }
	.tidy-tools-signoff a { margin-top: 22px; }
}
@media(prefers-reduced-motion:reduce) {
	.tidy-tools-hero__explore span { transition: none; }
}
