:root{--bg:#f7f4ee;--paper:#fffdf9;--soft:#f1ece2;--text:#2f2d2a;--muted:#716c64;--accent:#a9772e;--accent-dark:#7e561f;--line:#ddd5c8;--dark:#34322f;--serif:Georgia,'Times New Roman',serif;--sans:Inter,system-ui,-apple-system,'Segoe UI',sans-serif;--shadow:0 20px 60px rgba(72,57,38,.10);--radius:2px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--sans);line-height:1.65}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.container{width:min(1180px,calc(100% - 40px));margin:auto}.narrow{width:min(820px,calc(100% - 40px))}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:20px;top:20px;z-index:9999;background:#fff;padding:10px}.site-header{position:sticky;top:0;z-index:100;background:rgba(247,244,238,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(221,213,200,.65)}.header-inner{min-height:76px;display:flex;align-items:center;gap:28px}.brand{font-family:var(--serif);font-size:20px;white-space:nowrap}.brand em,.footer-brand em,h1 em,h2 em{font-weight:400;color:var(--accent)}.site-nav{margin-left:auto}.nav-list{display:flex;gap:28px;list-style:none;margin:0;padding:0;font-size:14px}.nav-list a:hover{color:var(--accent)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;background:var(--accent);color:#fff;border:1px solid var(--accent);font-size:13px;letter-spacing:.06em;text-transform:uppercase;transition:.2s}.btn:hover{background:var(--accent-dark);border-color:var(--accent-dark)}.btn-small{min-height:40px;padding:0 18px}.btn-ghost{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.7)}.btn-ghost-dark{background:transparent;color:var(--text);border-color:var(--line)}.menu-toggle{display:none;margin-left:auto;background:none;border:1px solid var(--line);padding:9px 12px}.hero{min-height:720px;display:flex;align-items:center;position:relative;overflow:hidden;background:linear-gradient(135deg,#c7ad82 0%,#a27c49 35%,#7b5835 100%)}.hero.has-image{background-image:var(--hero-image);background-position:center;background-size:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(35,29,22,.67),rgba(35,29,22,.18) 65%,rgba(35,29,22,.08))}.hero-content{position:relative;color:white;max-width:1180px}.hero-content>*{max-width:690px}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:11px;font-weight:650;color:var(--accent);margin:0 0 16px}.hero .eyebrow{color:#f5dcae}.hero h1,.page-hero h1,.article-header h1{font-family:var(--serif);font-size:clamp(56px,7.2vw,104px);line-height:.98;font-weight:400;letter-spacing:-.035em;margin:0 0 24px}.hero h1 em{color:#f1c984}.lead{font-size:clamp(18px,2vw,23px);max-width:650px;color:#f6f0e7}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.section{padding:120px 0;background:var(--paper)}.section.soft{background:var(--soft)}.split{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.split.reverse>div:first-child{order:2}.section h2{font-family:var(--serif);font-weight:400;font-size:clamp(42px,5vw,68px);line-height:1.04;letter-spacing:-.025em;margin:0 0 28px}.section h3{font-family:var(--serif);font-weight:400;font-size:26px}.section p{color:var(--muted)}.media-card img,.image-placeholder{aspect-ratio:4/5;object-fit:cover;background:linear-gradient(145deg,#c8b49a,#8b6845);box-shadow:var(--shadow)}.image-placeholder{display:grid;place-items:center;color:white;text-align:center;padding:30px}.image-placeholder.warm{aspect-ratio:5/4;background:linear-gradient(145deg,#c5b196,#9c7a59)}.text-link{font-size:14px;color:var(--accent-dark);border-bottom:1px solid rgba(169,119,46,.35);padding-bottom:3px}.section-head{max-width:760px;margin-bottom:56px}.section-head.row{max-width:none;display:flex;align-items:end;justify-content:space-between;gap:30px}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.feature{padding:34px 28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:260px;background:rgba(255,255,255,.38)}.feature>span{font-size:12px;color:var(--accent)}.feature h3{margin:38px 0 10px}.center{text-align:center;margin-top:34px}.steps{list-style:none;padding:0;margin:34px 0 0;border-top:1px solid var(--line)}.steps li{display:grid;grid-template-columns:180px 1fr;gap:20px;padding:18px 0;border-bottom:1px solid var(--line)}.steps span{color:var(--muted)}.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.price-card{background:var(--paper);border:1px solid var(--line);padding:34px;display:flex;flex-direction:column;gap:16px}.price-card.featured{background:#e9dec9;transform:translateY(-10px)}.price-card strong{font-family:var(--serif);font-size:42px;font-weight:400}.price-card .btn{margin-top:auto}.posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.post-card{background:var(--paper)}.post-card img,.post-placeholder{aspect-ratio:4/3;object-fit:cover;background:linear-gradient(145deg,#d7c6ad,#a98157)}.post-card h3,.post-card h2{font-size:26px;margin:8px 0}.post-card p{margin:8px 0}.post-meta{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--accent)!important;margin-top:18px!important}.empty-state{grid-column:1/-1;border:1px dashed var(--line);padding:40px}.contact-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:100px;align-items:center}.contact-lines{display:grid;gap:8px;margin:30px 0}.contact-lines a{font-family:var(--serif);font-size:30px}.contact-lines small{display:block;font-family:var(--sans);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--accent)}.contact-note{background:var(--paper);padding:48px;border:1px solid var(--line);box-shadow:var(--shadow)}.site-footer{background:var(--dark);color:#eee;padding:70px 0 24px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:60px}.footer-brand{font-family:var(--serif);font-size:26px}.footer-brand em{color:#d7ae68}.footer-links{list-style:none;margin:12px 0 0;padding:0}.footer-links li{margin:6px 0}.site-footer p,.site-footer a{color:#c9c5bf}.footer-bottom{border-top:1px solid #514e49;margin-top:50px;padding-top:20px;display:flex;justify-content:space-between;font-size:12px;color:#aaa}.content-page{padding:110px 0;background:var(--paper);min-height:70vh}.page-hero{padding:30px 0 60px}.page-hero h1,.article-header h1{font-size:clamp(48px,6vw,82px);color:var(--text)}.prose{font-size:18px}.prose h2,.prose h3{font-family:var(--serif);font-weight:400}.prose h2{font-size:42px;margin-top:56px}.prose a{color:var(--accent-dark);text-decoration:underline}.article-image{margin:40px 0}.pagination{margin-top:50px}.woocommerce-wrap{background:var(--paper)}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-family:var(--serif);font-size:24px}.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{background:var(--accent)!important;color:#fff!important;border-radius:0!important}.reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:none}@media(max-width:900px){.header-cta{display:none}.menu-toggle{display:block}.site-nav{position:absolute;top:76px;left:0;right:0;background:var(--bg);border-bottom:1px solid var(--line);display:none}.site-nav.is-open{display:block}.nav-list{flex-direction:column;padding:22px}.hero{min-height:640px}.split,.contact-grid{grid-template-columns:1fr;gap:50px}.split.reverse>div:first-child{order:0}.feature-grid{grid-template-columns:1fr 1fr}.price-grid,.posts-grid{grid-template-columns:1fr}.price-card.featured{transform:none}.footer-grid{grid-template-columns:1fr}.section{padding:82px 0}.section-head.row{display:block}.section-head.row .text-link{display:inline-block;margin-top:12px}.steps li{grid-template-columns:1fr}.contact-lines a{font-size:24px}}@media(max-width:560px){.container,.narrow{width:min(100% - 28px,1180px)}.hero{min-height:600px}.hero h1{font-size:54px}.feature-grid{grid-template-columns:1fr}.section h2{font-size:42px}.actions .btn{width:100%}.footer-bottom{display:block}.footer-bottom span{display:block;margin:6px 0}}
