:root{--bg: #ffffff;--bg-soft: #f7f8fa;--ink: #111111;--navy: #1d3557;--navy-deep: #0b2c4a;--accent: #264653;--accent-soft: #e8f4f6;--teal: #a8dadc;--teal-deep: #457b9d;--muted: #6b7280;--line: #e8ebef;--card: #ffffff;--media: #f0f2f5;--pastel-0: #c8ebe9;--pastel-1: #f5c6d0;--pastel-2: #d9d4f0;--radius-sm: 12px;--radius-md: 20px;--radius-lg: 30px;--radius-xl: 40px;--shadow-btn: 5px 10px 16px rgba(0, 0, 0, .1);font-family:Lato,system-ui,sans-serif;color:var(--ink);background:var(--bg)}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font-family:inherit}.container{width:min(1200px,calc(100% - 32px));margin:0 auto}.container.narrow{width:min(720px,calc(100% - 32px))}.center{min-height:50vh;display:grid;place-items:center;padding:40px;text-align:center}.stack{display:grid;gap:12px}.muted{color:var(--muted)}.spinner{width:28px;height:28px;border-radius:50%;border:2px solid var(--line);border-top-color:var(--accent);animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.site-header{position:sticky;top:0;z-index:40;background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.header-row{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:72px}.brand{display:flex;align-items:center;gap:10px;font-weight:900;color:var(--navy);letter-spacing:.01em}.brand-logo{width:40px;height:40px;object-fit:cover;border-radius:10px}.brand-name{font-size:1.05rem}.nav{display:none;gap:22px;font-size:15px;font-weight:700;color:var(--navy)}.nav a{min-height:44px;display:inline-flex;align-items:center}.nav a:hover{color:var(--teal-deep)}.header-cta{display:none}.menu-toggle{width:44px;height:44px;border:1px solid var(--line);border-radius:12px;background:#fff;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;cursor:pointer}.menu-toggle span{width:18px;height:2px;background:var(--navy);border-radius:2px}.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#1116;z-index:50}.drawer{position:fixed;top:0;right:0;bottom:0;width:min(320px,88vw);background:#fff;z-index:60;padding:20px;display:flex;flex-direction:column;gap:20px;box-shadow:-8px 0 32px #0000001f;transform:translate(0)}.drawer-head{display:flex;justify-content:space-between;align-items:center}.drawer-close{width:44px;height:44px;border:1px solid var(--line);border-radius:12px;background:#fff;font-size:22px;cursor:pointer}.drawer-nav{display:flex;flex-direction:column;gap:4px}.drawer-nav a{min-height:48px;display:flex;align-items:center;padding:0 12px;border-radius:12px;font-weight:700;color:var(--navy)}.drawer-nav a:hover{background:var(--bg-soft)}.drawer .cta{width:100%;min-height:48px;margin-top:auto}.cta,.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--accent);color:#fff;border:0;border-radius:999px;padding:12px 20px;font-weight:700;cursor:pointer;min-height:44px;box-shadow:var(--shadow-btn);transition:background .2s ease,color .2s ease}.cta:hover,.btn:hover{background:var(--navy)}.btn.outline,.cta.ghost{background:#fff;color:var(--ink);border:1px solid #f3f3f3;box-shadow:var(--shadow-btn)}.btn.outline:hover,.cta.ghost:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.btn.small{padding:8px 14px;font-size:13px;min-height:40px}.btn.hero-btn{background:#fff;color:var(--ink);border:1px solid #f3f3f3;border-radius:30px;padding:14px 28px;font-weight:700;box-shadow:var(--shadow-btn)}.btn.hero-btn:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.hero-wrap{padding:20px 0 0}.hero-banner{background:var(--teal);border-radius:var(--radius-xl);overflow:hidden;position:relative;display:grid;grid-template-columns:1fr;min-height:420px}.hero-content{position:relative;z-index:2;padding:36px 24px 20px;display:flex;flex-direction:column;justify-content:center;gap:12px}.hero-tag{font-size:13px;font-weight:700;color:var(--navy);letter-spacing:.04em;text-transform:uppercase}.hero-title{margin:0;font-size:clamp(2rem,6vw,3.4rem);font-weight:900;line-height:1.15;color:var(--navy)}.hero-text{margin:0;color:var(--navy-deep);opacity:.85;max-width:36ch;line-height:1.55}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:12px}.hero-visual{position:relative;z-index:1;display:flex;align-items:flex-end;justify-content:center;min-height:260px;padding:0 16px}.hero-visual img{width:min(280px,70%);height:auto;object-fit:contain;position:relative;z-index:2}.hero-shape-blob{position:absolute;right:8%;bottom:8%;width:70%;height:70%;background:#ffffff47;border-radius:40% 60% 55% 45%;z-index:0}.hero-deco{position:absolute;z-index:3;width:72px;opacity:.9;pointer-events:none}.hero-deco.top{top:12px;right:18px;width:56px}.hero-deco.bottom{bottom:20px;left:12px;width:90px;display:none}.feature-row{display:grid;grid-template-columns:1fr;gap:28px;padding:48px 0 8px}.feature-item{display:flex;gap:18px;align-items:flex-start}.feature-icon{flex:0 0 72px;width:72px;height:72px;border-radius:var(--radius-md);background:var(--teal);display:grid;place-items:center}.feature-icon img{width:36px;height:auto}.feature-item h3{margin:0 0 6px;font-size:1.1rem;color:var(--navy);font-weight:800}.feature-item p{margin:0;color:var(--teal-deep);font-size:.95rem;line-height:1.45}.section{padding:48px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:24px}.section-head h1,.section-head h2,.section h1{margin:0;color:var(--navy);font-weight:900}.section-kicker{margin:6px 0 0;color:var(--muted);font-size:.95rem}.section-link{font-weight:700;color:var(--teal-deep)}.banner-grid{display:grid;grid-template-columns:1fr;gap:20px}.collection-banner{position:relative;display:block;overflow:hidden;border-radius:var(--radius-lg);min-height:220px;background:var(--pastel-0)}.collection-banner.tone-1{background:var(--pastel-1)}.collection-banner.tone-2{background:var(--pastel-2)}.collection-banner-media{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;justify-content:flex-end}.collection-banner-media img{width:55%;max-height:100%;object-fit:cover;border-radius:0;mix-blend-mode:multiply;opacity:.92}.collection-banner-body{position:relative;z-index:2;padding:28px 24px;display:flex;flex-direction:column;gap:8px;max-width:60%}.collection-banner-tag{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--navy)}.collection-banner-title{margin:0;font-size:clamp(1.35rem,3vw,1.75rem);font-weight:800;color:var(--navy);line-height:1.2}.collection-banner-link{font-weight:700;font-size:.95rem;color:var(--navy-deep);margin-top:4px}.collection-banner:hover .collection-banner-link{text-decoration:underline}.pill-row{display:flex;gap:10px;overflow-x:auto;padding-bottom:8px;margin-bottom:22px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.pill-row::-webkit-scrollbar{display:none}.pill{flex:0 0 auto;min-height:44px;padding:10px 18px;border-radius:999px;border:1px solid var(--line);background:#fff;font-weight:700;font-size:14px;color:var(--navy);cursor:pointer;white-space:nowrap}.pill.on,.chip.on{background:var(--accent);border-color:var(--accent);color:#fff}.chip{display:inline-flex;align-items:center;min-height:44px;padding:8px 16px;border-radius:999px;border:1px solid var(--line);background:#fff;font-size:14px;font-weight:700;color:var(--navy);white-space:nowrap}.cats{display:flex;gap:10px;overflow-x:auto;margin-bottom:22px;scrollbar-width:none}.cats::-webkit-scrollbar{display:none}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.product-card{background:var(--card);border-radius:var(--radius-md);overflow:hidden;display:flex;flex-direction:column}.product-media{aspect-ratio:1;background:var(--media);border-radius:var(--radius-md);overflow:hidden;position:relative;display:block}.product-media img,.ph{width:100%;height:100%;object-fit:cover;background:var(--media)}.ph{aspect-ratio:1}.ph.tall{aspect-ratio:3/4;min-height:320px;border-radius:var(--radius-lg)}.sale-badge{position:absolute;top:10px;left:10px;background:#e63946;color:#fff;font-size:12px;font-weight:800;padding:4px 8px;border-radius:8px}.product-body{padding:12px 4px 8px;display:grid;gap:8px}.product-body h3{margin:0;font-size:.95rem;font-weight:700;color:var(--navy);line-height:1.35}.price-row{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.price{font-weight:800;color:var(--navy)}.price.compare{color:var(--muted);text-decoration:line-through;font-weight:600;font-size:.9em}.price.big{font-size:1.5rem;margin:8px 0 16px}.search-form{display:flex;gap:8px;flex-wrap:wrap}.search-form input{border:1px solid var(--line);border-radius:999px;padding:10px 14px;min-width:160px;min-height:44px;font:inherit}.product-detail{display:grid;grid-template-columns:1fr;gap:28px;align-items:start}.product-gallery img{width:100%;border-radius:var(--radius-lg);background:var(--media)}.product-info h1{color:var(--navy);margin:8px 0}.hint{color:var(--muted);font-size:14px}.collection-cover{border-radius:var(--radius-lg);overflow:hidden;margin:16px 0 28px;background:var(--pastel-0);min-height:180px;position:relative}.collection-cover img{width:100%;max-height:280px;object-fit:cover}.collection-grid{display:grid;grid-template-columns:1fr;gap:16px}.collection-card{background:var(--bg-soft);border-radius:var(--radius-md);overflow:hidden;padding-bottom:14px}.collection-card img,.collection-card .ph{aspect-ratio:16/10;width:100%;object-fit:cover;border-radius:var(--radius-md) var(--radius-md) 0 0}.collection-card strong,.collection-card p{display:block;padding:0 14px}.collection-card strong{margin-top:12px;color:var(--navy);font-size:1.05rem}.lead{font-size:1.05rem;color:var(--muted);line-height:1.55}.site-footer{border-top:1px solid var(--line);padding:40px 0 48px;margin-top:32px;background:var(--bg-soft)}.footer-grid{display:grid;grid-template-columns:1fr;gap:24px}.footer-grid strong{color:var(--navy);font-size:1.1rem}@media(min-width:640px){.feature-row{grid-template-columns:repeat(3,1fr);gap:20px}.feature-icon{flex-basis:64px;width:64px;height:64px}.banner-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.collection-grid{grid-template-columns:repeat(2,1fr)}.hero-banner{min-height:480px}.hero-visual img{width:min(320px,55%)}.hero-deco.bottom{display:block}}@media(min-width:768px){.nav{display:flex}.header-cta{display:inline-flex}.menu-toggle{display:none}.hero-banner{grid-template-columns:1.05fr .95fr;min-height:520px;align-items:stretch}.hero-content{padding:48px 24px 48px 48px}.hero-visual{min-height:auto;align-items:flex-end;padding-right:24px}.hero-visual img{width:min(380px,90%)}.product-detail{grid-template-columns:1.1fr .9fr;gap:40px}.footer-grid{grid-template-columns:2fr 1.2fr 1fr}}@media(min-width:1024px){.banner-grid{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.collection-grid{grid-template-columns:repeat(3,1fr)}.hero-banner{min-height:560px;border-radius:var(--radius-xl)}.hero-title{font-size:clamp(2.6rem,4vw,3.75rem)}.hero-content{padding-left:56px}.feature-row{gap:40px;padding-top:64px}.section{padding:56px 0}}
