:root{--ink:#0d1b34;--ink2:#152848;--muted:#69758a;--line:#e6e9ef;--soft:#f6f8fb;--blue:#10a7e8;--blue2:#0679bc;--navy:#041d49;--pink:#f72e7b;--orange:#ff9b0b;--green:#159a62;--danger:#c7353d;--shadow:0 18px 55px rgba(8,29,65,.10);--shadow-sm:0 7px 24px rgba(8,29,65,.08);--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font:15px/1.6 Inter,Segoe UI,Arial,sans-serif}.shop-shell{width:min(1220px,calc(100% - 44px));margin:auto}.shop-header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.94);border-bottom:1px solid rgba(230,233,239,.92);backdrop-filter:blur(14px)}.header-inner{height:82px;display:flex;align-items:center;justify-content:space-between}.shop-brand{display:flex;align-items:center;gap:11px;color:var(--ink);text-decoration:none}.shop-brand-logo{width:58px;height:58px;object-fit:contain}.shop-brand strong{display:block;font-size:19px;line-height:1.1}.shop-brand small{display:block;color:var(--muted);font-size:11px;margin-top:3px}.shop-header nav{display:flex;align-items:center;gap:26px}.shop-header nav a{color:var(--ink);font-weight:700;text-decoration:none}.shop-header nav a:hover{color:var(--blue2)}.cart-link{padding:10px 12px;border-radius:999px;background:var(--soft)}.cart-link span{display:inline-grid;place-items:center;min-width:25px;height:25px;padding:0 7px;margin-left:5px;border-radius:99px;background:var(--navy);color:#fff;font-size:12px}.announcement{background:var(--navy);color:#dce8fa;text-align:center;padding:8px 14px;font-size:12px;letter-spacing:.02em}.hero-wrap{overflow:hidden;background:linear-gradient(135deg,#f7fbff 0%,#fff 48%,#fff6f9 100%);border-bottom:1px solid var(--line)}.hero{min-height:600px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:65px;padding:70px 0}.hero-copy{position:relative;z-index:2}.eyebrow{display:block;color:var(--blue2);font-size:12px;font-weight:900;letter-spacing:.14em;margin-bottom:12px}.hero h1,.page-title h1,.product-detail h1,.thanks h1{font-size:clamp(43px,5.7vw,76px);line-height:.99;letter-spacing:-.052em;margin:0 0 24px}.hero h1 span{background:linear-gradient(90deg,var(--blue2),var(--pink),var(--orange));-webkit-background-clip:text;background-clip:text;color:transparent}.hero-copy>p{max-width:620px;font-size:19px;color:var(--muted);margin:0 0 30px}.hero-actions{display:flex;gap:11px;flex-wrap:wrap}.shop-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 19px;border:1px solid #cbd3df;border-radius:12px;background:#fff;color:var(--ink);font:inherit;font-weight:800;text-decoration:none;cursor:pointer;transition:.18s}.shop-button:hover{transform:translateY(-1px);border-color:#9aa8bb}.shop-button.primary{background:linear-gradient(135deg,var(--blue2),var(--blue));color:#fff;border-color:transparent;box-shadow:0 8px 22px rgba(10,132,201,.22)}.shop-button.primary:hover{box-shadow:0 11px 26px rgba(10,132,201,.3)}.shop-button.ghost{background:rgba(255,255,255,.72)}.shop-button.wide{width:100%}.shop-button:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.hero-points{display:flex;flex-wrap:wrap;gap:15px;margin-top:26px;color:#46556c;font-size:13px;font-weight:650}.hero-visual{position:relative;min-height:460px;display:grid;place-items:center}.logo-orbit{width:min(470px,90%);aspect-ratio:1;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 40% 35%,#fff 0 34%,#e9f7ff 35% 55%,#f5effb 56% 72%,transparent 73%);position:relative}.logo-orbit:before,.logo-orbit:after{content:"";position:absolute;border-radius:50%;border:1px dashed rgba(9,126,196,.23)}.logo-orbit:before{inset:3%}.logo-orbit:after{inset:14%}.logo-orbit img{width:78%;height:auto;position:relative;z-index:2;filter:drop-shadow(0 24px 25px rgba(6,26,61,.14))}.floating-card{position:absolute;background:#fff;border:1px solid var(--line);border-radius:17px;padding:13px 16px;box-shadow:var(--shadow-sm);display:grid;z-index:4}.floating-card b{font-size:23px}.floating-card span{font-size:11px;color:var(--muted)}.floating-card.one{left:0;top:18%}.floating-card.two{right:0;bottom:16%}.trust-strip{background:#fff}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--line)}.trust-grid>div{padding:25px 28px;border-right:1px solid var(--line)}.trust-grid>div:last-child{border-right:0}.trust-grid b{display:block;font-size:15px;margin-bottom:4px}.trust-grid span{color:var(--muted);font-size:13px}.product-section,.colors-section{padding:85px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:25px}.section-head h2{font-size:clamp(32px,4vw,46px);line-height:1.05;letter-spacing:-.04em;margin:0}.section-head p{color:var(--muted);margin:8px 0 0}.product-count{color:var(--muted);font-size:13px}.catalog-tools{display:grid;grid-template-columns:minmax(260px,360px) 1fr;gap:18px;align-items:center;margin-bottom:25px}.search-box{position:relative}.search-box span{position:absolute;left:14px;top:50%;transform:translateY(-50%);font-size:22px;color:var(--muted);z-index:1}.search-box input{padding-left:42px}.category-chips{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.chip{border:1px solid var(--line);border-radius:999px;padding:8px 13px;text-decoration:none;color:#42516a;background:#fff;font-size:13px;font-weight:750}.chip:hover,.chip.active{background:var(--navy);color:#fff;border-color:var(--navy)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{overflow:hidden;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 4px 14px rgba(8,29,65,.03);transition:.22s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-visual{height:230px;display:grid;place-items:center;position:relative;overflow:hidden;background:linear-gradient(145deg,#eefaff,#f7f8ff 48%,#fff3f8);text-decoration:none}.product-visual:before{content:"";position:absolute;width:220px;height:220px;border-radius:50%;background:rgba(255,255,255,.78);box-shadow:0 0 0 28px rgba(255,255,255,.3)}.product-visual img{width:125px;z-index:2;filter:drop-shadow(0 13px 15px rgba(7,28,65,.15));opacity:.92}.visual-badge{position:absolute;left:16px;top:16px;z-index:3;border:1px solid rgba(255,255,255,.9);background:rgba(255,255,255,.8);backdrop-filter:blur(8px);padding:5px 9px;border-radius:999px;font-size:10px;font-weight:850;color:#48617c}.visual-name{position:absolute;left:16px;bottom:14px;right:16px;z-index:3;color:var(--navy);font-size:17px;font-weight:900;text-align:center}.product-content{padding:21px}.product-top{display:flex;gap:8px;align-items:center;min-height:26px}.personal-badge,.color-badge,.category{display:inline-flex;border-radius:999px;padding:5px 9px;background:#eaf5ff;font-size:10px;font-weight:850;color:var(--blue2)}.color-badge{background:#fff0f6;color:#b82161}.category{background:#f2f4f7;color:#58687d}.product-card h3{font-size:23px;letter-spacing:-.025em;margin:13px 0 7px}.product-card p{color:var(--muted);margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:72px}.product-bottom{display:flex;align-items:end;justify-content:space-between;gap:14px;margin-top:22px;padding-top:18px;border-top:1px solid var(--line)}.product-bottom div{display:grid}.product-bottom small{color:var(--muted);font-size:10px;text-transform:uppercase;font-weight:800}.product-bottom strong{font-size:17px}.process-section{background:var(--navy);color:#fff;padding:80px 0}.process-section .eyebrow{color:#55c7f5}.process-section .section-head h2{color:#fff}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.process-grid>div{padding:30px;border:1px solid rgba(255,255,255,.15);border-radius:20px;background:rgba(255,255,255,.055)}.process-grid span{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:#fff;color:var(--navy);font-weight:900}.process-grid h3{font-size:21px;margin:22px 0 7px}.process-grid p{color:#bdcbe0;margin:0}.colors-section{padding-bottom:95px}.color-cloud{display:flex;flex-wrap:wrap;gap:10px}.color-cloud-item{display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:999px;padding:8px 12px;background:#fff;font-weight:750;font-size:13px}.color-cloud-item i{width:18px;height:18px;border-radius:50%;background:var(--swatch);border:1px solid rgba(0,0,0,.13);box-shadow:inset 0 0 0 2px rgba(255,255,255,.38)}.color-cloud-item small{color:var(--muted);font-weight:500}.faq-section{padding:75px 0 95px;background:var(--soft)}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.faq-grid details{background:#fff;border:1px solid var(--line);border-radius:15px;padding:18px 20px}.faq-grid summary{font-weight:850;cursor:pointer}.faq-grid p{color:var(--muted);margin:11px 0 0}.shop-alert{margin:18px 0 0;border-radius:12px;padding:11px 14px;background:#eef4ff;color:#1849a9;border:1px solid #d9e6fb}.shop-alert.success{background:#ecfdf3;color:#067647;border-color:#c7f0d6}.shop-alert.danger{background:#fff0f1;color:var(--danger);border-color:#f5c9cc}.crumb{display:flex;gap:9px;align-items:center;color:var(--muted);padding:26px 0}.crumb a{color:var(--blue2);text-decoration:none}.product-detail{display:grid;grid-template-columns:1.1fr .9fr;gap:55px;padding:12px 0 90px}.detail-copy h1{font-size:clamp(40px,5vw,64px);margin-top:15px}.lead{font-size:18px;color:var(--muted);max-width:730px}.product-detail-visual{height:285px;border-radius:22px;background:linear-gradient(140deg,#eefaff,#f7f8ff,#fff3f8);display:grid;place-items:center;margin-bottom:25px;position:relative;overflow:hidden}.product-detail-visual:before{content:"";position:absolute;width:270px;height:270px;border-radius:50%;background:rgba(255,255,255,.7)}.product-detail-visual img{width:190px;position:relative;z-index:2}.product-detail-visual>span{position:absolute;left:18px;top:18px;background:#fff;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:800}.detail-meta{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:30px;border:1px solid var(--line);border-radius:15px;overflow:hidden}.detail-meta div{display:grid;gap:4px;padding:15px;border-right:1px solid var(--line)}.detail-meta div:last-child{border-right:0}.detail-meta span{font-size:10px;color:var(--muted);text-transform:uppercase;font-weight:850;letter-spacing:.07em}.detail-meta strong{font-size:13px}.detail-note{margin-top:18px;border-left:4px solid var(--blue);background:#f5faff;padding:13px 15px;border-radius:0 10px 10px 0;color:#53627a;font-size:13px}.buy-box,.checkout-form,.summary{border:1px solid var(--line);border-radius:20px;padding:25px;background:#fff;box-shadow:var(--shadow-sm);height:max-content}.buy-box{position:sticky;top:112px}.buy-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:21px}.buy-head h2,.checkout-form h2,.summary h2{margin:0;font-size:22px}.buy-head>strong{font-size:22px;color:var(--navy)}label{display:grid;gap:6px;font-weight:750;margin-bottom:15px}input,textarea,select{width:100%;min-height:46px;padding:10px 12px;border:1px solid #cdd5e0;border-radius:10px;background:#fff;color:var(--ink);font:inherit}input:focus,textarea:focus,select:focus{outline:3px solid rgba(16,167,232,.14);border-color:var(--blue)}.input-help{display:flex;justify-content:space-between;color:var(--muted);font-size:11px;margin-top:-8px;margin-bottom:18px}.option-section{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:19px 0;margin:18px 0}.option-section>h3{margin:0 0 3px}.option-section>p{margin:0 0 16px;color:var(--muted);font-size:12px}.color-fieldset{border:0;padding:0;margin:0 0 18px}.color-fieldset legend,.option-label{font-weight:850;margin-bottom:8px}.color-choice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.color-choice{display:flex;align-items:center;grid-template-columns:auto auto 1fr;gap:8px;border:1px solid var(--line);border-radius:11px;padding:9px 10px;margin:0;cursor:pointer;font-size:12px}.color-choice:has(input:checked){border-color:var(--blue);background:#f0faff;box-shadow:0 0 0 2px rgba(16,167,232,.11)}.color-choice input{width:auto;min-height:0;margin:0}.swatch{width:21px;height:21px;border-radius:50%;background:var(--swatch);border:1px solid rgba(0,0,0,.15)}.per-char-option{margin:16px 0}.per-char-empty{padding:11px;border:1px dashed #cfd7e4;border-radius:10px;color:var(--muted);font-size:12px}.letter-color-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.letter-color-card{grid-template-columns:40px 1fr;align-items:center;gap:9px;border:1px solid var(--line);border-radius:11px;padding:8px;margin:0}.letter-token{display:grid;place-items:center;width:40px;height:40px;border-radius:10px;background:var(--navy);color:#fff;font-size:19px;font-weight:900}.letter-color-card small{display:block;color:var(--muted);font-size:9px;text-transform:uppercase;font-weight:800}.letter-color-card select{min-height:37px;padding:6px 8px;margin-top:2px}.buy-security{display:grid;gap:4px;padding:11px 13px;border-radius:11px;background:var(--soft);color:#506079;font-size:11px;margin:4px 0 15px}.page-title{padding:60px 0 30px}.page-title h1{font-size:clamp(40px,5vw,62px);margin-bottom:9px}.page-title p{color:var(--muted)}.cart-layout,.checkout-layout{display:grid;grid-template-columns:1fr 370px;gap:25px;padding-bottom:90px}.cart-list{display:grid;gap:11px}.cart-row{display:grid;grid-template-columns:1fr 95px 105px 72px;gap:16px;align-items:center;border:1px solid var(--line);border-radius:15px;padding:15px}.cart-product{display:flex;align-items:flex-start;gap:12px}.mini-logo{width:58px;height:58px;display:grid;place-items:center;background:var(--soft);border-radius:11px;flex:0 0 auto}.mini-logo img{width:48px}.cart-product>div:last-child{display:grid}.cart-product small,.checkout-line small{display:block;color:var(--muted);font-size:11px}.cart-product small b{color:var(--ink)}.text-button{border:0;background:none;color:var(--danger);cursor:pointer;font:inherit;font-size:12px}.summary>div,.checkout-line{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;padding:10px 0;border-bottom:1px solid var(--line)}.summary-total{font-size:19px;border:0!important;padding:18px 0!important}.summary .shop-button{margin-top:12px}.summary>small{display:block;color:var(--muted);text-align:center;margin-top:10px;font-size:10px}.fields{display:grid;grid-template-columns:1fr 1fr;gap:0 14px}.wide-field{grid-column:1/-1}.agree{grid-template-columns:auto 1fr!important;align-items:start!important;font-weight:500!important}.agree input{width:auto;min-height:0;margin-top:5px}.empty-shop,.thanks{text-align:center;padding:90px 20px}.empty-shop h2,.empty-shop h3{font-size:30px;margin:0 0 10px}.empty-shop p{color:var(--muted);margin-bottom:24px}.thanks{max-width:760px;margin:auto}.thanks h1{font-size:54px}.success-icon{display:grid;place-items:center;width:68px;height:68px;border-radius:50%;background:#e8faf0;color:var(--green);font-size:34px;margin:0 auto 25px}.notice{background:var(--soft);border-radius:12px;padding:17px;margin:25px 0}.shop-footer{border-top:1px solid #173052;background:var(--navy);color:#aebed5;padding:45px 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:35px;align-items:start}.footer-brand{display:flex;align-items:center;gap:12px}.shop-footer-logo{width:58px;height:58px;object-fit:contain}.footer-brand strong{display:block;color:#fff;font-size:18px}.footer-brand span{font-size:12px}.footer-grid>div:not(.footer-brand):not(.copyright){display:grid;gap:5px}.footer-grid b{color:#fff;font-size:12px;text-transform:uppercase;letter-spacing:.07em}.footer-grid a{color:#b7c6d9;text-decoration:none;font-size:13px}.copyright{font-size:11px;white-space:nowrap}@media(max-width:980px){.hero{grid-template-columns:1fr;min-height:auto}.hero-visual{min-height:390px}.floating-card.one{left:8%}.floating-card.two{right:8%}.product-grid{grid-template-columns:1fr 1fr}.trust-grid,.process-grid{grid-template-columns:1fr}.trust-grid>div{border-right:0;border-bottom:1px solid var(--line)}.trust-grid>div:last-child{border-bottom:0}.product-detail,.cart-layout,.checkout-layout{grid-template-columns:1fr}.buy-box{position:static}.detail-meta{grid-template-columns:1fr 1fr}.detail-meta div:nth-child(2){border-right:0}.detail-meta div:nth-child(-n+2){border-bottom:1px solid var(--line)}.catalog-tools{grid-template-columns:1fr}.category-chips{justify-content:flex-start}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.copyright{grid-column:1/-1}.faq-grid{grid-template-columns:1fr}}@media(max-width:650px){.shop-shell{width:min(100% - 24px,1220px)}.header-inner{height:70px}.shop-brand-logo{width:48px;height:48px}.shop-brand span{display:none}.shop-header nav{gap:8px}.shop-header nav>a:not(.cart-link){display:none}.announcement{font-size:10px}.hero{padding:45px 0;gap:25px}.hero h1{font-size:49px}.hero-visual{min-height:330px}.logo-orbit{width:330px;max-width:95%}.floating-card{padding:10px 12px}.floating-card.one{left:0}.floating-card.two{right:0}.hero-points{display:grid;gap:5px}.product-grid{grid-template-columns:1fr}.product-section,.colors-section{padding:55px 0}.section-head{align-items:start}.process-section{padding:55px 0}.detail-meta{grid-template-columns:1fr}.detail-meta div{border-right:0;border-bottom:1px solid var(--line)}.detail-meta div:last-child{border-bottom:0}.product-detail{gap:25px}.product-detail-visual{height:230px}.color-choice-grid,.letter-color-grid{grid-template-columns:1fr}.cart-row{grid-template-columns:1fr 75px}.cart-product{grid-column:1/-1}.cart-row>strong{grid-column:2}.text-button{grid-column:1/-1;text-align:left}.fields{grid-template-columns:1fr}.wide-field{grid-column:auto}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.copyright{grid-column:1/-1}.faq-section{padding:55px 0}}
.product-visual.has-photo:before{display:none}.product-visual.has-photo img{width:100%;height:100%;object-fit:cover;filter:none;opacity:1}.product-visual.has-photo .visual-name{background:rgba(255,255,255,.9);backdrop-filter:blur(4px);padding:6px 10px;border-radius:999px}.product-gallery{margin-bottom:25px}.product-detail-visual.has-photo:before{display:none}.product-detail-visual.has-photo img{width:100%;height:100%;object-fit:cover}.product-thumbs{display:flex;gap:9px;overflow:auto;padding-top:10px}.product-thumb{width:78px;height:78px;padding:0;border:2px solid transparent;border-radius:10px;background:#fff;overflow:hidden;cursor:pointer;flex:0 0 auto}.product-thumb.active{border-color:var(--brand)}.product-thumb img{width:100%;height:100%;object-fit:cover}.mini-logo img{width:100%;height:100%;object-fit:cover;border-radius:11px}.shipping-method-list{display:grid;gap:10px;margin:12px 0 24px}.shipping-method{display:grid!important;grid-template-columns:auto 1fr auto!important;align-items:center;gap:12px;border:1px solid var(--line);padding:14px;border-radius:12px;margin:0!important;cursor:pointer}.shipping-method:has(input:checked){border-color:var(--brand);box-shadow:0 0 0 2px rgba(38,95,181,.1)}.shipping-method input{width:auto;min-height:0}.shipping-method span{display:grid;gap:2px}.shipping-method small{color:var(--muted);font-weight:400}.shipping-method b{white-space:nowrap}.shipping-method-list+h2,#address-section h2{margin-top:20px}

/* V11 webshop-first refresh */
.hero{min-height:540px;padding:58px 0 62px;gap:48px}.hero-copy>p{max-width:590px}.hero-points span{padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.8);border:1px solid rgba(13,27,52,.08)}
.quick-shop{padding:48px 0 12px}.quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.quick-card{display:grid;gap:6px;padding:20px 22px;border:1px solid var(--line);border-radius:18px;background:#fff;text-decoration:none;color:var(--ink);box-shadow:0 4px 14px rgba(8,29,65,.03);transition:.18s}.quick-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-sm)}.quick-card small{color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.quick-card strong{font-size:22px;letter-spacing:-.03em}.quick-card span{color:#516079;font-size:13px}.wide-card{grid-column:1/-1;text-align:center}
.product-card{border-radius:22px}.product-card h3{font-size:21px}.product-card p{min-height:66px}.product-bottom .shop-button{min-width:138px}.section-head p{max-width:630px}
.process-section{background:linear-gradient(180deg,#091f4a,#0f285f)}.process-grid>div{background:rgba(255,255,255,.07)}
.checkout-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:0 0 26px}.checkout-step{padding:12px 14px;border-radius:999px;border:1px solid var(--line);background:#fff;color:#5d6d84;text-align:center;font-weight:800;font-size:13px}.checkout-step.active{background:var(--navy);border-color:var(--navy);color:#fff}.checkout-step.done{background:#ecf6ff;border-color:#cfe4f8;color:#1f5e9a}.page-title.compact{padding:48px 0 18px}.thanks-header{padding-bottom:10px}.summary{background:linear-gradient(180deg,#fff,#fbfcff)}.summary h2{margin-bottom:8px}.buy-box .shop-button.primary{min-height:52px}.buy-security{gap:8px}
.announcement{font-weight:600}
@media(max-width:980px){.quick-grid{grid-template-columns:1fr 1fr}}
@media(max-width:650px){.quick-grid,.checkout-steps{grid-template-columns:1fr}.checkout-step{text-align:left}.hero-copy>p{font-size:17px}.product-bottom .shop-button{min-width:0}}

/* ===== V12 COMPLETE SHOP OVERHAUL ===== */
:root{
  --ink:#1f2a3d;
  --ink2:#35415a;
  --muted:#7c8494;
  --line:#e7ddd3;
  --soft:#faf6f1;
  --soft-2:#f3ece4;
  --card:#fffdfa;
  --blue:#b98970;
  --blue2:#d9a88d;
  --navy:#223048;
  --pink:#d59a9f;
  --orange:#c79d5f;
  --green:#4c8a68;
  --danger:#c45454;
  --shadow:0 24px 70px rgba(34,48,72,.10);
  --shadow-sm:0 10px 30px rgba(34,48,72,.08);
  --radius:28px;
  --brand:var(--blue);
}
html,body{background:linear-gradient(180deg,#fffdfa 0,#f8f3ee 100%)}
body{color:var(--ink);font:15px/1.65 "Segoe UI",Inter,Arial,sans-serif}
.shop-shell{width:min(1240px,calc(100% - 40px))}
.shop-header{position:sticky;top:0;z-index:40;background:rgba(255,251,247,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(231,221,211,.92);box-shadow:0 2px 12px rgba(34,48,72,.03)}
.header-inner{height:86px}
.shop-brand{gap:14px}.shop-brand-logo{width:56px;height:56px;border-radius:14px;object-fit:contain;background:#fff;box-shadow:0 6px 18px rgba(34,48,72,.08);padding:4px}.shop-brand strong{font-size:22px;letter-spacing:-.03em}.shop-brand small{font-size:12px;color:#8b7f75}.shop-header nav{gap:12px}.shop-header nav a{padding:10px 14px;border-radius:999px;font-size:14px;font-weight:700;color:var(--ink)}.shop-header nav a:hover{background:#fff;color:var(--navy)}
.cart-link{background:var(--navy)!important;color:#fff!important;padding:12px 16px!important;box-shadow:0 10px 24px rgba(34,48,72,.18)}.cart-link span{background:#fff;color:var(--navy);margin-left:8px;min-width:26px;height:26px}
.announcement{background:linear-gradient(90deg,#24344d,#b98970);color:#fff;padding:10px 14px;font-size:12px;font-weight:700;letter-spacing:.03em}
.overhaul-hero{background:transparent;border-bottom:0;overflow:visible}.hero-v12{min-height:auto;grid-template-columns:1.05fr .95fr;align-items:stretch;gap:30px;padding:46px 0 28px}.hero-copy,.hero-stage{background:var(--card);border:1px solid var(--line);border-radius:32px;box-shadow:var(--shadow);padding:42px}.hero-copy{display:flex;flex-direction:column;justify-content:center}.hero-copy .eyebrow{color:var(--orange);font-size:12px;letter-spacing:.18em}.hero-copy h1{font-size:clamp(42px,5vw,72px);line-height:.95;margin:0 0 18px;color:var(--navy)}.hero-copy h1 span{background:none;color:var(--blue)}.hero-copy>p{font-size:18px;color:#6f7786;max-width:560px}.hero-actions{margin-top:8px}.shop-button{min-height:48px;padding:0 20px;border-radius:14px;border:1px solid #d9cabe;background:#fffdf8;color:var(--ink);font-weight:800;box-shadow:none}.shop-button:hover{transform:translateY(-1px)}.shop-button.primary{background:var(--navy);color:#fff;border-color:var(--navy);box-shadow:0 14px 34px rgba(34,48,72,.18)}.shop-button.ghost{background:#f6efe8}
.hero-points{margin-top:24px;gap:10px}.hero-points span{padding:10px 14px;border-radius:999px;background:#f6efe8;border:1px solid #eadccf;color:#635a54;font-size:13px;font-weight:700}
.hero-stage{display:grid;grid-template-rows:1fr auto;gap:18px;background:linear-gradient(180deg,#fffdf9,#f8f2ec)}.hero-panel.main,.hero-panel.stats{border:1px solid var(--line);background:#fff;border-radius:24px;padding:18px;box-shadow:var(--shadow-sm)}.hero-product-card{display:grid;grid-template-columns:220px 1fr;gap:18px;align-items:center}.hero-product-image{height:250px;border-radius:22px;background:linear-gradient(180deg,#fbf4ee,#f3ebe2);display:grid;place-items:center;overflow:hidden}.hero-product-image img{width:100%;height:100%;object-fit:cover}.hero-product-info small{display:block;color:#9c7b61;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.hero-product-info strong{display:block;font-size:28px;line-height:1.05;letter-spacing:-.03em;color:var(--navy);margin-bottom:8px}.hero-product-info span{display:block;color:#717a89;margin-bottom:12px}.hero-product-info b{display:block;font-size:22px;color:var(--blue);margin-bottom:14px}.hero-logo-box{display:grid;place-items:center;min-height:290px}.hero-logo-box img{width:70%;max-width:320px;filter:drop-shadow(0 20px 30px rgba(34,48,72,.12))}.hero-panel.stats{grid-template-columns:repeat(3,1fr);display:grid;gap:14px}.hero-panel.stats>div{padding:18px;border-radius:18px;background:#fbf6f1;border:1px solid #efe2d6;text-align:center}.hero-panel.stats strong{display:block;font-size:28px;color:var(--navy);line-height:1}.hero-panel.stats span{display:block;color:#7e736a;font-size:12px;margin-top:6px}
.boutique-showcase,.quick-shop,.benefit-section,.product-section,.colors-section,.faq-section{padding-top:28px;padding-bottom:28px}.boutique-head{align-items:center}.text-link{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:var(--navy);font-weight:800}.boutique-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.boutique-card{background:var(--card);border:1px solid var(--line);border-radius:26px;overflow:hidden;box-shadow:var(--shadow-sm)}.boutique-image{display:block;height:280px;background:linear-gradient(180deg,#f9f2eb,#efe7dc);overflow:hidden}.boutique-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.boutique-card:hover .boutique-image img{transform:scale(1.03)}.boutique-body{padding:20px}.boutique-body small{display:inline-block;color:#9d7a58;font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px}.boutique-body h3{font-size:26px;letter-spacing:-.03em;margin:0 0 8px;color:var(--navy)}.boutique-body p{margin:0 0 16px;color:#717a89;min-height:76px}.boutique-bottom{display:flex;align-items:center;justify-content:space-between;gap:14px}.boutique-bottom strong{font-size:20px;color:var(--ink)}
.quick-grid{grid-template-columns:repeat(3,1fr);gap:18px}.quick-card{padding:22px 24px;border-radius:24px;background:linear-gradient(180deg,#fff,#f8f2ec);border:1px solid var(--line);box-shadow:var(--shadow-sm)}.quick-card strong{font-size:24px;color:var(--navy)}.quick-card span{color:#6f7888}
.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.benefit-card{padding:24px;border:1px solid var(--line);border-radius:24px;background:#fffdf9;box-shadow:var(--shadow-sm)}.benefit-card strong{display:block;font-size:20px;letter-spacing:-.02em;color:var(--navy);margin-bottom:8px}.benefit-card span{color:#6f7888}
.section-head h2{font-size:clamp(34px,4vw,52px);color:var(--navy);letter-spacing:-.05em}.section-head p{color:#717a89;max-width:620px}.product-count{padding:8px 14px;border-radius:999px;background:#fff;border:1px solid var(--line)}
.catalog-tools{grid-template-columns:1fr;gap:14px;margin-bottom:26px}.search-box input{background:#fff;border-radius:16px;min-height:54px;padding-left:48px;border:1px solid #e2d6ca}.category-chips{justify-content:flex-start}.chip{padding:10px 16px;border-radius:999px;background:#fffdf9;border:1px solid var(--line);font-size:13px;color:#5b6677}.chip.active,.chip:hover{background:var(--navy);border-color:var(--navy);color:#fff}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{border-radius:26px;background:var(--card);border:1px solid var(--line);box-shadow:var(--shadow-sm);overflow:hidden}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.product-visual{height:270px;background:linear-gradient(180deg,#fbf4ee,#f0e7dd);display:grid;place-items:center}.product-visual:before{display:none}.product-visual img{width:100%;height:100%;object-fit:cover;filter:none;opacity:1}.visual-badge{left:18px;top:18px;background:rgba(255,253,250,.96);border:1px solid #e8ddd2;color:#8d6d54;padding:7px 11px;border-radius:999px}.visual-name{left:18px;right:18px;bottom:16px;background:rgba(255,255,255,.92);backdrop-filter:blur(6px);padding:8px 12px;border-radius:999px;color:var(--navy);font-size:16px}.product-content{padding:20px 20px 22px}.product-top{gap:8px}.personal-badge,.color-badge,.category{padding:6px 10px;border-radius:999px;font-size:10px}.personal-badge{background:#f0ece8;color:#795942}.color-badge{background:#f9edf0;color:#a35b73}.category{background:#f6efe8;color:#7e6c5d}.product-card h3{font-size:24px;color:var(--navy);margin:12px 0 8px}.product-card p{color:#717a89;min-height:72px}.product-bottom{padding-top:16px;border-top:1px solid #eee3d9}.product-bottom strong{font-size:20px;color:var(--ink)}.product-bottom small{color:#a18d80}
.process-section{margin:30px 0;background:linear-gradient(135deg,#24344d,#384964);border-top:0;border-bottom:0}.process-section .shop-shell{padding-top:24px;padding-bottom:24px}.process-section .section-head h2{color:#fff}.process-section .section-head p{color:#d9dfeb}.process-grid{gap:18px}.process-grid>div{border-radius:24px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);padding:26px}.process-grid span{width:52px;height:52px;border-radius:16px;background:#fff;color:var(--navy);font-size:20px}.process-grid h3{color:#fff;font-size:24px}.process-grid p{color:#d8ddea}
.color-cloud-item{padding:10px 14px;background:#fff;border:1px solid var(--line);border-radius:999px;box-shadow:var(--shadow-sm)}
.faq-section{background:transparent}.faq-grid details{border-radius:18px;border:1px solid var(--line);background:#fffdf9;padding:20px 22px;box-shadow:var(--shadow-sm)}.faq-grid summary{font-size:16px;color:var(--navy)}.faq-grid p{color:#717a89}
.crumb{font-size:13px;color:#8b817a}.crumb a{color:#8f6d53}
.product-detail{grid-template-columns:1.05fr .95fr;gap:28px;padding:14px 0 70px}.detail-copy,.buy-box{background:var(--card);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);padding:28px}.detail-copy h1{color:var(--navy);font-size:clamp(40px,5vw,64px);letter-spacing:-.05em}.lead{font-size:18px;color:#6f7888}.product-gallery{margin-bottom:0}.product-detail-visual{height:430px;border-radius:24px;background:linear-gradient(180deg,#f9f3ec,#f1e7dc);overflow:hidden}.product-detail-visual:before{display:none}.product-detail-visual img{width:100%;height:100%;object-fit:cover}.product-detail-visual>span{left:18px;top:18px;background:#fff;border:1px solid var(--line);padding:8px 12px;border-radius:999px;color:#8d6d54}.product-thumbs{gap:12px}.product-thumb{width:92px;height:92px;border-radius:16px;border:2px solid #eadfd4}.product-thumb.active{border-color:var(--blue)}.detail-meta{margin-top:24px;border-radius:20px;border:1px solid var(--line);background:#fff}.detail-meta span{color:#a18d80}.detail-note{margin-top:18px;border-left:0;background:#f5ede6;border:1px solid #eadccc;border-radius:18px;color:#5d606b;padding:16px 18px}
.buy-box{position:sticky;top:108px}.buy-head{padding-bottom:16px;margin-bottom:18px;border-bottom:1px solid #eee3d9}.buy-head h2{font-size:28px;color:var(--navy)}.buy-head>strong{font-size:28px;color:var(--blue)}label{font-weight:800;color:var(--navy)}input,textarea,select{min-height:48px;border-radius:14px;border:1px solid #ddcec1;background:#fffdf9}.input-help{color:#857a72}.option-section{border-top:1px solid #eee3d9;border-bottom:1px solid #eee3d9}.option-section>p{color:#717a89}.color-choice{border-radius:14px;background:#fff;border:1px solid #eadfd4}.color-choice:has(input:checked){background:#faf2ec;border-color:#c89d85;box-shadow:0 0 0 2px rgba(185,137,112,.12)}.swatch{width:22px;height:22px}.letter-color-card{border-radius:14px;border:1px solid #eadfd4;background:#fffdf9}.letter-token{border-radius:12px;background:var(--navy)}.buy-security{padding:14px 16px;border-radius:18px;background:#f5ede6;color:#655e59}
.page-title h1,.thanks h1{color:var(--navy);font-size:clamp(38px,5vw,56px)}.page-title p{color:#717a89}.checkout-steps{gap:12px;margin-bottom:22px}.checkout-step{background:#fffdf9;border:1px solid var(--line);color:#7c776f}.checkout-step.active{background:var(--navy);border-color:var(--navy);color:#fff}.checkout-step.done{background:#f0e8df;border-color:#e1d0bd;color:#755c48}
.cart-layout,.checkout-layout{grid-template-columns:1fr 390px;gap:24px;padding-bottom:70px}.cart-row,.checkout-form,.summary{background:var(--card);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow-sm)}.cart-row{padding:18px}.cart-product strong{font-size:18px;color:var(--navy)}.mini-logo{background:#f4ece4;border-radius:14px;width:72px;height:72px}.summary{padding:24px;background:linear-gradient(180deg,#fffdf9,#f8f2ec)}.summary h2,.checkout-form h2{color:var(--navy);font-size:26px}.summary>div,.checkout-line{border-bottom:1px solid #eee3d9}.summary-total{font-size:22px}.shipping-method{background:#fffdf9;border-radius:16px;border:1px solid #eadfd4}.shipping-method:has(input:checked){border-color:#c89d85;box-shadow:0 0 0 2px rgba(185,137,112,.12)}
.empty-shop,.thanks{background:var(--card);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);padding:60px 24px}.success-icon{background:#eef7f0;color:var(--green)}.notice{background:#f5ede6;border:1px solid #eadccc;border-radius:18px;color:#5f625f}
.shop-footer{margin-top:24px;background:#223048;border-top:0;color:#d4dce8}.footer-grid{padding:6px 0}.footer-brand strong,.footer-grid b{color:#fff}.footer-brand span,.footer-grid a,.copyright{color:#d4dce8}
@media(max-width:1100px){.hero-v12,.product-detail,.cart-layout,.checkout-layout{grid-template-columns:1fr}.hero-stage{padding:0;background:transparent;border:0;box-shadow:none}.benefit-grid,.boutique-grid,.product-grid{grid-template-columns:1fr 1fr}.quick-grid{grid-template-columns:1fr 1fr}.hero-product-card{grid-template-columns:1fr}.buy-box{position:static}}
@media(max-width:700px){.shop-shell{width:min(100% - 22px,1240px)}.header-inner{height:74px}.shop-brand small{display:none}.shop-header nav a:not(.cart-link){display:none}.hero-copy,.hero-stage,.detail-copy,.buy-box,.empty-shop,.thanks{padding:22px}.hero-copy h1{font-size:46px}.hero-v12{padding-top:24px}.hero-panel.stats{grid-template-columns:1fr}.boutique-grid,.quick-grid,.benefit-grid,.product-grid,.process-grid,.faq-grid{grid-template-columns:1fr}.product-detail-visual{height:280px}.cart-row{grid-template-columns:1fr 78px}.cart-product{grid-column:1/-1}.cart-row>strong{grid-column:2}.footer-grid{grid-template-columns:1fr}}
