*{box-sizing:border-box;margin:0;padding:0}:root{--accent:#c75a86;--bg:#fff6fa;--ink:#17212b;--muted:#72808d;--line:#e4e8eb}html{scroll-behavior:smooth}body{font-family:"DM Sans",Arial,sans-serif;background:var(--bg);color:var(--ink);line-height:1.5}a{text-decoration:none;color:inherit}button,input,textarea,select{font:inherit}.site-header{position:sticky;top:14px;z-index:30;max-width:1220px;margin:auto;padding:9px 11px;background:rgba(255,255,255,.94);border:1px solid var(--line);border-radius:25px;display:flex;align-items:center;gap:20px;box-shadow:0 12px 35px rgba(0,0,0,.07);backdrop-filter:blur(16px)}.logo{display:flex;align-items:center;gap:10px;min-width:235px}.logo-symbol{width:40px;height:40px;border-radius:13px;background:var(--accent);color:#fff;display:grid;place-items:center;font-size:10px;font-weight:800}.logo b{display:block;font-family:Manrope;font-size:15px;line-height:1.1}.logo small{display:block;color:#8b96a0;font-size:7px;letter-spacing:.17em;margin-top:3px}nav{display:flex;gap:3px;justify-content:center;flex:1}nav a{padding:10px 11px;border-radius:10px;font-size:11px;font-weight:700;color:#5d6976}nav a:hover{background:#f0f2f3;color:var(--ink)}.header-btn,.btn{border:0;border-radius:12px;padding:13px 18px;font-size:11px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:10px;cursor:pointer}.header-btn{background:var(--ink);color:#fff;white-space:nowrap}.menu{display:none;border:0;background:none;font-size:21px}
.hero{max-width:1220px;margin:auto;padding:72px 20px 90px;display:grid;grid-template-columns:.9fr 1.1fr;gap:55px;align-items:center}.hero-text{padding:10px 0}.eyebrow{font-size:9px;letter-spacing:.2em;color:var(--accent);font-weight:800;display:block;margin-bottom:14px}h1,h2,h3{font-family:Manrope}h1{font-size:clamp(50px,6.5vw,82px);line-height:.94;letter-spacing:-.06em}h1 i,h2 i{font-style:normal;color:var(--accent)}.hero-text>p{max-width:520px;color:var(--muted);font-size:14px;margin:24px 0}.hero-actions{display:flex;gap:10px;flex-wrap:wrap}.primary{background:var(--ink);color:#fff}.secondary{background:#fff;color:var(--ink);border:1px solid var(--line)}.btn span{color:var(--accent)}.location{font-size:10px;color:#73808d;margin-top:30px}.hero-photo{min-height:510px;position:relative;border-radius:34px;overflow:hidden;background:#ddd;box-shadow:0 25px 55px rgba(0,0,0,.13)}.hero-photo img{width:100%;height:100%;min-height:510px;object-fit:cover;display:block}.hero-badge{position:absolute;left:20px;bottom:20px;background:rgba(255,255,255,.94);padding:13px 16px;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,.12)}.hero-badge b{display:block;font-size:8px;letter-spacing:.15em}.hero-badge span{font-size:9px;color:#6f7b87}
.categories,.products,.about,.order{max-width:1220px;margin:auto;padding:80px 20px}.section-intro,.products-top{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:28px}.section-intro p{max-width:390px;color:var(--muted);font-size:12px}h2{font-size:clamp(36px,4vw,56px);line-height:1;letter-spacing:-.05em}.cat-row{display:flex;gap:8px;overflow-x:auto;padding-bottom:5px}.cat-pill{white-space:nowrap;border:1px solid var(--line);background:#fff;border-radius:999px;padding:11px 15px;font-size:10px;font-weight:800;color:#687581;cursor:pointer}.cat-pill.active,.cat-pill:hover{background:var(--accent);border-color:var(--accent);color:#fff}.products{padding-top:25px}.result-count{font-size:10px;color:#7b8791;font-weight:800}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;transition:.25s}.card:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(0,0,0,.09)}.pic{height:205px;position:relative;background:#f1f3f4;overflow:hidden}.pic img{width:100%;height:100%;object-fit:cover;display:block;transition:.3s}.card:hover .pic img{transform:scale(1.04)}.pic span{position:absolute;top:10px;left:10px;background:rgba(255,255,255,.93);border-radius:8px;padding:6px 8px;font-size:7px;font-weight:800}.card-body{padding:15px}.card-body small{font-size:8px;color:var(--accent);font-weight:800;letter-spacing:.13em}.card h3{font-size:16px;line-height:1.15;margin:7px 0}.card p{font-size:9px;color:#7a8692;min-height:28px}.card-foot{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-top:14px}.card-foot strong{font-family:Manrope;font-size:17px}.order-product{border:1px solid #dfe4e8;background:#f4f6f7;border-radius:9px;padding:8px 11px;font-size:9px;font-weight:800;cursor:pointer}.order-product:hover{background:var(--ink);color:#fff}.about{margin-top:25px;background:var(--ink);color:#fff;border-radius:32px;display:grid;grid-template-columns:70px 1fr 1.3fr;gap:28px;padding:55px 45px}.about-mark{font:800 30px Manrope;color:var(--accent)}.about h2 i{color:#fff}.about-points{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.about-points div{border-left:1px solid rgba(255,255,255,.15);padding-left:16px}.about-points b{font-size:9px;color:var(--accent)}.about-points strong{display:block;font:700 13px Manrope;margin:20px 0 6px}.about-points p{font-size:9px;color:#b6c2cc}.order{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px}.order-info h2{font-size:62px}.order-info>p{font-size:12px;color:var(--muted);max-width:420px;margin:20px 0}.contact-mini{display:flex;align-items:center;gap:11px;margin:12px 0}.contact-mini>span{width:35px;height:35px;border-radius:10px;background:#fff;display:grid;place-items:center;color:var(--accent)}.contact-mini small{display:block;font-size:7px;letter-spacing:.14em;color:#87929d}.contact-mini b{font-size:10px}.order-form{background:#fff;border:1px solid var(--line);border-radius:24px;padding:27px;box-shadow:0 20px 45px rgba(0,0,0,.07)}.row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.order-form label{display:block;font-size:9px;font-weight:800;color:#66727e;margin-bottom:12px}.order-form input,.order-form textarea,.order-form select{width:100%;margin-top:6px;border:1px solid #e0e5e9;border-radius:10px;padding:12px;background:#fbfcfd;outline:0;font-size:11px;color:var(--ink)}.submit{width:100%}.form-help{font-size:8px;color:#89939d;text-align:center;margin-top:10px}.modal{position:fixed;inset:0;background:rgba(5,13,20,.65);backdrop-filter:blur(8px);z-index:100;display:none;align-items:center;justify-content:center;padding:20px}.modal[aria-hidden="false"]{display:flex}.modal-card{background:#fff;border-radius:28px;max-width:520px;width:100%;padding:38px;position:relative;box-shadow:0 30px 80px rgba(0,0,0,.25)}.close{position:absolute;right:16px;top:14px;border:0;background:#f1f3f4;width:32px;height:32px;border-radius:50%;font-size:20px;cursor:pointer}.success-icon{width:52px;height:52px;border-radius:50%;background:var(--accent);color:#fff;display:grid;place-items:center;font-size:24px;margin-bottom:18px}.modal-card h2{font-size:37px}.modal-card p{font-size:11px;color:#71808d;margin:14px 0 18px}.summary{border:1px solid var(--line);border-radius:13px;padding:11px;margin-bottom:18px}.summary div{display:flex;justify-content:space-between;border-bottom:1px solid #eef0f2;padding:8px 0;font-size:9px}.summary div:last-child{border:0}.summary b{color:#7d8892}.summary span{font-weight:800;text-align:right}
footer{background:#fff;border-top:1px solid var(--line);padding:55px max(20px,calc((100vw - 1180px)/2)) 20px}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px;padding-bottom:35px;border-bottom:1px solid var(--line)}footer p,footer a{font-size:10px;color:#77838e;margin-top:9px;display:block}footer b{font:700 11px Manrope}.footer-bottom{display:flex;justify-content:space-between;gap:20px;font-size:8px;color:#919ba5;padding-top:18px}
/* 9 intentionally different visual treatments */
.auto-layout .hero-photo{border-radius:12px;transform:skewY(-1deg)}.auto-layout .site-header{border-radius:13px}
.salon-layout .hero{grid-template-columns:.75fr 1.25fr}.salon-layout .hero-photo{border-radius:190px 190px 25px 25px}.salon-layout h1{font-weight:500}
.coffee-layout .hero{grid-template-columns:1fr;text-align:center}.coffee-layout .hero-text{max-width:820px;margin:auto}.coffee-layout .hero-actions,.coffee-layout .location{justify-content:center}.coffee-layout .hero-photo{max-width:900px;width:100%;margin:auto;border-radius:48% 48% 20px 20px}
.furniture-layout .hero{grid-template-columns:1.15fr .85fr}.furniture-layout .hero-photo{min-height:430px}.furniture-layout .hero-photo img{min-height:430px}
.electronics-layout{background:#f3f4ff}.electronics-layout .site-header{border-radius:50px}.electronics-layout .hero{max-width:none;padding-left:max(20px,calc((100vw - 1180px)/2));padding-right:max(20px,calc((100vw - 1180px)/2));background:#11182a;color:#fff;grid-template-columns:1fr 1fr}.electronics-layout .hero-text>p,.electronics-layout .location{color:#bdc7d4}.electronics-layout .hero-photo{border-radius:25px}
.bakery-layout .hero{grid-template-columns:1fr;text-align:center;padding-top:55px}.bakery-layout .hero-text{max-width:850px;margin:auto}.bakery-layout .hero-actions,.bakery-layout .location{justify-content:center}.bakery-layout .hero-photo{max-width:900px;width:100%;height:420px;min-height:420px;margin:auto;border-radius:20px}.bakery-layout .hero-photo img{min-height:420px}
.plant-layout{background:#f1f7ef}.plant-layout .hero-photo{border-radius:50% 20px 50% 20px}.plant-layout .cat-pill{border-radius:12px}
.academy-layout .hero{grid-template-columns:1.2fr .8fr}.academy-layout .hero-photo{border-radius:15px}.academy-layout .product-grid{grid-template-columns:repeat(3,1fr)}
.market-layout .hero{grid-template-columns:.8fr 1.2fr}.market-layout .hero-photo{border-radius:0 55px 0 55px}.market-layout .card{border-radius:9px}.market-layout .pic{height:180px}
@media(max-width:900px){nav{display:none}nav.open{position:absolute;left:10px;right:10px;top:72px;display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:18px;padding:8px;box-shadow:0 15px 30px rgba(0,0,0,.1)}.menu{display:block;margin-left:auto}.header-btn{display:none}.hero,.salon-layout .hero,.coffee-layout .hero,.furniture-layout .hero,.electronics-layout .hero,.academy-layout .hero,.market-layout .hero{grid-template-columns:1fr}.hero-photo,.hero-photo img{min-height:390px}.product-grid,.academy-layout .product-grid{grid-template-columns:repeat(2,1fr)}.about{grid-template-columns:1fr;padding:38px 25px}.about-points{grid-template-columns:1fr}.order{grid-template-columns:1fr;gap:35px}.footer-top{grid-template-columns:1fr 1fr}.footer-top>div:first-child{grid-column:span 2}}
@media(max-width:560px){.site-header{margin:0 8px;top:8px}.logo{min-width:0}.logo b{font-size:12px}.hero,.categories,.products,.about,.order{padding-left:16px;padding-right:16px}.hero{padding-top:45px}h1{font-size:49px}.hero-photo,.hero-photo img{min-height:330px;height:330px}.product-grid,.academy-layout .product-grid{grid-template-columns:1fr 1fr;gap:10px}.pic{height:145px}.card-body{padding:12px}.card h3{font-size:13px}.card p{font-size:8px}.card-foot strong{font-size:13px}.order-product{font-size:8px;padding:7px}.row{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr}.footer-top>div:first-child{grid-column:auto}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:7px}.modal-card{padding:28px 22px}}