*,::after,::before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:#f8f6f1;color:#2d2926;font-family:"Noto Sans SC",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:15px;line-height:1.75;letter-spacing:.01em}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:0;background:0 0;font-family:inherit}ul{list-style:none}::selection{background:rgb(184 134 11/.2);color:#2d2926}:root{--bg:#F8F6F1;--bg-warm:#F0EDE6;--bg-deep:#E8E4DB;--surface:#FFFFFF;--surface-warm:#FAF8F4;--surface-hover:#F0EDE6;--text:#2D2926;--text-secondary:#6B6560;--text-muted:#9A958D;--text-light:#B5AFA7;--accent:#B8860B;--accent-soft:rgba(184,134,11,0.12);--accent-hover:#9A7009;--border:rgba(45,41,38,0.08);--border-hover:rgba(45,41,38,0.15);--shadow-sm:0 1px 3px rgba(45,41,38,0.04);--shadow-md:0 4px 20px rgba(45,41,38,0.06);--shadow-lg:0 12px 40px rgba(45,41,38,0.08);--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--font-serif:'Cormorant Garamond', 'Noto Serif SC', 'Georgia', serif;--font-sans:'Inter', 'Noto Sans SC', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;--space-xs:8px;--space-sm:16px;--space-md:32px;--space-lg:64px;--space-xl:96px;--space-2xl:144px}.t-headline{font-family:var(--font-serif);font-size:clamp(28px,4vw,52px);font-weight:400;line-height:1.1;letter-spacing:-.01em}.t-caption{font-size:12px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}.container{max-width:1200px;margin:0 auto;padding:0 24px}@media (min-width:768px){.container{padding:0 40px}}@media (min-width:1280px){.container{padding:0 56px}}.j-card{display:block}.j-card .j-img{position:relative;overflow:hidden;border-radius:var(--radius-md);margin-bottom:20px;aspect-ratio:16/10;background:var(--surface-warm)}.j-card .j-img img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.22,1,.36,1)}.j-card:hover .j-img img{transform:scale(1.04)}.j-card .j-title{font-family:var(--font-serif);font-size:20px;font-weight:500;color:var(--text);line-height:1.3;transition:color .3s ease}.j-card:hover .j-title,.site-footer .footer-links a:hover{color:var(--accent)}.grid-3{display:grid;grid-template-columns:repeat(1,1fr);gap:24px}@media (min-width:640px){.grid-3{grid-template-columns:repeat(2,1fr);gap:28px}}@media (min-width:1024px){.grid-3{grid-template-columns:repeat(3,1fr);gap:32px}}.site-footer{border-top:1px solid var(--border);padding:80px 0 32px}@media (min-width:768px){.site-footer{padding:100px 0 32px}}.site-footer .footer-grid{display:grid;grid-template-columns:1fr;gap:48px}@media (min-width:768px){.site-footer .footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px}}.post-content h2,.post-content h3,.site-footer .footer-brand{font-family:var(--font-serif);font-size:20px;color:var(--text)}.site-footer .footer-desc{font-size:14px;line-height:1.65;color:var(--text-muted);max-width:260px;margin-top:16px}.site-footer .footer-heading{font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--text-light);margin-bottom:20px}.site-footer .footer-links li{margin-bottom:10px}.site-footer .footer-links a{font-size:14px;color:var(--text-secondary);transition:color .3s ease}.post-content{max-width:680px;margin:0 auto}.post-content p,.post-content ul li{font-size:17px;line-height:1.85;color:var(--text-secondary);margin-bottom:28px}.post-content h2,.post-content h3{font-size:26px;font-weight:400;margin:48px 0 20px}.post-content h3{font-size:20px;font-weight:500;margin:36px 0 16px}.post-content ul{margin:16px 0 28px 24px}.post-content ul li{list-style:disc;font-size:16px;line-height:1.8;margin-bottom:10px}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;transition:background .4s ease,box-shadow .4s ease}.header-inner{display:flex;align-items:center;justify-content:space-between;height:56px;padding:0 20px;max-width:1400px;margin:0 auto}@media (min-width:768px){.header-inner{height:72px;padding:0 40px}}.header-logo{font-family:var(--font-serif);font-size:18px;font-weight:400;color:var(--text);letter-spacing:.02em;transition:opacity .3s ease;white-space:nowrap}.header-logo:hover{opacity:.6}.header-nav-desktop{display:none;align-items:center;gap:40px}@media (min-width:768px){.header-nav-desktop{display:flex}}.header-nav-desktop a:hover,.nav-dropdown-toggle:hover{color:var(--text)}.header-nav-desktop a::after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--accent);transition:width .3s ease}.header-nav-desktop a:hover::after{width:100%}.header-nav-desktop a,.nav-dropdown{position:relative}.header-nav-desktop a,.nav-dropdown-toggle{font-size:13px;font-weight:400;letter-spacing:.06em;color:var(--text-secondary);transition:color .3s ease}.nav-dropdown-toggle{display:flex;align-items:center;gap:4px;background:0 0;border:0;cursor:pointer;padding:4px 0;font-family:var(--font-sans)}.nav-dropdown-toggle svg{transition:transform .3s ease}.nav-dropdown:hover .nav-dropdown-toggle svg{transform:rotate(180deg)}.nav-dropdown-panel{position:absolute;top:calc(100% + 12px);left:50%;transform:translateX(-50%) translateY(8px);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:8px 0;min-width:200px;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease,transform .25s ease;z-index:1001}.nav-dropdown:hover .nav-dropdown-panel{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.nav-dropdown-link{display:block;padding:10px 24px;font-size:14px;color:var(--text-secondary);transition:color .2s ease,background .2s ease;white-space:nowrap;letter-spacing:.02em}.nav-dropdown-link:hover{color:var(--text);background:var(--bg-warm)}.nav-dropdown-link--featured{color:var(--accent);font-weight:500;border-top:1px solid var(--border);margin-top:4px;padding-top:12px}.header-actions{display:flex;align-items:center;gap:20px}@media (min-width:768px){.header-actions{gap:32px}}.header-cart{display:flex;align-items:center;gap:4px;font-size:13px;letter-spacing:.04em;color:var(--text-secondary);transition:color .3s ease;white-space:nowrap}.header-cart:hover{color:var(--text)}.header-cart-label{display:none}@media (min-width:768px){.header-cart-label{display:inline}}.header-cart-count{font-family:var(--font-serif);color:var(--text)}.header-menu-toggle{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;width:44px;height:44px;gap:7px;position:relative;z-index:1001;-webkit-tap-highlight-color:#fff0;margin-right:-6px}@media (min-width:768px){.header-menu-toggle{display:none}}.menu-toggle-bar{display:block;width:26px;height:2.5px;background:var(--text);transition:all .35s cubic-bezier(.22,1,.36,1);border-radius:1px}.menu-toggle-bar:last-child{width:18px}.header-menu-toggle:hover .menu-toggle-bar{width:26px}.drawer-backdrop{position:fixed;inset:0;background:rgb(45 41 38/.2);backdrop-filter:blur(4px);z-index:2000;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease}.drawer-menu{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:400px;background:var(--bg);z-index:2001;transform:translateX(100%);transition:transform .5s cubic-bezier(.22,1,.36,1);overflow-y:auto;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column}@media (min-width:768px){.drawer-backdrop,.drawer-menu{display:none}}.drawer-close{position:absolute;top:16px;right:20px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:color .3s ease;z-index:2;-webkit-tap-highlight-color:#fff0}.drawer-close:hover{color:var(--text)}.drawer-content{padding:72px 32px 40px;display:flex;flex-direction:column;flex:1;gap:0}.drawer-section{border-bottom:1px solid var(--border)}.drawer-section-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:20px 0;font-family:var(--font-serif);font-size:20px;font-weight:400;color:var(--text);text-align:left;-webkit-tap-highlight-color:#fff0;transition:color .3s ease}.drawer-link:hover,.drawer-section-toggle:hover{color:var(--accent)}.drawer-chevron{transition:transform .3s ease;color:var(--text-light)}.drawer-section-panel{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.22,1,.36,1);display:flex;flex-direction:column;padding-left:8px}.drawer-link{display:block;padding:20px 0;font-family:var(--font-serif);font-size:20px;font-weight:400;color:var(--text);border-bottom:1px solid var(--border);transition:color .3s ease,padding-left .3s ease;-webkit-tap-highlight-color:#fff0}.drawer-link:hover{padding-left:4px}.drawer-link--sub{font-family:var(--font-sans);font-size:15px;font-weight:400;color:var(--text-secondary);padding:12px 0;border-bottom:none;letter-spacing:.02em}.drawer-link--sub:hover{color:var(--text)}.drawer-link--featured{color:var(--accent);font-weight:500}.drawer-footer{margin-top:auto;padding-top:40px;border-top:1px solid var(--border)}.drawer-footer-link{display:block;font-size:14px;color:var(--text-muted);margin-bottom:8px;transition:color .3s ease}.drawer-footer-link:hover,.footer-contact-col .footer-links a:hover,.footer-nav-col .footer-links a:hover{color:var(--accent)}.drawer-footer-copy{font-size:12px;color:var(--text-light)}@media (max-width:767px){.j-card .j-title{font-size:17px}.site-footer{padding:56px 0 24px}.drawer-link,.drawer-section-toggle{font-size:18px}}.header-search-toggle{justify-content:center;width:32px;height:32px;color:var(--text-secondary);transition:color .3s ease;-webkit-tap-highlight-color:#fff0}.header-search-toggle:hover,.search-close:hover{color:var(--text)}.header-search-toggle,.search-close,.search-overlay{display:flex;align-items:center}.search-overlay{position:fixed;inset:0;z-index:3000;background:rgb(248 246 241/.98);backdrop-filter:blur(20px);flex-direction:column;padding:120px 24px 40px;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease}.search-close{position:absolute;top:16px;right:20px;width:40px;height:40px;justify-content:center;color:var(--text-secondary);transition:color .3s ease}.search-content{width:100%;max-width:640px}.search-form{display:flex;align-items:center;gap:16px;padding:0 0 20px;border-bottom:2px solid var(--text);margin-bottom:40px}.search-form svg{color:var(--text-light);flex-shrink:0}.search-input{flex:1;font-family:var(--font-serif);font-size:clamp(20px,3vw,28px);font-weight:400;color:var(--text);background:#fff0;border:0;outline:0}.search-input::placeholder{color:var(--text-light)}@media (prefers-reduced-motion:reduce){*,::after,::before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.drawer-menu{transition:none}}a:focus-visible,button:focus-visible,input:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.t-headline{text-wrap:balance}.tp-newsletter-form{display:flex;gap:8px;justify-content:center}.tp-newsletter-input{flex:1;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:10px 14px;font-family:var(--font-sans);font-size:13px;color:var(--text);outline:0;transition:border-color .3s ease}.tp-newsletter-input:focus{border-color:var(--accent)}.tp-newsletter-input::placeholder{color:var(--text-muted)}.tp-newsletter-btn{padding:10px 18px;background:var(--accent);color:#fff;border:0;border-radius:var(--radius-sm);font-family:var(--font-sans);font-size:12px;font-weight:500;letter-spacing:.04em;cursor:pointer;transition:all .4s cubic-bezier(.22,1,.36,1);white-space:nowrap}.tp-newsletter-btn:hover{background:#8b7324;transform:translateY(-1px)}.tp-newsletter-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.tp-newsletter-note{font-size:11px;color:var(--text-light);margin-top:10px;letter-spacing:.02em}.footer-grid{display:grid;grid-template-columns:1fr;gap:48px;padding:80px 0 60px}@media (min-width:768px){.footer-grid{grid-template-columns:1.4fr .9fr .9fr 1fr;gap:48px;padding:100px 0 64px}}@media (min-width:1024px){.footer-grid{gap:64px}}.footer-brand-col .footer-brand{font-family:var(--font-serif);font-size:24px;font-weight:500;letter-spacing:.01em;color:var(--text);text-decoration:none;display:block;margin-bottom:16px}.footer-brand-col .footer-desc{font-size:14px;line-height:1.7;color:var(--text-muted);max-width:220px}.footer-contact-col .footer-heading,.footer-nav-col .footer-heading,.footer-newsletter-col .footer-heading{font-family:var(--font-sans);font-size:11px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--text);margin-bottom:20px}.footer-contact-col .footer-links a,.footer-nav-col .footer-links a{font-size:14px;color:var(--text-muted);text-decoration:none;line-height:2.2;transition:color .3s ease;display:block}.footer-social{display:flex;align-items:center;justify-content:center;gap:10px;padding:28px 0;border-top:1px solid var(--border)}.footer-social a{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:var(--text-muted);text-decoration:none;letter-spacing:.02em;transition:color .3s ease}.footer-social a svg{flex-shrink:0;opacity:.6;transition:opacity .3s ease}.footer-social a:hover{color:var(--text)}.footer-social a:hover svg{opacity:1}.footer-social-sep{color:var(--text-light);font-size:10px;user-select:none}.footer-bottom-bar{display:flex;flex-direction:column;align-items:center;gap:20px;padding:28px 0 40px;border-top:1px solid var(--border)}@media (min-width:768px){.footer-bottom-bar{flex-direction:row;justify-content:space-between}}.footer-copyright,.footer-policies a{font-size:12px;color:var(--text-light);letter-spacing:.02em}.footer-policies{display:flex;gap:24px;flex-wrap:wrap;justify-content:center}.footer-policies a{color:var(--text-muted);text-decoration:none;transition:color .3s ease}.footer-policies a:hover{color:var(--accent)}[placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity .5s .5s ease;transition:opacity .5s .5s ease;opacity:1!important}