@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,700;1,700&display=swap');:root{--ink:#171915;--cream:#f5f0e7;--paper:#fffdf8;--lime:#d7ff68;--purple:#7b61ff;--line:#d9d4ca;--muted:#6e716a}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif}a{color:inherit}.announcement{background:var(--ink);color:white;text-align:center;padding:9px;font-size:13px}header{height:78px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 4vw;position:sticky;top:0;background:rgba(255,253,248,.95);backdrop-filter:blur(12px);z-index:10}.logo{text-decoration:none;font-weight:800;font-size:20px;letter-spacing:-1px}.logo span{display:block;font-family:'Playfair Display';font-style:italic;color:var(--purple);font-size:16px;line-height:12px}nav{display:flex;gap:28px}nav a{text-decoration:none;font-weight:600}.head-actions{display:flex;gap:12px;align-items:center}select,input,textarea{width:100%;padding:13px;border:1px solid var(--line);background:white;font:inherit;border-radius:4px}.head-actions select{width:auto;padding:8px}.btn{display:inline-flex;justify-content:center;align-items:center;padding:14px 22px;background:var(--ink);color:white;text-decoration:none;border:0;border-radius:4px;font-weight:700;cursor:pointer}.btn.small{padding:10px 15px}.btn.light{background:var(--lime);color:var(--ink)}.btn.block{width:100%}.hero{min-height:650px;background:var(--cream);padding:80px 8vw;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;overflow:hidden}.hero h1{font-family:'Playfair Display';font-size:clamp(52px,7vw,94px);line-height:.95;margin:20px 0;max-width:900px;letter-spacing:-4px}.hero h1 em{color:var(--purple)}.hero p{font-size:19px;line-height:1.6;max-width:650px}.pill,.eyebrow{font-size:12px;font-weight:800;letter-spacing:2px}.row{display:flex;gap:25px;align-items:center;margin:28px 0}.link{font-weight:700}.trust{display:flex;gap:20px;font-size:13px}.orbit{height:480px;position:relative;display:grid;place-items:center}.box{width:310px;height:260px;background:var(--lime);border:2px solid var(--ink);box-shadow:20px 20px 0 var(--purple);display:grid;place-items:center;text-align:center;font-family:'Playfair Display';font-weight:800;font-size:40px;line-height:.8;transform:rotate(-5deg);z-index:2}.box small{font:700 11px 'DM Sans';letter-spacing:3px}.orb{position:absolute;border-radius:50%;border:2px solid var(--ink)}.o1{width:90px;height:90px;background:#ff8b6a;left:10%;top:10%}.o2{width:55px;height:55px;background:var(--purple);right:5%;top:30%}.o3{width:120px;height:120px;background:#8fd7ff;right:15%;bottom:0}.marquee{padding:16px;background:var(--lime);font-weight:800;word-spacing:20px;text-align:center;border-block:1px solid var(--ink)}.container{width:min(1180px,92%);margin:auto}.section{padding-block:90px}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:40px}.section-head h1,.section-head h2,h2{font-family:'Playfair Display';font-size:48px;margin:8px 0}.section-head p{max-width:480px;color:var(--muted)}.steps,.pricing,.products,.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.steps article,.price-card,.product,.panel,.stats article,.sub-card{border:1px solid var(--line);padding:28px;background:white}.steps b{font-size:48px;color:var(--purple)}.dark{background:var(--ink);color:white}.split{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.split h2{font-size:60px}.fortune-card{background:var(--cream);color:var(--ink);padding:50px;transform:rotate(3deg)}.fortune-card h3{font:700 50px 'Playfair Display'}.swatches{display:flex;gap:10px}.swatches i{width:70px;height:70px;background:#d6a63e}.swatches i:nth-child(2){background:#8d7140}.swatches i:nth-child(3){background:#f3deb0}.price-card .price{font:700 52px 'Playfair Display';margin:20px 0}.price-card ul{padding-left:20px;line-height:2}.faq{max-width:800px}.faq details{border-top:1px solid var(--line);padding:20px 0}.faq summary{font-weight:700;font-size:19px}.narrow{max-width:760px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-grid label,.panel label{display:grid;gap:8px;font-weight:600}.full{grid-column:1/-1}.check{display:flex!important;grid-template-columns:auto 1fr!important}.check input{width:auto}.auth{display:grid;gap:18px}.products{grid-template-columns:repeat(4,1fr)}.product-img{height:180px;background:var(--cream);display:grid;place-items:center;font-size:72px;margin-bottom:20px}.product small{color:var(--muted)}.fortune-mini{padding:20px;background:var(--lime);display:flex;justify-content:space-between;margin-bottom:20px}.checkout-total{display:flex;justify-content:space-between;font-size:24px;margin:25px 0}.muted{color:var(--muted);font-size:13px}.flash{background:var(--lime);padding:12px;text-align:center}.sub-card{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.luck-dot{width:55px;height:55px;border-radius:50%}.admin-nav{display:flex}.stats{grid-template-columns:repeat(4,1fr);margin-bottom:30px}.stats b{display:block;font:700 42px 'Playfair Display'}table{width:100%;border-collapse:collapse;background:white}th,td{padding:15px;border-bottom:1px solid var(--line);text-align:left}.notice.error{background:#ffe1df;padding:15px}footer{background:var(--cream);border-top:1px solid var(--line);padding:60px 6vw;display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px}footer a{display:block;margin:10px 0}footer p{color:var(--muted);max-width:500px}@media(max-width:800px){header nav{display:none}.hero,.split{grid-template-columns:1fr}.hero{padding:55px 5vw}.hero h1{font-size:55px;letter-spacing:-2px}.orbit{height:350px}.box{width:240px;height:200px}.steps,.pricing,.products,.stats{grid-template-columns:1fr}.section-head{display:block}.form-grid{grid-template-columns:1fr}.full{grid-column:auto}.trust{display:grid}.head-actions .btn{display:none}footer{grid-template-columns:1fr}.section{padding-block:55px}}.language-form{margin:0}.language-form select{min-width:92px}.admin-page{width:min(1380px,96%)}.admin-nav{display:flex;gap:8px;flex-wrap:wrap}.admin-nav a{padding:9px 12px;border:1px solid var(--line);background:white}.table-wrap{overflow:auto;border:1px solid var(--line);margin-top:24px}.table-wrap table{min-width:900px}.inline-form{display:inline;margin-left:12px}.inline-form button,.text-danger,.status-form button{border:0;background:none;cursor:pointer;text-decoration:underline;font:inherit}.text-danger{color:#b42318}.status-form{display:flex;gap:8px;align-items:center}.status-form select{min-width:125px;padding:8px}.status-form button{background:var(--ink);color:white;padding:9px 12px;text-decoration:none;border-radius:4px}.admin-page h2.full{font-size:30px;border-bottom:1px solid var(--line);padding-bottom:10px;margin-top:20px}.panel+.table-wrap{margin-top:30px}@media(max-width:800px){.admin-nav{margin-top:20px}.admin-page .section-head{align-items:flex-start}.table-wrap{width:100%}}
.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.article-card{border:1px solid var(--line,#ddd);padding:26px;background:#fff}.article-card h2{font-size:1.35rem}.article-card a{text-decoration:none}.article-detail{max-width:900px}.article-meta{color:#777;border-bottom:1px solid #ddd;padding-bottom:18px}.rich-content{font-size:1.06rem;line-height:1.8}.rich-content img{max-width:100%;height:auto}.rich-content table{width:100%;border-collapse:collapse}.rich-content th,.rich-content td{border:1px solid #ddd;padding:10px}.product-detail{display:grid;grid-template-columns:1fr 1.2fr;gap:50px;align-items:start}.product-hero{min-height:420px;display:flex;align-items:center;justify-content:center;background:#f5f1e8;font-size:7rem}.cke{width:100%!important}.form-grid small{display:block;margin-top:6px;color:#666}@media(max-width:760px){.article-grid{grid-template-columns:1fr}.product-detail{grid-template-columns:1fr}.product-hero{min-height:260px}}
.home-journal{border-top:1px solid var(--line)}
.article-card h3{font-family:'Playfair Display';font-size:28px;line-height:1.15;margin:14px 0}
.article-card p{color:var(--muted);line-height:1.65}
.article-card small{color:var(--muted);text-transform:uppercase;letter-spacing:.08em}
.quill-editor{background:#fff;min-height:360px;font-weight:400}
.ql-toolbar.ql-snow,.ql-container.ql-snow{border-color:var(--line)!important}
.ql-editor{min-height:360px;font-size:16px;line-height:1.7}
.rich-content h2,.rich-content h3{margin-top:1.5em}
.rich-content p{margin:0 0 1.15em}
@media(max-width:800px){.home-journal .section-head .link{display:inline-block;margin-top:15px}}
.product-img{overflow:hidden}.product-img img,.product-hero img{width:100%;height:100%;object-fit:cover}.article-card{padding:0;overflow:hidden}.article-card-body{padding:26px}.article-cover{display:block;height:230px;overflow:hidden;background:var(--cream)}.article-cover img,.journal-feature-image img,.article-detail-cover img,.related-card img{width:100%;height:100%;object-fit:cover}.article-placeholder{height:100%;display:grid;place-items:center;background:var(--cream);font-weight:800;letter-spacing:2px}.journal-hero{padding:100px 0;background:var(--cream);border-bottom:1px solid var(--line)}.journal-hero h1{font:700 clamp(50px,7vw,92px)/.98 'Playfair Display';max-width:900px;margin:18px 0}.journal-hero p{max-width:650px;font-size:19px;line-height:1.7}.journal-feature{display:grid;grid-template-columns:1.15fr .85fr;gap:50px;align-items:center;margin-bottom:90px}.journal-feature-image{height:480px;background:var(--cream);overflow:hidden}.journal-feature h2{font-size:52px}.journal-feature p{font-size:18px;line-height:1.7;color:var(--muted)}.article-header{padding:90px 5vw 60px;text-align:center;background:var(--cream)}.article-heading{max-width:960px;margin:auto}.article-heading h1{font:700 clamp(48px,7vw,88px)/1 'Playfair Display';margin:20px 0}.article-heading>p{font-size:20px;line-height:1.7;color:var(--muted);max-width:760px;margin:0 auto 25px}.article-detail-cover{width:min(1180px,92%);height:min(62vw,650px);margin:50px auto 0;overflow:hidden}.article-layout{display:grid;grid-template-columns:minmax(0,760px) 280px;gap:80px;align-items:start}.article-copy{font-size:18px}.article-copy h2{font-size:38px}.article-copy h3{font-size:28px}.article-aside{position:sticky;top:115px;border-top:3px solid var(--ink);padding-top:22px}.related-section{padding-bottom:90px}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.related-card{display:grid;gap:12px;text-decoration:none;border:1px solid var(--line);padding:16px}.related-card img{height:170px}.related-card span{color:var(--muted);font-size:14px;line-height:1.5}.product-gallery{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:12px}.gallery-thumb{padding:0;border:1px solid var(--line);background:white;height:80px;cursor:pointer}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.product-lead{font-size:18px;color:var(--muted);line-height:1.7}.media-preview{width:180px;height:120px;object-fit:cover;border:1px solid var(--line);margin-top:10px}.media-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.media-item{border:1px solid var(--line);padding:8px!important}.media-item img{width:100%;height:110px;object-fit:cover}.admin-thumb{width:70px;height:50px;object-fit:cover}.ql-editor img{max-width:100%;height:auto}.ql-editor{min-height:460px}.ql-toolbar{position:sticky;top:78px;background:white;z-index:5}
@media(max-width:800px){.journal-feature,.article-layout{grid-template-columns:1fr}.journal-feature-image{height:300px}.article-aside{position:static}.related-grid{grid-template-columns:1fr}.article-detail-cover{height:280px}.media-grid{grid-template-columns:repeat(2,1fr)}}
/* V7 Blog redesign */
.blog-page{background:#fff}.blog-hero{padding:120px 0 100px;background:var(--ink);color:#fff;overflow:hidden}.blog-hero-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:80px;align-items:end}.blog-hero h1{font:700 clamp(64px,9vw,126px)/.86 'Playfair Display';letter-spacing:-.055em;margin:22px 0 30px;max-width:950px}.blog-hero p{font-size:20px;line-height:1.7;max-width:680px;color:#d6d6d6}.blog-hero-note{border-left:1px solid #555;padding:30px 0 30px 38px}.blog-hero-note span,.blog-kicker{font-size:11px;letter-spacing:.18em;font-weight:800}.blog-hero-note strong{display:block;font:700 30px/1.15 'Playfair Display';margin:25px 0}.blog-hero-note p{font-size:14px}.blog-shell{padding-top:72px;padding-bottom:110px}.blog-feature{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr);min-height:590px;background:var(--cream);margin-bottom:44px}.blog-feature-media{display:block;min-height:590px;overflow:hidden}.blog-feature-media img{width:100%;height:100%;object-fit:cover}.blog-feature-copy{padding:70px 60px;display:flex;flex-direction:column;justify-content:center}.blog-feature-copy h2{font:700 clamp(42px,5vw,72px)/1 'Playfair Display';margin:22px 0}.blog-feature-copy h2 a{text-decoration:none}.blog-feature-copy p{font-size:18px;line-height:1.75;color:var(--muted)}.blog-meta{display:flex;gap:22px;font-size:13px;color:var(--muted);margin:12px 0 30px}.blog-category-strip{display:flex;align-items:center;gap:30px;border-block:1px solid var(--line);padding:20px 0;margin-bottom:74px}.blog-category-strip>span{font-weight:800;white-space:nowrap}.blog-category-strip>div{display:flex;flex-wrap:wrap;gap:10px}.blog-category-strip a{display:flex;gap:12px;align-items:center;padding:9px 13px;background:#f5f3ee;text-decoration:none;font-size:13px}.blog-category-strip a b{font-size:11px;color:var(--muted)}.blog-main-grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:65px}.blog-section-title{display:flex;justify-content:space-between;align-items:end;border-bottom:2px solid var(--ink);padding-bottom:22px;margin-bottom:34px}.blog-section-title h2{font:700 clamp(38px,4.5vw,62px)/1 'Playfair Display';margin:8px 0 0}.blog-section-title>p{max-width:340px;color:var(--muted);line-height:1.6}.blog-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:42px 28px}.blog-card{border-bottom:1px solid var(--line);padding-bottom:28px}.blog-card-media{display:block;height:300px;overflow:hidden;background:var(--cream)}.blog-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.blog-card:hover .blog-card-media img{transform:scale(1.03)}.blog-card-body{padding:22px 0 0}.blog-card-top,.blog-card-foot{display:flex;justify-content:space-between;gap:15px;font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.blog-card h2{font:700 33px/1.08 'Playfair Display';margin:15px 0}.blog-card h2 a{text-decoration:none}.blog-card p{font-size:15px;line-height:1.7;color:var(--muted)}.blog-card-foot{margin-top:22px;text-transform:none;letter-spacing:0}.blog-card-foot a{font-weight:800;color:var(--ink)}.blog-sidebar{border-left:1px solid var(--line);padding-left:34px}.blog-sidebar-block h3,.blog-newsletter h3{font:700 34px/1.05 'Playfair Display';margin:10px 0 24px}.blog-popular-item{display:grid;grid-template-columns:42px 1fr;gap:12px;padding:19px 0;border-top:1px solid var(--line);text-decoration:none}.blog-popular-item>b{font:700 25px 'Playfair Display';color:var(--purple)}.blog-popular-item span{font-weight:700;line-height:1.35}.blog-popular-item small{display:block;margin-top:7px;color:var(--muted);font-weight:400}.blog-newsletter{margin-top:45px;padding:32px;background:var(--lime)}.blog-newsletter>span{font-size:11px;letter-spacing:.14em;font-weight:800}.blog-newsletter p{line-height:1.6}.blog-article-head{padding:95px 0 72px;background:var(--cream);text-align:center}.blog-article-head .container{max-width:1060px}.blog-back{display:inline-block;margin-bottom:42px;font-weight:700}.blog-article-head h1{font:700 clamp(54px,8vw,104px)/.95 'Playfair Display';letter-spacing:-.045em;margin:22px auto;max-width:1050px}.blog-article-deck{font-size:21px;line-height:1.65;color:var(--muted);max-width:780px;margin:0 auto 30px}.blog-byline{display:inline-flex;align-items:center;gap:13px;text-align:left}.author-mark{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:#fff;font-weight:800}.blog-byline span{display:block;font-size:13px;color:var(--muted);margin-top:4px}.blog-article-cover{width:min(1280px,94%);height:min(68vw,760px);margin:55px auto 0}.blog-article-cover img{width:100%;height:100%;object-fit:cover}.blog-article-cover figcaption{text-align:right;margin-top:8px;font-size:12px;color:var(--muted)}.blog-article-layout{display:grid;grid-template-columns:minmax(0,780px) 270px;gap:90px;align-items:start;padding-top:105px}.blog-article-copy{font-family:Georgia,'Times New Roman',serif;font-size:20px;line-height:1.9;color:#292929}.blog-article-copy>p:first-child:first-letter{float:left;font:700 78px/.8 'Playfair Display';padding:12px 12px 0 0}.blog-article-copy h2{font:700 46px/1.1 'Playfair Display';margin:1.5em 0 .55em}.blog-article-copy h3{font:700 32px/1.15 'Playfair Display';margin:1.45em 0 .5em}.blog-article-copy blockquote{border-left:5px solid var(--purple);margin:2em 0;padding:10px 0 10px 28px;font:italic 29px/1.45 'Playfair Display'}.blog-article-copy img{margin:35px 0;max-height:700px;object-fit:cover}.blog-article-copy a{text-decoration:underline}.blog-article-aside{position:sticky;top:110px;border-top:4px solid var(--ink);padding-top:24px}.blog-article-aside p{color:var(--muted);line-height:1.65}.blog-article-aside nav{display:grid;border-top:1px solid var(--line);margin-top:25px}.blog-article-aside nav a{padding:15px 0;border-bottom:1px solid var(--line);font-weight:700}.share-note{margin-top:35px;padding:22px;background:var(--cream)}.blog-article-end{margin-top:70px;padding:45px;background:var(--ink);color:#fff;font-family:'DM Sans',sans-serif}.blog-article-end>span{font-size:11px;letter-spacing:.15em}.blog-article-end h3{color:#fff;margin:12px 0}.blog-article-end p{color:#ccc}.blog-related{padding-top:100px;padding-bottom:110px}.blog-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.blog-related-card{display:grid;gap:12px;text-decoration:none}.blog-related-card img,.blog-related-card .article-placeholder{height:220px;width:100%;object-fit:cover}.blog-related-card span{font-size:11px;letter-spacing:.12em;color:var(--muted);text-transform:uppercase}.blog-related-card b{font:700 27px/1.1 'Playfair Display'}.blog-related-card small{color:var(--muted)}
/* Larger, resizable rich text editor */
.quill-editor,.ql-container.ql-snow{min-height:620px!important}.ql-container.ql-snow{height:620px;max-height:1400px;resize:vertical;overflow:auto;background:#fff}.ql-editor{min-height:100%!important;padding:26px 28px!important;font-size:17px;line-height:1.8}.ql-toolbar.ql-snow{padding:13px!important}.rich-editor+small,.ql-container+small{display:block;margin-top:10px}.form-grid label.full:has(.quill-editor)::after{content:'Drag the lower-right edge of the editor to adjust its height.';font-size:12px;color:var(--muted);font-weight:400;margin-top:7px}
@media(max-width:900px){.blog-hero-grid,.blog-feature,.blog-main-grid,.blog-article-layout{grid-template-columns:1fr}.blog-feature-media{min-height:400px}.blog-feature-copy{padding:45px 32px}.blog-sidebar{border-left:0;border-top:1px solid var(--line);padding:40px 0 0}.blog-card-grid,.blog-related-grid{grid-template-columns:1fr}.blog-category-strip,.blog-section-title{align-items:flex-start;flex-direction:column}.blog-article-aside{position:static}.blog-article-cover{height:380px}.ql-container.ql-snow{height:500px;min-height:500px!important}}

/* V8 forced blog presentation — separate versioned asset prevents stale V6/V7 caches */
body:has(.blog-page),body:has(.blog-article-page){background:#fff}
.blog-page,.blog-article-page{display:block;width:100%;isolation:isolate}
.blog-page .container,.blog-article-page .container{width:min(1320px,calc(100% - 48px));max-width:none;margin-inline:auto}
.blog-page .blog-hero{background:#171717!important;color:#fff!important;padding:128px 0 104px!important}
.blog-page .blog-hero h1{color:#fff!important}
.blog-page .blog-feature{border:1px solid #ddd8ce;box-shadow:0 24px 70px rgba(20,20,20,.08)}
.blog-page .blog-card{background:#fff}
.blog-page .blog-card-media,.blog-page .blog-feature-media{position:relative}
.blog-page .blog-card-media:after,.blog-page .blog-feature-media:after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 0 1px rgba(0,0,0,.06);pointer-events:none}
.blog-page .article-placeholder,.blog-article-page .article-placeholder{display:grid;place-items:center;background:linear-gradient(135deg,#e8e0d1,#cfc0a4);color:#29231b;font-weight:900;letter-spacing:.14em;text-align:center}
.blog-article-page .blog-article-head{border-bottom:1px solid #dfdbd1}
.blog-article-page .blog-article-copy{min-width:0}
.blog-article-page .blog-article-copy p{margin:0 0 1.45em}
.blog-article-page .blog-article-copy ul,.blog-article-page .blog-article-copy ol{padding-left:1.4em;margin:0 0 1.5em}
.blog-article-page .blog-article-copy li{margin:.45em 0}
.blog-article-page .blog-article-copy figure{margin:42px 0}
.blog-article-page .blog-article-copy img{display:block;width:100%;height:auto;border-radius:0}
.blog-article-page .blog-related-card{border-top:1px solid #d8d4cb;padding-top:18px}
@media(max-width:1100px){.blog-page .container,.blog-article-page .container{width:min(100% - 36px,1320px)}.blog-main-grid{grid-template-columns:minmax(0,1fr) 270px;gap:38px}.blog-feature-copy{padding:48px 40px}}
@media(max-width:720px){.blog-page .container,.blog-article-page .container{width:min(100% - 24px,1320px)}.blog-page .blog-hero{padding:72px 0 60px!important}.blog-hero h1{font-size:54px!important}.blog-feature-media{min-height:300px!important}.blog-feature-copy{padding:34px 24px}.blog-article-head{padding:60px 0 45px}.blog-article-head h1{font-size:48px!important}.blog-article-layout{padding-top:60px;gap:50px}.blog-article-copy{font-size:18px}.blog-article-copy h2{font-size:34px}.blog-related{padding-top:65px;padding-bottom:75px}}
