:root{--blue: #4a9fd4;--blue-light: #5bb5e8;--blue-soft: #d4ebf7;--pink: #e85d9a;--purple: #7b5ea7;--white: #ffffff;--bg: #f8fbfd;--bg-warm: #fef9f6;--text: #1a2a3a;--text-muted: #5a6a7a;--border: rgba(74, 159, 212, .2);--shadow: 0 4px 24px rgba(74, 159, 212, .12);--shadow-lg: 0 12px 40px rgba(74, 159, 212, .18);--radius: 16px;--radius-lg: 24px;--font: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--header-h: 72px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input{font:inherit}.app{min-height:100vh;display:flex;flex-direction:column;position:relative}.polka-bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;overflow:hidden;pointer-events:none}.polka-bg__layer{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.35}.polka-bg__layer--1{background-image:radial-gradient(circle,var(--blue-light) 3px,transparent 3px);background-size:32px 32px}.polka-bg__layer--2{background-image:radial-gradient(circle,var(--pink) 2px,transparent 2px);background-size:48px 48px;background-position:16px 16px;opacity:.15}.header{position:sticky;top:0;z-index:100;background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);height:var(--header-h)}.header__inner{max-width:1100px;margin:0 auto;padding:0 20px;height:100%;display:flex;align-items:center;justify-content:space-between}.header__logo{display:flex;align-items:center}.brand-logo{width:auto;object-fit:contain}.about-logo{margin-bottom:8px}.header__nav{display:flex;align-items:center;gap:24px}.header__nav a{font-weight:600;font-size:.95rem;color:var(--text-muted);transition:color .2s}.header__nav a:hover,.header__nav a.active{color:var(--blue)}.header__cart{display:flex;align-items:center;gap:8px;background:var(--blue-soft);padding:8px 16px;border-radius:999px;color:var(--blue)!important;font-weight:700!important}.header__badge{background:var(--pink);color:#fff;font-size:.75rem;min-width:20px;height:20px;border-radius:999px;display:flex;align-items:center;justify-content:center}.main{flex:1;max-width:1100px;width:100%;margin:0 auto;padding:32px 20px 120px}.page{animation:fadeIn .4s ease}.page--center{text-align:center;padding:60px 20px;display:flex;flex-direction:column;align-items:center;gap:16px}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.hero{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;padding:40px 0 60px}.hero__eyebrow{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--pink);margin-bottom:12px}.hero__title{font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.15;margin-bottom:8px}.hero__title-pink{color:var(--pink)}.hero__title-purple{color:var(--purple)}.hero__title-blue{color:var(--blue)}.hero__collection{font-size:1.25rem;font-weight:700;color:var(--blue);margin-bottom:12px}.hero__subtitle{color:var(--text-muted);margin-bottom:28px;max-width:420px}.hero__visual{display:flex;justify-content:center}.hero__img{max-height:420px;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);animation:float 4s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:999px;font-weight:700;border:none;cursor:pointer;transition:transform .15s,box-shadow .15s,background .15s}.btn:hover{transform:translateY(-1px)}.btn--primary{background:var(--blue);color:#fff;box-shadow:0 4px 16px #4a9fd459}.btn--primary:hover{background:var(--blue-light)}.btn--secondary{background:var(--blue-soft);color:var(--blue)}.btn--ghost{background:transparent;color:var(--text-muted)}.btn--lg{padding:16px 32px;font-size:1.05rem}.btn--block{width:100%}.section{margin-top:48px}.section-title{font-size:1.75rem;font-weight:800;margin-bottom:24px;color:var(--text)}.page-header{margin-bottom:32px}.page-header h1{font-size:2rem;font-weight:800}.page-header p,.page-subtitle{color:var(--text-muted);margin-top:8px}.page-header--center{text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}.product-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);border:2px solid var(--border);transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.product-card__link{display:block}.product-card__img{position:relative;aspect-ratio:4/5;background:var(--bg);overflow:hidden}.product-card__img img{width:100%;height:100%;object-fit:cover}.product-card__badge{position:absolute;top:12px;right:12px;background:var(--pink);color:#fff;font-size:.8rem;font-weight:700;padding:6px 12px;border-radius:999px}.product-card__body{padding:20px}.product-card__collection{font-size:.8rem;font-weight:700;color:var(--purple);text-transform:uppercase;letter-spacing:.05em}.product-card__title{font-size:1.05rem;font-weight:700;margin:8px 0;line-height:1.3}.product-card__price{font-size:1.35rem;font-weight:800;color:var(--blue)}.product-card__cta{display:inline-block;margin-top:12px;font-weight:700;color:var(--pink);font-size:.9rem}.benefits__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}.benefit-card{background:var(--white);padding:24px;border-radius:var(--radius);border:2px dashed var(--blue-light)}.benefit-card h3{color:var(--blue);margin-bottom:8px}.benefit-card p{color:var(--text-muted);font-size:.95rem}.back-link{display:inline-block;color:var(--text-muted);font-weight:600;margin-bottom:24px}.back-link:hover{color:var(--blue)}.product-page__layout{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:48px}.product-page__collection{font-weight:700;color:var(--purple);font-size:.9rem;margin-bottom:8px}.product-page__info h1{font-size:1.75rem;font-weight:800;margin-bottom:12px}.product-page__price{font-size:2rem;font-weight:800;color:var(--blue);margin-bottom:16px}.product-page__desc{color:var(--text-muted);margin-bottom:24px}.product-page__cart-row{display:flex;gap:12px;align-items:center}.qty-input{width:72px;padding:12px;border:2px solid var(--border);border-radius:var(--radius);text-align:center;font-weight:700}.form-label{display:block;font-weight:600;margin-bottom:8px;font-size:.9rem}.gallery__main{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;border:2px solid var(--border);aspect-ratio:4/5}.gallery__main img{width:100%;height:100%;object-fit:cover}.gallery__thumbs{display:flex;gap:10px;margin-top:12px}.gallery__thumb{width:72px;height:72px;border-radius:var(--radius-sm, 12px);overflow:hidden;border:2px solid transparent;cursor:pointer;padding:0;background:none}.gallery__thumb--active{border-color:var(--blue)}.gallery__thumb img{width:100%;height:100%;object-fit:cover}.included{margin-bottom:40px}.included__list{list-style:none;display:grid;gap:16px}.included__item{display:flex;gap:20px;background:var(--white);padding:20px;border-radius:var(--radius);border:1px solid var(--border);align-items:center}.included__img{width:80px;height:80px;border-radius:12px;overflow:hidden;flex-shrink:0;background:var(--blue-soft)}.included__img img{width:100%;height:100%;object-fit:cover}.included__brand{font-size:.75rem;font-weight:800;color:var(--blue);letter-spacing:.05em}.included__item h3{font-size:1.1rem;margin:4px 0}.included__type,.included__form{font-size:.9rem;color:var(--text-muted)}.included__qty{font-weight:700;color:var(--pink);margin-top:4px}.info-sections{display:grid;gap:20px;margin-bottom:100px}.info-block{background:var(--white);padding:20px 24px;border-radius:var(--radius);border-left:4px solid var(--blue)}.info-block h3{font-size:1rem;color:var(--blue);margin-bottom:8px}.info-block p,.info-block li{color:var(--text-muted);font-size:.95rem}.info-block ul{padding-left:20px}.add-bar{display:none;position:fixed;bottom:0;left:0;right:0;background:var(--white);border-top:1px solid var(--border);padding:12px 20px;z-index:90;box-shadow:0 -4px 24px #00000014}.add-bar__inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px}.add-bar__label{font-size:.75rem;color:var(--text-muted);display:block}.add-bar__amount{font-size:1.25rem;font-weight:800;color:var(--blue)}.add-bar__actions{display:flex;align-items:center;gap:12px}.stepper{display:inline-flex;align-items:center;border:2px solid var(--border);border-radius:999px;overflow:hidden}.stepper__btn{width:36px;height:36px;border:none;background:var(--bg);cursor:pointer;font-size:1.2rem;font-weight:700;color:var(--blue)}.stepper__btn:disabled{opacity:.4;cursor:not-allowed}.stepper__value{min-width:36px;text-align:center;font-weight:700}.cart-list{list-style:none;display:flex;flex-direction:column;gap:16px;margin-bottom:32px}.cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:20px;align-items:center;background:var(--white);padding:20px;border-radius:var(--radius);border:1px solid var(--border)}.cart-item__img{width:100px;height:100px;object-fit:cover;border-radius:12px}.cart-item__info h3{font-size:1rem;margin-bottom:4px}.cart-item__price{color:var(--blue);font-weight:700;margin-bottom:12px}.cart-item__total{text-align:right;font-weight:800;font-size:1.1rem}.cart-item__remove{display:block;margin-top:8px;background:none;border:none;color:var(--pink);font-size:.85rem;cursor:pointer;font-weight:600}.cart-summary{max-width:400px;margin-left:auto;background:var(--white);padding:24px;border-radius:var(--radius-lg);border:2px solid var(--border);display:flex;flex-direction:column;gap:12px}.cart-summary__row{display:flex;justify-content:space-between;font-size:1.25rem}.checkout-layout{display:grid;grid-template-columns:1fr 340px;gap:32px;align-items:start}.checkout-form,.checkout-summary{background:var(--white);padding:28px;border-radius:var(--radius-lg);border:1px solid var(--border)}.checkout-form h3{font-size:1rem;color:var(--blue);margin-bottom:16px;margin-top:8px}.checkout-form h3:first-child{margin-top:0}.form-field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.form-field span{font-size:.85rem;font-weight:600;color:var(--text-muted)}.form-field input{padding:12px 14px;border:2px solid var(--border);border-radius:var(--radius);outline:none;transition:border-color .2s}.form-field input:focus{border-color:var(--blue)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.checkout-summary__item{display:flex;justify-content:space-between;font-size:.9rem;color:var(--text-muted);padding:8px 0;border-bottom:1px solid var(--border)}.checkout-summary__total{display:flex;justify-content:space-between;font-size:1.2rem;font-weight:800;margin-top:16px;color:var(--blue)}.success-card{background:var(--white);padding:48px 40px;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);max-width:440px;border:2px solid var(--blue-soft)}.success-card__icon{width:64px;height:64px;background:var(--blue);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 20px}.success-card__order{font-size:1.5rem;font-weight:800;color:var(--blue);font-family:monospace;margin:16px 0 24px}.success-card__actions{display:flex;flex-direction:column;gap:10px}.about-content{max-width:680px;margin:0 auto}.about-intro{font-size:1.1rem;color:var(--text-muted);margin-bottom:32px;line-height:1.7}.about-collection{text-align:center;padding:32px;background:var(--white);border-radius:var(--radius-lg);margin-bottom:32px;border:2px dashed var(--blue-light)}.about-trademarks ul{list-style:none;display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}.about-trademarks li{background:var(--blue-soft);color:var(--blue);padding:8px 16px;border-radius:999px;font-weight:700;font-size:.9rem}.about-company{background:var(--white);padding:24px;border-radius:var(--radius);margin-bottom:20px;border:1px solid var(--border)}.about-company h3{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--blue);margin-bottom:8px}.about-company__name{font-size:1.2rem;font-weight:800;margin-bottom:4px}.about-company__legal{font-size:.9rem;color:var(--text-muted)}.about-requisites{list-style:none;display:flex;flex-direction:column;gap:6px;font-weight:600}.legal-page h1{font-size:2rem;font-weight:800;margin-bottom:28px}.legal-page__content{max-width:720px}.legal-section{margin-bottom:24px;background:var(--white);padding:20px 24px;border-radius:var(--radius);border-left:4px solid var(--blue)}.legal-section h2{font-size:1rem;font-weight:700;color:var(--blue);margin-bottom:10px}.legal-section p{color:var(--text-muted);font-size:.95rem;line-height:1.7;white-space:pre-line}.footer{background:var(--white);border-top:1px solid var(--border);padding:32px 20px;margin-top:auto}.footer__inner{max-width:1100px;margin:0 auto;text-align:center}.footer__brand{display:flex;align-items:center;justify-content:center;gap:8px;font-weight:800;color:var(--blue);margin-bottom:16px}.footer__links{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 20px;margin-bottom:12px}.footer__links a{font-size:.9rem;font-weight:600;color:var(--text-muted);transition:color .2s}.footer__links a:hover{color:var(--blue)}.footer__email{display:inline-block;font-weight:700;color:var(--blue);margin-bottom:12px}.footer__email:hover{color:var(--pink)}.footer__rights{font-size:.8rem;color:var(--text-muted)}.text-muted{color:var(--text-muted)}@media(max-width:768px){.hero{grid-template-columns:1fr;text-align:center}.hero__subtitle{margin-left:auto;margin-right:auto}.hero__visual{order:-1}.hero__img{max-height:280px}.header__nav a:not(.header__cart){display:none}.product-page__layout{grid-template-columns:1fr}.product-page__desktop-cart{display:none}.add-bar{display:block}.product-page .info-sections{margin-bottom:140px}.checkout-layout{grid-template-columns:1fr}.cart-item{grid-template-columns:80px 1fr}.cart-item__total{grid-column:1 / -1;text-align:left;display:flex;justify-content:space-between;align-items:center}.cart-summary{max-width:none;margin-left:0}}@media(min-width:769px){.product-page .add-bar{display:none}}
