:root{--ink:#1e211e;--muted:#71756e;--line:#dedfd8;--paper:#f7f6f1;--white:#fff;--accent:#9b7148;--accent-dark:#755337;--soft:#ece9df;--shadow:0 20px 55px rgba(34,31,25,.08);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.topbar{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,5vw,70px);border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(247,246,241,.92);backdrop-filter:blur(14px);z-index:50}.brand{display:flex;align-items:center;gap:12px;font-weight:700;letter-spacing:.04em}.brand-mark{width:38px;height:38px;border:1px solid var(--ink);border-radius:50%;display:grid;place-items:center;font-family:Georgia,serif;font-weight:400}.topbar nav{display:flex;gap:28px;font-size:14px}.topbar nav a:hover{opacity:.6}.top-actions{display:flex;align-items:center;gap:14px}.lang{display:flex;border:1px solid var(--line);border-radius:999px;overflow:hidden}.lang a{padding:8px 10px;font-size:12px}.lang a.active{background:var(--ink);color:white}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:11px 18px;border:1px solid transparent;font:inherit;font-size:14px;cursor:pointer;transition:.2s;background:transparent}.btn:hover{transform:translateY(-1px)}.btn.primary{background:var(--ink);color:white}.btn.secondary{border-color:var(--line);background:var(--white)}.btn.ghost{border-color:var(--ink)}.hero{min-height:620px;padding:70px clamp(20px,6vw,90px);display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center;overflow:hidden}.hero-copy{max-width:720px}.eyebrow{font-size:11px;letter-spacing:.22em;font-weight:800;color:var(--accent);margin-bottom:16px}.hero h1{font-family:Georgia,"Times New Roman",serif;font-weight:400;font-size:clamp(48px,6vw,86px);line-height:.98;letter-spacing:-.04em;margin:0 0 26px}.hero p{font-size:18px;line-height:1.7;color:var(--muted);max-width:650px}.hero-buttons{display:flex;gap:12px;margin-top:32px}.hero-visual{position:relative;min-height:470px;display:grid;place-items:center}.hero-visual img{width:min(100%,560px);filter:drop-shadow(0 25px 40px rgba(0,0,0,.15));position:relative;z-index:2}.wood-orbit{width:560px;height:560px;border-radius:50%;position:absolute;background:radial-gradient(circle at 40% 35%,#d7c4a4,#a57a50 45%,#6d4f38 72%,#352f29);box-shadow:inset 0 0 0 1px rgba(255,255,255,.25),0 35px 100px rgba(87,59,39,.18);opacity:.23}.catalog-section{padding:90px clamp(20px,6vw,90px);background:var(--white);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.section-head{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:38px}.section-head h2,.split h2,.contact h2{font-family:Georgia,serif;font-weight:400;font-size:clamp(34px,4vw,58px);letter-spacing:-.03em;margin:0}.section-head>p{max-width:580px;color:var(--muted);line-height:1.6}.catalog-tools{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:30px}.filters{display:flex;gap:8px;flex-wrap:wrap}.filter{border:1px solid var(--line);border-radius:999px;background:var(--white);padding:10px 16px;cursor:pointer}.filter.active{background:var(--ink);color:white;border-color:var(--ink)}.search{min-width:250px;padding:12px 16px;border-radius:999px;border:1px solid var(--line);background:#fafaf7;font:inherit}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.product-card{border:1px solid var(--line);background:#fbfbf8;border-radius:18px;overflow:hidden;transition:.25s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-card[hidden]{display:none}.product-image{aspect-ratio:4/3;background:var(--soft);position:relative;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:.5s}.product-card:hover .product-image img{transform:scale(1.03)}.badge{position:absolute;top:14px;left:14px;background:rgba(255,255,255,.92);padding:7px 11px;border-radius:999px;font-size:11px;font-weight:700}.product-body{padding:22px}.product-category{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);font-weight:700}.product-body h3{font-family:Georgia,serif;font-size:28px;font-weight:400;margin:8px 0 10px}.product-body p{color:var(--muted);line-height:1.55;min-height:48px}.product-foot{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-top:24px}.product-foot strong{font-size:17px}.product-foot small{font-weight:400;color:var(--muted)}.product-foot a{font-size:13px}.empty-state{text-align:center;padding:50px;color:var(--muted)}.split{padding:90px clamp(20px,6vw,90px);display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.split p{font-size:19px;line-height:1.75;color:var(--muted);margin:0}.contact{margin:0 clamp(20px,6vw,90px) 80px;padding:60px;border-radius:24px;background:var(--ink);color:white;display:grid;grid-template-columns:1fr auto;gap:50px;align-items:center}.contact p{color:#c7c9c2;line-height:1.6;max-width:720px}.contact-links{display:flex;flex-direction:column;gap:12px;font-size:18px;text-align:right}footer{border-top:1px solid var(--line);padding:28px clamp(20px,6vw,90px);display:flex;justify-content:space-between;color:var(--muted);font-size:13px}.product-page{padding:70px clamp(20px,6vw,90px);display:grid;grid-template-columns:1.05fr .95fr;gap:70px}.main-image{border-radius:24px;overflow:hidden;background:var(--soft);aspect-ratio:4/3}.main-image img{width:100%;height:100%;object-fit:cover}.thumbs{display:flex;gap:10px;margin-top:12px}.thumb{width:76px;height:76px;padding:0;border:2px solid transparent;border-radius:12px;overflow:hidden;background:none;cursor:pointer}.thumb.active{border-color:var(--ink)}.thumb img{width:100%;height:100%;object-fit:cover}.product-info h1{font-family:Georgia,serif;font-weight:400;font-size:clamp(44px,5vw,72px);line-height:1;margin:0 0 20px}.lead{font-size:20px;line-height:1.55;color:var(--muted)}.price-large{font-size:32px;font-weight:700;margin:30px 0}.price-large small{font-size:14px;font-weight:400;color:var(--muted)}.richtext{line-height:1.8;color:#4f534c;margin:30px 0}.spec-box{background:var(--white);border:1px solid var(--line);border-radius:16px;padding:22px;margin:28px 0}.spec-box h3{margin-top:0}.install-body{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at top,#fff,#efede5)}.install-card{width:min(100%,540px);padding:40px;background:var(--white);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow)}.install-card h1{font-family:Georgia,serif;font-size:46px;font-weight:400;margin:0 0 12px}.install-card p{color:var(--muted);line-height:1.6}.form-grid,.admin-form{display:grid;gap:16px}.form-grid label,.admin-form label{display:grid;gap:7px;font-size:13px;font-weight:650}.form-grid input,.admin-form input,.admin-form textarea,.admin-form select{width:100%;border:1px solid var(--line);background:#fcfcfa;border-radius:10px;padding:11px 12px;font:inherit}.alert{padding:13px 16px;border-radius:10px;margin:14px 0}.alert.success{background:#e9f5eb;color:#245b2e}.alert.error{background:#fbe9e7;color:#8c2f2f}.admin-body{background:#f1f1ed}.admin-top{display:flex;justify-content:space-between;align-items:center;padding:18px clamp(20px,4vw,55px);background:var(--white);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:40}.admin-wrap{max-width:1500px;margin:0 auto;padding:34px}.admin-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:28px}.admin-tabs a{padding:10px 15px;background:var(--white);border:1px solid var(--line);border-radius:999px;font-size:13px}.admin-section{scroll-margin-top:100px;margin-bottom:55px}.admin-section .section-head{margin-bottom:18px}.admin-table-wrap{overflow:auto;border:1px solid var(--line);border-radius:16px;background:var(--white);margin-bottom:20px}.admin-table{width:100%;border-collapse:collapse}.admin-table th,.admin-table td{padding:14px 16px;text-align:left;border-bottom:1px solid var(--line);font-size:13px}.admin-table tr:last-child td{border-bottom:0}.admin-table td small{display:block;color:var(--muted);margin-top:4px}.row-actions{display:flex;gap:12px;align-items:center;justify-content:flex-end}.row-actions form{margin:0}.link-danger{border:0;background:none;color:#a23d34;cursor:pointer;padding:0}.admin-card{background:var(--white);border:1px solid var(--line);border-radius:18px;padding:24px}.admin-card h3{font-size:22px;margin-top:0}.two-col,.three-col,.four-col{display:grid;gap:14px}.two-col{grid-template-columns:repeat(2,1fr)}.three-col{grid-template-columns:repeat(3,1fr)}.four-col{grid-template-columns:repeat(4,1fr)}.checks{display:flex;gap:22px;flex-wrap:wrap}.checks label{display:flex;align-items:center;gap:8px}.checks input{width:auto}.form-actions{display:flex;gap:10px}.existing-images{display:flex;gap:12px;flex-wrap:wrap}.existing-images label{width:110px}.existing-images img{width:110px;height:80px;object-fit:cover;border-radius:9px;border:1px solid var(--line)}.existing-images span{font-size:11px}.existing-images input{width:auto}.pdf-area{position:fixed;left:-10000px;top:0;width:190mm;background:white;color:#222;padding:0}.pdf-cover{height:268mm;padding:28mm 18mm;display:flex;flex-direction:column;justify-content:center;page-break-after:always;background:linear-gradient(145deg,#f2eee4,#fff)}.pdf-brand{font-size:18px;letter-spacing:.2em;font-weight:700}.pdf-cover h1{font-family:Georgia,serif;font-size:46px;font-weight:400;line-height:1.05;margin:16px 0}.pdf-cover p{font-size:16px;line-height:1.65;color:#666}.pdf-site{margin-top:34px;font-weight:700}.pdf-list{padding:4mm}.pdf-list>h2{font-family:Georgia,serif;font-size:34px}.pdf-product{display:grid;grid-template-columns:58mm 1fr;gap:9mm;padding:7mm 0;border-bottom:1px solid #ddd;break-inside:avoid}.pdf-product img{width:58mm;height:42mm;object-fit:cover;border-radius:4mm;background:#eee}.pdf-product h3{font-family:Georgia,serif;font-size:23px;font-weight:400;margin:2mm 0}.pdf-product p{font-size:11px;color:#666}.pdf-cat{font-size:9px;text-transform:uppercase;letter-spacing:.12em}.pdf-specs{font-size:9px;line-height:1.5;margin:3mm 0}.pdf-footer{margin-top:10mm;padding-top:5mm;border-top:1px solid #ddd;font-size:10px;color:#666}
@media(max-width:1000px){.topbar nav{display:none}.hero,.product-page{grid-template-columns:1fr}.hero-visual{min-height:380px}.product-grid{grid-template-columns:repeat(2,1fr)}.split{grid-template-columns:1fr;gap:30px}.contact{grid-template-columns:1fr}.contact-links{text-align:left}.four-col,.three-col{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.topbar{padding:0 14px;height:68px}.brand span:last-child{display:none}.top-actions{gap:7px}.top-actions .btn{padding:9px 11px;font-size:12px}.hero{padding:50px 18px;gap:25px;min-height:auto}.hero h1{font-size:48px}.hero-visual{min-height:260px}.wood-orbit{width:330px;height:330px}.catalog-section,.split{padding:65px 18px}.section-head,.catalog-tools{display:block}.section-head>p{margin-top:14px}.filters{margin-bottom:14px}.search{width:100%;min-width:0}.product-grid{grid-template-columns:1fr}.contact{margin:0 18px 50px;padding:34px 24px}.contact h2{font-size:40px}footer{padding:24px 18px;display:block}footer span{display:block;margin:5px 0}.product-page{padding:40px 18px;gap:35px}.admin-wrap{padding:20px 12px}.admin-top{padding:12px}.admin-top .btn.secondary{display:none}.two-col,.three-col,.four-col{grid-template-columns:1fr}.row-actions{justify-content:flex-start;min-width:130px}}
.lang button{border:0;background:transparent;padding:.45rem .55rem;cursor:pointer;font:inherit;color:inherit}.lang button.active{font-weight:700}.loading{padding:2rem;color:#736b60}.alert.error{padding:1rem 1.2rem;background:#f7e9e7;border:1px solid #e4c8c3;border-radius:12px}.admin-note{padding:.85rem 1rem;background:#f4f1eb;border-radius:10px;margin-bottom:1rem}.write-error{background:#f7e9e7;border:1px solid #e4c8c3;padding:1rem;border-radius:10px;margin:1rem 0}@media print{.topbar nav,.top-actions,.hero-buttons,.catalog-tools,.contact{display:none!important}.hero{min-height:auto}.product-card{break-inside:avoid}.product-grid{grid-template-columns:repeat(2,1fr)}body{background:#fff}}

.admin-gate{display:inline-block;color:inherit;text-decoration:none;cursor:pointer;padding:2px 3px;margin:-2px 0 -2px -3px;border-radius:4px}.admin-gate:hover{color:var(--ink);background:var(--soft)}.admin-gate:focus-visible{outline:1px solid var(--ink);outline-offset:2px}

/* Simple catalogue layout */
.catalog-home{background:#f8f7f3}.catalog-topbar{height:70px;background:rgba(248,247,243,.96)}.catalog-site-link{font-size:13px;color:var(--muted)}.catalog-site-link:hover{color:var(--ink)}
.catalog-intro{padding:54px clamp(20px,6vw,90px) 38px;max-width:980px;margin:0 auto;text-align:center}.catalog-intro .eyebrow{margin-bottom:10px}.catalog-intro h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(38px,5vw,62px);font-weight:400;letter-spacing:-.035em;line-height:1.05;margin:0 0 14px}.catalog-intro p{font-size:17px;line-height:1.65;color:var(--muted);max-width:760px;margin:0 auto}
.simple-catalog{padding:28px clamp(20px,6vw,90px) 72px;background:transparent;border-top:1px solid var(--line);border-bottom:0}.catalog-bar{display:flex;justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:28px}.catalog-bar h2{font-family:Georgia,"Times New Roman",serif;font-size:31px;font-weight:400;margin:0}.catalog-count{margin-top:5px;font-size:12px;color:var(--muted)}.simple-catalog .catalog-tools{margin:0;justify-content:flex-end}.simple-catalog .product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.simple-catalog .product-card{border-radius:12px;background:#fff}.simple-catalog .product-image{aspect-ratio:1/1}.simple-catalog .product-body{padding:17px}.simple-catalog .product-body h3{font-size:23px;margin:7px 0 8px}.simple-catalog .product-body p{font-size:14px;line-height:1.5;min-height:42px;margin:0}.simple-catalog .product-foot{margin-top:18px}.simple-catalog .product-foot strong{font-size:15px}.simple-catalog .badge{top:10px;left:10px;padding:6px 9px}.catalog-footer{padding:24px clamp(20px,6vw,90px);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}.catalog-footer>div:last-child{text-align:right}.footer-links{display:flex;gap:8px;align-items:center;justify-content:center;flex-wrap:wrap}.footer-links a:hover{color:var(--ink)}
@media(max-width:1180px){.simple-catalog .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-bar{align-items:flex-start;flex-direction:column}.simple-catalog .catalog-tools{width:100%;justify-content:space-between}}
@media(max-width:820px){.catalog-site-link{display:none}.catalog-intro{padding:38px 18px 28px}.simple-catalog{padding:24px 18px 55px}.simple-catalog .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.simple-catalog .product-body{padding:14px}.simple-catalog .product-body h3{font-size:20px}.simple-catalog .product-body p{min-height:0}.simple-catalog .product-foot{align-items:flex-start;flex-direction:column;gap:10px}.catalog-footer{padding:22px 18px;display:block;text-align:left}.catalog-footer>div,.catalog-footer>div:last-child{margin:7px 0;text-align:left}.footer-links{justify-content:flex-start}}
@media(max-width:520px){.catalog-topbar{padding:0 14px}.catalog-topbar .brand{gap:8px}.catalog-topbar .brand-mark{width:34px;height:34px}.catalog-topbar .top-actions{gap:7px}.catalog-topbar .btn.ghost{padding:9px 11px;font-size:12px}.catalog-intro h1{font-size:38px}.simple-catalog .product-grid{grid-template-columns:1fr}.simple-catalog .catalog-tools{display:block}.simple-catalog .filters{margin-bottom:12px}}
@media print{.catalog-intro{padding-top:28px}.catalog-topbar .catalog-site-link,.catalog-topbar .top-actions,.catalog-footer{display:none!important}.simple-catalog{padding-top:15px}.simple-catalog .product-grid{grid-template-columns:repeat(3,1fr);gap:12px}.simple-catalog .product-card{box-shadow:none!important;transform:none!important}}
