:root{--bg:#f4f1ea;--surface:#fff;--ink:#161616;--muted:#6f6a63;--line:#d9d4cb;--accent:#6d35ff;--accent-strong:#5120d8;--dark:#17151b;--dark-soft:#25222b;--radius-lg:28px;--radius-md:18px;--shadow:0 22px 60px #19161214}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.shell{width:min(1180px,100% - 40px);margin-inline:auto}.site-header{justify-content:space-between;align-items:center;gap:24px;min-height:84px;display:flex}.brand{letter-spacing:-.03em;align-items:center;gap:10px;font-size:18px;font-weight:800;display:inline-flex}.brand-mark{background:var(--ink);color:#fff;border-radius:10px;place-items:center;width:34px;height:34px;font-size:15px;display:grid}.top-nav{color:var(--muted);gap:24px;font-size:14px;display:flex}.top-nav a:hover,.intent-card a:hover{color:var(--accent)}.hero{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);align-items:center;gap:56px;min-height:670px;padding-block:70px 110px;display:grid}.hero-copy{max-width:760px}.kicker{color:var(--accent);letter-spacing:.14em;text-transform:uppercase;margin-bottom:18px;font-size:12px;font-weight:800;display:inline-block}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.07em;max-width:800px;margin-bottom:26px;font-size:clamp(56px,8vw,104px);line-height:.93}.hero-copy>p{max-width:650px;color:var(--muted);margin-bottom:34px;font-size:clamp(18px,2vw,23px);line-height:1.5}.primary-button{background:var(--accent);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-height:54px;padding:0 24px;font-size:14px;font-weight:800;transition:transform .16s,background .16s;display:inline-flex}.primary-button:hover{background:var(--accent-strong);transform:translateY(-2px)}.hero-panel{border-radius:var(--radius-lg);background:var(--dark);color:#fff;min-height:410px;box-shadow:var(--shadow);flex-direction:column;justify-content:flex-end;padding:32px;display:flex;position:relative;overflow:hidden}.hero-panel:before{content:"";border:42px solid #6d35ffb8;border-radius:50%;width:220px;height:220px;position:absolute;top:-60px;right:-50px}.panel-number{color:#9f93ad;font-size:13px;font-weight:800;position:absolute;top:28px;left:30px}.hero-panel strong{letter-spacing:-.045em;max-width:280px;margin-bottom:14px;font-size:32px;line-height:1}.hero-panel p{color:#c8c1d0;max-width:330px;margin-bottom:24px;line-height:1.5}.signal-row{flex-wrap:wrap;gap:8px;display:flex}.signal-row span{color:#d8d2df;text-transform:uppercase;letter-spacing:.08em;border:1px solid #3f3947;border-radius:999px;padding:8px 11px;font-size:11px}.intent-section,.service-section{padding-block:110px}.section-heading{max-width:760px;margin-bottom:52px}.section-heading h2,.closing h2{letter-spacing:-.055em;margin-bottom:16px;font-size:clamp(38px,5vw,64px);line-height:.98}.section-heading>p{color:var(--muted);font-size:18px}.intent-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.intent-card{border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#ffffff59;flex-direction:column;min-height:330px;padding:26px;transition:background .18s,transform .18s;display:flex}.intent-card:hover{background:var(--surface);box-shadow:var(--shadow);z-index:1;transform:translateY(-3px)}.card-topline{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;justify-content:space-between;gap:12px;margin-bottom:70px;font-size:11px;font-weight:700;display:flex}.intent-card h3,.service-card h3{letter-spacing:-.045em;margin-bottom:12px;font-size:28px;line-height:1.03}.intent-card p,.service-card p{color:var(--muted);line-height:1.5}.intent-card a{justify-content:space-between;gap:16px;margin-top:auto;padding-top:20px;font-size:13px;font-weight:800;display:flex}.process-section{background:var(--dark);color:#fff}.process-shell{grid-template-columns:.9fr 1.1fr;gap:72px;padding-block:110px;display:grid}.light-heading .kicker{color:#a989ff}.process-list{border-top:1px solid #3a3540;margin:0;padding:0;list-style:none}.process-list li{border-bottom:1px solid #3a3540;grid-template-columns:54px 1fr;gap:18px;padding:26px 0;display:grid}.process-list li>span{color:#8f8798;font-size:12px;font-weight:800}.process-list strong{letter-spacing:-.03em;margin-bottom:7px;font-size:22px;display:block}.process-list p{color:#bdb6c5;margin:0;line-height:1.5}.service-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.service-card{border-radius:var(--radius-md);background:var(--surface);min-height:300px;padding:28px;box-shadow:0 1px #0000000a}.service-index{color:var(--accent);margin-bottom:95px;font-size:12px;font-weight:900;display:block}.closing{border-radius:var(--radius-lg);background:#e8e1ff;justify-content:space-between;align-items:end;gap:32px;margin-bottom:80px;padding:50px;display:flex}.closing>div{max-width:760px}.closing h2{margin-bottom:0}.site-footer{border-top:1px solid var(--line);min-height:100px;color:var(--muted);justify-content:space-between;align-items:center;gap:20px;font-size:12px;display:flex}@media (max-width:900px){.top-nav{display:none}.hero,.process-shell{grid-template-columns:1fr}.hero{min-height:auto;padding-top:80px}.hero-panel{min-height:330px}.intent-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-grid{grid-template-columns:1fr}}@media (max-width:620px){.shell{width:min(100% - 24px,1180px)}.site-header{min-height:72px}.hero{gap:32px;padding-block:52px 80px}h1{font-size:clamp(48px,16vw,72px)}.intent-section,.service-section,.process-shell{padding-block:78px}.intent-grid{grid-template-columns:1fr}.intent-card{min-height:290px}.closing{flex-direction:column;align-items:stretch;padding:30px}.site-footer{flex-direction:column;justify-content:center;align-items:flex-start;padding-block:24px}}
.back-link{color:var(--muted);font-size:13px;font-weight:700}.back-link:hover{color:var(--accent)}.journey-page{min-height:100vh}.journey-hero{grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);align-items:end;gap:70px;min-height:560px;padding-block:90px 110px;display:grid}.journey-hero h1{max-width:760px;font-size:clamp(52px,7vw,92px)}.journey-hero>div>p{max-width:650px;color:var(--muted);font-size:20px;line-height:1.5}.journey-status{border:1px solid var(--line);border-radius:var(--radius-md);background:#ffffff80;padding:30px}.journey-status>span{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin-bottom:70px;font-size:11px;font-weight:900;display:block}.journey-status strong{letter-spacing:-.04em;margin-bottom:12px;font-size:25px;line-height:1.05;display:block}.journey-status p{color:var(--muted);margin:0;font-size:14px;line-height:1.55}.journey-options{border-top:1px solid var(--line);padding-block:100px}.journey-service-card{flex-direction:column;display:flex}.coming-next{color:var(--muted);border-top:1px solid #ece8e1;margin-top:auto;padding-top:24px;font-size:12px;font-weight:700}.journey-note{border-radius:var(--radius-lg);background:var(--dark);color:#fff;justify-content:space-between;align-items:end;gap:42px;margin-bottom:80px;padding:50px;display:flex}.journey-note>div{max-width:760px}.journey-note h2{letter-spacing:-.055em;margin-bottom:14px;font-size:clamp(38px,5vw,62px);line-height:.98}.journey-note p{color:#bdb6c5;margin-bottom:0;line-height:1.55}@media (max-width:900px){.journey-hero{grid-template-columns:1fr;gap:36px}}@media (max-width:620px){.journey-hero{min-height:auto;padding-block:62px 80px}.journey-options{padding-block:78px}.journey-note{flex-direction:column;align-items:stretch;padding:30px}}
.pricing-hero{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:center;gap:56px;min-height:520px;padding-block:70px 90px;display:grid}.pricing-hero h1{margin-bottom:24px}.pricing-hero>div>p{max-width:680px;color:var(--muted);font-size:clamp(18px,2vw,22px);line-height:1.5}.pricing-summary{border-radius:var(--radius-lg);background:var(--dark);color:#fff;min-height:300px;box-shadow:var(--shadow);flex-direction:column;justify-content:flex-end;padding:32px;display:flex}.pricing-summary>span{color:#a989ff;letter-spacing:.12em;text-transform:uppercase;margin-bottom:auto;font-size:11px;font-weight:800}.pricing-summary strong{letter-spacing:-.04em;margin:32px 0 14px;font-size:clamp(26px,3vw,38px);line-height:1.05}.pricing-summary p{color:#c8c1d0;margin:0;line-height:1.5}.pricing-calculator-shell{padding-bottom:84px}.calculator-card{border-radius:var(--radius-lg);background:var(--dark);color:#fff;box-shadow:var(--shadow);padding:38px}.calculator-heading{max-width:760px}.calculator-heading h2{letter-spacing:-.05em;margin-bottom:14px;font-size:clamp(36px,5vw,58px);line-height:1}.calculator-heading p{color:#c8c1d0;line-height:1.55}.calculator-tabs{flex-wrap:wrap;gap:10px;margin:30px 0;display:flex}.calculator-tab{color:#d8d2df;min-height:46px;font:inherit;cursor:pointer;background:0 0;border:1px solid #494251;border-radius:999px;padding:0 18px;font-size:14px;font-weight:800}.calculator-tab.is-active{color:#fff;background:#6d35ff;border-color:#a989ff}.calculator-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.calculator-field{border-radius:var(--radius-md);background:var(--dark-soft);border:1px solid #3f3947;gap:10px;padding:22px;display:grid}.calculator-field>span{font-size:13px;font-weight:800}.calculator-field input,.calculator-field select{color:#fff;width:100%;min-height:52px;font:inherit;background:#17151b;border:1px solid #5a5263;border-radius:12px;padding:0 14px;font-size:17px}.calculator-field small{color:#a9a1b0;line-height:1.4}.calculator-result{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:22px;display:grid}.calculator-result>div{border-radius:var(--radius-md);min-height:118px;color:var(--ink);background:#fff;flex-direction:column;justify-content:space-between;padding:24px;display:flex}.calculator-result span{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:800}.calculator-result strong{letter-spacing:-.05em;font-size:clamp(28px,4vw,46px);line-height:1}.calculator-outside-range{grid-column:1/-1}.calculator-actions{flex-wrap:wrap;align-items:center;gap:16px;margin-top:24px;display:flex}.calculator-actions>span{color:#aaa2b2;font-size:12px}.pricing-products{gap:28px;padding-block:30px 110px;display:grid}.pricing-product{border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow);grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);gap:40px;padding:38px;display:grid}.pricing-product-intro{flex-direction:column;align-items:flex-start;display:flex}.pricing-product-intro h2{letter-spacing:-.055em;margin-bottom:14px;font-size:clamp(38px,5vw,58px);line-height:.98}.pricing-product-intro p{color:var(--muted);margin-bottom:28px;line-height:1.55}.pricing-table-wrap{gap:28px;display:grid}.price-group h3{text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px;font-size:14px}.price-list{border-top:1px solid var(--line)}.price-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:24px;min-height:72px;display:flex}.price-row>span{color:var(--muted);font-weight:700}.price-row strong{letter-spacing:-.04em;font-size:clamp(22px,2.4vw,30px)}.price-row small{color:var(--muted);letter-spacing:0;font-size:12px;font-weight:700}.pricing-notes{color:var(--muted);margin:0;padding:20px 0 0 20px;line-height:1.55}.pricing-notes li+li{margin-top:8px}.pricing-closing{border-radius:var(--radius-lg);background:#e8e1ff;justify-content:space-between;align-items:end;gap:32px;margin-bottom:80px;padding:46px;display:flex}.pricing-closing>div{max-width:760px}.pricing-closing h2{letter-spacing:-.05em;margin-bottom:12px;font-size:clamp(36px,5vw,58px);line-height:1}.pricing-closing p{color:var(--muted);margin-bottom:0;line-height:1.5}.closing-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.secondary-link{border-radius:999px;justify-content:center;align-items:center;min-height:54px;padding:0 18px;font-size:14px;font-weight:800;display:inline-flex}.secondary-link:hover,.secondary-link:focus-visible{background:#ffffff80;outline:none}@media (max-width:900px){.pricing-hero,.pricing-product,.calculator-fields,.calculator-result{grid-template-columns:1fr}.pricing-hero{min-height:auto}.calculator-outside-range{grid-column:auto}}@media (max-width:620px){.pricing-hero{gap:28px;padding-block:48px 68px}.calculator-card,.pricing-product{padding:26px}.price-row{flex-direction:column;align-items:flex-start;gap:8px;padding-block:18px}.calculator-actions,.pricing-closing{flex-direction:column;align-items:stretch}.pricing-closing{padding:28px}.closing-actions{flex-direction:column;align-items:stretch}}
.commercial-hero{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:center;gap:52px;min-height:620px;padding-block:76px 96px;display:grid}.commercial-hero-copy h1{letter-spacing:-.065em;max-width:820px;margin-bottom:24px;font-size:clamp(52px,7vw,92px);line-height:.94}.commercial-hero-copy>p{max-width:700px;color:var(--muted);margin-bottom:30px;font-size:clamp(18px,2vw,22px);line-height:1.55}.commercial-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.commercial-secondary-button{border:1px solid var(--line);background:#ffffff73;border-radius:999px;justify-content:center;align-items:center;min-height:54px;padding:0 22px;font-size:14px;font-weight:800;display:inline-flex}.commercial-secondary-button:hover{background:var(--surface)}.commercial-hero-card{border-radius:var(--radius-lg);background:var(--dark);color:#fff;min-height:390px;box-shadow:var(--shadow);flex-direction:column;padding:32px;display:flex}.commercial-hero-card>span:first-child{color:#a989ff;letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:800}.commercial-hero-card strong{letter-spacing:-.05em;max-width:390px;margin-top:auto;font-size:clamp(30px,4vw,44px);line-height:1}.commercial-hero-card>p{color:#c8c1d0;margin:16px 0 24px;line-height:1.5}.commercial-facts{flex-wrap:wrap;gap:8px;display:flex}.commercial-facts span{color:#ded8e5;border:1px solid #46404d;border-radius:999px;padding:8px 11px;font-size:11px;font-weight:700}.commercial-price-section{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding-block:86px}.commercial-price-card{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.commercial-price-group{border-radius:var(--radius-md);background:var(--surface);padding:28px;box-shadow:0 1px #0000000a}.commercial-price-group h3{text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px;font-size:13px}.commercial-price-row{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;min-height:68px;display:flex}.commercial-price-row>span{color:var(--muted);font-weight:700}.commercial-price-row strong{letter-spacing:-.04em;font-size:clamp(22px,2.5vw,30px)}.commercial-price-row small{color:var(--muted);letter-spacing:0;font-size:12px}.commercial-price-actions{flex-wrap:wrap;align-items:center;gap:14px;margin-top:24px;display:flex}.commercial-price-actions>span{color:var(--muted);font-size:12px}.commercial-quick-quote-shell{padding-block:34px 86px}.commercial-inline-calculator{margin:0}.commercial-inline-fields{margin-top:28px}.commercial-section{border-top:1px solid var(--line);padding-block:92px}.commercial-section-heading{max-width:780px;margin-bottom:42px}.commercial-section-heading h2,.commercial-closing h2{letter-spacing:-.055em;margin-bottom:16px;font-size:clamp(38px,5vw,62px);line-height:.98}.commercial-section-heading p,.commercial-closing p{max-width:720px;color:var(--muted);font-size:17px;line-height:1.6}.commercial-info-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.commercial-info-card{border-radius:var(--radius-md);background:var(--surface);flex-direction:column;min-height:260px;padding:28px;display:flex;box-shadow:0 1px #0000000a}.commercial-info-card>span{color:var(--accent);margin-bottom:auto;font-size:11px;font-weight:900}.commercial-info-card h3{letter-spacing:-.04em;margin:64px 0 12px;font-size:26px;line-height:1.05}.commercial-info-card p{color:var(--muted);margin:0;line-height:1.55}.commercial-closing{border-radius:var(--radius-lg);background:#e8e1ff;justify-content:space-between;align-items:end;gap:34px;margin-block:30px 80px;padding:46px;display:flex}.commercial-closing>div:first-child{max-width:780px}@media (max-width:900px){.commercial-hero,.commercial-info-grid,.commercial-price-card{grid-template-columns:1fr}.commercial-hero{min-height:auto}.commercial-info-card{min-height:220px}}@media (max-width:620px){.commercial-hero{gap:28px;padding-block:50px 70px}.commercial-hero-copy h1{font-size:clamp(46px,15vw,70px)}.commercial-hero-card,.commercial-info-card,.commercial-price-group{padding:26px}.commercial-section,.commercial-price-section{padding-block:72px}.commercial-quick-quote-shell{padding-block:28px 72px}.commercial-price-row{flex-direction:column;align-items:flex-start;gap:8px;padding-block:16px}.commercial-closing{flex-direction:column;align-items:stretch;padding:28px}.commercial-actions,.commercial-price-actions{flex-direction:column;align-items:stretch}}
.commerce-utilities{z-index:1000;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;border:1px solid #00000014;border-radius:999px;gap:8px;padding:7px;display:flex;position:fixed;bottom:18px;right:18px;box-shadow:0 14px 36px #0000001f}.commerce-utilities a{border-radius:999px;align-items:center;gap:8px;min-height:40px;padding:0 14px;font-size:13px;font-weight:800;display:inline-flex}.commerce-utilities a:hover{background:var(--surface)}.commerce-utilities a:last-child{background:var(--dark);color:#fff}.commerce-utilities a:last-child:hover{background:#2f2934}.commerce-utilities a span{background:#7b52ff;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 6px;font-size:11px;display:inline-flex}.commerce-system-page{min-height:100vh;padding-bottom:100px}.commerce-system-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;min-height:84px;display:flex}.commerce-system-title{max-width:900px;padding-block:72px 52px}.commerce-system-title h1,.commerce-empty-state h1{letter-spacing:-.06em;margin:8px 0 18px;font-size:clamp(48px,7vw,84px);line-height:.95}.commerce-system-title>p,.commerce-empty-state>p{max-width:720px;color:var(--muted);font-size:18px;line-height:1.6}.commerce-empty-state{border-radius:var(--radius-lg);background:var(--surface);max-width:760px;padding:44px}.commerce-empty-state h2{letter-spacing:-.04em;margin-bottom:16px;font-size:clamp(30px,4vw,46px)}.commerce-empty-state .primary-button{margin-top:24px}.cart-layout,.checkout-layout,.account-layout{grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);align-items:start;gap:24px;display:grid}.cart-lines,.account-order-list{gap:14px;display:grid}.cart-line{border-radius:var(--radius-md);background:var(--surface);grid-template-columns:minmax(0,1fr) 150px 180px;align-items:center;gap:24px;padding:26px;display:grid}.cart-line-main>span{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:900}.cart-line-main h2{letter-spacing:-.04em;margin:8px 0;font-size:24px;line-height:1.05}.cart-line-main small,.cart-quantity-control small,.checkout-help,.checkout-payment-note,.checkout-summary small{color:var(--muted);line-height:1.45}.cart-quantity-control,.checkout-form label,.account-profile-card label,.account-login-card label{color:var(--muted);gap:8px;font-size:12px;font-weight:800;display:grid}.cart-quantity-control input,.checkout-form input,.checkout-form textarea,.account-profile-card input,.account-login-card input{border:1px solid var(--line);width:100%;min-height:48px;color:var(--text);font:inherit;background:#fff;border-radius:12px;padding:11px 13px}.checkout-form textarea{resize:vertical;min-height:120px}.cart-line-price{text-align:right;flex-direction:column;align-items:flex-end;gap:7px;display:flex}.cart-line-price>span{color:var(--muted);font-size:12px}.cart-line-price strong{letter-spacing:-.04em;font-size:25px}.cart-line-price button,.text-button{color:var(--accent);font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-size:12px;font-weight:800}.cart-summary,.checkout-summary,.account-profile-card,.account-login-card{border-radius:var(--radius-lg);background:var(--dark);color:#fff;padding:30px;position:sticky;top:24px}.cart-summary-row,.checkout-summary-total,.account-order-total,.checkout-success-total{border-top:1px solid #ffffff26;justify-content:space-between;align-items:center;gap:18px;margin-top:24px;padding-top:20px;display:flex}.cart-summary-row strong,.checkout-summary-total strong,.checkout-success-total strong{letter-spacing:-.04em;font-size:28px}.cart-summary p,.checkout-summary small,.account-login-card p{color:#c8c1d0;margin:18px 0 22px;line-height:1.55}.cart-summary .primary-button,.account-login-card .primary-button{width:100%}.text-link{color:var(--accent);margin-top:16px;font-size:13px;font-weight:800;display:inline-flex}.checkout-form{gap:18px;display:grid}.checkout-section{border-radius:var(--radius-md);background:var(--surface);padding:30px}.checkout-section h2,.account-profile-card h2,.account-orders h2,.account-login-card h2,.checkout-success h2{letter-spacing:-.05em;margin:7px 0 22px;font-size:clamp(30px,4vw,44px);line-height:1}.checkout-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:22px;display:grid}.checkout-wide-field{grid-column:span 2}.checkout-account-note{color:#34294c;background:#ece6ff;border-radius:12px;margin:18px 0;padding:12px 14px;font-size:13px}.checkout-account-note a{font-weight:900;text-decoration:underline}.delivery-toggle{background:#fff;border-radius:14px;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:18px;padding:6px;display:grid}.delivery-toggle button{min-height:48px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:10px;font-weight:800}.delivery-toggle button.active{background:var(--dark);color:#fff}.checkout-help{margin-top:16px}.checkout-submit{cursor:pointer;border:0;width:100%}.checkout-submit:disabled{opacity:.6;cursor:wait}.checkout-payment-note{text-align:center;margin:0 8px;font-size:12px}.checkout-error,.account-message{color:#7f1515;background:#ffe1e1;border-radius:12px;padding:13px 15px;font-size:13px;font-weight:700}.checkout-summary-item{border-bottom:1px solid #ffffff1f;justify-content:space-between;align-items:flex-start;gap:18px;padding:16px 0;display:flex}.checkout-summary-item>div{gap:5px;display:grid}.checkout-summary-item span{color:#c8c1d0;font-size:12px}.checkout-success{border-radius:var(--radius-lg);background:#e8e1ff;max-width:760px;padding:42px}.checkout-success p{color:var(--muted);line-height:1.6}.checkout-success .checkout-success-total{border-top-color:#0000001a}.checkout-success .primary-button{margin-top:28px}.account-layout{grid-template-columns:minmax(300px,.7fr) minmax(0,1.3fr)}.account-profile-card{position:sticky}.account-profile-card form,.account-login-card form{gap:15px;display:grid}.account-profile-card input,.account-login-card input{color:#fff;background:#211c24;border-color:#48404f}.account-card-heading,.account-order-top{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.account-card-heading .text-link{margin-top:0}.account-email{color:#c8c1d0;margin-bottom:22px;font-size:13px}.account-profile-card .text-button{color:#b89cff}.account-profile-card .account-message{margin-top:16px}.account-orders{min-width:0}.account-no-orders{border-radius:var(--radius-md);background:var(--surface);padding:30px}.account-order-card{border-radius:var(--radius-md);background:var(--surface);padding:26px}.account-order-top>div>span{color:var(--muted);font-size:11px}.account-order-top h3{letter-spacing:-.04em;margin-top:4px;font-size:24px}.order-status{color:#412f78;background:#e8e1ff;border-radius:999px;padding:8px 10px;font-size:11px;font-weight:900}.account-order-items{gap:10px;margin-top:22px;display:grid}.account-order-items>div{color:var(--muted);justify-content:space-between;align-items:center;gap:16px;font-size:13px;display:flex}.account-order-items strong{color:var(--text)}.account-order-total{border-top-color:var(--line)}.account-order-total span{color:var(--muted);font-size:12px}.account-order-total strong{font-size:22px}.account-login-card{max-width:560px;position:static}@media (max-width:900px){.cart-layout,.checkout-layout,.account-layout,.cart-line{grid-template-columns:1fr}.cart-summary,.checkout-summary,.account-profile-card{position:static}.cart-line-price{text-align:left;align-items:flex-start}}@media (max-width:620px){.commerce-utilities{bottom:10px;right:10px}.commerce-utilities a{padding-inline:11px;font-size:12px}.commerce-system-header{padding-top:8px}.commerce-system-title{padding-block:52px 36px}.commerce-empty-state,.checkout-section,.cart-line,.cart-summary,.checkout-summary,.account-profile-card,.account-login-card,.account-order-card,.checkout-success{padding:24px}.checkout-grid{grid-template-columns:1fr}.checkout-wide-field{grid-column:auto}.account-card-heading,.account-order-top,.account-order-items>div,.account-order-total{flex-direction:column;align-items:flex-start}}
.global-header{z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f4f1eaf0;border-bottom:1px solid #d9d4cbe6;position:sticky;top:0}.desktop-nav{color:var(--muted);align-items:center;gap:18px;font-size:13px;font-weight:700;display:flex}.desktop-nav>a,.nav-dropdown>summary{transition:color .16s}.desktop-nav>a:hover,.nav-dropdown>summary:hover,.nav-dropdown[open]>summary{color:var(--accent)}.nav-price-link{color:var(--ink)}.nav-dropdown{position:relative}.nav-dropdown>summary,.mobile-nav>summary{cursor:pointer;list-style:none}.nav-dropdown>summary::-webkit-details-marker{display:none}.mobile-nav>summary::-webkit-details-marker{display:none}.nav-dropdown>summary:after{content:"↓";margin-left:6px;font-size:10px}.nav-dropdown-panel{border:1px solid var(--line);background:var(--surface);width:230px;box-shadow:var(--shadow);border-radius:16px;gap:2px;padding:10px;display:grid;position:absolute;top:calc(100% + 16px);right:0}.nav-dropdown-panel a{color:var(--muted);border-radius:10px;padding:11px 12px}.nav-dropdown-panel a:hover{background:var(--bg);color:var(--ink)}.nav-cta{background:var(--ink);border-radius:999px;justify-content:center;align-items:center;min-height:42px;padding:0 17px;font-size:12px;font-weight:800;display:inline-flex;color:#fff!important}.nav-cta:hover{background:var(--accent)}.mobile-nav{display:none;position:relative}.mobile-nav>summary{border:1px solid var(--line);background:var(--surface);border-radius:999px;justify-content:center;align-items:center;min-height:42px;padding:0 16px;font-size:13px;font-weight:800;display:inline-flex}.mobile-nav-panel{border:1px solid var(--line);background:var(--surface);width:min(340px,100vw - 24px);max-height:calc(100vh - 90px);box-shadow:var(--shadow);border-radius:18px;gap:3px;padding:14px;display:grid;position:absolute;top:calc(100% + 12px);right:0;overflow-y:auto}.mobile-nav-panel a:not(.nav-cta){color:var(--ink);border-radius:10px;padding:11px 12px;font-size:14px;font-weight:700}.mobile-nav-panel a:not(.nav-cta):hover{background:var(--bg)}.mobile-nav-label{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;margin-top:8px;padding:7px 12px 3px;font-size:10px;font-weight:900}.mobile-nav-price{color:var(--accent)!important}.mobile-nav-panel .nav-cta{margin-top:10px}.home-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.process-guide-link{color:#d8d2df;margin-top:8px;font-size:14px;font-weight:800;display:inline-flex}.process-guide-link:hover{color:#fff}.global-footer{border-top:1px solid var(--line);background:var(--surface);margin-top:96px;padding-top:72px}.footer-grid{grid-template-columns:1.4fr repeat(4,minmax(0,1fr));gap:42px;padding-bottom:60px;display:grid}.footer-brand-block{max-width:270px}.footer-brand-block p{color:var(--muted);margin:20px 0 24px;line-height:1.55}.footer-column{flex-direction:column;align-items:flex-start;gap:11px;display:flex}.footer-column strong{letter-spacing:.08em;text-transform:uppercase;margin-bottom:7px;font-size:12px}.footer-column a{color:var(--muted);font-size:13px;line-height:1.35}.footer-column a:hover,.footer-bottom a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid var(--line);min-height:78px;color:var(--muted);justify-content:space-between;align-items:center;gap:24px;font-size:12px;display:flex}@media (max-width:1050px){.desktop-nav{gap:12px}.home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.desktop-nav{display:none}.mobile-nav{display:block}.global-footer{margin-top:72px;padding-top:54px}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-brand-block{grid-column:1/-1;max-width:none}}@media (max-width:620px){.home-product-grid,.footer-grid{grid-template-columns:1fr}.footer-brand-block{grid-column:auto}.footer-bottom{flex-direction:column;justify-content:center;align-items:flex-start;padding-block:22px}}
body:has(.store-home) .global-header{display:none}body:has(.store-home) .commerce-utilities{display:none}body:has(.store-home)>footer.global-footer{display:none}body:has(.store-home) .global-footer:not(.store-footer){display:none}.store-home{--store-wine:#9a0526;--store-wine-dark:#720018;--store-ink:#111;--store-muted:#6f6f73;--store-line:#ececef;--store-soft:#f7f7f8;min-height:100vh;color:var(--store-ink);background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.store-home *{box-sizing:border-box}.store-home a{color:inherit;text-decoration:none}.store-topbar{color:#fff;background:#080808;justify-content:space-between;align-items:center;gap:24px;min-height:32px;padding:7px max(24px,50vw - 720px);font-size:11px;font-weight:650;display:flex}.store-header{border-bottom:1px solid var(--store-line);z-index:5;background:#fff;grid-template-columns:minmax(180px,270px) 1fr auto;align-items:center;gap:28px;width:100%;min-height:88px;padding:12px max(28px,50vw - 720px);display:grid;position:relative}.store-brand{align-items:center;width:fit-content;display:inline-flex}.store-brand img{object-fit:contain;object-position:left center;width:min(215px,100%);max-height:66px;display:block}.store-nav{justify-content:center;align-items:center;gap:clamp(22px,3vw,48px);font-size:14px;font-weight:720;display:flex}.store-nav a{white-space:nowrap;padding:13px 0;position:relative}.store-nav a:after{content:"";background:var(--store-wine);height:2px;transition:right .16s;position:absolute;bottom:5px;left:0;right:100%}.store-nav a:hover:after,.store-nav a:focus-visible:after{right:0}.store-header-actions{justify-content:flex-end;align-items:center;gap:8px;display:flex}.store-icon-link{color:#171717;border-radius:999px;place-items:center;width:40px;height:40px;font-size:18px;display:inline-grid}.store-icon-link:hover,.store-icon-link:focus-visible{background:var(--store-soft)}.store-header-cta,.store-primary-cta{background:var(--store-wine);border-radius:8px;justify-content:center;align-items:center;gap:10px;font-weight:800;transition:background .16s,transform .16s;display:inline-flex;color:#fff!important}.store-header-cta{white-space:nowrap;min-height:44px;margin-left:4px;padding:0 18px;font-size:13px}.store-header-cta:hover,.store-primary-cta:hover{background:var(--store-wine-dark)}.store-primary-cta:hover{transform:translateY(-1px)}.store-shell{width:min(1380px,100% - 64px);margin:0 auto}.store-hero{isolation:isolate;background-image:var(--store-hero-image);background-position:50% 42%;background-repeat:no-repeat;background-size:cover;align-items:stretch;min-height:clamp(560px,64vw,720px);display:flex;position:relative;overflow:hidden}.store-hero-overlay{z-index:-1;background:linear-gradient(90deg,#070708c7 0%,#0707089e 28%,#07070833 52%,#07070805 72%),linear-gradient(#0000 58%,#00000024);position:absolute;inset:0}.store-hero-content{align-items:center;padding-top:48px;padding-bottom:52px;display:flex}.store-hero-copy{color:#fff;width:min(560px,46%)}.store-kicker{color:#ffffffc2;letter-spacing:.12em;text-transform:uppercase;margin:0 0 12px;font-size:11px;font-weight:850}.store-hero h1{letter-spacing:-.052em;max-width:540px;margin:0;font-size:clamp(50px,5.1vw,74px);font-weight:920;line-height:.98}.store-hero-description{color:#ffffffe0;max-width:480px;margin:22px 0 0;font-size:clamp(16px,1.3vw,19px);line-height:1.5}.store-primary-cta{min-height:52px;margin-top:26px;padding:0 23px;font-size:14px}.store-section{padding-top:64px;padding-bottom:10px}.store-section-heading{margin-bottom:26px}.store-section-heading-row{justify-content:space-between;align-items:end;gap:24px;display:flex}.store-section-eyebrow{color:var(--store-wine);letter-spacing:.12em;text-transform:uppercase;margin-bottom:7px;font-size:10px;font-weight:850;display:inline-block}.store-section-heading h2{color:#151515;letter-spacing:-.04em;margin:0;font-size:clamp(30px,3vw,42px);line-height:1.08}.store-category-grid,.store-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.store-category-card,.store-product-card{border:1px solid var(--store-line);background:#fff;border-radius:12px;min-width:0;transition:transform .18s,border-color .18s;overflow:hidden}.store-category-card:hover,.store-product-card:hover{border-color:#d7d7db;transform:translateY(-2px)}.store-category-card>img{object-fit:cover;width:100%;height:270px;transition:transform .24s;display:block}.store-category-card:hover>img{transform:scale(1.018)}.store-card-shade{display:none}.store-category-content{color:var(--store-ink);padding:22px 22px 24px}.store-category-content h3{letter-spacing:-.03em;margin:0;font-size:clamp(21px,1.7vw,27px);line-height:1.08}.store-category-content p{max-width:340px;min-height:42px;color:var(--store-muted);margin:9px 0 17px;font-size:13px;line-height:1.5}.store-category-content span,.store-text-link,.store-product-info strong{color:var(--store-wine);align-items:center;gap:7px;font-size:13px;font-weight:850;display:inline-flex}.store-featured-section{padding-top:74px;padding-bottom:84px}.store-product-image-wrap{background:var(--store-soft);height:290px;overflow:hidden}.store-product-image-wrap img{object-fit:cover;width:100%;height:100%;display:block}.store-product-info{padding:22px 22px 24px}.store-product-info>span{color:var(--store-wine);letter-spacing:.1em;text-transform:uppercase;font-size:10px;font-weight:850}.store-product-info h3{letter-spacing:-.025em;margin:7px 0;font-size:21px;line-height:1.15}.store-product-info p{min-height:42px;color:var(--store-muted);margin:0 0 17px;font-size:13px;line-height:1.5}.store-studio-band{color:#fff;background:#0b0b0c;margin:8px 0 0}.store-studio-band-inner{grid-template-columns:1fr auto;align-items:center;gap:40px;width:min(1380px,100% - 64px);min-height:210px;margin:0 auto;padding:42px 0;display:grid}.store-studio-band span{color:#d5a5b2;letter-spacing:.12em;text-transform:uppercase;font-size:10px;font-weight:900}.store-studio-band h2{letter-spacing:-.045em;max-width:720px;margin:8px 0 9px;font-size:clamp(30px,3.4vw,50px);line-height:1}.store-studio-band p{color:#c8c8cc;max-width:700px;margin:0;line-height:1.5}.store-studio-cta{background:var(--store-wine);white-space:nowrap;border-radius:8px;align-items:center;min-height:52px;padding:0 22px;font-size:13px;font-weight:850;display:inline-flex;color:#fff!important}.store-footer{--accent:#9a0526;--accent-strong:#720018;--ink:#111;--muted:#6f6f73;--line:#e1e1e5;--surface:#fff;border-top:1px solid var(--store-line);background:#fff;margin:0;padding:0}.store-footer-accent{background:var(--store-wine);height:5px}.store-footer-main{grid-template-columns:1.1fr 1fr;gap:70px;padding:58px 0 34px;display:grid}.store-footer-brand-block h3{color:var(--store-wine);letter-spacing:-.04em;margin:0 0 12px;font-size:28px}.store-footer-brand-block p{max-width:500px;color:var(--store-muted);margin:0;line-height:1.55}.store-footer-links{grid-template-columns:repeat(2,1fr);gap:36px;display:grid}.store-footer-column{align-content:start;gap:10px;display:grid}.store-footer-column>span{color:#222;text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px;font-size:11px;font-weight:900}.store-footer-column a{color:var(--store-muted);font-size:13px}.store-footer-column a:hover{color:var(--store-wine)}.store-footer-payments{border-top:1px solid var(--store-line);justify-content:space-between;align-items:center;gap:24px;min-height:76px;display:flex}.store-footer-payment-copy{gap:3px;display:grid}.store-footer-payment-copy span{font-size:12px;font-weight:850}.store-footer-payment-copy small{color:var(--store-muted)}.store-payment-badges{flex-wrap:wrap;justify-content:flex-end;gap:7px;display:flex}.store-payment-badges span{color:#444;background:#fff;border:1px solid #dedee2;border-radius:7px;padding:7px 10px;font-size:10px;font-weight:850}.store-footer-bottom{border-top:1px solid var(--store-line);color:#7b7b80;justify-content:space-between;align-items:center;gap:20px;min-height:66px;font-size:10px;display:flex}@media (max-width:1080px){.store-header{grid-template-columns:205px 1fr auto;gap:16px}.store-nav{gap:20px;font-size:13px}.store-header-cta{display:none}.store-hero-copy{width:min(620px,62%)}}@media (max-width:820px){.store-topbar{text-align:center;justify-content:center}.store-topbar span:not(:first-child){display:none}.store-header{grid-template-columns:1fr auto;min-height:78px;padding-left:20px;padding-right:16px}.store-brand img{width:170px;max-height:58px}.store-nav{display:none}.store-shell,.store-studio-band-inner{width:min(100% - 36px,1380px)}.store-hero{background-position:61%;min-height:570px}.store-hero-overlay{background:linear-gradient(90deg,#060607d1 0%,#06060794 57%,#06060724 100%)}.store-hero-copy{width:min(500px,78%)}.store-hero h1{font-size:clamp(43px,10vw,62px)}.store-category-grid,.store-product-grid{grid-template-columns:1fr}.store-category-card>img,.store-product-image-wrap{height:340px}.store-studio-band-inner{grid-template-columns:1fr}.store-footer-main{grid-template-columns:1fr;gap:38px}}@media (max-width:520px){.store-topbar{min-height:30px;padding:7px 14px;font-size:10px}.store-header{min-height:70px}.store-brand img{width:148px}.store-icon-link{width:38px;height:38px}.store-header-actions .store-icon-link:first-child{display:none}.store-hero{background-position:65%;min-height:525px}.store-hero-overlay{background:linear-gradient(90deg,#040405d6 0%,#040405ab 58%,#04040547 100%)}.store-hero-content{align-items:end;padding-bottom:40px}.store-hero-copy{width:100%}.store-hero h1{max-width:360px;font-size:43px}.store-hero-description{max-width:350px}.store-section{padding-top:48px}.store-category-card>img,.store-product-image-wrap{height:250px}.store-featured-section{padding-bottom:58px}.store-footer-links{grid-template-columns:1fr 1fr;gap:22px}.store-footer-payments,.store-footer-bottom{flex-direction:column;align-items:flex-start;padding:20px 0}.store-payment-badges{justify-content:flex-start}}
.store-section-description{max-width:680px;color:var(--store-muted);margin:10px 0 0;font-size:14px;line-height:1.6}.store-trust-strip{border-bottom:1px solid var(--store-line);background:#fff}.store-trust-grid{grid-template-columns:repeat(4,minmax(0,1fr));min-height:92px;display:grid}.store-trust-grid>div{border-right:1px solid var(--store-line);align-content:center;gap:4px;min-width:0;padding:20px 28px;display:grid}.store-trust-grid>div:first-child{border-left:1px solid var(--store-line)}.store-trust-grid strong{color:#171717;font-size:12px;font-weight:850}.store-trust-grid span{color:var(--store-muted);font-size:10px;line-height:1.35}.store-offers-section{border-top:1px solid var(--store-line);border-bottom:1px solid var(--store-line);background:#f7f7f8;margin-top:74px;padding:70px 0 76px}.store-offer-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.store-offer-card{isolation:isolate;background:#fff;border:1px solid #dedee2;border-radius:14px;flex-direction:column;justify-content:flex-end;min-height:300px;padding:28px;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;position:relative;overflow:hidden}.store-offer-card:before{content:"";z-index:-2;background:radial-gradient(circle at 90% 10%,#9a05261f,#0000 42%);position:absolute;inset:0}.store-offer-card-1{background:#151515;border-color:#151515;color:#fff!important}.store-offer-card-1:before{background:radial-gradient(circle at 90% 5%,#9a0526cc,#0000 43%)}.store-offer-card-2{background:#fff8fa;border-color:#ead7dc}.store-offer-card-3{background:#fff}.store-offer-card:hover{border-color:#cfcfd4;transform:translateY(-3px);box-shadow:0 18px 44px #11111114}.store-offer-tag{width:fit-content;color:var(--store-wine);letter-spacing:.1em;text-transform:uppercase;background:#9a052617;border-radius:999px;margin-bottom:auto;padding:7px 10px;font-size:9px;font-weight:900}.store-offer-card-1 .store-offer-tag{color:#fff;background:#ffffff1a}.store-offer-card h3{letter-spacing:-.04em;max-width:390px;margin:42px 0 10px;font-size:clamp(24px,2vw,31px);line-height:1.02}.store-offer-card p{max-width:420px;color:var(--store-muted);margin:0 0 20px;font-size:12px;line-height:1.55}.store-offer-card-1 p{color:#c7c7ca}.store-offer-card strong{color:var(--store-wine);font-size:12px;font-weight:900}.store-offer-card-1 strong{color:#fff}.store-audience-section{padding-top:82px;padding-bottom:90px}.store-audience-grid{border-top:1px solid var(--store-line);border-left:1px solid var(--store-line);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.store-audience-card{border-right:1px solid var(--store-line);border-bottom:1px solid var(--store-line);background:#fff;flex-direction:column;min-height:270px;padding:24px;transition:background .16s,transform .16s;display:flex}.store-audience-card:hover{z-index:1;background:#faf7f8;transform:translateY(-2px)}.store-audience-card>span{color:var(--store-wine);letter-spacing:.1em;font-size:10px;font-weight:900}.store-audience-card h3{letter-spacing:-.03em;margin:52px 0 8px;font-size:21px;line-height:1.1}.store-audience-card p{color:var(--store-muted);margin:0;font-size:12px;line-height:1.55}.store-audience-card strong{color:var(--store-wine);margin-top:auto;padding-top:20px;font-size:11px;font-weight:900}.store-benefits-section{color:#fff;background:#101011;padding:82px 0 90px}.store-benefits-section .store-section-eyebrow{color:#d99aab}.store-benefits-section .store-section-heading h2,.store-benefits-section .store-text-link{color:#fff}.store-benefit-grid{background:#333337;border:1px solid #333337;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;display:grid}.store-benefit-card{background:#171719;min-height:250px;padding:25px}.store-benefit-card>span{color:#b88895;font-size:10px;font-weight:900}.store-benefit-card h3{letter-spacing:-.03em;margin:54px 0 9px;font-size:21px;line-height:1.08}.store-benefit-card p{color:#ababaf;margin:0;font-size:12px;line-height:1.55}.store-process-section{padding-top:86px;padding-bottom:96px}.store-process-grid{border-top:1px solid #dedee2;grid-template-columns:repeat(4,minmax(0,1fr));margin:0;padding:0;list-style:none;display:grid}.store-process-grid li{border-right:1px solid #dedee2;min-height:240px;padding:27px 24px}.store-process-grid li:first-child{border-left:1px solid #dedee2}.store-process-grid>li>span{color:var(--store-wine);letter-spacing:.1em;font-size:10px;font-weight:900}.store-process-grid h3{letter-spacing:-.03em;margin:56px 0 9px;font-size:20px;line-height:1.12}.store-process-grid p{color:var(--store-muted);margin:0;font-size:12px;line-height:1.55}.store-final-cta{background:var(--store-wine);color:#fff;padding:82px 0}.store-final-cta-inner{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:54px;display:grid}.store-final-cta-inner>div:first-child>span{color:#e8bdc7;letter-spacing:.12em;text-transform:uppercase;font-size:10px;font-weight:900}.store-final-cta h2{color:#fff;letter-spacing:-.05em;max-width:780px;margin:9px 0 12px;font-size:clamp(36px,4vw,58px);line-height:.98}.store-final-cta p{color:#efd8de;max-width:650px;margin:0;line-height:1.55}.store-final-actions{align-items:center;gap:12px;display:flex}.store-final-cta .store-primary-cta{background:#fff;margin:0;color:var(--store-wine)!important}.store-final-cta .store-primary-cta:hover{background:#f6e9ec}.store-final-secondary{white-space:nowrap;border:1px solid #ffffff73;border-radius:8px;justify-content:center;align-items:center;min-height:52px;padding:0 20px;font-size:13px;font-weight:850;display:inline-flex;color:#fff!important}.store-final-secondary:hover{background:#ffffff14}@media (max-width:1050px){.store-trust-grid,.store-benefit-grid,.store-process-grid,.store-audience-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.store-final-cta-inner{grid-template-columns:1fr}.store-final-actions{justify-content:flex-start}}@media (max-width:820px){.store-offer-grid{grid-template-columns:1fr}.store-offer-card{min-height:260px}.store-offers-section{margin-top:56px;padding:56px 0 62px}.store-audience-section,.store-process-section{padding-top:64px;padding-bottom:68px}}@media (max-width:620px){.store-trust-grid,.store-audience-grid,.store-benefit-grid,.store-process-grid{grid-template-columns:1fr}.store-trust-grid>div,.store-trust-grid>div:first-child{border-left:0;border-right:0;border-bottom:1px solid var(--store-line);min-height:74px;padding:16px 4px}.store-section-heading-row{flex-direction:column;align-items:flex-start}.store-offer-card{min-height:235px;padding:22px}.store-audience-card{min-height:220px}.store-audience-card h3,.store-benefit-card h3,.store-process-grid h3{margin-top:34px}.store-benefits-section{padding:62px 0 68px}.store-benefit-card{min-height:205px}.store-process-grid li{border-bottom:1px solid #dedee2;border-left:1px solid #dedee2;min-height:205px}.store-final-cta{padding:62px 0}.store-final-actions{flex-direction:column;align-items:stretch;width:100%}.store-final-actions>a{width:100%}}
:is(body:has(.studio-page) .global-header,body:has(.studio-page) .commerce-utilities,body:has(.studio-page) .global-footer){display:none}.studio-page{--studio-wine:#9a0526;--studio-wine-dark:#720018;--studio-ink:#171717;--studio-muted:#74747a;--studio-line:#e6e6e9;min-height:100vh;color:var(--studio-ink);background:#f5f5f6;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.studio-page *{box-sizing:border-box}.studio-page a{color:inherit;text-decoration:none}.studio-topbar{color:#fff;background:#090909;justify-content:space-between;align-items:center;gap:20px;min-height:32px;padding:7px max(24px,50vw - 720px);font-size:11px;font-weight:700;display:flex}.studio-header{border-bottom:1px solid var(--studio-line);background:#fff;grid-template-columns:230px 1fr auto;align-items:center;gap:24px;min-height:82px;padding:11px max(28px,50vw - 720px);display:grid}.studio-brand img{object-fit:contain;object-position:left center;width:185px;max-height:60px}.studio-header-title{text-align:center;gap:3px;display:grid}.studio-header-title strong{font-size:14px}.studio-header-title span{color:var(--studio-muted);font-size:11px}.studio-header-actions{gap:7px;display:flex}.studio-header-actions>a{border-radius:999px;place-items:center;width:40px;height:40px;display:grid}.studio-header-actions>a:hover{background:#f4f4f5}.studio-shell{background:#fff;grid-template-columns:430px minmax(0,1fr);width:min(1450px,100%);min-height:calc(100vh - 114px);margin:0 auto;display:grid}.studio-controls{border-right:1px solid var(--studio-line);padding:34px 32px 48px;overflow-y:auto}.studio-back-link{align-items:center;gap:6px;margin-bottom:25px;font-size:11px;font-weight:750;display:inline-flex;color:#66666b!important}.studio-back-link:hover{color:var(--studio-wine)!important}.studio-eyebrow{color:var(--studio-wine);letter-spacing:.11em;text-transform:uppercase;font-size:10px;font-weight:900}.studio-controls h1{letter-spacing:-.045em;margin:6px 0 9px;font-size:34px;line-height:1.04}.studio-lead{color:var(--studio-muted);margin:0 0 24px;font-size:12px;line-height:1.55}.studio-color-row{align-items:center;gap:8px;margin:-7px 0 18px;display:flex}.studio-color-row>span{color:#707075;margin-right:4px;font-size:10px;font-weight:800}.studio-color-chip{cursor:pointer;border:2px solid #fff;border-radius:999px;width:30px;height:30px;box-shadow:0 0 0 1px #d6d6da}.studio-color-chip.is-active{box-shadow:0 0 0 2px var(--studio-wine)}.studio-color-black{background:#171717}.studio-color-white{background:#f6f6f4}.studio-color-wine{background:#7f1129}.studio-side-tabs{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin-bottom:12px;display:grid}.studio-side-tabs button{color:#4f4f54;cursor:pointer;background:#fff;border:1px solid #dcdce0;border-radius:10px;min-height:44px;padding:0 6px;font-size:10px;font-weight:800}.studio-side-tabs button.is-active{border-color:var(--studio-wine);color:var(--studio-wine);box-shadow:inset 0 0 0 1px var(--studio-wine);background:#f8eef1}.studio-side-toggle{color:#45454a;cursor:pointer;background:#f6f6f7;border-radius:9px;align-items:center;gap:9px;min-height:44px;padding:0 12px;font-size:11px;font-weight:750;display:flex}.studio-side-toggle input{accent-color:var(--studio-wine)}.studio-control-section{margin-top:18px;transition:opacity .15s}.studio-control-section.is-disabled{opacity:.42;pointer-events:none}.studio-control-heading{justify-content:space-between;align-items:baseline;gap:12px;margin:16px 0 8px;display:flex}.studio-control-heading strong{font-size:12px}.studio-control-heading span{color:#85858a;font-size:10px}.studio-upload-box{cursor:pointer;background:#fafafa;border:1px dashed #c9c9cf;border-radius:11px;align-items:center;gap:12px;min-height:76px;padding:13px 14px;display:flex}.studio-upload-box:hover{border-color:var(--studio-wine);background:#fff8fa}.studio-upload-box input{display:none}.studio-upload-icon{width:32px;height:32px;color:var(--studio-wine);background:#f4e4e8;border-radius:999px;flex:none;place-items:center;font-size:17px;display:grid}.studio-upload-box>div{gap:3px;min-width:0;display:grid}.studio-upload-box strong{font-size:12px}.studio-upload-box span{color:#77777c;text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.studio-remove-file{color:#8c3349;cursor:pointer;background:0 0;border:0;margin-top:7px;padding:0;font-size:10px;font-weight:750}.studio-size-inputs{grid-template-columns:1fr auto 1fr;align-items:end;gap:9px;display:grid}.studio-size-inputs>span{color:#99999d;padding-bottom:12px;font-weight:750}.studio-size-inputs label{color:#6c6c72;gap:5px;font-size:10px;font-weight:750;display:grid}.studio-size-inputs input{color:#202024;background:#fff;border:1px solid #dcdce0;border-radius:9px;width:100%;height:42px;padding:0 11px;font-size:12px;font-weight:750}.studio-slider{color:#68686e;grid-template-columns:74px 1fr;align-items:center;gap:10px;margin-top:10px;font-size:10px;font-weight:750;display:grid}.studio-slider input,.studio-rotation-control input{width:100%;accent-color:var(--studio-wine)}.studio-rotation-control{grid-template-columns:minmax(0,1fr) 42px;align-items:center;gap:10px;display:grid}.studio-rotation-control button{color:#242428;cursor:pointer;background:#fff;border:1px solid #d9d9dd;border-radius:8px;height:34px;font-size:11px;font-weight:800}.studio-rotation-control button:hover{border-color:var(--studio-wine);color:var(--studio-wine)}.studio-message{color:#865421;background:#fff4e7;border-radius:9px;margin-top:17px;padding:11px 12px;font-size:10px;line-height:1.45}.studio-add-cart{background:var(--studio-wine);color:#fff;cursor:pointer;border:0;border-radius:10px;justify-content:center;align-items:center;gap:9px;width:100%;min-height:50px;margin-top:21px;font-size:12px;font-weight:850;display:flex}.studio-add-cart:hover{background:var(--studio-wine-dark)}.studio-safe-note{color:#8a8a8f;text-align:center;margin-top:8px;font-size:9px;line-height:1.4;display:block}.studio-preview-area{background:#f5f5f6;flex-direction:column;min-width:0;padding:28px 34px 34px;display:flex}.studio-preview-toolbar{justify-content:space-between;align-items:center;gap:20px;display:flex}.studio-preview-toolbar>div:first-child{gap:3px;display:grid}.studio-preview-toolbar span{color:#7d7d82;font-size:10px}.studio-preview-toolbar strong{font-size:14px}.studio-side-status{flex-wrap:wrap;justify-content:flex-end;gap:7px;display:flex}.studio-side-status span{color:#74747a;background:#e6e6e9;border-radius:999px;padding:6px 9px;font-size:9px;font-weight:800}.studio-side-status span.is-ready{color:#2e7840;background:#e8f4eb}.studio-canvas{background:radial-gradient(circle,#fff 0%,#f1f1f3 65%,#ebebed 100%);border:1px solid #e1e1e4;border-radius:18px;flex:1;place-items:center;min-height:600px;margin-top:18px;display:grid;overflow:hidden}.studio-vector-stage{aspect-ratio:600/680;place-items:center;width:min(560px,82%);display:grid;position:relative}.studio-vector-shirt{width:100%;height:100%;display:block;overflow:visible}.studio-vector-art{z-index:5;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;background:#ffffff1f;border:1px dashed #9a0526c7;border-radius:4px;place-items:center;display:grid;position:absolute;overflow:visible;transform:translate(-50%,-50%);box-shadow:0 0 0 1px #ffffff26}.studio-vector-art:active{cursor:grabbing}.studio-vector-art.has-image{border-style:solid;border-color:var(--studio-wine);background:0 0;box-shadow:0 0 0 1px #ffffffa6,0 2px 8px #00000014}.studio-art-content{transform-origin:50%;pointer-events:none;place-items:center;display:grid;position:absolute;inset:0;overflow:hidden}.studio-vector-art img{object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:100%;display:block}.studio-file-placeholder{width:100%;height:100%;min-height:55px;color:var(--studio-wine);background:#ffffffe0;flex-direction:column;justify-content:center;align-items:center;gap:5px;display:flex}.studio-file-placeholder span{font-size:9px;font-weight:850}.studio-resize-handle{z-index:8;border:2px solid var(--studio-wine);touch-action:none;background:#fff;border-radius:2px;width:13px;height:13px;padding:0;position:absolute;box-shadow:0 1px 4px #0000002e}.studio-resize-handle.is-nw{cursor:nwse-resize;top:0;left:0;transform:translate(-50%,-50%)}.studio-resize-handle.is-ne{cursor:nesw-resize;top:0;right:0;transform:translate(50%,-50%)}.studio-resize-handle.is-sw{cursor:nesw-resize;bottom:0;left:0;transform:translate(-50%,50%)}.studio-resize-handle.is-se{cursor:nwse-resize;bottom:0;right:0;transform:translate(50%,50%)}.studio-rotate-handle{z-index:9;border:2px solid var(--studio-wine);width:28px;height:28px;color:var(--studio-wine);cursor:grab;touch-action:none;background:#fff;border-radius:999px;place-items:center;padding:0;font-size:17px;font-weight:900;display:grid;position:absolute;top:-40px;left:50%;transform:translate(-50%);box-shadow:0 2px 7px #00000029}.studio-rotate-handle:after{content:"";background:var(--studio-wine);pointer-events:none;width:2px;height:14px;position:absolute;top:100%;left:50%;transform:translate(-50%)}.studio-vector-label{color:#77777c;letter-spacing:.1em;background:#ffffffe6;border-radius:999px;padding:6px 10px;font-size:9px;font-weight:900;position:absolute;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 6px 18px #0000000f}.studio-preview-footer{grid-template-columns:1fr 1fr;gap:10px;margin-top:14px;display:grid}.studio-preview-footer>div{background:#fff;border:1px solid #e1e1e4;border-radius:10px;gap:3px;min-width:0;padding:12px 14px;display:grid}.studio-preview-footer span{color:#848489;text-transform:uppercase;letter-spacing:.08em;font-size:9px}.studio-preview-footer strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}@media (max-width:980px){.studio-header{grid-template-columns:1fr auto;padding-left:20px;padding-right:16px}.studio-header-title{display:none}.studio-brand img{width:158px}.studio-shell{grid-template-columns:1fr}.studio-controls{border-right:0;border-bottom:1px solid var(--studio-line)}.studio-preview-area{min-height:700px}}@media (max-width:720px){.studio-side-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.studio-canvas{min-height:430px}.studio-vector-stage{width:92%}.studio-side-status{grid-template-columns:repeat(2,auto);display:grid}.studio-resize-handle{width:17px;height:17px}.studio-rotate-handle{width:30px;height:30px;top:-44px}}@media (max-width:600px){.studio-topbar{text-align:center;justify-content:center}.studio-topbar span:first-child{display:none}.studio-header{min-height:70px}.studio-controls{padding:26px 18px 36px}.studio-controls h1{font-size:30px}.studio-preview-area{min-height:570px;padding:20px 14px 28px}.studio-preview-toolbar{flex-direction:column;align-items:flex-start;gap:10px}.studio-preview-footer{grid-template-columns:1fr}}
