/* Homepage only. Shared AJAW typography, navigation and commercial pages stay intact. */
.product-home{--ph-paper:#fff;--ph-night:#101015;--ph-night-card:#191920;--ph-night-line:#35343e;--ph-night-muted:#b6b3c6;--ph-shadow:rgba(37,31,149,.12);--ph-steel:#dbd9e8;--ph-taupe:#b9a595;background:var(--ph-paper);color:var(--ink)}
.product-home .pillwrap{position:sticky;top:0;padding-top:12px;z-index:80}
.product-home .pill{width:min(1300px,100%);justify-content:space-between}
.product-home .pill-links{gap:0}
.product-home .pill-links a{padding:8px 11px}
.ph-wrap{width:min(1320px,calc(100% - 80px));margin-inline:auto}
.product-home h1,.product-home h2,.product-home h3{font-family:var(--disp);font-weight:600;text-wrap:balance}
.product-home h2{font-size:clamp(34px,3.8vw,58px);letter-spacing:-.035em;line-height:1.06}
.product-home a:focus-visible,.product-home button:focus-visible,.product-home [tabindex]:focus-visible{outline:3px solid var(--soft);outline-offset:4px}
.product-home svg{width:20px;height:20px;flex:none}
.ph-eyebrow{font-size:11px;font-weight:650;letter-spacing:.07em;text-transform:uppercase;color:var(--indigo);margin-bottom:20px}
.ph-hero{padding-top:64px;padding-bottom:46px}
.ph-announcement{display:inline-flex;align-items:center;gap:9px;padding:7px 11px 7px 7px;font-size:11px;font-weight:600;border:1px solid var(--line);border-radius:8px;box-shadow:0 2px 6px var(--ph-shadow);margin-bottom:26px}
.ph-announcement>span{margin-left:8px;color:var(--indigo)}
.ph-hero h1{font-size:clamp(47px,5.4vw,80px);line-height:1.02;letter-spacing:-.042em;margin-bottom:23px}
.ph-hero h1 span{color:var(--grey)}
.ph-hero-lead{font-size:17px;line-height:1.6;color:var(--grey);max-width:670px}
.ph-hero-proof{font-size:10px;color:var(--muted);margin-top:16px}
.ph-hero-actions{display:flex;gap:27px;align-items:center;margin-top:26px}
.ph-primary{display:inline-flex;gap:23px;align-items:center;justify-content:center;background:var(--grad);color:var(--ph-paper);font-size:14px;font-weight:650;padding:14px 22px;border-radius:10px;box-shadow:0 4px 10px var(--ph-shadow);transition:transform .22s,box-shadow .22s}
.ph-primary:hover{transform:translateY(-2px);box-shadow:0 8px 22px var(--ph-shadow)}
.ph-primary:active{transform:translateY(1px)}
.ph-text-link{font-size:13px;font-weight:600;display:inline-block;padding-block:10px}
.ph-text-link:hover{color:var(--indigo)}
.ph-explorer{border:1px solid var(--line2);border-radius:16px;box-shadow:0 14px 45px -22px var(--ph-shadow);overflow:hidden;scroll-margin-top:98px;background:var(--ph-paper)}
.ph-explorer-top{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding:13px 18px;font-size:11px;font-weight:550;background:var(--canvas)}
.ph-explorer-top>span:first-child{display:flex;align-items:center;gap:9px}
.ph-explorer-top svg{width:15px;height:15px;color:var(--indigo)}
.ph-demo-note{color:var(--muted);font-size:10px;font-weight:450}
.ph-explorer-body{display:grid;grid-template-columns:174px minmax(0,1fr)}
.ph-view-tabs{padding:18px 10px;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:5px}
.ph-view-tabs button{display:flex;align-items:center;gap:10px;text-align:left;border:0;border-radius:7px;padding:13px 10px;color:var(--grey);background:transparent;font-size:12px;font-weight:550;transition:background .2s,color .2s}
.ph-view-tabs svg{width:17px;height:17px}
.ph-view-tabs button:hover{background:var(--canvas);color:var(--ink)}
.ph-view-tabs button[aria-selected=true]{background:var(--tint);color:var(--indigo)}
.ph-tab-arrow{margin-left:auto;opacity:0}
.ph-view-tabs [aria-selected=true] .ph-tab-arrow{opacity:1}
.ph-view-panels{min-width:0;background:var(--ph-paper)}
.ph-view-panel{margin:0;animation:ph-view-in .32s var(--ease-out)}
.ph-view-panel[hidden],.ph-ai-examples [hidden]{display:none}
.ph-view-description{padding:20px 22px 16px;min-height:99px}
.ph-view-description h2{font-size:23px;letter-spacing:-.02em;line-height:1.2;margin-bottom:7px}
.ph-view-description p{color:var(--grey);font-size:12px;line-height:1.5}
.ph-shot-link{display:block;position:relative;overflow:hidden;background:var(--canvas);border-top:1px solid var(--line);border-bottom:1px solid var(--line);aspect-ratio:2.11}
.ph-shot-link img{width:100%;height:100%;object-fit:contain;object-position:top left;transition:transform .5s var(--ease-out)}
.ph-shot-link:hover img{transform:scale(1.015)}
.ph-zoom{position:absolute;right:14px;bottom:12px;background:var(--ph-paper);border:1px solid var(--line2);border-radius:7px;box-shadow:var(--ring-md);font-size:10px;padding:7px 10px}
.ph-view-panel figcaption{font-size:9px;color:var(--muted);padding:10px 18px}
.ph-suite-line{display:flex;justify-content:space-between;align-items:center;padding:22px 8px 28px;gap:20px;border-bottom:1px solid var(--line)}
.ph-suite-line span{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:10px}
.ph-suite-line p{font-size:12px;color:var(--grey)}
.ph-workflow{padding-top:110px;padding-bottom:100px}
.ph-section-heading{text-align:center;max-width:800px;margin:auto}
.ph-section-heading>p:last-child{max-width:590px;margin:22px auto 0;color:var(--grey);font-size:16px;line-height:1.7}
.ph-workflow-art{position:relative;isolation:isolate;aspect-ratio:1800/900;perspective:1400px;margin-top:16px;overflow:hidden}
.ph-workflow-art>img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;transition:opacity .85s,transform 1.1s var(--ease-out);mix-blend-mode:multiply}
.ph-art-connected{opacity:0;transform:translateY(16px) scale(.96)}
.ph-workflow-art[data-workflow="1"] .ph-art-connected{opacity:1;transform:none}
.ph-workflow-art[data-workflow="1"] .ph-art-scattered{opacity:0;transform:translateY(-12px) scale(1.035)}
.ph-art-labels{position:absolute;inset:0;pointer-events:none}
.ph-art-labels span{position:absolute;padding:8px 12px;border:1px solid var(--line);border-radius:7px;font-size:11px;background:var(--ph-paper);box-shadow:0 6px 16px var(--ph-shadow);transition:transform .8s var(--ease-out)}
.ph-art-labels span:nth-child(1){top:20%;left:10%;transform:rotate(-5deg)}
.ph-art-labels span:nth-child(2){bottom:17%;left:27%;transform:rotate(5deg)}
.ph-art-labels span:nth-child(3){top:19%;right:10%;transform:rotate(5deg)}
.ph-art-labels span:nth-child(4){bottom:16%;right:24%;transform:rotate(-5deg)}
[data-workflow="1"] .ph-art-labels span{transform:rotate(0)}
.ph-workflow-controls{display:grid;grid-template-columns:1fr 1fr;gap:34px;max-width:910px;margin:0 auto}
.ph-workflow-controls button{border:0;border-top:2px solid var(--line2);background:transparent;padding:18px 0;text-align:left;display:grid;grid-template-columns:30px 1fr;gap:6px 10px;transition:border-color .2s}
.ph-workflow-controls button>span{font-size:11px;color:var(--muted);padding-top:3px;font-variant-numeric:tabular-nums}
.ph-workflow-controls b{font-size:15px;font-weight:600}
.ph-workflow-controls small{grid-column:2;font-size:12px;color:var(--grey);line-height:1.6}
.ph-workflow-controls [aria-pressed=true]{border-color:var(--indigo)}
.ph-workflow-controls [aria-pressed=true] b{color:var(--indigo)}
.ph-caption{font-size:10px;color:var(--muted);text-align:center;margin-top:12px}
.ph-savings{padding-top:100px;padding-bottom:20px;scroll-margin-top:100px}
.ph-cost-comparison{display:grid;grid-template-columns:1fr 54px 1fr;max-width:1020px;margin:48px auto 22px;align-items:center}
.ph-cost-comparison article{padding:32px 36px;border:1px solid var(--line);border-radius:18px;min-width:0}
.ph-cost-quote{background:var(--canvas);transform:perspective(1400px) rotateY(4deg)}
.ph-cost-kicker{display:flex;align-items:center;gap:9px;font-size:12px;font-weight:600;min-height:26px}
.ph-cost-value{display:block;font-family:var(--disp);font-weight:600;font-size:72px;letter-spacing:-.045em;line-height:1.15;margin-top:26px;font-variant-numeric:tabular-nums}
.ph-cost-comparison article>p{color:var(--grey);font-size:12px;margin-top:10px;line-height:1.7}
.ph-cost-quote small{display:block;font-size:10px;color:var(--muted);margin-top:16px}
.ph-quote-options{display:flex;gap:7px;margin-top:28px}
.ph-quote-options button{border:1px solid var(--line2);background:var(--ph-paper);padding:8px 10px;border-radius:7px;font-size:11px}
.ph-quote-options [aria-pressed=true]{color:var(--ink);border-color:var(--grey);box-shadow:0 0 0 1px var(--grey)}
.ph-cost-arrow{text-align:center;font-size:25px;color:var(--muted)}
.ph-cost-comparison .ph-cost-ajaw{background:var(--tint2);border-color:var(--line2);box-shadow:0 14px 35px -20px var(--ph-shadow);transform:perspective(1400px) rotateY(-4deg)}
.ph-cost-ajaw .ph-cost-value{color:var(--indigo)}
.ph-saving-result{border-top:1px solid var(--line2);margin-top:25px;padding-top:17px;font-size:11px;color:var(--grey);line-height:1.8}
.ph-saving-result b{display:block;font-size:25px;color:var(--indigo);font-family:var(--disp)}
.ph-cost-ajaw>a{display:inline-block;font-size:12px;color:var(--indigo);font-weight:600;margin-top:16px}
.ph-cost-note{font-size:10px;color:var(--muted);max-width:880px;margin:auto;text-align:center;line-height:1.8}
.ph-jobs{padding:10px 0 110px}
.ph-job-list{display:grid;grid-template-columns:repeat(3,1fr);gap:42px;margin-top:48px}
.ph-job-list article{border-top:1px solid var(--line2);padding-top:24px}
.ph-job-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--line2);border-radius:11px;margin-bottom:24px;color:var(--indigo);background:var(--tint2)}
.ph-job-list .ph-eyebrow{font-size:10px;margin-bottom:12px}
.ph-job-list h3{font-size:27px;line-height:1.15;letter-spacing:-.025em;max-width:320px}
.ph-job-list article>p:not(.ph-eyebrow){font-size:13px;color:var(--grey);line-height:1.8;margin:18px 0}
.ph-job-list a{font-size:12px;font-weight:600;color:var(--indigo)}
@media(max-width:760px){.ph-hero-proof{font-size:9px;line-height:1.7}.ph-savings{padding-top:65px}.ph-cost-comparison{grid-template-columns:1fr;gap:14px;margin-top:30px}.ph-cost-comparison article{padding:26px;transform:none!important}.ph-cost-value{font-size:61px;margin-top:20px}.ph-cost-arrow{transform:rotate(90deg);font-size:24px;line-height:1}.ph-cost-quote small{font-size:10px}.ph-quote-options{margin-top:22px}.ph-cost-note{font-size:9px}.ph-jobs{padding-bottom:65px}.ph-job-list{grid-template-columns:1fr;gap:28px;margin-top:30px}.ph-job-list h3{font-size:25px}.ph-job-icon{margin-bottom:18px}}
.ph-ai-shell{--ph-open:0;position:relative;padding:0 0 20px;scroll-margin-top:90px}
.ph-ai-surface{position:relative;overflow:hidden;background:var(--ph-night);color:var(--ph-paper);width:calc(100% - 56px * (1 - var(--ph-open)));margin:auto;border-radius:calc(30px * (1 - var(--ph-open)));padding:88px 0 35px;transition:border-radius .12s,width .12s}
.ph-ai-surface:before{content:'';position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse at 28% 65%,var(--deep),transparent 47%);opacity:.36}
.ph-ai-heading{position:relative;text-align:center}
.ph-ai-heading .ph-eyebrow{color:var(--soft)}
.ph-ai-heading h2{font-size:clamp(36px,4.5vw,65px)}
.ph-ai-heading>p:last-child{max-width:610px;margin:23px auto;color:var(--ph-night-muted);font-size:16px;line-height:1.7}
.ph-ai-stage{position:relative;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:75px;padding:42px 45px 50px}
.ph-ai-orbit{height:370px;position:relative;display:grid;place-items:center;perspective:1000px}
.ph-orbit-ring{width:360px;height:225px;position:absolute;border:1px solid var(--ph-night-line);border-radius:50%;transform:rotate(-23deg)}
.ph-orbit-ring.second{transform:rotate(32deg);width:280px;height:305px;border-style:dashed;opacity:.65}
.ph-ai-core{position:relative;width:168px;height:168px;display:grid;place-items:center;border-radius:38px;background:linear-gradient(135deg,var(--ph-night-line),var(--ph-night));box-shadow:inset 0 1px 1px var(--ph-night-muted),0 26px 50px var(--ph-night);transform:rotate(-9deg);animation:ph-core 7s ease-in-out infinite}
.ph-ai-core img{filter:drop-shadow(0 10px 18px var(--deep))}
.ph-orbit-chip{position:absolute;display:flex;align-items:center;gap:9px;font-size:12px;padding:12px 15px;background:var(--ph-night-card);border:1px solid var(--ph-night-line);border-radius:9px;box-shadow:0 10px 30px var(--ph-night);animation:ph-float 6s ease-in-out infinite}
.ph-orbit-chip svg{width:17px;height:17px;color:var(--soft)}
.chip-one{left:0;top:33px;animation-delay:-1s}.chip-two{right:0;top:90px;animation-delay:-3s}.chip-three{left:3%;bottom:62px;animation-delay:-2s}.chip-four{right:5%;bottom:14px;animation-delay:-4s}
.ph-ai-demo{background:var(--ph-night-card);border:1px solid var(--ph-night-line);border-radius:18px;box-shadow:0 28px 70px var(--ph-night);transform:perspective(1500px) rotateY(-4deg);overflow:hidden}
.ph-ai-demo-head{display:flex;gap:10px;align-items:center;border-bottom:1px solid var(--ph-night-line);padding:17px 20px;font-size:13px}
.ph-ai-demo-head>span{margin-left:auto;font-size:9px;color:var(--ph-night-muted)}
.ph-ai-examples{padding:24px 22px 16px;min-height:215px}
.ph-ai-examples article{animation:ph-view-in .3s ease}
.ph-chat-question{font-size:15px;line-height:1.6;margin-bottom:24px}
.ph-chat-response{display:flex;gap:12px;align-items:flex-start;font-size:12px;line-height:1.8;color:var(--ph-night-muted)}
.ph-chat-response svg{color:var(--soft);width:18px;height:18px}
.ph-response-lines{padding:13px 0 0 30px}
.ph-response-lines i{display:block;height:5px;background:var(--ph-night-line);width:85%;margin:8px 0;border-radius:4px;animation:ph-line 4s ease-in-out infinite}
.ph-response-lines i:nth-child(2){width:65%;animation-delay:.3s}.ph-response-lines i:nth-child(3){width:40%;animation-delay:.6s}
.ph-ai-choices{padding:8px 20px;display:flex;gap:6px}
.ph-ai-choices button{display:flex;align-items:center;gap:6px;padding:8px 12px;border:1px solid var(--ph-night-line);background:transparent;color:var(--ph-night-muted);border-radius:8px;font-size:11px;transition:background .2s,color .2s}
.ph-ai-choices button[aria-pressed=true]{background:var(--deep);border-color:var(--soft);color:var(--ph-paper)}
.ph-ai-choices svg{width:14px;height:14px}
.ph-ai-fineprint{font-size:9px;color:var(--ph-night-muted);padding:8px 20px 18px}
.ph-ai-bottom{position:relative;border-top:1px solid var(--ph-night-line);padding-top:25px;display:flex;justify-content:space-between;font-size:12px;color:var(--ph-night-muted);gap:20px}
.ph-ai-bottom a{color:var(--ph-paper)}
.ph-implementation{padding-block:120px;display:grid;grid-template-columns:1fr 1fr;gap:110px;align-items:center}
.ph-implementation>div>p:not(.ph-eyebrow){font-size:15px;line-height:1.8;color:var(--grey);max-width:470px;margin:24px 0 12px}
.ph-import-path article{display:flex;gap:23px;padding:23px 0;border-bottom:1px solid var(--line)}
.ph-import-path article>span{font-size:11px;font-variant-numeric:tabular-nums;color:var(--indigo);padding-top:5px}
.ph-import-path h3{font-size:19px;line-height:1.3;letter-spacing:-.02em;margin-bottom:7px}
.ph-import-path article p{font-size:12px;line-height:1.7;color:var(--grey)}
.ph-import-path .ph-pilot-target{font-size:11px;line-height:1.7;background:var(--tint2);border-left:2px solid var(--soft);padding:13px 15px;color:var(--grey);margin-top:23px}
.ph-pilot-target b{color:var(--ink);display:block;margin-bottom:3px}
.ph-apparel{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center;padding-bottom:110px;padding-top:20px}
.ph-apparel-copy>p:not(.ph-eyebrow){font-size:15px;line-height:1.8;color:var(--grey);margin:23px 0;max-width:460px}
.ph-apparel-copy>a{font-size:13px;font-weight:600}
.ph-garment-detail{background:var(--canvas);padding:25px;border-radius:18px;position:relative;border:1px solid var(--line)}
.ph-detail-label{font-size:9px;color:var(--muted);letter-spacing:.1em}
.ph-garment-detail>svg{width:100%;height:auto;filter:drop-shadow(0 12px 16px var(--ph-shadow));transform:rotate(-5deg)}
.ph-shirt-fill{fill:var(--tint);stroke:var(--soft);stroke-width:1.1}
.ph-shirt-stitch{fill:none;stroke:var(--soft);stroke-width:1;stroke-dasharray:3 5}
.ph-variant-strip{display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--ph-paper);border:1px solid var(--line);padding:13px;border-radius:8px;font-size:11px}
.ph-swatches{display:flex;gap:5px}.ph-swatches i{width:17px;height:17px;background:var(--ink);border-radius:50%;border:2px solid var(--ph-paper);box-shadow:0 0 0 1px var(--line)}
.ph-swatches i:nth-child(2){background:var(--ph-taupe)}.ph-swatches i:nth-child(3){background:var(--soft)}
.ph-final{background:var(--tint2);padding:92px 0;text-align:center;border-top:1px solid var(--line)}
.ph-final h2{font-size:clamp(42px,5vw,74px)}
.ph-final p:not(.ph-eyebrow){color:var(--grey);font-size:15px;line-height:1.8;margin-top:23px}
.ph-final .ph-hero-actions{justify-content:center}
.product-home>footer{background:var(--ph-paper);padding-top:70px}
.product-home footer .wrap{max-width:1320px}
.product-home .foot-in{gap:75px}
.product-home .foot-brand p{font-size:12px;line-height:1.8;max-width:270px}
.product-home .foot-cols{gap:70px}.product-home .fcol h4{font-size:12px}.product-home .fcol a{font-size:12px;line-height:1.8}
@keyframes ph-view-in{from{opacity:.3;transform:translateY(5px)}to{opacity:1;transform:none}}
@keyframes ph-core{0%,100%{transform:rotate(-9deg) translateY(0)}50%{transform:rotate(-5deg) translateY(-9px)}}
@keyframes ph-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}
@keyframes ph-line{0%,100%{opacity:.45}50%{opacity:.85}}
@media(max-width:1100px){.ph-wrap{width:calc(100% - 48px)}.ph-hero{padding-top:48px}.ph-hero h1{font-size:65px}.product-home .pill-links a{font-size:12px;padding:8px}.product-home .pill-login{font-size:12px;padding:8px}.product-home .pill-cta{font-size:12px;padding:10px 13px}.ph-ai-stage{gap:35px;padding-inline:10px}.ph-implementation,.ph-apparel{gap:50px}.ph-orbit-ring{width:290px}.ph-orbit-chip{font-size:10px;padding:10px}.ph-suite-line{align-items:flex-start;flex-direction:column;gap:9px}.product-home .foot-cols{gap:35px}}
@media(max-width:760px){.ph-wrap{width:calc(100% - 36px)}.ph-hero{padding-top:36px;padding-bottom:30px}.ph-announcement{font-size:10px;margin-bottom:22px}.ph-hero h1{font-size:clamp(42px,7.8vw,60px);letter-spacing:-.035em}.ph-hero-lead{font-size:14px}.ph-hero-lead br{display:none}.ph-hero-actions{gap:18px;margin-top:21px}.ph-primary{font-size:12px;padding:13px 16px;gap:10px}.ph-text-link{font-size:11px}.ph-explorer{border-radius:12px}.ph-explorer-top{padding:11px 12px}.ph-demo-note{display:none}.ph-explorer-body{display:block}.ph-view-tabs{flex-direction:row;border-right:0;border-bottom:1px solid var(--line);overflow:auto;padding:8px;gap:3px}.ph-view-tabs button{padding:10px;font-size:11px;white-space:nowrap}.ph-view-tabs svg{width:14px;height:14px}.ph-tab-arrow{display:none}.ph-view-description{padding:17px 14px;min-height:117px}.ph-view-description h2{font-size:21px}.ph-view-description p{font-size:11px}.ph-shot-link{aspect-ratio:1.5;overflow:auto}.ph-shot-link img{width:760px;max-width:none;height:auto;min-height:100%;object-fit:contain}.ph-zoom{position:sticky;left:calc(100% - 122px);bottom:8px;display:inline-block;white-space:nowrap;font-size:9px}.ph-view-panel figcaption{font-size:9px;padding:10px 12px}.ph-suite-line p{font-size:11px;line-height:1.9}.ph-suite-line{padding-bottom:20px}.ph-workflow{padding:68px 0}.ph-section-heading>p:last-child{font-size:14px}.ph-workflow-art{aspect-ratio:1.45;margin-top:10px;overflow:hidden}.ph-workflow-art>img{width:125%;max-width:none;left:-12.5%;object-fit:cover}.ph-art-labels span{font-size:9px;padding:6px 8px}.ph-art-labels span:nth-child(1){left:1%;top:14%}.ph-art-labels span:nth-child(2){left:10%;bottom:8%}.ph-art-labels span:nth-child(3){right:0;top:12%}.ph-art-labels span:nth-child(4){right:5%;bottom:8%}.ph-workflow-controls{gap:18px}.ph-workflow-controls button{grid-template-columns:20px 1fr;gap:8px 5px}.ph-workflow-controls b{font-size:12px}.ph-workflow-controls small{font-size:11px}.ph-caption{font-size:9px;line-height:1.7}.ph-ai-surface{width:100%;border-radius:0;padding-top:60px}.ph-ai-heading h2{font-size:36px}.ph-ai-heading>p:last-child{font-size:14px}.ph-ai-stage{grid-template-columns:1fr;gap:20px;padding:10px 0 35px}.ph-ai-orbit{height:290px}.ph-ai-core{width:135px;height:135px;border-radius:30px}.ph-ai-core img{width:100px;height:100px}.ph-orbit-ring{width:290px;height:195px}.ph-orbit-ring.second{width:220px;height:250px}.ph-ai-demo{transform:none}.ph-ai-examples{min-height:195px}.ph-ai-choices button{font-size:10px}.ph-ai-bottom{font-size:10px;flex-direction:column;gap:12px}.ph-implementation{grid-template-columns:1fr;gap:28px;padding:70px 0}.ph-implementation>div>p:not(.ph-eyebrow){font-size:14px}.ph-import-path article{padding:19px 0}.ph-import-path h3{font-size:18px}.ph-apparel{grid-template-columns:1fr;gap:30px;padding-bottom:70px}.ph-apparel-copy>p:not(.ph-eyebrow){font-size:14px}.ph-garment-detail{padding:18px}.ph-final{padding:65px 0}.ph-final p:not(.ph-eyebrow){font-size:14px}.ph-final p br{display:none}.product-home>footer{padding-top:45px}.product-home .foot-in{gap:30px}.product-home .foot-cols{gap:25px}.product-home .foot-base{gap:18px}.product-home .foot-lang{flex-wrap:wrap}}
@media(prefers-reduced-motion:reduce){.product-home{scroll-behavior:auto}.product-home *{animation:none!important;transition:none!important}.ph-ai-surface{width:100%;border-radius:0}}
