.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:.5rem;background-color:transparent;border:1px solid var(--border-light);color:var(--text-primary);cursor:pointer;transition:all .2s ease}.theme-toggle:hover{background-color:var(--bg-surface);border-color:var(--border-medium)}.theme-toggle:focus{outline:none;border-color:var(--text-primary)}.theme-toggle svg{display:block;width:100%;height:100%}.header{background-color:var(--bg-page);border-bottom:1px solid var(--border-light)}.header .header-nav{display:flex;flex-direction:column;gap:1rem;padding-top:1.25rem;padding-bottom:1.25rem}@media(min-width:960px){.header .header-nav{flex-direction:row;align-items:center;justify-content:space-between;gap:2rem}}.header .header-top{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%}@media(min-width:960px){.header .header-top{width:auto}}.header .header-logo{font-family:var(--font-display);font-size:1.75rem;font-weight:500;color:var(--text-primary);text-decoration:none;letter-spacing:.05em;text-transform:uppercase}.header .header-logo:hover{color:var(--text-secondary)}.header .header-links{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;list-style:none}.header .header-links a{color:var(--text-primary);text-decoration:none;transition:color .2s ease}.header .header-links a:hover{color:var(--text-secondary)}.header .header-content{display:none;flex-direction:column;gap:1.25rem;width:100%;padding-top:.75rem;border-top:1px solid var(--border-light)}.header .header-content.is-open{display:flex}@media(min-width:960px){.header .header-content{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:2rem;width:auto;flex:1;padding-top:0;border-top:none}}.header .header-actions{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem}@media(min-width:960px){.header .header-actions{justify-content:flex-end;flex-wrap:nowrap;gap:1rem}}.header .header-link{color:var(--text-primary);text-decoration:none;transition:color .2s ease}.header .header-link:hover{color:var(--text-secondary)}.header .header-toggle{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:999px;border:1px solid var(--border-medium);background-color:var(--bg-surface);color:var(--text-primary);cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease;position:relative}.header .header-toggle span{position:absolute;left:50%;width:1.25rem;height:2px;background-color:currentColor;transition:transform .2s ease,opacity .2s ease;transform:translate(-50%)}.header .header-toggle span:nth-child(1){transform:translate(-50%,-6px)}.header .header-toggle span:nth-child(3){transform:translate(-50%,6px)}.header .header-toggle[aria-expanded=true]{background-color:var(--bg-secondary)}.header .header-toggle[aria-expanded=true] span:nth-child(1){transform:translate(-50%) rotate(45deg)}.header .header-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.header .header-toggle[aria-expanded=true] span:nth-child(3){transform:translate(-50%) rotate(-45deg)}.header .header-toggle:hover{border-color:var(--text-secondary)}.header .header-toggle:focus-visible{outline:2px solid var(--text-secondary);outline-offset:2px}@media(min-width:960px){.header .header-links{flex-direction:row;align-items:center;gap:1.5rem}.header .header-toggle{display:none}}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{font-size:16px;height:100%}body{line-height:1.5;-webkit-font-smoothing:antialiased;font-family:var(--font-sans);color:var(--text-primary);background-color:var(--bg-page);min-height:100%;display:flex;flex-direction:column}body>main,body>.container{flex:1}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}h1{font-family:var(--font-serif);font-weight:500;line-height:1.4;color:var(--text-primary)}h2,h3{font-family:var(--font-sans);font-weight:600;line-height:1.3;color:var(--text-primary)}h4,h5,h6{font-family:var(--font-sans);font-weight:600;line-height:1.3}.ampersand{font-family:var(--font-display);font-weight:400;letter-spacing:.05em}nav a,.meta-label{font-family:var(--font-sans);letter-spacing:.05em;font-size:.85rem}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.w-full{width:100%}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.uppercase{text-transform:uppercase}.tracking-wide{letter-spacing:.08em}.break-all{word-break:break-all}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.block{display:block}.inline-block{display:inline-block}.rounded{border-radius:.5rem}.relative{position:relative}.absolute{position:absolute}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}:root{--font-serif: "Lora", serif;--font-sans: "Nunito", sans-serif;--font-display: "Playfair Display", serif;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--bg-page: #ffffff;--bg-surface: #f9f9f9;--text-primary: #1a1a1a;--text-secondary: #666666;--text-muted: #999999;--text-high-contrast: #111827;--border-light: #e5e5e5;--border-medium: #d4d4d4;--btn-primary-bg: #1a1a1a;--btn-primary-text: #ffffff;--color-error: #dc143c;--color-success: #228b22;--color-warning: #ff8c00;--color-primary: #1a1a1a;--color-primary-light: #666666;--color-primary-dark: #000000;--color-secondary: #999999;--color-secondary-light: #cccccc;--color-secondary-dark: #333333;--color-accent: #1a1a1a;--color-accent-light: #999999;--color-bg-primary: #ffffff;--color-bg-secondary: #f9f9f9;--color-bg-tertiary: #f9f9f9;--color-text-primary: #111827;--color-text-secondary: #666666;--color-text-muted: #999999}[data-theme=dark]{--bg-page: #1a1a1a;--bg-surface: #242424;--text-primary: #f5f5f5;--text-secondary: #b3b3b3;--text-muted: #808080;--text-high-contrast: #f9fafb;--border-light: #333333;--border-medium: #404040;--btn-primary-bg: #f5f5f5;--btn-primary-text: #1a1a1a;--color-primary: #f5f5f5;--color-primary-light: #b3b3b3;--color-primary-dark: #ffffff;--color-secondary: #808080;--color-secondary-light: #666666;--color-secondary-dark: #cccccc;--color-accent: #f5f5f5;--color-accent-light: #808080;--color-bg-primary: #1a1a1a;--color-bg-secondary: #242424;--color-bg-tertiary: #242424;--color-text-primary: #f5f5f5;--color-text-secondary: #b3b3b3;--color-text-muted: #808080;--color-text-high-contrast: #f9fafb}.text-primary{color:var(--color-primary)}.text-secondary{color:var(--color-secondary)}.text-accent{color:var(--color-accent)}.text-muted{color:var(--color-text-muted)}.bg-primary{background-color:var(--color-bg-primary)}.bg-secondary{background-color:var(--color-bg-secondary)}.bg-tertiary{background-color:var(--color-bg-tertiary)}.bg-accent{background-color:var(--color-accent)}.text-white{color:#fff}.hover\:bg-secondary:hover{background-color:var(--color-bg-secondary)}.hover\:bg-accent:hover{background-color:var(--color-accent);color:var(--color-primary-dark)}.hover\:underline:hover{text-decoration:underline}.transition-colors{transition:background-color .2s ease,color .2s ease,border-color .2s ease}.list-disc{list-style-type:disc}.list-inside{list-style-position:inside}.footer{background-color:var(--bg-surface);border-top:1px solid var(--border-light);margin-top:auto}.footer .footer-content{padding-top:3rem;padding-bottom:3rem;text-align:center}.footer .footer-links{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1.5rem}.footer .footer-links a{color:var(--text-secondary);text-decoration:none;transition:color .2s ease}.footer .footer-links a:not(:last-child):after{content:"·";margin-left:1.5rem;color:var(--text-muted)}.footer .footer-links a:hover{color:var(--text-primary)}.footer .footer-copy{font-size:.875rem;color:var(--text-muted)}.page-header{text-align:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-light)}.page-header .page-header-title{font-size:1.875rem;margin-bottom:.5rem}.page-header .page-header-subtitle{font-size:1rem;color:var(--text-secondary);max-width:600px;margin:0 auto}@media(min-width:640px){.page-header{margin-bottom:2.5rem;padding-bottom:1.75rem}.page-header .page-header-title{font-size:2.25rem}.page-header .page-header-subtitle{font-size:1.0625rem}}@media(min-width:768px){.page-header{margin-bottom:3rem;padding-bottom:2rem}.page-header .page-header-title{font-size:2.5rem}.page-header .page-header-subtitle{font-size:1.125rem}}.article-page{padding-top:1.5rem;padding-bottom:3rem}.article-breadcrumbs{margin-bottom:2rem}@media(min-width:768px){.article-page{padding-top:2rem;padding-bottom:4rem}.article-breadcrumbs{margin-bottom:3rem}}.breadcrumbs{display:flex;align-items:center;gap:.5rem;list-style:none;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.breadcrumbs li:not(:last-child):after{content:"/";margin-left:.5rem;color:var(--text-muted)}.breadcrumbs a{color:var(--text-secondary);text-decoration:none;transition:color .2s ease}.breadcrumbs a:hover{color:var(--text-primary)}.article{max-width:700px;margin:0 auto;padding:0 1rem}.article .article-header{text-align:center;margin-bottom:2rem}.article .article-title{font-size:2rem;font-weight:500;line-height:1.4;margin-bottom:.75rem;font-family:var(--font-serif)}.article .article-title strong{font-weight:700;font-size:1.1em}.article .article-subtitle{font-size:1rem;color:var(--text-secondary);text-align:right}.article .article-meta{font-family:var(--font-sans);font-size:.85rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.article .article-content{font-size:1rem;line-height:1.75}@media(min-width:640px){.article .article-header{margin-bottom:2.5rem}.article .article-title{font-size:2rem}.article .article-content{font-size:1.0625rem}}@media(min-width:768px){.article .article-header{margin-bottom:3rem}.article .article-title{font-size:2rem}.article .article-meta{font-size:.9rem}.article .article-content{font-size:1.125rem;line-height:1.8}}.img-circle{border-radius:50%;aspect-ratio:1;object-fit:cover}.blog-list{display:flex;flex-direction:column;gap:2rem}.hero{text-align:center;padding:2.5rem 0 3rem;margin-bottom:2rem;border-bottom:1px solid var(--border-light)}.hero .hero-title{font-size:2rem;line-height:1.4;margin-bottom:1rem;font-family:var(--font-display);font-weight:500}.hero .hero-tagline{font-size:1.1rem;color:var(--text-secondary);max-width:600px;margin:0 auto 1.5rem;line-height:1.6}.hero .hero-actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.hero.hero-left{text-align:left;max-width:960px;margin:0 auto 2.5rem}.hero.hero-left .hero-actions{justify-content:flex-start}@media(min-width:640px){.hero{padding:3rem 0 4rem;margin-bottom:2.5rem}.hero .hero-title{font-size:2.5rem}.hero .hero-tagline{font-size:1.2rem;margin:0 auto 1.75rem}}@media(min-width:768px){.hero{padding:4rem 0 5rem;margin-bottom:3rem}.hero .hero-title{font-size:3.5rem}.hero .hero-tagline{font-size:1.25rem;margin:0 auto 2rem}}.section{padding:2rem 0}.section .section-header{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-light)}.section .section-title{font-size:1.25rem;margin:0;font-family:var(--font-sans);font-weight:600}.section .section-link{font-family:var(--font-sans);font-size:.8rem;color:var(--text-secondary);text-decoration:none;text-transform:uppercase;letter-spacing:.05em;transition:color .2s ease}.section .section-link:hover{color:var(--text-primary)}@media(min-width:640px){.section{padding:2.5rem 0}.section .section-header{flex-direction:row;align-items:baseline;justify-content:space-between;gap:0;margin-bottom:1.75rem;padding-bottom:.875rem}.section .section-title{font-size:1.375rem}}@media(min-width:768px){.section{padding:3rem 0}.section .section-header{margin-bottom:2rem;padding-bottom:1rem}.section .section-title{font-size:1.5rem}.section .section-link{font-size:.85rem}}.teaser-card{text-align:center;padding:4rem 2rem;background-color:var(--bg-surface);border:1px solid var(--border-light)}.teaser-card .teaser-badge{display:inline-block;font-family:var(--font-sans);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--bg-page);background-color:var(--text-primary);padding:.375rem .75rem;margin-bottom:1.5rem}.teaser-card .teaser-title{font-size:1.75rem;margin-bottom:.75rem}.teaser-card .teaser-description{font-size:1rem;color:var(--text-secondary);max-width:450px;margin:0 auto;line-height:1.6}.product-card{display:block;text-decoration:none;color:inherit;transition:opacity .2s ease}.product-card:hover{opacity:.85}.product-card .product-image{aspect-ratio:3 / 4;background-color:var(--bg-surface);margin-bottom:1rem;display:flex;align-items:center;justify-content:center}.product-card .product-placeholder{text-align:center;color:var(--text-muted);font-size:.85rem}.product-card .product-icon{display:block;font-size:2rem;margin-bottom:.5rem}.product-card .product-content{display:flex;flex-direction:column;gap:.5rem}.product-card .product-title{font-family:var(--font-serif);font-size:1.1rem;font-weight:700;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}.product-card .product-price-row{display:flex;align-items:center;justify-content:space-between}.product-card .product-price{font-family:var(--font-sans);font-size:1rem;font-weight:600;color:var(--text-primary)}.product-card .product-badge{font-family:var(--font-sans);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--bg-page);background-color:var(--text-primary);padding:.25rem .5rem}.product-card .product-tags{display:flex;flex-wrap:wrap;gap:.375rem}.product-card .product-tag{font-family:var(--font-sans);font-size:.7rem;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);background-color:var(--bg-surface);padding:.25rem .5rem;border:1px solid var(--border-light)}.product-card .product-tag-category{color:var(--text-secondary);border-color:var(--border-medium)}@media(min-width:640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:768px){.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:col-span-1{grid-column:span 1 / span 1}.md\:col-span-3{grid-column:span 3 / span 3}}@media(min-width:1024px){.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@font-face{font-family:Nunito;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/nunito-cyrillic-400-normal-xAOo5cBP.woff2) format("woff2"),url(/assets/nunito-cyrillic-400-normal-D1j0u8EH.woff) format("woff")}@font-face{font-family:Nunito;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/nunito-cyrillic-600-normal-DJGQ2h05.woff2) format("woff2"),url(/assets/nunito-cyrillic-600-normal-BUjmtIuu.woff) format("woff")}@font-face{font-family:Nunito;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/nunito-latin-400-normal-r8SDr6Up.woff2) format("woff2"),url(/assets/nunito-latin-400-normal-DKg4f3fz.woff) format("woff")}@font-face{font-family:Nunito;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/nunito-latin-600-normal-Br8yIETf.woff2) format("woff2"),url(/assets/nunito-latin-600-normal-Cd0eNu1l.woff) format("woff")}@font-face{font-family:Lora;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/lora-cyrillic-400-normal-CbVom6TB.woff2) format("woff2"),url(/assets/lora-cyrillic-400-normal-BedExNGj.woff) format("woff")}@font-face{font-family:Lora;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/lora-cyrillic-500-normal-CGcjVW1P.woff2) format("woff2"),url(/assets/lora-cyrillic-500-normal-B7VECUNf.woff) format("woff")}@font-face{font-family:Lora;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/lora-latin-400-normal-DnxXpLNu.woff2) format("woff2"),url(/assets/lora-latin-400-normal-DBJS-Hc6.woff) format("woff")}@font-face{font-family:Lora;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/lora-latin-500-normal-Dh16O2IA.woff2) format("woff2"),url(/assets/lora-latin-500-normal-Dbc_1yrl.woff) format("woff")}@font-face{font-family:Playfair Display;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/playfair-display-cyrillic-400-normal-CjW2EstV.woff2) format("woff2"),url(/assets/playfair-display-cyrillic-400-normal-ZiRag6zj.woff) format("woff")}@font-face{font-family:Playfair Display;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/playfair-display-cyrillic-500-normal-GO7-LTbC.woff2) format("woff2"),url(/assets/playfair-display-cyrillic-500-normal-DmDODJdV.woff) format("woff")}@font-face{font-family:Playfair Display;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/playfair-display-latin-400-normal-CFtfchNt.woff2) format("woff2"),url(/assets/playfair-display-latin-400-normal-DHYHbkg3.woff) format("woff")}@font-face{font-family:Playfair Display;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/playfair-display-latin-500-normal-DIxvyhka.woff2) format("woff2"),url(/assets/playfair-display-latin-500-normal-BScSeVwi.woff) format("woff")}
