:root{--bg:#fff7f1;--text:#181313;--muted:#6f6262;--pink:#e6007e;--pink-soft:#ffd8e8;--cream:#fffaf5;--border:#1813131f;--shadow:0 24px 80px #18131324}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--text);background:radial-gradient(circle at 85% 12%,#e6007e2e,#0000 34%),linear-gradient(135deg,#fffaf5 0%,#fff1f7 48%,#fffaf5 100%);margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site{min-height:100vh}.nav{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--border);background:#fffaf5c7;position:sticky;top:0}.nav-inner{justify-content:space-between;align-items:center;max-width:1180px;margin:0 auto;padding:18px 22px;display:flex}.logo{letter-spacing:-.04em;font-family:Georgia,serif;font-size:25px;font-weight:700}.nav-links{color:var(--muted);align-items:center;gap:22px;font-size:14px;display:flex}.nav-button{color:#fff;background:var(--text);border-radius:999px;padding:11px 17px;font-weight:700}.hero{grid-template-columns:1.02fr .98fr;align-items:center;gap:42px;max-width:1180px;margin:0 auto;padding:72px 22px 42px;display:grid}.badge{border:1px solid var(--border);width:fit-content;color:var(--muted);background:#ffffff94;border-radius:999px;align-items:center;gap:8px;margin-bottom:22px;padding:9px 13px;font-size:14px;display:inline-flex}.hero h1{letter-spacing:-.07em;margin:0;font-family:Georgia,serif;font-size:clamp(48px,7vw,86px);line-height:.9}.hero h1 span{color:var(--pink)}.hero p{color:var(--muted);max-width:620px;margin:24px 0 30px;font-size:19px;line-height:1.65}.actions{flex-wrap:wrap;gap:14px;display:flex}.btn{border:1px solid var(--border);border-radius:999px;justify-content:center;align-items:center;padding:15px 22px;font-weight:800;transition:all .2s;display:inline-flex}.btn.primary{background:var(--text);color:#fff;box-shadow:0 12px 30px #1813132e}.btn.secondary{background:#ffffffb3}.btn:hover{transform:translateY(-2px)}.hero-card{box-shadow:var(--shadow);background:#fff;border:1px solid #fff9;border-radius:34px;position:relative;overflow:hidden}.hero-card img{object-fit:cover;width:100%;height:640px}.float-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffd1;border:1px solid #ffffffb3;border-radius:24px;justify-content:space-between;gap:12px;padding:18px;display:flex;position:absolute;bottom:22px;left:22px;right:22px}.float-card strong{font-size:18px;display:block}.float-card span{color:var(--muted);font-size:14px}.section{max-width:1180px;margin:0 auto;padding:62px 22px}.section-head{justify-content:space-between;align-items:end;gap:24px;margin-bottom:26px;display:flex}.section h2{letter-spacing:-.06em;margin:0;font-family:Georgia,serif;font-size:clamp(34px,5vw,58px);line-height:.95}.section-head p{color:var(--muted);max-width:460px;margin:0;line-height:1.6}.products{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.product{border:1px solid var(--border);background:#ffffffb8;border-radius:28px;overflow:hidden;box-shadow:0 14px 40px #18131314}.product-img{background:#fff;height:340px;overflow:hidden}.product-img img{object-fit:cover;width:100%;height:100%}.product-body{padding:18px}.product-top{justify-content:space-between;align-items:start;gap:10px;display:flex}.product h3{margin:0 0 6px;font-size:21px}.price{color:var(--pink);font-size:22px;font-weight:900}.product p{color:var(--muted);margin:10px 0 16px;line-height:1.55}.tags{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.tag{background:var(--pink-soft);color:#7a003f;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:700}.product .btn{width:100%;padding:13px}.info-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.info-card{border:1px solid var(--border);background:#ffffffb8;border-radius:28px;padding:24px}.info-card h3{margin:0 0 10px;font-size:20px}.info-card p{color:var(--muted);margin:0;line-height:1.6}.custom{background:var(--text);color:#fff;box-shadow:var(--shadow);border-radius:36px;grid-template-columns:1fr 1fr;align-items:stretch;gap:24px;display:grid;overflow:hidden}.custom-content{padding:44px}.custom-content h2{color:#fff}.custom-content p{color:#ffffffb8;font-size:18px;line-height:1.7}.custom-list{gap:13px;margin:24px 0;padding:0;list-style:none;display:grid}.custom-list li{background:#ffffff14;border:1px solid #ffffff1f;border-radius:16px;padding:13px 15px}.custom .btn{color:var(--text);background:#fff}.custom-img img{object-fit:cover;width:100%;height:100%}.footer{border-top:1px solid var(--border);color:var(--muted);margin-top:42px;padding:34px 22px}.footer-inner{flex-wrap:wrap;justify-content:space-between;gap:18px;max-width:1180px;margin:0 auto;display:flex}@media (max-width:900px){.nav-links{display:none}.hero{grid-template-columns:1fr;padding-top:46px}.hero-card img{height:480px}.products{grid-template-columns:1fr}.info-grid{grid-template-columns:1fr 1fr}.custom{grid-template-columns:1fr}.section-head{display:block}.section-head p{margin-top:14px}}@media (max-width:520px){.hero h1{font-size:48px}.hero-card img{height:380px}.info-grid{grid-template-columns:1fr}.custom-content{padding:28px}}.custom-options{grid-template-columns:repeat(2,1fr);gap:12px;margin:24px 0;display:grid}.custom-option{background:#ffffff14;border:1px solid #ffffff24;border-radius:18px;padding:15px}.custom-option strong{color:#fff;margin-bottom:5px;font-size:16px;display:block}.custom-option span{color:#ffffffad;font-size:14px;line-height:1.4;display:block}@media (max-width:520px){.custom-options{grid-template-columns:1fr}}.custom-option-wide{background:linear-gradient(135deg,#e6007e38,#ffffff14);grid-column:1/-1}.language-switch{border:1px solid var(--border);background:#ffffffad;border-radius:999px;align-items:center;gap:6px;padding:5px;display:flex}.language-switch button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:999px;padding:8px 10px;font-weight:800}.language-switch button.active{background:var(--text);color:#fff}@media (min-width:901px) and (max-width:1120px){.hero{grid-template-columns:1fr .85fr;gap:28px}.hero h1{font-size:64px}.hero-card img{height:560px}.products,.info-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.nav-inner{gap:12px}.nav-links{display:none}.language-switch{margin-left:auto}.hero{grid-template-columns:1fr;gap:28px;padding:38px 18px 28px}.hero h1{font-size:clamp(44px,11vw,72px)}.hero p{font-size:17px}.hero-card{border-radius:26px}.hero-card img{height:520px}.float-card{border-radius:0;display:block;position:static}.float-card .btn{width:100%;margin-top:14px}.section{padding:42px 18px}.products{grid-template-columns:repeat(2,1fr);gap:16px}.product-img{height:300px}.info-grid{grid-template-columns:repeat(2,1fr)}.custom{border-radius:28px;grid-template-columns:1fr}.custom-img img{height:420px}}@media (max-width:620px){.nav-inner{padding:14px 16px}.logo{font-size:22px}.language-switch button{padding:7px 9px;font-size:12px}.hero{padding:32px 16px 22px}.badge{padding:8px 11px;font-size:12px}.hero h1{font-size:46px;line-height:.92}.hero p{font-size:16px;line-height:1.55}.actions{grid-template-columns:1fr;display:grid}.btn{width:100%;padding:14px 18px}.hero-card img{height:390px}.section{padding:36px 16px}.section h2{font-size:38px}.section-head p{font-size:15px}.products{grid-template-columns:1fr}.product{border-radius:24px}.product-img{height:360px}.product-body{padding:16px}.info-grid{grid-template-columns:1fr}.info-card{border-radius:22px;padding:20px}.custom-content{padding:24px}.custom-content p{font-size:16px}.custom-options{grid-template-columns:1fr}.custom-img img{height:340px}.footer-inner{gap:10px;display:grid}}
