.how-tools{display:flex;align-items:center;gap:18px;margin:30px 0 20px}
.homepage-proof{padding-bottom:22px}.homepage-how-section{padding-top:54px}
.how-mode-toggle{display:inline-flex;align-items:center;gap:11px;padding:11px 18px;border:1px solid var(--line);border-radius:999px;color:var(--ink);background:var(--surface);font:inherit;cursor:pointer}
.how-mode-toggle>span{display:block;width:22px;height:22px;flex:0 0 22px;background-color:var(--ink);-webkit-mask:url('/redesign/assets/icons.svg') -66px 0/374px 22px no-repeat;mask:url('/redesign/assets/icons.svg') -66px 0/374px 22px no-repeat;transition:transform .2s ease}
.how-mode-toggle>strong{font-size:15px}.how-mode-toggle[aria-pressed="true"]>span{background-color:var(--red);transform:rotate(180deg)}
.how-grid{display:grid;grid-template-columns:365px minmax(0,1fr);gap:38px;align-items:start}
.how-steps{position:relative;display:grid;grid-template-rows:repeat(5,minmax(0,1fr));min-height:680px;margin:0;padding:0;list-style:none}
.how-steps:before{content:"";position:absolute;top:56px;bottom:56px;left:21px;width:1px;background:var(--line)}
.how-step{position:relative;display:grid;width:100%;height:100%;grid-template-columns:58px minmax(0,1fr);gap:14px;align-items:start;padding:12px 0;border:0;color:var(--ink);background:transparent;text-align:left;font:inherit;cursor:pointer}
.how-step-number{position:relative;z-index:2;display:grid;width:42px;height:42px;margin-top:3px;place-items:center;border:1px solid var(--line);border-radius:50%;background:var(--surface);font-size:14px;font-weight:800;transition:.18s ease}
.how-step-body{display:block;padding:14px 0;transition:.18s ease}.how-step-body strong{display:block}.how-step-body strong{margin-bottom:0;font-size:19px;line-height:1.24}.how-step-body>span{display:none;color:var(--muted);font-size:14px;line-height:1.48}
.how-step[aria-selected="true"] .how-step-number{border-color:var(--red);color:#fff;background:var(--red)}
.how-step[aria-selected="true"] .how-step-body{margin-left:-8px;padding:15px 16px;border:1px solid #f0d8d6;border-radius:15px;background:var(--red-tint)}
.how-viewer{min-width:0;overflow:hidden;border:1px solid #e6dfda;border-radius:20px;background:#fff;box-shadow:var(--shadow)}
.how-viewer-top{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 24px 15px;border-bottom:1px solid #f0eae6}.how-viewer-top span{font-size:13px;font-weight:800}.how-viewer-top strong{margin-left:13px;color:var(--muted);font-size:12px;letter-spacing:.05em;text-transform:uppercase}
.how-dots{display:flex;gap:9px}.how-dots button{width:10px;height:10px;padding:0;border:0;border-radius:50%;background:#d8d3cf;cursor:pointer}.how-dots button[aria-current="true"]{background:var(--red)}
.how-viewer-main{display:grid;grid-template-columns:52px minmax(0,1fr) 52px;gap:10px;align-items:center;padding:16px 8px 14px;background:radial-gradient(circle at 50% 35%,rgba(200,15,20,.045),transparent 42%),linear-gradient(180deg,#fff,var(--surface-alt))}
.how-arrow{display:grid;width:44px;height:44px;place-items:center;border:1px solid var(--line);border-radius:50%;color:transparent;background:#fff;box-shadow:0 6px 16px rgba(23,23,23,.05);font-size:0;cursor:pointer}.how-arrow:before{content:'';width:22px;height:22px;background:var(--ink);-webkit-mask:url('/redesign/assets/icons.svg') var(--how-arrow-x) 0/374px 22px no-repeat;mask:url('/redesign/assets/icons.svg') var(--how-arrow-x) 0/374px 22px no-repeat}.how-arrow[data-how-prev]{--how-arrow-x:-22px}.how-arrow[data-how-next]{--how-arrow-x:-44px}
.how-slides{min-width:0;min-height:620px;display:grid;place-items:center}.how-slide{display:none;width:100%}.how-slide.is-active{display:grid;place-items:center}
.how-product-stage{position:relative;width:100%;height:610px;overflow:hidden;border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(255,255,255,.34))}
.how-image-wrap{position:absolute;inset:0;display:grid;place-items:center;transition:transform 1.1s cubic-bezier(.22,.61,.36,1)}.how-image-wrap.is-focused{transform:scale(1.045) translateY(-1%)}
.how-product-image{display:block;width:auto;max-width:min(90%,900px);max-height:575px;object-fit:contain;border-radius:14px;background:#fff;box-shadow:0 28px 58px rgba(23,23,23,.16),0 3px 9px rgba(23,23,23,.08)}.how-product-image-wide{max-width:min(94%,940px)}
.how-note{position:absolute;z-index:3;top:28px;left:20px;max-width:255px;padding:15px 16px 15px 18px;border:1px solid #eadbd8;border-radius:13px;background:rgba(255,255,255,.97);box-shadow:0 12px 30px rgba(23,23,23,.11);opacity:0;transform:translateY(8px);transition:opacity .35s ease,transform .35s ease}.how-note-right{right:20px;left:auto}.how-note.is-visible{opacity:1;transform:none}.how-note:before{content:"";position:absolute;top:13px;bottom:13px;left:0;width:3px;border-radius:999px;background:var(--red)}
.how-note small,.how-note strong,.how-note span{display:block}.how-note small{margin-bottom:5px;color:var(--red);font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.how-note strong{font-size:14px;line-height:1.35}.how-note span{margin-top:5px;color:var(--muted);font-size:12px;line-height:1.42}
.how-progress{position:absolute;z-index:4;right:20px;bottom:10px;left:20px;height:4px;overflow:hidden;border-radius:999px;background:rgba(0,0,0,.09)}.how-progress span{display:block;width:0;height:100%;background:var(--red)}
.how-caption{padding:20px 26px 25px;border-top:1px solid #ede6e1;background:#fff}.how-caption p{margin:0;color:var(--muted)}
.how-grid.is-immersive{grid-template-columns:1fr;gap:20px}.how-grid.is-immersive .how-steps{grid-template-columns:repeat(5,minmax(0,1fr));grid-template-rows:1fr;min-height:0;gap:8px}.how-grid.is-immersive .how-steps:before{top:21px;right:4%;bottom:auto;left:4%;width:auto;height:1px}.how-grid.is-immersive .how-step{grid-template-columns:1fr;justify-items:center;padding:0;text-align:center}.how-grid.is-immersive .how-step-number{margin:0 0 8px}.how-grid.is-immersive .how-step-body{padding:8px}.how-grid.is-immersive .how-step[aria-selected="true"] .how-step-body{margin-left:0;padding:9px 10px}.how-grid.is-immersive .how-step-body strong{font-size:14px}.how-grid.is-immersive .how-step-body>span{display:none}.how-grid.is-immersive .how-slides{min-height:680px}.how-grid.is-immersive .how-product-stage{height:670px}.how-grid.is-immersive .how-product-image{max-width:min(94%,1040px);max-height:635px}
.homepage-hero{padding:60px 0 50px}.homepage-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr);column-gap:clamp(42px,6vw,78px);align-items:center}.homepage-hero-heading{grid-column:1/-1}.homepage-hero-heading h1{max-width:1160px;margin-bottom:38px}.homepage-hero-copy{align-self:center}.hero-product-art{position:relative;min-height:405px;margin:0;overflow:visible;border:0;background:transparent;box-shadow:none}.hero-product-cluster{position:absolute;top:50%;left:50%;width:520px;height:560px;transform:translate(-50%,-50%) scale(.67)}
.hero-product-card{position:absolute;overflow:hidden;border:1px solid rgba(0,0,0,.1);border-radius:13px;background:#fff;box-shadow:0 24px 54px rgba(45,35,30,.2);transform:var(--card-transform);animation:hero-float 7s ease-in-out infinite}.hero-product-card:before{content:"";display:block;height:26px;border-bottom:1px solid rgba(255,255,255,.08);background-color:#2c2c2e;background-image:radial-gradient(circle at 14px 13px,#ff5f57 4.5px,transparent 4.5px),radial-gradient(circle at 29px 13px,#febc2e 4.5px,transparent 4.5px),radial-gradient(circle at 44px 13px,#28c840 4.5px,transparent 4.5px)}.hero-product-card img{display:block;width:100%;height:auto}
.hero-product-card-1{z-index:5;top:74px;left:5px;width:232px;--card-transform:rotate(-4deg)}.hero-product-card-2{z-index:3;top:14px;left:190px;width:218px;opacity:.88;--card-transform:rotate(6deg);animation-delay:1.2s}.hero-product-card-3{z-index:4;top:125px;left:285px;width:224px;opacity:.94;--card-transform:rotate(-5deg);animation-delay:.6s}.hero-product-card-4{z-index:2;top:300px;left:62px;width:205px;opacity:.72;--card-transform:rotate(7deg);animation-delay:2s}.hero-product-card-5{z-index:2;top:315px;left:265px;width:205px;opacity:.66;--card-transform:rotate(-3deg);animation-delay:3s}
@keyframes hero-float{0%,100%{transform:var(--card-transform) translateY(0)}50%{transform:var(--card-transform) translateY(-10px)}}
@media(max-width:1100px){.how-grid{grid-template-columns:310px minmax(0,1fr);gap:24px}.how-step-body strong{font-size:16px}.how-slides{min-height:560px}.how-product-stage{height:550px}.how-product-image{max-height:520px}.homepage-hero-grid{grid-template-columns:minmax(0,1fr) minmax(330px,.82fr);column-gap:30px}.hero-product-art{min-height:390px}.hero-product-cluster{transform:translate(-50%,-50%) scale(.62)}}
@media(max-width:820px){.how-tools{align-items:flex-start;flex-direction:column;gap:8px}.how-grid,.how-grid.is-immersive{grid-template-columns:1fr}.how-steps,.how-grid.is-immersive .how-steps{grid-template-columns:repeat(5,minmax(175px,1fr));gap:8px;overflow-x:auto;padding:0 0 10px;scroll-snap-type:x proximity}.how-steps:before,.how-grid.is-immersive .how-steps:before{display:none}.how-steps li{scroll-snap-align:start}.how-step,.how-grid.is-immersive .how-step{grid-template-columns:42px minmax(0,1fr);justify-items:stretch;gap:8px;padding:6px 0;text-align:left}.how-step-number,.how-grid.is-immersive .how-step-number{width:36px;height:36px;margin:3px 0 0}.how-step-body,.how-grid.is-immersive .how-step-body{padding:10px 0}.how-step[aria-selected="true"] .how-step-body,.how-grid.is-immersive .how-step[aria-selected="true"] .how-step-body{margin-left:0;padding:11px 12px}.how-step-body strong,.how-grid.is-immersive .how-step-body strong{font-size:15px}.how-step-body>span,.how-grid.is-immersive .how-step-body>span{display:none}.how-viewer-main{grid-template-columns:1fr;padding:12px 10px 14px}.how-arrow{display:none}.how-slides,.how-grid.is-immersive .how-slides{min-height:450px}.how-product-stage,.how-grid.is-immersive .how-product-stage{height:440px}.how-product-image,.how-grid.is-immersive .how-product-image{max-width:min(94%,510px);max-height:410px}.how-note{top:12px;left:6px;max-width:200px;padding:11px 12px 11px 14px}.how-note-right{right:6px;left:auto}.how-note strong{font-size:12px}.how-note span{font-size:10px}.homepage-hero{padding:52px 0 44px}.homepage-hero-grid{grid-template-columns:1fr}.homepage-hero-heading h1{margin-bottom:26px}.hero-product-art{min-height:390px}.hero-product-cluster{transform:translate(-50%,-50%) scale(.62)}}
@media(max-width:540px){.how-mode-toggle{padding:9px 14px}.how-steps,.how-grid.is-immersive .how-steps{grid-template-columns:1fr;overflow:visible}.how-step-body strong,.how-grid.is-immersive .how-step-body strong{font-size:16px}.how-viewer-top{padding:15px}.how-viewer-top strong{display:none}.how-slides,.how-grid.is-immersive .how-slides{min-height:385px}.how-product-stage,.how-grid.is-immersive .how-product-stage{height:375px}.how-product-image,.how-grid.is-immersive .how-product-image{max-width:94%;max-height:350px}.how-caption{padding:17px 18px 20px}.hero-product-art{min-height:360px}.hero-product-cluster{transform:translate(-50%,-50%) scale(.54)}}

/* Fixed-size interface typography within the global hierarchy. */
.how-step-body strong,.how-grid.is-immersive .how-step-body strong{font-size:20px;font-weight:700;line-height:1.28}
.how-step-body>span,.how-grid.is-immersive .how-step-body>span,.how-caption p{font-size:15px;font-weight:400;line-height:1.5}
.how-viewer-top span,.how-viewer-top strong{font-size:12px;font-weight:700;line-height:1.4}
.how-note small{font-size:10px;font-weight:850;line-height:1.3}
.how-note strong{font-size:11px;font-weight:800;line-height:1.3}
.how-note span{font-size:11px;font-weight:700;line-height:1.3}
@media(prefers-reduced-motion:reduce){.how-image-wrap,.how-note,.how-progress span,.hero-product-card{transition:none!important;animation:none!important}}
@media(max-width:1100px) and (min-width:821px){.how-steps{min-height:620px}}
@media(max-width:820px){.how-steps,.how-grid.is-immersive .how-steps{grid-template-rows:none;min-height:0}.how-step{height:auto}}
