:root{--bg:#fbf7f1;--bg-soft:#f5eee5;--surface:#fffdf9;--surface-strong:#fef9f1;--ink:#25211d;--muted:#746d65;--border:#e6d9cb;--accent:#a9553b;--accent-dark:#7f3d2b;--sage:#71836f;--sage-soft:#e8eee3;--shadow:0 18px 55px #553b251a;--font-serif:Georgia, "Times New Roman", serif;--font-sans:Arial, Helvetica, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);font-family:var(--font-sans), Arial, sans-serif;margin:0;line-height:1.5}a{color:inherit;text-decoration:none}button,input{font:inherit}.site-shell{min-height:100vh}.container{width:min(1120px,100% - 40px);margin:0 auto}.section{padding:72px 0}.section-tight{padding:48px 0}.site-header{z-index:20;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fbf7f1e0;border-bottom:1px solid #e6d9cbb3;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:24px;min-height:72px;display:flex}.brand{align-items:center;display:inline-flex}.brand-logo-lockup{object-fit:contain;width:190px;height:47px;display:block}.nav{align-items:center;gap:8px;display:flex}.nav a{color:var(--muted);border-radius:999px;padding:9px 14px;font-size:14px;font-weight:650}.nav a:hover,.nav a:focus-visible{background:var(--surface);color:var(--ink);outline:none}.button{border:1px solid var(--accent);background:var(--accent);color:#fffaf3;cursor:pointer;border-radius:999px;justify-content:center;align-items:center;min-height:44px;padding:0 18px;font-size:14px;font-weight:750;transition:transform .16s,background .16s,border-color .16s;display:inline-flex}.button:hover{background:var(--accent-dark);border-color:var(--accent-dark);transform:translateY(-1px)}.button.secondary{border-color:var(--border);color:var(--ink);background:0 0}.button.secondary:hover{background:var(--surface);border-color:#d2beab}.hero{grid-template-columns:minmax(0,1.12fr) minmax(300px,.88fr);align-items:center;gap:56px;padding:86px 0 72px;display:grid}.hero-copy h1,.page-title h1{color:var(--ink);font-family:var(--font-serif), Georgia, serif;letter-spacing:0;margin:0;font-size:clamp(48px,7vw,92px);font-weight:620;line-height:.96}.hero-copy p{max-width:680px;color:var(--muted);margin:28px 0 0;font-size:clamp(18px,2vw,22px);line-height:1.65}.hero-actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:32px;display:flex}.social-links{align-items:center;gap:8px;display:inline-flex}.social-link{border:1px solid var(--border);width:42px;height:42px;color:var(--accent);background:#fffdf9b8;border-radius:50%;place-items:center;transition:transform .16s,border-color .16s,background .16s;display:inline-grid}.social-link:hover,.social-link:focus-visible{background:var(--surface);border-color:#d3b9a3;outline:none;transform:translateY(-1px)}.social-link svg{fill:currentColor;width:22px;height:22px}.social-icon-image{border-radius:8px;display:block}.hero-social-links{margin-left:2px}.hero-logo-card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);border-radius:8px;justify-items:center;gap:22px;margin:0;padding:44px 34px 36px;display:grid}.hero-logo-card img{width:min(100%,360px);height:auto;display:block}.hero-logo-card figcaption{max-width:320px;color:var(--muted);font-family:var(--font-serif), Georgia, serif;text-align:center;margin:0;font-size:20px;line-height:1.45}.section-heading{justify-content:space-between;align-items:end;gap:24px;margin-bottom:28px;display:flex}.section-heading h2,.page-title h1{font-family:var(--font-serif), Georgia, serif;letter-spacing:0;margin:0;font-size:clamp(34px,4vw,54px);font-weight:620;line-height:1.05}.section-heading p,.page-title p{max-width:620px;color:var(--muted);margin:10px 0 0;font-size:17px}.card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.post-card,.video-card{border:1px solid var(--border);background:var(--surface);border-radius:8px;flex-direction:column;min-height:100%;transition:transform .16s,border-color .16s,box-shadow .16s;display:flex;box-shadow:0 12px 35px #553b250f}.post-card:hover,.video-card:hover{border-color:#d3b9a3;transform:translateY(-2px);box-shadow:0 18px 45px #553b251a}.post-card{padding:0;overflow:hidden}.post-card>:not(.post-card-image){margin-left:24px;margin-right:24px}.post-card>:last-child{margin-bottom:24px}.post-card-image{aspect-ratio:16/10;border-bottom:1px solid var(--border);background:var(--bg-soft);display:block;position:relative;overflow:hidden}.post-card-image img{object-fit:cover;transition:transform .18s}.post-card:hover .post-card-image img{transform:scale(1.025)}.meta-row{color:var(--muted);flex-wrap:wrap;align-items:center;gap:8px;font-size:13px;font-weight:650;display:flex}.category{color:var(--accent);text-transform:capitalize}.post-card h3{font-family:var(--font-serif), Georgia, serif;letter-spacing:0;margin:18px 0 0;font-size:27px;font-weight:620;line-height:1.12}.post-card h3 a:focus-visible{outline-offset:4px;outline:3px solid #a9553b2e}.post-card p{color:var(--muted);margin:14px 0 0}.tag-row{flex-wrap:wrap;gap:8px;margin-top:20px;display:flex}.tag,.filter-chip{border:1px solid var(--border);background:var(--surface-strong);color:var(--muted);border-radius:999px;padding:7px 10px;font-size:13px;font-weight:650}.video-card{overflow:hidden}.video-thumb{aspect-ratio:16/9;background:linear-gradient(135deg, #a9553b2e, #71836f2e), var(--bg-soft);color:var(--accent);place-items:center;display:grid;position:relative;overflow:hidden}.video-thumb:after{content:"";opacity:0;background:linear-gradient(#25211d05,#25211d33);position:absolute;inset:0}.video-thumb-image{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.video-thumb.has-image:after{opacity:1}.play-mark{z-index:1;background:#fffdf9db;border-radius:50%;place-items:center;width:52px;height:52px;display:grid;position:relative;box-shadow:0 14px 34px #553b2524}.video-body{padding:18px}.video-body h3{margin:0;font-size:18px;line-height:1.25}.video-body p{color:var(--muted);margin:10px 0 0;font-size:14px}.band{background:var(--surface-strong);border-block:1px solid var(--border)}.blog-layout{grid-template-columns:280px minmax(0,1fr);align-items:start;gap:36px;display:grid}.filters{border:1px solid var(--border);background:var(--surface);border-radius:8px;padding:20px;position:sticky;top:96px}.filters h2{margin:0 0 14px;font-size:16px}.filter-group+.filter-group{margin-top:24px}.chip-list{flex-wrap:wrap;gap:8px;display:flex}.filter-chip{cursor:pointer}.filter-chip.active{background:var(--accent);border-color:var(--accent);color:#fffaf3}.post-list{gap:16px;display:grid}.post-list .post-card{min-height:auto}.empty-state{color:var(--muted);background:#fffdf999;border:1px dashed #d3b9a3;border-radius:8px;padding:28px}.contact-panel{grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);align-items:start;gap:44px;display:grid}.contact-details{color:var(--muted);gap:14px;display:grid}.subscribe-form{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);border-radius:8px;padding:28px}.subscribe-form h2{font-family:var(--font-serif), Georgia, serif;margin:0;font-size:34px;font-weight:620}.subscribe-form p{color:var(--muted)}.form-row{grid-template-columns:minmax(0,1fr) auto;gap:10px;margin-top:20px;display:grid}.input{border:1px solid var(--border);width:100%;min-height:48px;color:var(--ink);background:#fffefb;border-radius:999px;padding:0 16px}.input:focus{border-color:var(--accent);outline:3px solid #a9553b29}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.form-note{min-height:24px;color:var(--sage);margin-top:12px;font-size:14px;font-weight:650}.site-footer{border-top:1px solid var(--border);color:var(--muted);padding:32px 0}.post-article{padding:72px 0 96px}.post-header{max-width:820px;margin:0 auto 42px}.post-header h1{font-family:var(--font-serif), Georgia, serif;letter-spacing:0;margin:18px 0 0;font-size:clamp(44px,7vw,76px);font-weight:620;line-height:.98}.post-header p{color:var(--muted);margin:22px 0 0;font-size:clamp(18px,2vw,22px);line-height:1.62}.post-featured-image{border:1px solid var(--border);background:var(--surface);max-width:920px;box-shadow:var(--shadow);border-radius:8px;margin:0 auto 48px;overflow:hidden}.post-featured-image img,.post-gallery img{width:100%;height:auto;display:block}.prose{max-width:760px;color:var(--ink);margin:0 auto;font-size:20px;line-height:1.78}.prose p,.prose ul,.prose ol,.prose blockquote{margin:0 0 26px}.prose h2,.prose h3{font-family:var(--font-serif), Georgia, serif;margin:44px 0 16px;font-weight:620;line-height:1.12}.prose h2{font-size:38px}.prose h3{font-size:30px}.prose a{color:var(--accent);text-underline-offset:4px;text-decoration:underline;text-decoration-thickness:1px}.prose blockquote{border-left:3px solid var(--accent);color:var(--muted);padding-left:20px}.post-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;max-width:920px;margin:56px auto 0;display:grid}.post-gallery figure{border:1px solid var(--border);background:var(--surface);border-radius:8px;margin:0;overflow:hidden}.footer-inner{justify-content:space-between;align-items:center;gap:20px;display:flex}.footer-meta{align-items:center;gap:16px;display:flex}@media (max-width:860px){.container{width:min(100% - 28px,680px)}.header-inner{flex-direction:column;align-items:start;min-height:auto;padding:14px 0}.nav{justify-content:space-between;width:100%}.nav a{padding:8px 10px}.hero,.blog-layout,.contact-panel{grid-template-columns:1fr}.hero{gap:34px;padding:56px 0 48px}.hero-copy h1,.page-title h1{font-size:clamp(46px,16vw,64px)}.hero-logo-card{padding:32px 22px 28px}.card-grid,.post-gallery{grid-template-columns:1fr}.section{padding:52px 0}.section-heading,.footer-inner{flex-direction:column;align-items:start}.footer-meta{flex-direction:column;align-items:start;gap:12px}.filters{position:static}.form-row{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important}}
