:root{--ip-cream: #FAF8F5;--ip-beige: #F5F0EB;--ip-warm-brown: #2C2418;--ip-foreground: #2C2418;--ip-terracotta: #C4846C;--ip-sage: #B5C4B1;--ip-muted: #6B6256;--ip-border: #E8E0D5;--ip-serif: "Playfair Display", Georgia, serif;--ip-sans: "Inter", -apple-system, "Helvetica Neue", sans-serif;--ip-radius: .75rem}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--ip-sans);font-weight:300;font-size:16px;line-height:1.6;color:var(--ip-foreground);background-color:var(--ip-cream);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--ip-serif);font-weight:500;letter-spacing:-.01em;color:var(--ip-foreground);line-height:1.2}a{color:inherit;text-decoration:none;transition:color .2s ease}a:hover{color:var(--ip-terracotta)}img{max-width:100%;height:auto;display:block}.skip-link{position:absolute;left:-9999px;top:0;background:var(--ip-foreground);color:var(--ip-cream);padding:12px 20px;z-index:9999}.skip-link:focus{left:0}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.container{padding:0 2rem}}.site-header{position:sticky;top:0;z-index:50;background-color:#faf8f5f2;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid var(--ip-border)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:64px}.site-header__logo{font-family:var(--ip-serif);font-size:24px;font-weight:600;letter-spacing:-.01em;color:var(--ip-foreground)}.site-header__nav{display:none;align-items:center;gap:2rem;list-style:none}@media(min-width:768px){.site-header__nav{display:flex}}.site-header__nav a{font-size:14px;font-weight:500;color:var(--ip-muted);transition:color .2s ease}.site-header__nav a:hover,.site-header__nav a.is-active{color:var(--ip-terracotta)}.site-header__actions{display:flex;align-items:center;gap:.5rem}.icon-btn{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;color:var(--ip-muted);border-radius:9999px;transition:all .2s ease}.icon-btn:hover{color:var(--ip-terracotta);background:var(--ip-beige)}.icon-btn svg{width:20px;height:20px}.mobile-menu-btn{display:inline-flex}@media(min-width:768px){.mobile-menu-btn{display:none}}.mobile-drawer{position:fixed;top:0;left:-100%;width:288px;height:100vh;background:var(--ip-cream);z-index:100;padding:2rem 1.5rem;transition:left .3s ease;box-shadow:4px 0 20px #0000000d}.mobile-drawer.is-open{left:0}.mobile-drawer__close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;cursor:pointer;color:var(--ip-foreground);padding:8px}.mobile-drawer__title{font-family:var(--ip-serif);font-size:20px;font-weight:600;margin-bottom:1.5rem}.mobile-drawer__nav{list-style:none;display:flex;flex-direction:column;gap:1rem}.mobile-drawer__nav a{display:block;font-size:16px;font-weight:500;color:var(--ip-foreground);padding:.5rem 0}.mobile-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:99;opacity:0;pointer-events:none;transition:opacity .3s ease}.mobile-drawer__overlay.is-open{opacity:1;pointer-events:auto}.blog-hero{text-align:center;padding:5rem 1rem 3rem;background:var(--ip-cream)}.blog-hero__eyebrow{display:inline-block;font-family:var(--ip-sans);font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.18em;color:var(--ip-terracotta);margin-bottom:1rem}.blog-hero__title{font-family:var(--ip-serif);font-size:clamp(36px,5.5vw,64px);font-weight:500;margin-bottom:1rem;letter-spacing:-.02em}.blog-hero__subtitle{font-size:17px;color:var(--ip-muted);max-width:560px;margin:0 auto;font-weight:300}.blog-grid{display:grid;grid-template-columns:1fr;gap:3rem;padding:3rem 1rem 6rem;max-width:1200px;margin:0 auto}@media(min-width:768px){.blog-grid{grid-template-columns:repeat(2,1fr);gap:3.5rem 2.5rem;padding:4rem 2rem 6rem}}@media(min-width:1024px){.blog-grid{grid-template-columns:repeat(3,1fr)}}.article-card{display:block;group:article}.article-card__media{aspect-ratio:4 / 3;overflow:hidden;border-radius:var(--ip-radius);background:var(--ip-beige);margin-bottom:1.25rem}.article-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.article-card:hover .article-card__media img{transform:scale(1.04)}.article-card__meta{font-family:var(--ip-sans);font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.16em;color:var(--ip-terracotta);margin-bottom:.75rem}.article-card__title{font-family:var(--ip-serif);font-size:22px;font-weight:500;line-height:1.3;margin-bottom:.75rem;color:var(--ip-foreground)}.article-card__excerpt{font-size:15px;line-height:1.65;color:var(--ip-muted);font-weight:300}.article-card__more{display:inline-block;margin-top:1rem;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.14em;color:var(--ip-foreground);border-bottom:1px solid var(--ip-foreground);padding-bottom:2px}.article{background:var(--ip-cream);padding:3rem 1rem 5rem}@media(min-width:768px){.article{padding:4rem 2rem 6rem}}.article__back{display:inline-block;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.16em;color:var(--ip-muted);margin-bottom:2rem;max-width:720px;margin-left:auto;margin-right:auto;width:100%}.article__back:hover{color:var(--ip-terracotta)}.article__header{text-align:center;max-width:760px;margin:0 auto 3rem}.article__eyebrow{font-family:var(--ip-sans);font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.18em;color:var(--ip-terracotta);margin-bottom:1rem}.article__title{font-family:var(--ip-serif);font-size:clamp(32px,5vw,56px);font-weight:500;line-height:1.15;letter-spacing:-.02em;margin-bottom:1.25rem}.article__meta{font-size:14px;color:var(--ip-muted);font-weight:300}.article__hero{max-width:1100px;margin:0 auto 3rem;aspect-ratio:16 / 9;overflow:hidden;border-radius:var(--ip-radius);background:var(--ip-beige)}.article__hero img{width:100%;height:100%;object-fit:cover}.article__content{max-width:680px;margin:0 auto;font-family:var(--ip-sans);font-size:17px;line-height:1.8;color:var(--ip-foreground);font-weight:300}.article__content>*+*{margin-top:1.4em}.article__content p{font-size:17px;line-height:1.8}.article__content h2{font-family:var(--ip-serif);font-size:30px;font-weight:500;margin-top:2.5em;margin-bottom:.6em}.article__content h3{font-family:var(--ip-serif);font-size:24px;font-weight:500;margin-top:2em;margin-bottom:.5em}.article__content a{color:var(--ip-terracotta);text-decoration:underline;text-underline-offset:3px}.article__content a:hover{text-decoration:none}.article__content ul,.article__content ol{padding-left:1.5rem}.article__content li+li{margin-top:.5em}.article__content blockquote{font-family:var(--ip-serif);font-style:italic;font-size:22px;line-height:1.5;border-left:2px solid var(--ip-terracotta);padding-left:1.75rem;margin:2em 0;color:var(--ip-foreground)}.article__content img{border-radius:var(--ip-radius);margin:2em 0;width:100%}.article__content figure{margin:2em 0}.article__content figcaption{text-align:center;font-size:14px;color:var(--ip-muted);margin-top:.75em}.article__divider{max-width:680px;margin:4rem auto 2rem;border:none;border-top:1px solid var(--ip-border)}.site-footer{background:var(--ip-beige);border-top:1px solid var(--ip-border);color:var(--ip-foreground);padding:4rem 0 1.5rem}.site-footer__grid{display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:640px){.site-footer__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.site-footer__grid{grid-template-columns:repeat(4,1fr)}}.site-footer__brand-title{font-family:var(--ip-serif);font-size:22px;font-weight:600;margin-bottom:.75rem}.site-footer__brand-text{font-size:14px;color:var(--ip-muted);line-height:1.6;margin-bottom:1rem}.site-footer__email{font-size:14px;color:var(--ip-muted);display:inline-flex;align-items:center;gap:.5rem}.site-footer__email:hover{color:var(--ip-terracotta)}.site-footer__heading{font-family:var(--ip-sans);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.14em;color:var(--ip-foreground);margin-bottom:1rem}.site-footer__list{list-style:none;display:flex;flex-direction:column;gap:.625rem}.site-footer__list a{font-size:14px;color:var(--ip-muted)}.site-footer__list a:hover{color:var(--ip-terracotta)}.site-footer__social{display:flex;gap:1rem;margin-top:1.25rem}.site-footer__social a{color:var(--ip-muted)}.site-footer__social a:hover{color:var(--ip-terracotta)}.site-footer__social svg{width:20px;height:20px}.site-footer__bottom{border-top:1px solid var(--ip-border);margin-top:3rem;padding-top:1.5rem;display:flex;flex-direction:column;gap:.5rem;align-items:center;justify-content:space-between;font-size:12px;color:var(--ip-muted)}@media(min-width:640px){.site-footer__bottom{flex-direction:row}}.pagination{display:flex;justify-content:center;gap:1rem;padding:2rem 0 4rem;list-style:none}.pagination a,.pagination span{font-family:var(--ip-sans);font-size:13px;letter-spacing:.1em;color:var(--ip-muted);padding:.5rem .25rem}.pagination .current{color:var(--ip-terracotta);border-bottom:1px solid var(--ip-terracotta)}.pagination a:hover{color:var(--ip-terracotta)}.empty-state{text-align:center;padding:6rem 1rem;max-width:480px;margin:0 auto}.empty-state h2{font-family:var(--ip-serif);font-size:32px;font-weight:500;margin-bottom:1rem}.empty-state p{font-size:15px;color:var(--ip-muted);margin-bottom:1.5rem}.btn{display:inline-block;background:var(--ip-foreground);color:var(--ip-cream);padding:.875rem 2rem;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.16em;border-radius:9999px;border:none;cursor:pointer;transition:opacity .2s ease}.btn:hover{opacity:.85;color:var(--ip-cream)}.btn--outline{background:transparent;color:var(--ip-foreground);border:1px solid var(--ip-foreground)}
/*# sourceMappingURL=/cdn/shop/t/8/assets/theme.css.map */
