:root{--shop-bg:#070d16;--shop-surface:#0d1724;--shop-raised:#111e2d;--shop-text:#edf2f7;--shop-muted:#a3b1c2;--shop-line:#253345;--shop-gold:#ffc76c;--shop-gold-soft:#ffc76c16;--shop-gold-line:#8c683b;--shop-violet:#bb98ff;--shop-violet-soft:#b08cff16;--shop-violet-line:#65448c}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:100px}
body{margin:0;color-scheme:dark;background:var(--shop-bg);color:var(--shop-text);font-family:Inter,"Segoe UI",Arial,sans-serif;font-size:15px;line-height:1.6}
button,input,select{font:inherit}
a{color:inherit;text-decoration:none}
button,a,summary{-webkit-tap-highlight-color:transparent}
button{cursor:pointer}
button:disabled{cursor:not-allowed;opacity:.55}
button:focus-visible,a:focus-visible,summary:focus-visible,select:focus-visible{outline:3px solid var(--shop-violet);outline-offset:5px}
img{max-width:100%;height:auto}
h1,h2,h3,p{margin:0}
svg{display:inline-block;vertical-align:middle;flex-shrink:0}
button{border:0}
 .skip{position:fixed;left:12px;top:-80px;background:var(--shop-gold);color:#15100a;padding:12px;z-index:100}
.skip:focus{top:12px}
.shop-header{height:91px;padding:0 clamp(24px,5vw,84px);display:flex;align-items:center;gap:42px;border-bottom:1px solid var(--shop-line);background:#070c14f2;position:sticky;top:0;z-index:20;backdrop-filter:blur(16px)}
.shop-brand{display:flex;align-items:center;gap:16px}
.shop-brand span{border-left:1px solid var(--shop-line);padding-left:14px;max-width:77px;line-height:1.2;font-weight:650;font-size:13px}
.shop-header nav{display:flex;gap:27px;font-size:13px;font-weight:600;margin:auto}
.shop-header nav a:hover,.text-link:hover,.account-link:hover{color:var(--shop-violet)}
.nav-actions{display:flex;align-items:center;gap:26px}
.account-link{font-size:13px;font-weight:650;display:flex;align-items:center;gap:9px}
.account-link svg{width:15px}
.cart-button{color:var(--shop-text);display:flex;align-items:center;gap:9px;border:1px solid var(--shop-line);background:transparent;border-radius:7px;padding:10px 13px}
.cart-button span:last-child{font-weight:650;min-width:10px}
.mobile-menu{display:none!important}
.hero{background:radial-gradient(ellipse at 84% 38%,#7f4ccc18,transparent 52%);max-width:1536px;margin:auto;min-height:655px;padding:88px clamp(24px,5vw,84px) 80px;display:grid;grid-template-columns:1fr 1.12fr;gap:55px;align-items:center}
.eyebrow{color:var(--shop-gold);font-size:10px;font-weight:750;letter-spacing:2.1px;line-height:1.4;display:flex;align-items:center;gap:10px}
.small-square{width:7px;height:7px;background:var(--shop-gold);display:inline-block}
.hero h1{font-size:clamp(62px,6.6vw,104px);font-weight:760;letter-spacing:-6px;line-height:.99;margin:24px 0 28px}
.highlight{position:relative;z-index:1;color:var(--shop-gold)}
.highlight:after{content:"";position:absolute;left:0;right:-4px;bottom:3px;height:8px;background:var(--shop-gold-soft);z-index:-1}
.hero-text{font-size:17px;line-height:1.7;color:var(--shop-muted);max-width:450px}
.hero-actions{display:flex;align-items:center;gap:27px;margin:30px 0 23px}
.shop-button{display:inline-flex;justify-content:center;align-items:center;gap:22px;font-size:13px;font-weight:650;min-height:51px;padding:14px 22px;border-radius:6px;transition:background .18s,transform .18s;line-height:1.35}
.shop-button:hover:not(:disabled){transform:translateY(-2px)}
.shop-button.dark{background:var(--shop-gold);color:#15100a}
.shop-button.dark:hover{background:#ffda95}
.shop-button.gold{background:var(--shop-gold);color:#15100a}
.shop-button.outline{border:1px solid var(--shop-line);background:transparent;color:var(--shop-text)}
.text-link{display:inline-flex;gap:12px;align-items:center;font-size:13px;font-weight:650}
.platform{font-size:10px;color:var(--shop-muted);display:flex;align-items:center;gap:9px}
.platform svg{width:13px}
.hero-visual{position:relative;background:linear-gradient(145deg,#141c2b,#0b131e);border:1px solid var(--shop-violet-line);border-radius:14px;padding:25px 22px 53px;box-shadow:0 20px 40px #0008;min-width:0;transform:rotate(-1deg)}
.preview-label{display:flex;justify-content:space-between;align-items:center;font-size:8px;letter-spacing:1.7px;font-weight:650;color:var(--shop-muted);padding:0 5px 20px}
.preview-label svg{width:12px}
.studio-preview{background:var(--shop-bg);border:1px solid var(--shop-line);border-radius:9px;min-height:292px;display:grid;grid-template-columns:110px 1fr;box-shadow:0 12px 35px #0008;overflow:hidden}
.studio-side{padding:20px 10px;border-right:1px solid var(--shop-line);display:flex;gap:12px;flex-direction:column;font-size:9px;color:var(--shop-muted)}
.studio-side img{margin-bottom:13px;width:79px;align-self:center}
.side-item{display:flex;gap:7px;align-items:center;padding:7px 6px;white-space:nowrap}
.side-item svg,.side-bottom svg{width:13px;height:13px}
.side-item.active{background:var(--shop-violet-soft);border-radius:4px;color:var(--shop-violet)}
.side-bottom{margin-top:auto;padding:8px 6px;display:flex;align-items:center;gap:7px}
.studio-content{padding:18px;min-width:0}
.studio-top{display:flex;justify-content:space-between;gap:9px;font-size:9px;color:var(--shop-text);margin-bottom:15px;align-items:center}
.preview-badge{font-size:7px;color:var(--shop-muted);white-space:nowrap}
.preview-stage{height:189px;padding:18px;position:relative;overflow:hidden;background:radial-gradient(ellipse at top right,#473367,#211631 68%);border-radius:6px;color:var(--shop-text)}
.stage-label{font-size:7px;letter-spacing:1.7px}
.stage-logo{position:relative;z-index:1;font-size:40px;font-weight:760;letter-spacing:-2px;line-height:.98;margin-top:15px}
.stage-logo em{font-style:normal;color:var(--shop-gold)}
.stage-wave{position:absolute;right:-26px;top:-28px;width:163px;height:250px;border:32px solid #b08cff22;border-radius:50%;transform:rotate(35deg)}
.stage-caption{position:absolute;bottom:13px;right:13px;font-size:8px;display:flex;align-items:center;gap:6px}
.stage-caption svg{width:12px}
.preview-controls{display:flex;gap:13px;font-size:8px;color:var(--shop-muted);padding-top:13px}
.preview-controls>span{display:flex;gap:5px;align-items:center}
.preview-controls svg{width:12px}
.floating-card{position:absolute;right:-17px;bottom:9px;background:var(--shop-surface);border:1px solid var(--shop-line);box-shadow:0 9px 30px #0008;padding:17px 21px;border-radius:8px;display:flex;align-items:center;gap:15px;transform:rotate(2deg);width:83%}
.gift-mark{width:38px;height:42px;background:var(--shop-gold-soft);border-radius:7px;display:grid;place-content:center;color:var(--shop-gold)}
.gift-mark svg{width:24px;height:24px}
.floating-card strong{font-size:12px;display:block}
.floating-card div>span{font-size:9px;color:var(--shop-muted);display:block;margin-top:2px}
.visual-number{position:absolute;bottom:-27px;right:7px;font-size:8px;letter-spacing:1.7px;color:var(--shop-muted)}
.compatibility{max-width:1536px;margin:auto;border-top:1px solid var(--shop-line);border-bottom:1px solid var(--shop-line);padding:28px clamp(24px,5vw,84px);display:flex;justify-content:space-between;align-items:center;gap:26px}
.compatibility>span{font-size:9px;letter-spacing:1.8px;color:var(--shop-muted)}
.compatibility strong{display:flex;align-items:center;gap:9px;font-size:13px;font-weight:620}
.compatibility svg{color:var(--shop-violet);width:17px}
.shop-section{max-width:1536px;margin:auto;padding:85px clamp(24px,5vw,84px)}
.section-heading{display:flex;justify-content:space-between;gap:50px;align-items:flex-end;margin-bottom:35px}
h2{font-size:clamp(30px,3.6vw,52px);letter-spacing:-2px;line-height:1.1;font-weight:700}
.section-heading h2{margin-top:16px}
.section-heading>p{max-width:365px;font-size:14px;color:var(--shop-muted);line-height:1.8}
.app-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:20px}
.app-product{padding:32px 35px;border:1px solid var(--shop-line);background:linear-gradient(115deg,#111c2a,#131724);border-radius:10px;display:grid;grid-template-columns:1fr auto;gap:23px}
.app-product .product-eyebrow{font-size:10px;letter-spacing:1.7px;color:var(--shop-gold);text-transform:uppercase}
.app-product h3{font-size:28px;font-weight:650;margin:10px 0;letter-spacing:-1px}
.app-product p{font-size:13px;color:var(--shop-muted);max-width:560px}
.app-product .product-price{font-size:38px;color:var(--shop-gold);font-weight:700;line-height:1.2;letter-spacing:-1px}
.app-product .product-price small{font-size:11px;letter-spacing:0;font-weight:500}
.product-buy{display:flex;flex-direction:column;align-items:flex-end;gap:10px;justify-content:center;min-width:173px}
.product-term{font-size:10px;color:var(--shop-muted)}
.product-features{display:flex;gap:20px;flex-wrap:wrap;font-size:11px;color:var(--shop-muted);margin-top:20px}
.product-features span{display:flex;gap:6px;align-items:center}
.product-features svg{width:13px}
.app-product.unavailable{grid-template-columns:1fr auto}
.app-product.unavailable .product-buy{max-width:215px;text-align:right}
.catalog-notice{border:1px solid var(--shop-gold-line);background:var(--shop-gold-soft);border-radius:6px;padding:14px 18px;display:flex;gap:20px;align-items:center;justify-content:space-between;margin-bottom:20px;font-size:12px}
.catalog-notice button{color:var(--shop-gold);background:transparent;text-decoration:underline;font-weight:650;white-space:nowrap}
.catalog-loading{font-size:14px;color:var(--shop-muted)}
.modules-section{padding-top:25px}
.module-filter{display:flex;gap:8px;border-bottom:1px solid var(--shop-line);padding-bottom:18px;margin-bottom:27px;flex-wrap:wrap}
.filter{background:transparent;border:1px solid transparent;padding:9px 15px;border-radius:5px;font-size:11px;color:var(--shop-muted)}
.filter.active{border-color:var(--shop-violet-line);background:var(--shop-violet-soft);color:var(--shop-violet)}
.module-products{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.module-card{transition:border-color .18s,background .18s;padding:26px;background:var(--shop-surface);border:1px solid var(--shop-line);border-radius:9px;display:flex;flex-direction:column;align-items:flex-start;gap:14px;min-width:0;position:relative}
.module-card:hover{border-color:var(--shop-violet-line);background:var(--shop-raised)}
.module-card[hidden]{display:none}
.module-icon{width:43px;height:43px;border-radius:9px;display:grid;place-items:center;background:var(--shop-violet-soft);color:var(--shop-violet);margin-bottom:8px}
.module-card:nth-child(2n) .module-icon{background:var(--shop-gold-soft);color:var(--shop-gold)}
.module-card:nth-child(3n) .module-icon{background:var(--shop-violet-soft);color:var(--shop-violet)}
.module-card .module-tag{font-size:8px;text-transform:uppercase;letter-spacing:1.7px;color:var(--shop-muted)}
.module-card h3{font-size:19px;letter-spacing:-.4px;line-height:1.2;font-weight:650}
.module-card p{font-size:12px;color:var(--shop-muted);line-height:1.8}
.module-card select{width:100%;border:1px solid var(--shop-line);border-radius:5px;background:var(--shop-surface);padding:8px 10px;font-size:11px;color:var(--shop-text);min-width:0}
.module-purchase{margin-top:auto;width:100%;border-top:1px solid var(--shop-line);padding-top:15px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.module-purchase strong{font-size:20px;font-weight:650}
.module-purchase small{display:block;font-size:9px;color:var(--shop-muted);font-weight:400;line-height:1.4}
.module-purchase button{font-size:11px;padding:9px 12px;min-height:37px;gap:8px}
.module-note{font-size:10px;color:var(--shop-muted);display:flex;gap:8px;align-items:flex-start;margin-top:25px}
.module-note svg{width:13px;height:16px}
.how-section{background:var(--shop-surface);padding:80px clamp(24px,5vw,84px);display:grid;grid-template-columns:1fr 1fr;gap:80px;max-width:1536px;margin:auto;border-top:1px solid var(--shop-line);border-bottom:1px solid var(--shop-line)}
.how-title h2{margin:18px 0 30px}
.steps{padding:0;margin:0;list-style:none;display:grid;gap:28px}
.steps li{display:flex;gap:21px;align-items:flex-start}
.step-number{font-size:12px;font-weight:700;border:1px solid var(--shop-line);padding:8px 11px;border-radius:50%;color:var(--shop-muted);line-height:1.5}
.steps h3{font-size:17px;margin-bottom:7px;font-weight:650}
.steps p{font-size:13px;color:var(--shop-muted);line-height:1.8}
.faq-section{display:grid;grid-template-columns:1fr 1.15fr;gap:75px}
.faq-section h2{margin-top:18px}
.faq-list details{border-bottom:1px solid var(--shop-line);padding:18px 0}
.faq-list details:first-child{padding-top:0}
.faq-list summary{display:flex;justify-content:space-between;align-items:center;font-size:13px;font-weight:650;list-style:none;cursor:pointer;gap:12px}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary svg{width:15px;color:var(--shop-violet)}
.faq-list p{font-size:12px;color:var(--shop-muted);line-height:1.8;padding:12px 32px 0 0}
.last-call{background:radial-gradient(ellipse at top,#281b3a,#070b12 65%);color:var(--shop-text);padding:70px 24px 0;text-align:center}
.last-call>.eyebrow{display:block;color:var(--shop-muted)}
.last-call h2{font-size:clamp(42px,5.8vw,79px);letter-spacing:-3px;margin:23px 0 29px;line-height:1.05}
.payment-strip{display:flex;justify-content:center;align-items:center;gap:37px;border-top:1px solid var(--shop-line);padding:25px;margin:54px auto 0;max-width:1000px}
.payment-strip>span{font-size:8px;letter-spacing:1.8px;color:var(--shop-muted)}
.payment-strip strong{font-size:12px;color:var(--shop-text);font-weight:650}
.shop-footer{max-width:1536px;margin:auto;padding:39px clamp(24px,5vw,84px);display:flex;gap:35px;justify-content:space-between;align-items:center}
.footer-brand{font-size:26px;font-weight:800;letter-spacing:-1px;line-height:1}
.footer-brand span{display:block;font-size:7px;letter-spacing:2.7px;font-weight:500;margin-top:5px}
.shop-footer p{font-size:11px;color:var(--shop-muted)}
.shop-footer>a:not(.footer-brand){font-size:11px;display:flex;gap:12px;align-items:center}
.shop-footer small{font-size:10px;color:var(--shop-muted)}
.shop-footer svg{width:14px}
.icon-button{color:var(--shop-text);border:1px solid var(--shop-line);background:transparent;border-radius:6px;width:36px;height:36px;display:grid;place-items:center}
dialog{border:1px solid var(--shop-line);border-radius:12px;width:min(540px,calc(100% - 32px));padding:29px;background:var(--shop-surface);color:var(--shop-text);max-height:90vh;overflow:auto;box-shadow:0 25px 80px #0008}
dialog::backdrop{background:#02060dd9;backdrop-filter:blur(5px)}
.cart-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:26px}
.cart-heading h2{font-size:29px;letter-spacing:-1px;margin-top:8px}
.cart-row{display:grid;grid-template-columns:1fr auto auto;gap:15px;align-items:center;border-top:1px solid var(--shop-line);padding:18px 0}
.cart-row h3{font-size:14px;font-weight:650}
.cart-row p{font-size:10px;color:var(--shop-muted)}
.cart-row strong{font-size:14px;white-space:nowrap}
.cart-summary{display:flex;justify-content:space-between;border-top:1px solid var(--shop-line);padding-top:18px;align-items:center}
.cart-summary>span{font-size:13px}
.cart-summary strong{color:var(--shop-gold);font-size:30px;letter-spacing:-1px}
.cart-conditions{font-size:11px;color:var(--shop-muted);margin:15px 0}
.cart-methods{font-size:10px;text-align:center;color:var(--shop-muted);margin-top:17px}
#cart-checkout{width:100%}
#shop-notification{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);z-index:70;max-width:calc(100% - 32px)}
#shop-notification:not(:empty){padding:12px 18px;background:#0d1826;color:white;box-shadow:0 8px 20px #0008;border-radius:6px;font-size:12px;display:flex;align-items:center;gap:22px}
#shop-notification button{color:inherit;background:transparent;padding:0}
.preview-strip{padding:11px 24px;text-align:center;background:var(--shop-gold-soft);font-size:12px}
body:has(dialog[open]){overflow:hidden}
@media(min-width:1600px){.shop-header{padding-left:calc((100vw - 1370px)/2);padding-right:calc((100vw - 1370px)/2)}
}
@media(max-width:1120px){.shop-header{gap:24px}
.shop-brand span{display:none}
.shop-header nav{gap:19px}
.hero{gap:30px;padding-top:65px;min-height:590px}
.hero h1{letter-spacing:-4px}
.hero-text{font-size:15px}
.hero-actions{gap:17px}
.hero-actions .shop-button{font-size:12px;padding:13px 15px;gap:15px}
.hero-actions .text-link{font-size:11px}
.studio-preview{grid-template-columns:90px 1fr}
.studio-side{font-size:8px;padding:18px 6px}
.stage-logo{font-size:32px}
.studio-content{padding:14px}
.floating-card{right:-8px;padding:14px;width:92%}
.floating-card strong{font-size:10px}
.floating-card div>span{font-size:8px}
.studio-top{font-size:8px}
.compatibility{gap:20px}
.compatibility>span{display:none}
.app-product{grid-template-columns:1fr}
.app-product .product-buy{align-items:flex-start}
.app-product.unavailable{grid-template-columns:1fr auto}
.module-products{grid-template-columns:repeat(3,1fr)}
.module-card{transition:border-color .18s,background .18s;padding:22px 18px}
.shop-footer{gap:15px}
.shop-footer p{display:none}
}
@media(max-width:800px){.shop-header{height:76px;gap:14px;padding:0 24px}
.shop-brand img{width:115px}
.mobile-menu{display:grid!important;margin-left:auto}
.nav-actions{gap:15px}
.account-link{font-size:11px}
.shop-header nav{display:none;position:absolute;left:0;right:0;top:76px;background:var(--shop-bg);padding:23px;flex-wrap:wrap;border-bottom:1px solid var(--shop-line)}
.shop-header nav.expanded{display:flex}
.hero{grid-template-columns:1fr;gap:56px;padding-top:53px;padding-bottom:63px}
.hero h1{font-size:80px}
.hero-text{max-width:520px;font-size:16px}
.hero-copy{max-width:600px}
.hero-visual{max-width:610px;width:100%;margin:0 auto}
.studio-preview{grid-template-columns:120px 1fr;min-height:319px}
.studio-side{font-size:10px;padding:23px 12px}
.studio-content{padding:20px}
.preview-stage{height:203px}
.stage-logo{font-size:48px}
.studio-top{font-size:11px}
.preview-badge{font-size:8px}
.preview-controls{font-size:10px}
.floating-card{width:78%;padding:19px;bottom:-6px}
.floating-card strong{font-size:12px}
.floating-card div>span{font-size:10px}
.compatibility{flex-wrap:wrap;justify-content:center;gap:17px 35px;padding:24px}
.compatibility strong{font-size:12px}
.section-heading{align-items:flex-start;gap:20px;flex-direction:column}
.section-heading>p{max-width:520px;font-size:13px}
.shop-section{padding:60px 24px}
.modules-section{padding-top:5px}
.module-products{grid-template-columns:repeat(2,1fr)}
h2{font-size:38px}
.how-section{padding:60px 24px;grid-template-columns:1fr;gap:40px}
.how-title h2{margin-bottom:22px}
.faq-section{grid-template-columns:1fr;gap:35px}
.payment-strip{gap:20px;flex-wrap:wrap}
.shop-footer{flex-wrap:wrap;gap:23px}
.shop-footer small{width:100%}
}
@media(max-width:480px){.shop-header{padding:0 18px}
.shop-brand img{width:105px}
.nav-actions .account-link{font-size:0;gap:0}
.account-link svg{width:18px}
.cart-button{padding:8px 10px}
.hero{padding:42px 24px 65px}
.hero h1{font-size:68px;letter-spacing:-4.3px;margin:24px 0}
.eyebrow{font-size:8px;letter-spacing:1.7px}
.hero-text{font-size:14px}
.platform{font-size:9px;flex-wrap:wrap}
.hero-visual{padding:19px 12px 43px}
.preview-label{font-size:6px;padding-bottom:15px}
.studio-preview{grid-template-columns:76px 1fr;min-height:258px}
.studio-side{font-size:7px;padding:19px 4px}
.studio-side img{width:61px}
.side-item{gap:5px;padding:5px 3px}
.studio-side svg{width:10px}
.studio-content{padding:12px 10px}
.studio-top{font-size:8px}
.preview-badge{font-size:6px}
.preview-stage{height:166px;padding:13px}
.stage-label{font-size:6px}
.stage-logo{font-size:32px}
.stage-caption{font-size:7px;right:8px}
.preview-controls{font-size:6px;gap:7px;padding-top:11px}
.preview-controls svg{width:9px}
.floating-card{padding:12px;gap:10px;width:88%;bottom:1px}
.floating-card strong{font-size:9px}
.floating-card div>span{font-size:7px}
.gift-mark{width:30px;height:35px}
.visual-number{font-size:6px}
.compatibility{gap:15px 23px}
.compatibility strong{font-size:10px}
.compatibility svg{width:13px}
.section-heading h2{font-size:33px}
.app-product,.app-product.unavailable{padding:25px;grid-template-columns:1fr}
.app-product.unavailable .product-buy{align-items:flex-start;text-align:left;max-width:none}
.app-product h3{font-size:26px}
.module-filter{gap:4px}
.filter{font-size:10px;padding:8px 10px}
.module-products{grid-template-columns:1fr}
.module-card{transition:border-color .18s,background .18s;padding:25px}
.module-card h3{font-size:20px}
.module-card p{font-size:13px}
.module-note{font-size:10px}
.last-call h2{font-size:45px;letter-spacing:-2px}
.last-call .eyebrow{font-size:8px}
.payment-strip{gap:15px;font-size:10px;padding:22px 0}
.payment-strip>span{width:100%}
.payment-strip strong{font-size:10px}
.cart-row{gap:8px}
.cart-row h3{font-size:12px}
dialog{padding:23px}
.cart-heading h2{font-size:26px}
.shop-footer{padding:30px 24px}
.shop-footer>a:not(.footer-brand){font-size:10px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
*,*:before,*:after{transition:none!important;animation:none!important}
}


.product-regular{font-size:12px;color:var(--shop-muted)}
.product-regular s{margin-left:5px}
.updates-note{max-width:1536px;margin:0 auto;padding:0 clamp(24px,5vw,84px) 70px}
.updates-note>div{padding:28px;border:1px solid var(--shop-line);border-radius:9px;background:var(--shop-raised);display:grid;gap:12px}
.updates-note h3{font-size:22px}
.updates-note p{max-width:780px;font-size:13px;color:var(--shop-muted)}


.store-product-image{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:contain;background:var(--shop-surface);border-radius:8px}
.app-product>.store-product-image{grid-column:1/-1;max-height:300px}
.module-artwork{margin-bottom:16px}
.module-artwork[hidden],.module-icon[hidden]{display:none!important}


.custom-store-text{white-space:pre-line;overflow-wrap:anywhere}
.hero-copy,.hero-cover{min-width:0}
.hero-cover img{display:block;max-width:100%;width:100%;height:auto;max-height:570px;object-fit:contain;border-radius:14px}
.hero-cover[hidden],.hero-visual[hidden]{display:none!important}
.shop-brand img,.footer-brand img{object-fit:contain;max-height:56px}
.footer-brand img{display:block}
.hero h1.custom-store-text{font-size:clamp(42px,5.8vw,88px);letter-spacing:-.04em}
.faq-list summary.custom-store-text{display:flex;gap:16px;justify-content:space-between}
.faq-list summary.custom-store-text>span{min-width:0}

