@charset "UTF-8";*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;padding:0;min-height:100vh;display:flex;flex-direction:column}main{flex:1}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}ul,ol{list-style:none;padding:0;margin:0}a{text-decoration:none;color:inherit}hr{border:none;border-top:1px solid #d9d0c3;margin:2rem 0}blockquote{margin:0;padding:0}figure{margin:0}table{border-collapse:collapse;width:100%}@font-face{font-family:playfair display;src:url(/fonts/PlayfairDisplay-Regular.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:playfair display;src:url(/fonts/PlayfairDisplay-Italic.woff2)format("woff2");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:playfair display;src:url(/fonts/PlayfairDisplay-Bold.woff2)format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:lato;src:url(/fonts/Lato-Light.woff2)format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:lato;src:url(/fonts/Lato-Regular.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:lato;src:url(/fonts/Lato-Bold.woff2)format("woff2");font-weight:700;font-style:normal;font-display:swap}body{font-family:lato,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-size:1rem;font-weight:400;line-height:1.75;color:#3d3427;background-color:#f5f0e8;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:playfair display,Georgia,times new roman,serif;font-weight:700;line-height:1.25;color:#8b7355;margin-top:0;margin-bottom:1rem}h1{font-size:3rem;letter-spacing:-.02em}h2{font-size:2.25rem}h3{font-size:1.875rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1.125rem}@media(max-width:768px){h1{font-size:2.25rem}h2{font-size:1.875rem}h3{font-size:1.5rem}}@media(max-width:640px){h1{font-size:1.875rem}h2{font-size:1.5rem}h3{font-size:1.25rem}}p{margin-top:0;margin-bottom:1rem}p:last-child{margin-bottom:0}strong,b{font-weight:700}em,i{font-style:italic}a{color:#8b7355;transition:color 150ms ease}a:hover{color:#6b5740}.prose ul,.article__body ul,.prose ol,.article__body ol{list-style:initial;padding-left:1.5rem;margin-bottom:1rem}.prose ul li,.article__body ul li,.prose ol li,.article__body ol li{margin-bottom:.5rem}.prose ol,.article__body ol{list-style:decimal}.prose h2,.article__body h2{font-size:1.5rem;margin-top:2.5rem;padding-bottom:.5rem;border-bottom:1px solid #ede5d8}.prose h3,.article__body h3{font-size:1.25rem;margin-top:2rem}.prose h4,.article__body h4{font-size:1.125rem;margin-top:1.5rem}.prose img,.article__body img{border-radius:8px;margin:1.5rem 0}.prose blockquote,.article__body blockquote{border-left:3px solid #c5a55a;padding-left:1.5rem;margin:2rem 0;font-style:italic;color:#7a6e60;font-family:playfair display,Georgia,times new roman,serif;font-size:1.25rem}.prose hr,.article__body hr{margin:2.5rem 0}.prose table,.article__body table{margin:1.5rem 0;font-size:.875rem}.prose table th,.article__body table th{background-color:#ede5d8;padding:.75rem 1rem;text-align:left;font-weight:700;color:#8b7355}.prose table td,.article__body table td{padding:.75rem 1rem;border-bottom:1px solid #d9d0c3}.section-title{font-family:playfair display,Georgia,times new roman,serif;font-size:2.25rem;color:#8b7355;text-align:center;margin-bottom:1rem}@media(max-width:768px){.section-title{font-size:1.875rem}}.section-subtitle{font-family:lato,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-size:1.125rem;color:#7a6e60;text-align:center;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.75}.section-label{font-family:lato,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-size:.875rem;font-weight:700;color:#c5a55a;letter-spacing:.1em;text-transform:uppercase;display:block;margin-bottom:.75rem;text-align:center}.meta{font-size:.875rem;color:#a89f91;display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.container{width:100%;max-width:1140px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media(max-width:640px){.container{padding-left:1rem;padding-right:1rem}}.container--narrow{max-width:760px}.container--wide{max-width:1320px}.section{padding-top:5rem;padding-bottom:5rem}@media(max-width:768px){.section{padding-top:3rem;padding-bottom:3rem}}.section--cream{background-color:#f5f0e8}.section--white{background-color:#fff}.section--cream-light{background-color:#faf8f3}.grid{display:grid;gap:2rem}.grid--2{grid-template-columns:repeat(2,1fr)}@media(max-width:640px){.grid--2{grid-template-columns:1fr}}.grid--3{grid-template-columns:repeat(3,1fr)}@media(max-width:768px){.grid--3{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.grid--3{grid-template-columns:1fr}}.grid--4{grid-template-columns:repeat(4,1fr)}@media(max-width:1024px){.grid--4{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.grid--4{grid-template-columns:1fr}}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-gap-4{gap:1rem}.flex-gap-6{gap:1.5rem}.flex-gap-8{gap:2rem}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mt-auto{margin-top:auto}.mb-0{margin-bottom:0}.ornament-divider{display:flex;align-items:center;gap:1rem;margin:2rem auto;max-width:400px}.ornament-divider::before,.ornament-divider::after{content:'';flex:1;height:1px;background-color:#d9d0c3}.ornament-divider__icon{color:#c5a55a;font-size:.875rem;flex-shrink:0;opacity:.8}.page-header{background-color:#ede5d8;padding:4rem 0 3rem;text-align:center;position:relative;overflow:hidden}.page-header::before{content:'';position:absolute;inset:0;background-image:url(/images/ornament-pattern.png);background-size:400px;background-repeat:repeat;opacity:.04;pointer-events:none}@media(max-width:768px){.page-header{padding:3rem 0 2rem}}.page-header__title{font-family:playfair display,Georgia,times new roman,serif;font-size:3rem;color:#8b7355;margin-bottom:1rem}@media(max-width:768px){.page-header__title{font-size:2.25rem}}@media(max-width:640px){.page-header__title{font-size:1.875rem}}.page-header__subtitle{font-size:1.125rem;color:#7a6e60;max-width:600px;margin:0 auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:768px){.page-header__subtitle{white-space:normal;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}}.page-header__icon-title{display:inline-flex;align-items:center;gap:1rem;justify-content:center;margin-bottom:1rem}.page-header__icon{font-size:2.25rem;line-height:1;flex-shrink:0}.page-header__icon-title .page-header__title{margin-bottom:0}.breadcrumbs{font-size:.875rem;color:#a89f91;display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-bottom:2rem}.breadcrumbs a{color:#a89f91;transition:color 150ms ease}.breadcrumbs a:hover{color:#8b7355}.breadcrumbs .breadcrumbs__separator{color:#d9d0c3}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:6px;font-family:lato,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-size:1rem;font-weight:700;line-height:1;cursor:pointer;border:2px solid transparent;transition:background-color 250ms ease,color 250ms ease,border-color 250ms ease,box-shadow 250ms ease,transform 150ms ease;text-decoration:none;white-space:nowrap}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn:focus-visible{outline:3px solid #c5a55a;outline-offset:3px}.btn--primary{background-color:#8b7355;color:#fff;border-color:#8b7355}.btn--primary:hover{background-color:#6b5740;border-color:#6b5740;color:#fff;box-shadow:0 8px 24px rgba(61,52,39,.1),0 4px 8px rgba(61,52,39,6%)}.btn--secondary{background-color:initial;color:#8b7355;border-color:#8b7355}.btn--secondary:hover{background-color:#8b7355;color:#fff;box-shadow:0 1px 3px rgba(61,52,39,6%),0 1px 2px rgba(61,52,39,4%)}.btn--ghost{background-color:rgba(212,185,122,.12);color:#d4b97a;border-color:rgba(212,185,122,.55);backdrop-filter:blur(4px)}.btn--ghost:hover{background-color:#d4b97a;color:#8b7355;border-color:#d4b97a}.btn--gold{background-color:#c5a55a;color:#fff;border-color:#c5a55a}.btn--gold:hover{background-color:#b69340;border-color:#b69340;color:#fff;box-shadow:0 8px 24px rgba(61,52,39,.1),0 4px 8px rgba(61,52,39,6%)}.btn--sm{padding:.5rem 1rem;font-size:.875rem}.btn--lg{padding:1rem 2rem;font-size:1.125rem;border-radius:12px;letter-spacing:.01em}@media(max-width:640px){.btn--lg{padding:.75rem 1.5rem;font-size:1rem}}.btn--etsy{background-color:#f1641e;color:#fff;border-color:#f1641e}.btn--etsy:hover{background-color:#d9510d;border-color:#d9510d;color:#fff;box-shadow:0 8px 24px rgba(61,52,39,.1),0 4px 8px rgba(61,52,39,6%)}.site-header{position:sticky;top:0;z-index:100;background-color:#f5f0e8;border-bottom:1px solid #d9d0c3;height:60px;display:flex;align-items:center;transition:box-shadow 250ms ease}.site-header.is-scrolled{box-shadow:0 1px 3px rgba(61,52,39,6%),0 1px 2px rgba(61,52,39,4%)}@media(max-width:640px){.site-header{height:50px}}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem}@media(max-width:768px){.site-header__inner{gap:1rem}}.page-hero{background-color:#ede5d8;padding:2rem 0;border-bottom:1px solid #d9d0c3}.page-hero--home{background-color:#ede5d8}.page-hero__inner{display:grid;grid-template-columns:1fr 2fr;gap:2rem;align-items:center}.page-hero__logo{display:flex;justify-content:center;align-items:center}.page-hero__logo a{display:block;width:100%}.page-hero__logo img{width:100%;height:auto;mix-blend-mode:multiply}.page-hero__content{display:flex;flex-direction:column;gap:.75rem}.page-hero__content .hero__subtitle{margin-left:0;margin-right:0;max-width:none}.page-hero__content .hero__actions{justify-content:flex-start}.page-hero__content .page-header__subtitle{margin:0;max-width:none;white-space:normal;overflow:visible;text-overflow:clip;-webkit-line-clamp:unset}.page-hero__content .breadcrumbs{margin-bottom:1rem}.page-hero__icon{font-size:2rem;line-height:1}@media(max-width:768px){.page-hero{padding:1.5rem 0}.page-hero__inner{grid-template-columns:1fr;text-align:center}.page-hero__logo{max-width:220px;margin:0 auto}.page-hero__content{align-items:center}.page-hero__content .hero__actions{justify-content:center}}.site-nav{display:flex;align-items:center;gap:.25rem}@media(max-width:768px){.site-nav{display:none}.site-nav.is-open{display:flex;position:fixed;inset:0;top:50px;background-color:#f5f0e8;flex-direction:column;align-items:flex-start;padding:2rem 1.5rem;gap:.5rem;overflow-y:auto;z-index:99}}.site-nav__link{font-family:lato,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-size:.875rem;font-weight:700;color:#3d3427;padding:.5rem .75rem;border-radius:4px;letter-spacing:.05em;text-transform:uppercase;transition:color 150ms ease,background-color 150ms ease;position:relative}.site-nav__link::after{content:'';position:absolute;bottom:0;left:.75rem;right:.75rem;height:2px;background-color:#c5a55a;transform:scaleX(0);transition:transform 250ms ease;transform-origin:center}.site-nav__link:hover{color:#8b7355}.site-nav__link:hover::after{transform:scaleX(1)}.site-nav__link.is-active{color:#8b7355}.site-nav__link.is-active::after{transform:scaleX(1)}@media(max-width:768px){.site-nav__link{font-size:1.125rem;padding:.75rem 1rem;width:100%;border-bottom:1px solid #ede5d8}.site-nav__link::after{display:none}}.site-header__right{display:flex;align-items:center;gap:1rem;flex-shrink:0}@media(max-width:640px){.site-header__right{gap:.5rem}}.lang-switcher{position:relative;display:flex;align-items:center;gap:.25rem}.lang-switcher__btn{font-family:lato,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-size:.75rem;font-weight:700;color:#7a6e60;padding:.25rem .5rem;border-radius:4px;letter-spacing:.05em;text-transform:uppercase;transition:color 150ms ease,background-color 150ms ease;border:1px solid transparent}.lang-switcher__btn:hover{color:#8b7355;background-color:#ede5d8}.lang-switcher__btn.is-active{color:#8b7355;border-color:#d9d0c3;background-color:#ede5d8}@media(max-width:768px){.lang-switcher__btn{padding:.5rem;min-width:36px;text-align:center}}.mobile-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:36px;height:36px;background:0 0;border:none;cursor:pointer;padding:0}@media(max-width:768px){.mobile-toggle{display:flex}}.mobile-toggle__bar{width:22px;height:2px;background-color:#3d3427;border-radius:9999px;transition:transform 250ms ease,opacity 250ms ease;transform-origin:center}.mobile-toggle.is-open .mobile-toggle__bar:nth-child(1){transform:translateY(7px)rotate(45deg)}.mobile-toggle.is-open .mobile-toggle__bar:nth-child(2){opacity:0;transform:scaleX(0)}.mobile-toggle.is-open .mobile-toggle__bar:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.search-toggle{display:flex;align-items:center;justify-content:center;width:34px;height:34px;background:0 0;border:none;cursor:pointer;color:#3d3427;border-radius:4px;transition:color 150ms ease,background-color 150ms ease;flex-shrink:0}.search-toggle svg{width:18px;height:18px;display:block}.search-toggle:hover{color:#8b7355;background-color:#ede5d8}.search-toggle.is-active{color:#8b7355}@media(max-width:768px){.search-toggle{width:40px;height:40px}}.search-overlay{position:absolute;top:100%;left:0;right:0;background-color:#f5f0e8;border-bottom:2px solid #c5a55a;box-shadow:0 8px 24px rgba(61,52,39,.1),0 4px 8px rgba(61,52,39,6%);z-index:98;opacity:0;pointer-events:none;transform:translateY(-6px);transition:opacity 250ms ease,transform 250ms ease}.search-overlay.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.search-overlay__bar{display:flex;align-items:center;gap:.75rem;padding:1rem 0}@media(max-width:640px){.search-overlay__bar{padding:.75rem 0;gap:.5rem}}.search-overlay__icon{width:18px;height:18px;flex-shrink:0;color:#7a6e60}.search-overlay__input{flex:1;background:0 0;border:none;outline:none;font-family:lato,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-size:1.125rem;color:#3d3427}.search-overlay__input::placeholder{color:#a89f91}.search-overlay__input::-webkit-search-cancel-button{display:none}.search-overlay__close{display:flex;align-items:center;justify-content:center;width:30px;height:30px;background:0 0;border:none;cursor:pointer;color:#7a6e60;border-radius:4px;transition:color 150ms ease;flex-shrink:0}.search-overlay__close svg{width:16px;height:16px}.search-overlay__close:hover{color:#8b7355}.search-overlay__results{border-top:1px solid #ede5d8;max-height:360px;overflow-y:auto;padding-bottom:.75rem}.search-overlay__results:empty{display:none}@media(max-width:640px){.search-overlay__results{max-height:55vh}}.search-result{display:flex;flex-direction:column;gap:2px;padding:.75rem .5rem;border-radius:4px;text-decoration:none;color:inherit;transition:background-color 150ms ease}.search-result:hover,.search-result.is-focused{background-color:#ede5d8}.search-result__title{font-size:.875rem;font-weight:700;color:#3d3427}.search-result__section{font-size:.75rem;color:#c5a55a;text-transform:uppercase;letter-spacing:.05em}.search-result__excerpt{font-size:.75rem;color:#7a6e60;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-no-results{padding:1rem .5rem;font-size:.875rem;color:#7a6e60;text-align:center;list-style:none}.site-footer{background-color:#ede5d8;color:#3d3427;padding:4rem 0 2rem;margin-top:auto;border-top:2px solid rgba(197,165,90,.45)}.site-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:3rem;align-items:start}@media(max-width:768px){.site-footer__grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.site-footer__grid{grid-template-columns:1fr;gap:2rem}}.footer-brand__name{font-family:playfair display,Georgia,times new roman,serif;font-size:1.25rem;font-weight:700;color:#8b7355;letter-spacing:.04em;margin-bottom:.75rem;line-height:1.5}.footer-brand__tagline{font-style:italic;font-family:playfair display,Georgia,times new roman,serif;font-size:1.125rem;color:#8b7355;margin-bottom:1rem;line-height:1.5}.footer-brand__desc{font-size:.875rem;line-height:1.75;color:#7a6e60;margin-bottom:1.5rem}.footer-brand__etsy{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:700;color:#8b7355;transition:color 150ms ease;margin-bottom:1.25rem}.footer-brand__etsy:hover{color:#6b5740}.footer-social{display:flex;gap:.75rem;flex-wrap:wrap}.footer-social__btn{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:9999px;border:1px solid #d9d0c3;color:#7a6e60;transition:color 150ms ease,border-color 150ms ease,background-color 150ms ease}.footer-social__btn svg{width:18px;height:18px;display:block}.footer-social__btn:hover{color:#8b7355;border-color:#c5a55a;background-color:rgba(197,165,90,.1)}.footer-col__title--spaced{margin-top:1.5rem}.footer-col__contact-item{display:flex;align-items:flex-start;gap:.5rem}.footer-col__icon{width:14px;height:14px;flex-shrink:0;margin-top:3px;color:#c5a55a;opacity:.85}.footer-col__address{font-size:.875rem;color:#7a6e60;cursor:default}.footer-col__title{font-family:lato,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#3d3427;margin-bottom:1rem}.footer-col__list{display:flex;flex-direction:column;gap:.5rem}.footer-col__link{font-size:.875rem;color:#7a6e60;transition:color 150ms ease}.footer-col__link:hover{color:#8b7355}.footer-bottom{border-top:1px solid #d9d0c3;padding-top:1.5rem;display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between}@media(max-width:640px){.footer-bottom{flex-direction:column;text-align:center}}.footer-bottom__copy{font-size:.75rem;color:#a89f91}.footer-bottom__links{display:flex;gap:1rem;flex-wrap:wrap}.footer-bottom__link{font-size:.75rem;color:#7a6e60;transition:color 150ms ease}.footer-bottom__link:hover{color:#8b7355}.hero{position:relative;background-color:#ede5d8;padding:2rem 0;overflow:hidden}.hero::before{content:'';position:absolute;inset:0;background-image:url(/images/ornament-pattern.png);background-size:500px;background-repeat:repeat;opacity:.05;pointer-events:none}@media(max-width:768px){.hero{padding:1.5rem 0}}@media(max-width:640px){.hero{padding:1.25rem 0}}.hero__inner{position:relative;z-index:1;text-align:center;max-width:780px;margin:0 auto}.hero__label{font-family:lato,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-size:.75rem;font-weight:700;color:#c5a55a;letter-spacing:.1em;text-transform:uppercase;display:block;margin-bottom:1rem}.hero__title{font-family:playfair display,Georgia,times new roman,serif;font-size:2.25rem;font-weight:700;color:#8b7355;line-height:1.25;margin-bottom:1rem;letter-spacing:-.02em}.hero__title em{font-style:italic;color:#c5a55a}@media(max-width:768px){.hero__title{font-size:1.875rem}}@media(max-width:640px){.hero__title{font-size:1.5rem}}.hero__subtitle{font-size:1.125rem;color:#7a6e60;line-height:1.75;margin-bottom:1.5rem;max-width:560px;margin-left:auto;margin-right:auto}.hero__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero__ornament{display:none;margin:1.5rem auto 0;display:flex;align-items:center;gap:1.5rem;justify-content:center;opacity:.4}.hero__ornament::before,.hero__ornament::after{content:'';width:80px;height:1px;background:linear-gradient(to right,transparent,#8B7355)}.hero__ornament::after{background:linear-gradient(to left,transparent,#8B7355)}.card,.product-card,.blog-card{background-color:#fff;border:1px solid #d9d0c3;border-radius:8px;overflow:hidden;transition:box-shadow 250ms ease,transform 250ms ease;display:flex;flex-direction:column}.card:hover,.product-card:hover,.blog-card:hover{box-shadow:0 8px 24px rgba(61,52,39,.1),0 4px 8px rgba(61,52,39,6%);transform:translateY(-3px)}.blog-card__image-wrap{display:block;overflow:hidden;aspect-ratio:16/9;background-color:#ede5d8}.blog-card__image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform 400ms ease;display:block}.blog-card:hover .blog-card__image-wrap img{transform:scale(1.04)}.blog-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2.25rem;opacity:.25;color:#8b7355}.blog-card__body{padding:1.25rem 1.25rem 1rem;flex:1;display:flex;flex-direction:column;gap:0}@media(max-width:640px){.blog-card__body{padding:1rem 1rem .75rem}}.blog-card__category{font-size:.75rem;font-weight:700;color:#c5a55a;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.5rem;display:block}.blog-card__title{font-family:playfair display,Georgia,times new roman,serif;font-size:1.25rem;font-weight:700;color:#8b7355;line-height:1.5;margin-bottom:.75rem;transition:color 150ms ease;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-card:hover .blog-card__title{color:#6b5740}.blog-card__title a{color:inherit}.blog-card__excerpt{font-size:.875rem;color:#7a6e60;line-height:1.75;margin-bottom:1rem;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-card__footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:auto;padding-top:1rem;border-top:1px solid #ede5d8;flex-wrap:wrap}.blog-card__meta{font-size:.75rem;color:#a89f91;display:flex;gap:.5rem;align-items:center;flex-shrink:0}.blog-card__cta{font-size:.75rem;font-weight:700;color:#8b7355;white-space:nowrap;letter-spacing:.05em;transition:color 150ms ease,gap 250ms ease}.blog-card__cta:hover{color:#6b5740}.product-card__image-wrap{overflow:hidden;aspect-ratio:4/3;background-color:#ede5d8;display:block}.product-card__image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform 400ms ease}.product-card:hover .product-card__image-wrap img{transform:scale(1.04)}.product-card__body{padding:1rem;flex:1;display:flex;flex-direction:column}@media(max-width:640px){.product-card__body{padding:.75rem}}.product-card__category{font-size:.75rem;font-weight:700;color:#c5a55a;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.5rem}.product-card__title{font-family:playfair display,Georgia,times new roman,serif;font-size:1.125rem;font-weight:700;color:#8b7355;line-height:1.5;margin-bottom:.5rem;transition:color 150ms ease;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card:hover .product-card__title{color:#6b5740}.product-card__desc{font-size:.75rem;color:#7a6e60;line-height:1.5;margin-bottom:.75rem;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__footer{margin-top:auto}.service-card{background-color:#fff;border:1px solid #d9d0c3;border-radius:8px;padding:1.5rem;transition:box-shadow 250ms ease,transform 250ms ease,border-color 250ms ease;display:flex;flex-direction:column}.service-card:hover{box-shadow:0 8px 24px rgba(61,52,39,.1),0 4px 8px rgba(61,52,39,6%);transform:translateY(-3px);border-color:#c5a55a}.service-card__header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.service-card__icon{width:44px;height:44px;flex-shrink:0;background-color:#ede5d8;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#8b7355;font-size:1.25rem}.service-card__title{font-family:playfair display,Georgia,times new roman,serif;font-size:1.25rem;font-weight:700;color:#8b7355;line-height:1.5;margin-bottom:0}.service-card__title a{color:inherit;transition:color 150ms ease}.service-card__title a:hover{color:#6b5740}.service-card__desc{font-size:.875rem;color:#7a6e60;line-height:1.75;flex:1;margin-bottom:1.25rem}.service-card__link{font-size:.875rem;font-weight:700;color:#8b7355;display:inline-flex;align-items:center;gap:.5rem;margin-top:auto;transition:gap 250ms ease,color 150ms ease}.service-card__link:hover{color:#6b5740;gap:.75rem}.grid--3>.service-card:last-child:nth-child(3n+1){grid-column:2}@media(max-width:768px){.grid--3>.service-card:last-child:nth-child(3n+1){grid-column:auto}}.gold-rule{width:60px;height:2px;background:linear-gradient(to right,transparent,#C5A55A,transparent);margin:1rem auto;border:none}.ornament{display:inline-block;color:#c5a55a;opacity:.7;font-size:1.5rem;line-height:1}.ornament-frame{position:relative;padding:2rem;border:1px solid #d9d0c3;background-color:#faf8f3}.ornament-frame::before,.ornament-frame::after{content:'⚜';position:absolute;color:#c5a55a;font-size:1.25rem;opacity:.5}.ornament-frame::before{top:.75rem;left:.75rem}.ornament-frame::after{bottom:.75rem;right:.75rem}.vintage-quote{text-align:center;padding:3rem 2rem;background-color:#ede5d8;position:relative;overflow:hidden}.vintage-quote::before{content:'';position:absolute;inset:0;background-image:url(/images/ornament-pattern.png);background-size:300px;opacity:.03}.vintage-quote__text{font-family:playfair display,Georgia,times new roman,serif;font-size:1.875rem;font-style:italic;color:#8b7355;line-height:1.5;max-width:700px;margin:0 auto 1rem;position:relative}@media(max-width:640px){.vintage-quote__text{font-size:1.5rem}}.vintage-quote__author{font-size:.875rem;font-weight:700;color:#7a6e60;letter-spacing:.05em;text-transform:uppercase;position:relative}.highlight-box{background-color:#fff;border:1px solid #d9d0c3;border-radius:8px;padding:.75rem 1rem;border-top:2px solid #c5a55a;text-align:center;display:flex;align-items:center;gap:.75rem;transition:box-shadow 250ms ease}.highlight-box:hover{box-shadow:0 1px 3px rgba(61,52,39,6%),0 1px 2px rgba(61,52,39,4%)}.highlight-box__icon{font-size:1.5rem;flex-shrink:0;margin-bottom:0}.highlight-box__title{font-family:lato,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-size:.875rem;font-weight:700;color:#8b7355;margin-bottom:.25rem;text-align:left}.highlight-box__text{font-size:.75rem;color:#7a6e60;line-height:1.5;text-align:left}.etsy-banner{background-color:#faf8f3;color:#3d3427;padding:4rem 0;text-align:center;position:relative;overflow:hidden;border-top:2px solid rgba(197,165,90,.5);border-bottom:1px solid #d9d0c3}@media(max-width:640px){.etsy-banner{padding:2.5rem 0}}.etsy-banner::before{content:'';position:absolute;inset:0;background-image:url(/images/ornament-pattern.png);background-size:400px;opacity:.04}.etsy-banner__inner{position:relative;z-index:1}.etsy-banner__title{font-family:playfair display,Georgia,times new roman,serif;font-size:2.25rem;color:#8b7355;margin-bottom:1rem}@media(max-width:640px){.etsy-banner__title{font-size:1.875rem}}.etsy-banner__subtitle{font-size:1.125rem;color:#7a6e60;margin-bottom:2rem;max-width:560px;margin-left:auto;margin-right:auto}.blog-listing{padding:5rem 0}.blog-listing__header{text-align:center;margin-bottom:3rem}.blog-listing__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media(max-width:768px){.blog-listing__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.blog-listing__grid{grid-template-columns:1fr}}.pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:3rem}.pagination__link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:4px;border:1px solid #d9d0c3;font-size:.875rem;font-weight:700;color:#7a6e60;transition:all 150ms ease}.pagination__link:hover{border-color:#8b7355;color:#8b7355;background-color:#ede5d8}.pagination__link.is-active{background-color:#8b7355;border-color:#8b7355;color:#fff}.pagination__link.is-disabled{opacity:.4;pointer-events:none}.article{padding:2.5rem 0}.article__header{max-width:760px;margin:0 auto 2.5rem;text-align:center}.article__header::after{content:'⚜';display:block;margin-top:2rem;font-size:1.125rem;color:#c5a55a;opacity:.6;letter-spacing:.5em}.article__category{font-size:.75rem;font-weight:700;color:#c5a55a;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.75rem;display:block}.article__title{font-family:playfair display,Georgia,times new roman,serif;font-size:3rem;color:#8b7355;line-height:1.25;margin-bottom:1.5rem}@media(max-width:768px){.article__title{font-size:2.25rem}}@media(max-width:640px){.article__title{font-size:1.875rem}}.article__meta{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;font-size:.875rem;color:#a89f91}.article__featured-image{max-width:960px;margin:0 auto 3rem;border-radius:12px;overflow:hidden;box-shadow:0 8px 32px rgba(61,52,39,.12)}.article__featured-image img{width:100%;height:auto;display:block}.article__body{max-width:760px;margin:0 auto}.article__body>p:first-of-type{font-size:1.25rem;color:#3d3427;line-height:1.75;margin-bottom:1.5rem}.article__body>p>img:only-child{display:block;max-width:100%;margin:2rem auto;border-radius:8px;box-shadow:0 4px 20px rgba(61,52,39,.1);cursor:zoom-in}.article__footer{max-width:760px;margin:3rem auto 0;padding-top:2rem;border-top:1px solid #d9d0c3}.article__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tag{display:inline-block;padding:.25rem .75rem;background-color:#ede5d8;border-radius:9999px;font-size:.75rem;font-weight:700;color:#7a6e60;letter-spacing:.05em;text-transform:uppercase;transition:background-color 150ms ease,color 150ms ease}.tag:hover{background-color:#8b7355;color:#fff}.article__back{max-width:760px;margin:2.5rem auto 0}.photo-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin:2rem 0;border-radius:12px;overflow:hidden}.photo-gallery--count-3{grid-template-columns:repeat(3,1fr)}@media(max-width:640px){.photo-gallery--count-3{grid-template-columns:repeat(2,1fr)}}.photo-gallery--count-4{grid-template-columns:repeat(2,1fr)}.photo-gallery--count-5{grid-template-columns:repeat(3,1fr)}.photo-gallery--count-5 .photo-gallery__item:first-child{grid-column:span 2}@media(max-width:640px){.photo-gallery--count-5{grid-template-columns:repeat(2,1fr)}.photo-gallery--count-5 .photo-gallery__item:first-child{grid-column:span 1}}.photo-gallery__item{overflow:hidden;cursor:zoom-in;position:relative;aspect-ratio:4/3}.photo-gallery__item::after{content:'';position:absolute;inset:0;background:0 0;transition:background 150ms ease;pointer-events:none}.photo-gallery__item:hover::after{background:rgba(0,0,0,.12)}.photo-gallery__item img{width:100%;height:100%;object-fit:cover;margin:0!important;border-radius:0!important;display:block;transition:transform .4s ease}.photo-gallery__item:hover img{transform:scale(1.04)}.lightbox{position:fixed;inset:0;z-index:9000;background:rgba(20,15,10,.94);display:flex;align-items:center;justify-content:center;padding:1rem;cursor:zoom-out}.lightbox[hidden]{display:none}.lightbox__img{max-width:90vw;width:1100px;max-height:88vh;object-fit:contain;border-radius:8px;box-shadow:0 24px 80px rgba(0,0,0,.6);cursor:default;transition:opacity .2s ease}.lightbox__close{position:absolute;top:1rem;right:1.5rem;font-size:2.25rem;line-height:1;color:#fff;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);border-radius:8px;cursor:pointer;padding:.25rem .75rem;opacity:.85;transition:opacity 150ms ease,background 150ms ease}.lightbox__close:hover{opacity:1;background:rgba(255,255,255,.2)}.lightbox__prev,.lightbox__next{position:absolute;top:50%;transform:translateY(-50%);font-size:2.25rem;line-height:1;color:#fff;background:rgba(255,255,255,8%);border:1px solid rgba(255,255,255,.15);border-radius:8px;cursor:pointer;padding:.75rem 1rem;opacity:.8;transition:opacity 150ms ease,background 150ms ease}.lightbox__prev:hover,.lightbox__next:hover{opacity:1;background:rgba(255,255,255,.18)}.lightbox__prev{left:1rem}.lightbox__next{right:1rem}.lightbox__counter{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);font-size:.875rem;color:rgba(255,255,255,.6);background:rgba(0,0,0,.4);padding:.25rem .75rem;border-radius:9999px}.related-posts{padding:4rem 0;background-color:#faf8f3}.related-posts__title{text-align:center;font-family:playfair display,Georgia,times new roman,serif;font-size:1.875rem;color:#8b7355;margin-bottom:2rem}.products-section{padding:5rem 0}.product-filter{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:2.5rem}.product-filter__btn{padding:.5rem 1.25rem;border-radius:9999px;border:1px solid #d9d0c3;font-size:.875rem;font-weight:700;color:#7a6e60;background-color:#fff;cursor:pointer;transition:all 150ms ease;letter-spacing:.05em}.product-filter__btn:hover{border-color:#8b7355;color:#8b7355}.product-filter__btn.is-active{background-color:#8b7355;border-color:#8b7355;color:#fff}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media(max-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.products-grid{grid-template-columns:1fr}}.product-card[data-hidden]{display:none}.products-etsy-teaser{text-align:center;margin-top:3rem;padding:2rem;background-color:#ede5d8;border-radius:8px;border:1px solid #d9d0c3}.products-etsy-teaser__text{font-size:1.125rem;color:#7a6e60;margin-bottom:1rem}.service-intro{background-color:#ede5d8;border-bottom:1px solid #d9d0c3;padding:1.5rem 0}.service-intro__text{font-family:playfair display,Georgia,times new roman,serif;font-size:1.25rem;font-style:italic;color:#8b7355;line-height:1.75;margin:0;padding-left:1.5rem;border-left:3px solid #c5a55a}.service-body p:has(+ul),.service-body p:has(+ol){font-weight:700;color:#8b7355;font-size:1.125rem;margin-top:2.5rem;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid #ede5d8}.service-body ul li{list-style:none;padding-left:1.25rem;position:relative;margin-bottom:.5rem}.service-body ul li::before{content:'—';position:absolute;left:0;color:#c5a55a;font-weight:700}.service-body ol{list-style:none;counter-reset:service-counter;padding-left:0}.service-body ol li{counter-increment:service-counter;padding-left:2.5rem;position:relative;margin-bottom:1.5rem}.service-body ol li::before{content:counter(service-counter);position:absolute;left:0;top:0;width:2rem;height:2rem;background-color:#8b7355;color:#fff;font-family:playfair display,Georgia,times new roman,serif;font-size:.875rem;font-weight:700;border-radius:9999px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.service-body ol li strong:first-child{display:block;color:#8b7355;font-size:1.125rem;margin-bottom:.25rem}.service-body h2{margin-top:3rem}.service-body>p:first-of-type{font-size:1.125rem;line-height:1.75;color:#3d3427}.service-cta{text-align:center}.service-cta__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.contact-grid{display:grid;grid-template-columns:3fr 2fr;gap:4rem;align-items:start}@media(max-width:768px){.contact-grid{grid-template-columns:1fr;gap:2.5rem}}.contact-main__heading{font-family:playfair display,Georgia,times new roman,serif;font-size:1.875rem;color:#8b7355;margin:.75rem 0 1.5rem;line-height:1.25}.contact-main__intro{color:#7a6e60;line-height:1.75;margin-bottom:2rem}.contact-main__email{margin-bottom:2rem}.contact-inquiries{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem}.contact-inquiry__link{font-size:.875rem;font-weight:700;color:#8b7355;display:flex;align-items:center;gap:.5rem;transition:color 150ms ease,gap 150ms ease}.contact-inquiry__link:hover{color:#c5a55a;gap:.75rem}.contact-etsy-box{padding:1.5rem;background-color:#f5f0e8;border:1px solid #d9d0c3;border-radius:12px}.contact-etsy-box__text{font-size:.875rem;color:#7a6e60;margin-bottom:1rem;line-height:1.75}.contact-side{display:flex;flex-direction:column;gap:1.5rem}.contact-card{background-color:#faf8f3;border:1px solid #d9d0c3;border-radius:12px;padding:1.5rem}.contact-card__label{font-family:lato,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#c5a55a;margin-bottom:1rem}.contact-card__address{font-style:normal;line-height:2;color:#3d3427}.contact-card__address strong{font-family:playfair display,Georgia,times new roman,serif;font-size:1.125rem;color:#8b7355;display:block;margin-bottom:.25rem}.contact-card__text{font-size:.875rem;color:#7a6e60;line-height:1.75;margin-bottom:1rem}.contact-langs{display:flex;flex-wrap:wrap;gap:.5rem}.contact-lang{padding:.25rem .75rem;background-color:#ede5d8;border-radius:9999px;font-size:.75rem;font-weight:700;color:#8b7355}