@font-face{font-family:Cormorant Garamond;src:url(/fonts/CormorantGaramond-VariableFont_wght-subset.woff2) format("woff2");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Cormorant Garamond;src:url(/fonts/CormorantGaramond-Italic-VariableFont_wght-subset.woff2) format("woff2");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Manrope;src:url(/fonts/Manrope-VariableFont_wght-subset.woff2) format("woff2");font-weight:200 800;font-style:normal;font-display:swap}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:18px;-webkit-font-smoothing:antialiased}body{font-family:Georgia,Times New Roman,serif;font-weight:400;color:#1a1a1a;background-color:#faf9f6;line-height:1.8}h1,h2,h3,h4{font-family:Cormorant Garamond,Georgia,serif;font-weight:400;line-height:1.2;color:#111}h1{font-size:3.5rem}h2{font-size:2.5rem}h3{font-size:1.8rem}p{margin-bottom:1.5rem;font-size:1.1rem}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto;display:block}nav,nav a,.article__category,.article__meta,.label,.tag{font-family:Manrope,sans-serif}.container{max-width:100%;margin:0 auto;padding:0 5cm}.container--wide{max-width:100%;margin:0 auto;padding:0 2cm}header{border-bottom:1px solid #e0e0e0;padding:1.5rem 0;position:relative;background-color:#faf9f6;overflow:visible}.header--sticky{position:sticky;top:0;background:#faf9f6;z-index:100}.header__inner{padding:0 2cm;display:flex;align-items:center;justify-content:space-between;gap:2rem;position:relative}.header__logo{font-family:Manrope,sans-serif;font-size:1rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;position:absolute;left:50%;transform:translate(-50%);z-index:10}.header__logo-img{height:80px;width:auto;display:block}nav{display:flex;gap:2rem;flex:1}nav a{font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#333}nav a:hover{color:#000;text-decoration:none;border-bottom:1px solid #000}.hamburger,.theme-toggle{background:none;border:none;cursor:pointer;color:#333;padding:4px;display:flex;align-items:center}.hamburger:hover,.theme-toggle:hover{color:#000}.lang-switcher{position:static}.lang-switcher__trigger{display:flex;align-items:center;gap:.4rem;background:none;border:none;cursor:pointer;font-family:Manrope,sans-serif;font-size:.7rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#333;padding:4px 0}.lang-switcher__trigger:hover{color:#000}.lang-switcher__dropdown{display:none;position:fixed;top:61px;left:0;right:0;width:100%;flex-direction:row;flex-wrap:wrap;background:#faf9f6;border-bottom:1px solid #e0e0e0;box-shadow:0 4px 16px #00000014;padding:1rem 2cm;gap:.5rem;z-index:1000}.lang-switcher__dropdown--open{display:flex}.lang-switcher__option{font-family:Manrope,sans-serif;font-size:.7rem;font-weight:400;letter-spacing:.06em;color:#555;padding:.8rem;text-decoration:none;border:1px solid #e0e0e0;border-radius:4px;transition:background .15s;display:flex;flex-direction:column;gap:.1rem;align-items:center;text-align:center;flex:0 0 calc(33.333% - .4rem)}.lang-switcher__option:hover{background:#ede9e2;color:#111;text-decoration:none}.lang-switcher__option--active{color:#111;font-weight:600;border-color:#111}.lang-switcher__code{font-weight:600;font-size:.65rem;letter-spacing:.1em}.lang-switcher__label{font-size:.7rem;color:#888}.lang-switcher__option--active .lang-switcher__label{color:#555}footer{border-top:1px solid #e0e0e0;padding:3rem 0;margin-top:5rem;text-align:center}.footer__nav{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:1.5rem}.footer__nav a{font-family:Manrope,sans-serif;font-size:.7rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#666;text-decoration:none;transition:color .2s}.footer__nav a:hover{color:#111;text-decoration:none}.footer__copy{font-family:Manrope,sans-serif;font-size:.6rem;color:#666;letter-spacing:.08em}.drawer-overlay{display:none;position:fixed;inset:0;background:#0000004d;z-index:200;opacity:0;transition:opacity .3s}.drawer-overlay--visible{display:block;opacity:1}.drawer{position:fixed;top:0;left:0;height:100vh;width:280px;background:#faf9f6;z-index:300;transform:translate(-100%);transition:transform .3s ease;display:flex;flex-direction:column;overflow:hidden}.drawer--open{transform:translate(0)}.drawer__header{display:flex;justify-content:flex-end;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #e0e0e0}.drawer__close{background:none;border:none;cursor:pointer;color:#333;padding:4px}.drawer__close:hover{color:#000}.drawer__nav{padding:2rem 1.5rem;display:flex;flex-direction:column;gap:0;overflow-y:auto;flex:1;scrollbar-width:none;-ms-overflow-style:none}.drawer__nav::-webkit-scrollbar{display:none}.drawer__link{font-family:Manrope,sans-serif;font-size:1.6rem;font-weight:500;color:#111;padding:.4rem 0;border-bottom:1px solid #e8e5df;text-decoration:none;transition:color .15s}.drawer__link:last-child{border-bottom:none}.drawer__link:hover{color:#888;text-decoration:none}.article-grid{list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:2rem 0 0}.article-card{border-bottom:none;padding:0}.article-card a{display:block;text-decoration:none}.article-card__image-wrap{width:100%;aspect-ratio:16 / 9;overflow:hidden}.article-card__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.article-card a:hover .article-card__image{transform:scale(1.03)}.article-card__body{padding:.8rem 0 0}.article-card__body h2{font-size:1.2rem;font-weight:600;color:#111;line-height:1.3;margin:0}.article-card__body .article__category,.featured-list--mobile{display:none}.featured-card__link{display:block;text-decoration:none}.featured-card__link:hover{text-decoration:none}.featured-card__image-wrap{width:100%;aspect-ratio:16 / 9;overflow:hidden}.featured-card__image-wrap img,.featured-card__image-wrap picture{width:100%;height:100%;display:block}.featured-card__image-wrap img{object-fit:cover;transition:transform .4s ease}.featured-card__link:hover .featured-card__image-wrap img{transform:scale(1.02)}.featured-card__body{padding:.8rem 1.2rem 0;display:flex;flex-direction:column;gap:.3rem}.featured-card__title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.4rem;font-weight:400;color:#111;line-height:1.2;margin:0}.article-list--home{list-style:none;padding:0;margin-top:0}.article-list--home .article-list__item{border-bottom:1px solid #e0e0e0}.article-list--home .article-list__item:first-child{border-top:1px solid #e0e0e0}.article-list--home .article-list__image-wrap{flex-shrink:0;width:120px;height:120px;overflow:hidden}.article__cover{width:100%;height:auto;display:block;margin-bottom:2rem}.article__cover-figure{margin-bottom:2rem}.article__cover-caption{font-family:Manrope,sans-serif;font-size:.65rem;font-weight:400;color:#bbb;letter-spacing:.04em;margin-top:.4rem;text-align:right}.article__header{padding:4rem 0 1rem;border-bottom:none;margin-bottom:1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center}.article__category{font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#444;margin-bottom:1rem;display:block}.article__title{font-family:Cormorant Garamond,Georgia,serif;font-size:3.8rem;font-weight:400;line-height:1.1;margin-bottom:1.5rem}.article__excerpt{font-family:Cormorant Garamond,Georgia,serif;font-size:1.2rem;font-style:italic;color:#444;line-height:1.6;text-align:center}.article__content{max-width:680px;margin:0 auto;width:100%}.article__body{padding:2rem 0}.article__body p{font-family:Georgia,Times New Roman,serif;font-size:1.15rem;line-height:1.9;color:#222}.article__body h2,.article__body h3{font-family:Cormorant Garamond,Georgia,serif}.article__body h2{font-size:2.6rem;font-weight:600;margin-top:3.5rem;margin-bottom:.8rem}.article__body h3{font-size:2rem;font-weight:500;margin-top:2.5rem;margin-bottom:.6rem}.article__body blockquote{font-family:Cormorant Garamond,Georgia,serif;font-size:2.6rem;font-weight:300;font-style:italic;line-height:1.2;color:#111;text-align:center;margin:3.5rem 0;padding:0}.article__body strong{font-weight:700;color:#000}.article__body em{font-style:italic}.article__body a{color:#1a1a1a;border-bottom:1px solid #1a1a1a;text-decoration:none;transition:opacity .2s}.article__body a:hover{opacity:.6;text-decoration:none}.article__categories{display:flex;gap:.8rem;flex-wrap:wrap;margin-bottom:1rem}.article__category-link{font-family:Manrope,sans-serif;font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#444;text-decoration:none;border-bottom:1px solid transparent;transition:color .2s,border-color .2s}.article__category-link:hover{color:#111;border-bottom-color:#111;text-decoration:none}.article__products{max-width:680px;margin:3rem auto 0;display:flex;flex-direction:column;gap:1rem;border-top:1px solid #e0e0e0;padding-top:2rem}.page__body{font-family:Manrope,sans-serif;font-weight:400;max-width:680px;margin:0 auto;padding:2rem 0}.page__body p{font-family:Manrope,sans-serif;font-size:1rem;line-height:1.8;color:#222}.page__body h2{font-family:Manrope,sans-serif;font-size:1rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-top:2.5rem;margin-bottom:.8rem;color:#111}.page__body h3{font-family:Manrope,sans-serif;font-size:.9rem;font-weight:600;margin-top:1.5rem;margin-bottom:.5rem}.page__body ul,.page__body ol{padding-left:1.5rem;margin-bottom:1.5rem}.page__body li{font-family:Manrope,sans-serif;font-size:1rem;line-height:1.8;color:#222}.page__body a{color:#1a1a1a;border-bottom:1px solid #1a1a1a;text-decoration:none;transition:opacity .2s}.page__body a:hover{opacity:.6;text-decoration:none}html.dark .page__body p,html.dark .page__body li{color:#ccc}html.dark .page__body h2,html.dark .page__body h3{color:#e8e8e8}html.dark .page__body a{color:#e8e8e8;border-bottom-color:#e8e8e8}.article-list{list-style:none;padding:0}.article-list__item{border-bottom:1px solid #e0e0e0}.article-list__item:first-child{border-top:1px solid #e0e0e0}.article-list__link{display:flex;align-items:center;gap:2rem;padding:2rem 0;text-decoration:none;transition:opacity .2s}.article-list__link:hover{opacity:.75;text-decoration:none}.article-list__body{flex:1;display:flex;flex-direction:column;gap:.5rem}.article-list__title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.8rem;font-weight:400;color:#111;line-height:1.2;margin:0}.article-list__excerpt{font-family:Georgia,Times New Roman,serif;font-size:1rem;color:#666;line-height:1.6;margin:0}.article-list__image-wrap{flex-shrink:0;width:120px;height:120px;overflow:hidden}.article-list__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.article-list__link:hover .article-list__image{transform:scale(1.03)}.marquee-section{overflow:hidden;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;margin-bottom:3rem}.marquee-track{display:flex;overflow:hidden;padding:.6rem 0;border-bottom:1px solid #e0e0e0}.marquee-track:last-child{border-bottom:none}.marquee-inner{display:flex;gap:6rem;white-space:nowrap;will-change:transform}.marquee-track--left .marquee-inner{animation:marquee-right 60s linear infinite}.marquee-track--right .marquee-inner{animation:marquee-left 80s linear infinite}.marquee-item{font-family:Manrope,sans-serif;font-size:3rem;font-weight:300;color:#111;text-transform:uppercase;letter-spacing:.08em;flex-shrink:0}.marquee-item--desc{font-family:Georgia,Times New Roman,serif;font-size:1.2rem;font-weight:400;color:#666;text-transform:none;letter-spacing:.04em;align-self:center;flex-shrink:0}@keyframes marquee-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes marquee-right{0%{transform:translate(-50%)}to{transform:translate(0)}}.product-card{display:flex;flex-direction:row;border:1px solid #e0e0e0;margin:2rem 0;overflow:hidden}.product-card__image-wrap{flex:0 0 50%;aspect-ratio:1 / 1;overflow:hidden}.product-card__image{width:100%;height:100%;object-fit:cover;display:block}.product-card__body{flex:0 0 50%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:1.5rem;gap:.5rem}.product-card__name{font-family:Manrope,sans-serif;font-size:1.9rem;font-weight:800;color:#111;margin:0}.product-card__description{font-family:Manrope,sans-serif;font-size:.6rem;font-weight:200;color:#666;margin:0;line-height:1.5}.product-card__footer{display:flex;flex-direction:column;align-items:center;gap:.8rem;margin-top:.5rem}.product-card .product-card__link{font-family:Manrope,sans-serif;font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;background-color:#1a1a1a;color:#fff;padding:.6rem 1.5rem;text-decoration:none;display:inline-block;min-width:100px;text-align:center;transition:opacity .2s}.product-card .product-card__link:hover{opacity:.8;text-decoration:none}.category__empty{color:#888;font-style:italic;padding:4rem 0;text-align:center;font-size:2rem;letter-spacing:.2em}.pagination{display:flex;align-items:center;justify-content:center;gap:2rem;padding:3rem 0}.pagination__prev,.pagination__next{font-family:Manrope,sans-serif;font-size:1.2rem;color:#111;text-decoration:none;transition:opacity .2s}.pagination__prev:hover,.pagination__next:hover{opacity:.5;text-decoration:none}.pagination__info{font-family:Manrope,sans-serif;font-size:.7rem;font-weight:500;letter-spacing:.1em;color:#888}html.dark .pagination__prev,html.dark .pagination__next{color:#e8e8e8}@media(max-width:768px){html{font-size:16px}.container{padding:0 1.2rem}.container--wide{padding:0 1rem}.header__inner{padding:0 1rem;gap:.8rem}nav{gap:1.2rem;flex:none}h1{font-size:2rem}h2{font-size:1.5rem}.article__title{font-size:2rem}.article__content{max-width:100%;padding:0 1.5rem;overflow:hidden}.article__cover{width:100%;margin-bottom:1.5rem}.marquee-item{font-size:2rem}.marquee-item--desc{font-size:1rem;color:#333}.article-list__link{gap:1rem}.article-list__image-wrap{width:100px;height:80px}.article-list__title{font-size:1.3rem}.article-list__excerpt{display:none}.lang-switcher__dropdown{padding:1rem}.lang-switcher__option{flex:0 0 calc(33.333% - .34rem);border-radius:4px}.product-card{flex-direction:column}.product-card__image-wrap{flex:none;width:100%;aspect-ratio:1 / 1}.product-card__body{flex:none;width:100%}.container>.article-grid,.container>.article-list--home,.container>.pagination{display:none}.featured-list--mobile{display:flex;flex-direction:column;gap:2.5rem;padding:1.5rem 0 3rem}}html.dark,html.dark body{background-color:#1c1c1a;color:#e8e8e8}html.dark header{background:#1c1c1a;border-bottom-color:#2a2a2a}html.dark .header--sticky{background:#1c1c1a}html.dark h1,html.dark h2,html.dark h3,html.dark h4{color:#e8e8e8}html.dark nav a{color:#e8e8e8}html.dark nav a:hover{color:#fff;border-bottom-color:#fff}html.dark .hamburger,html.dark .theme-toggle{color:#e8e8e8}html.dark .header__logo-img{filter:invert(1)}html.dark .lang-switcher__trigger{color:#e8e8e8}html.dark .lang-switcher__trigger svg{stroke:#e8e8e8}html.dark .lang-switcher__dropdown{background:#1c1c1a;border-color:#2a2a2a}html.dark .lang-switcher__option{color:#ccc;border-color:#2a2a2a}html.dark .lang-switcher__option:hover{background:#2e2e2b;color:#fff}html.dark .lang-switcher__option--active{color:#fff;border-color:#666}html.dark .lang-switcher__label{color:#666}html.dark .article-card__body{background:transparent}html.dark .article-card__body h2,html.dark .featured-card__title{color:#e8e8e8}html.dark .article__category{color:#999}html.dark .article__title{color:#e8e8e8}html.dark .article__excerpt{color:#999}html.dark .article__body p{color:#ccc}html.dark .article__body strong{color:#fff}html.dark .article__body blockquote{color:#e8e8e8}html.dark .article__body a{color:#e8e8e8;border-bottom-color:#e8e8e8}html.dark .article__header{border-bottom-color:#2a2a2a}html.dark .article__cover-caption{color:#555}html.dark .article__products{border-top-color:#2a2a2a}html.dark .article__category-link{color:#999}html.dark .article__category-link:hover{color:#e8e8e8;border-bottom-color:#e8e8e8}html.dark footer{border-top-color:#2a2a2a}html.dark .footer__nav a{color:#555}html.dark .footer__nav a:hover{color:#e8e8e8}html.dark .footer__copy{color:#555}html.dark .drawer{background:#1c1c1a}html.dark .drawer__header{border-bottom-color:#2a2a2a}html.dark .drawer__close{color:#e8e8e8}html.dark .drawer__link{color:#e8e8e8;border-bottom-color:#2a2a2a}html.dark .drawer__link:hover{color:#888}html.dark .drawer-overlay{background:#0009}html.dark .marquee-section{border-color:#2a2a2a}html.dark .marquee-track{border-bottom-color:#2a2a2a}html.dark .marquee-item{color:#e8e8e8}html.dark .marquee-item--desc{color:#ccc}html.dark .article-list__item{border-bottom-color:#2a2a2a}html.dark .article-list__item:first-child{border-top-color:#2a2a2a}html.dark .article-list__title{color:#e8e8e8}html.dark .article-list__excerpt{color:#888}html.dark .product-card{border-color:#2a2a2a}html.dark .product-card__name{color:#e8e8e8}html.dark .product-card__description{color:#888}html.dark .product-card .product-card__link{background-color:#fff;color:#000}@media(min-width:769px){.article__body{user-select:none;-webkit-user-select:none}}#cookie-banner[data-astro-cid-37fxchfa]{position:fixed;bottom:1.5rem;right:1.5rem;z-index:500;display:flex;align-items:center;gap:.8rem;flex-direction:row-reverse}#cookie-trigger[data-astro-cid-37fxchfa]{background:#1a1a1a;border:none;cursor:pointer;font-size:1rem;width:2.2rem;height:2.2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:opacity .2s}#cookie-trigger[data-astro-cid-37fxchfa]:hover{opacity:.75}#cookie-expanded[data-astro-cid-37fxchfa]{display:none;background:#1a1a1a;color:#faf9f6;border-radius:2rem;padding:.5rem 1.2rem;max-width:calc(100vw - 8rem)}#cookie-expanded[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]{font-family:Manrope,sans-serif;font-size:.7rem;font-weight:400;letter-spacing:.04em;color:#faf9f6;text-decoration:none;white-space:nowrap}#cookie-expanded[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]:hover{text-decoration:underline}#cookie-expanded[data-astro-cid-37fxchfa].open{display:block}html.dark #cookie-trigger[data-astro-cid-37fxchfa]{background:#e8e8e8}html.dark #cookie-expanded[data-astro-cid-37fxchfa]{background:#e8e8e8;color:#1a1a1a}html.dark #cookie-expanded[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]{color:#1a1a1a}
