:root{--gw-green: #4A6B57;--gw-green-deep: #35503F;--gw-cream: #F6F1E7;--gw-cream-soft: #FBF7EE;--gw-burgundy: #5A2240;--gw-gold: #C5A55A;--gw-gold-soft: #d6bd7f;--gw-text: #1f2a24;--gw-text-muted: #5a655e}.gw-page{background:var(--gw-cream);color:var(--gw-text);font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif}.gw-hero{background:linear-gradient(135deg,var(--gw-green) 0%,var(--gw-green-deep) 100%);color:var(--gw-cream);position:relative;overflow:hidden}.gw-hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 30%,rgba(197,165,90,.06) 0%,transparent 40%),radial-gradient(circle at 80% 70%,rgba(197,165,90,.05) 0%,transparent 40%);pointer-events:none}.gw-hero-inner{max-width:1280px;margin:0 auto;padding:4rem 1.5rem 5rem;display:grid;grid-template-columns:1.1fr 1fr;gap:3rem;align-items:center;position:relative;z-index:1}@media(max-width:900px){.gw-hero-inner{grid-template-columns:1fr;gap:2rem;padding:3rem 1.5rem}}.gw-eyebrow{font-family:Plus Jakarta Sans,sans-serif;font-size:.75rem;letter-spacing:.18em;color:var(--gw-gold);font-weight:600;text-transform:uppercase;margin-bottom:1.25rem}.gw-eyebrow-dark{color:var(--gw-burgundy)}.gw-h1{font-family:Playfair Display,Cormorant Garamond,Georgia,serif;font-size:clamp(2.5rem,5vw,4.25rem);line-height:1.05;font-weight:700;margin-bottom:1.5rem;color:var(--gw-cream)}.gw-h1 em{font-style:italic;color:var(--gw-gold);font-weight:500}.gw-hero-sub{font-size:1.05rem;margin-bottom:2rem;color:#f5ead8d9}.gw-hero-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;background:var(--gw-gold);color:var(--gw-green-deep);font-weight:600;font-size:.95rem;border-radius:999px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;box-shadow:0 4px 14px #c5a55a4d}.gw-hero-cta:hover{background:var(--gw-gold-soft);transform:translateY(-2px);box-shadow:0 6px 20px #c5a55a66}.gw-hero-meta{margin-top:2rem;font-size:.8rem;color:#f5ead88c;letter-spacing:.05em}.gw-hero-art{position:relative;display:flex;align-items:center;justify-content:center}.gw-hero-illustration{width:100%;max-width:540px;height:auto;border-radius:18px;border:6px solid rgba(255,255,255,.85);box-shadow:0 18px 50px #00000047;transform:rotate(-1.5deg)}@media(max-width:900px){.gw-hero-illustration{max-width:420px;transform:none}}.gw-editorial{background:var(--gw-cream-soft);border-radius:16px}.gw-editorial-html{color:var(--gw-text);line-height:1.7}.gw-editorial-html :global(h2){font-family:"Instrument Serif",Georgia,serif;font-size:1.6rem;color:var(--gw-green-deep);margin:1.6rem 0 .6rem}.gw-editorial-html :global(p){margin:0 0 1rem;color:var(--gw-text-muted)}.gw-editorial-html :global(a){color:var(--gw-green);text-decoration:underline}.gw-editorial-html :global(.lead){font-size:1.12rem;color:var(--gw-text)}.gw-editorial-html :global(ul){margin:0 0 1rem 1.2rem;color:var(--gw-text-muted);list-style:disc}.gw-trust{background:var(--gw-cream-soft);border-bottom:1px solid rgba(197,165,90,.15)}.gw-trust-inner{max-width:1280px;margin:0 auto;padding:1.25rem 1.5rem;display:flex;justify-content:space-around;flex-wrap:wrap;gap:1rem}.gw-trust-item{display:flex;align-items:center;gap:.6rem;color:var(--gw-text);font-size:.9rem}.gw-trust-item svg{color:var(--gw-gold)}.gw-h2{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;color:var(--gw-text);line-height:1.15;margin:2.5rem 0 .75rem}.gw-h2-center{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;color:var(--gw-text);text-align:center;margin-bottom:2rem}.gw-h2-sub{color:var(--gw-text-muted);margin-bottom:2rem;font-size:1rem}.gw-personas{padding:2rem 0}.gw-persona-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:900px){.gw-persona-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:540px){.gw-persona-grid{grid-template-columns:1fr}}.gw-persona-card{position:relative;display:block;text-decoration:none;border-radius:14px;overflow:hidden;background:var(--gw-green);transition:transform .3s ease,box-shadow .3s ease;aspect-ratio:16 / 10}.gw-persona-card:hover{transform:translateY(-4px);box-shadow:0 14px 36px #1f3a2b40}.gw-persona-image{position:absolute;inset:0}.gw-persona-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gw-persona-card:hover .gw-persona-image img{transform:scale(1.08)}.gw-persona-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#1f3a2b33,#1f3a2bd9)}.gw-persona-name{position:absolute;bottom:1rem;left:1.25rem;right:1.25rem;font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-style:italic;color:var(--gw-cream);font-weight:500;margin:0;z-index:1;text-shadow:0 2px 8px rgba(0,0,0,.4)}.gw-picks{padding-top:2.75rem}.gw-picks-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-top:1rem}@media(max-width:1100px){.gw-picks-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:420px){.gw-picks-grid{grid-template-columns:1fr}}.gw-pick-card{display:flex;flex-direction:column;background:#fff;border:1px solid rgba(197,165,90,.25);border-radius:14px;overflow:hidden;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.gw-pick-card:hover{transform:translateY(-4px);box-shadow:0 14px 36px #1f3a2b2e;border-color:var(--gw-gold)}.gw-pick-img{aspect-ratio:1 / 1;overflow:hidden;background:var(--gw-cream-soft)}.gw-pick-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gw-pick-card:hover .gw-pick-img img{transform:scale(1.06)}.gw-pick-body{flex:1;display:flex;flex-direction:column;gap:.35rem;padding:.9rem 1rem 1.1rem}.gw-pick-title{font-family:Plus Jakarta Sans,sans-serif;font-size:.9rem;font-weight:600;line-height:1.3;color:var(--gw-text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.gw-pick-price{font-family:Playfair Display,Georgia,serif;font-size:1.2rem;font-weight:700;color:var(--gw-green)}.gw-pick-cta{margin-top:auto;font-size:.78rem;font-weight:600;letter-spacing:.03em;color:var(--gw-burgundy)}.gw-pills-label{color:var(--gw-text-muted);font-size:.85rem;margin-bottom:.5rem}.gw-pills-row{display:flex;gap:.75rem;flex-wrap:wrap}.gw-pill{padding:.5rem 1.25rem;background:transparent;border:1.5px solid var(--gw-text);border-radius:999px;color:var(--gw-text);font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease}.gw-pill:hover,.gw-pill.active{background:var(--gw-green);border-color:var(--gw-green);color:var(--gw-cream)}.gw-categories{text-align:center}.gw-category-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:.65rem}.gw-category-chip{display:inline-block;padding:.6rem 1.4rem;background:var(--gw-cream-soft);border:1.5px solid var(--gw-gold);border-radius:999px;color:var(--gw-green-deep);font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s ease,color .2s ease,transform .2s ease}.gw-category-chip:hover{background:var(--gw-green);border-color:var(--gw-green);color:var(--gw-cream);transform:translateY(-2px)}.gw-gift-edit-head{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.gw-sort{padding:.5rem 1rem;border:1px solid rgba(0,0,0,.15);background:#fff;border-radius:999px;font-size:.85rem;cursor:pointer}.gw-edit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}@media(max-width:1100px){.gw-edit-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:800px){.gw-edit-grid{grid-template-columns:repeat(2,1fr)}}.gw-premium{background:linear-gradient(180deg,var(--gw-cream-soft) 0%,var(--gw-cream) 100%);border-top:1px solid rgba(197,165,90,.15);border-bottom:1px solid rgba(197,165,90,.15)}.gw-premium-head{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.gw-slider-nav{display:flex;gap:.5rem}.gw-slider-btn{width:44px;height:44px;border-radius:999px;background:#fff;border:1px solid rgba(0,0,0,.1);color:var(--gw-green);font-size:1.4rem;cursor:pointer;line-height:1;transition:all .2s ease}.gw-slider-btn:hover{background:var(--gw-green);color:var(--gw-cream);border-color:var(--gw-green)}.gw-slider-track{display:flex;gap:1.25rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding-bottom:1rem;scrollbar-width:thin;scrollbar-color:var(--gw-gold) transparent}.gw-slider-track::-webkit-scrollbar{height:6px}.gw-slider-track::-webkit-scrollbar-thumb{background:var(--gw-gold);border-radius:3px}.gw-slider-item{flex:0 0 280px;scroll-snap-align:start}@media(max-width:540px){.gw-slider-item{flex-basis:240px}}.gw-faq-list{display:flex;flex-direction:column;gap:.5rem}.gw-faq-item{border-bottom:1px solid rgba(0,0,0,.1)}.gw-faq-q{padding:1.25rem 0;display:flex;justify-content:space-between;align-items:center;cursor:pointer;list-style:none;color:var(--gw-text);font-weight:500;font-size:1rem}.gw-faq-q::-webkit-details-marker{display:none}.gw-faq-chevron{color:var(--gw-gold);transition:transform .2s ease;flex-shrink:0}.gw-faq-item[open] .gw-faq-chevron{transform:rotate(180deg)}.gw-faq-a{padding-bottom:1.25rem;color:var(--gw-text-muted);line-height:1.65;font-size:.95rem}.gw-faq-a a{color:var(--gw-green);text-decoration:underline}.gw-editorial{background:var(--gw-cream)}.gw-editorial-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 1px 3px #0000000a,0 12px 40px #1f3a2b0f}.gw-editorial-grid{display:grid;grid-template-columns:200px 1fr;gap:3rem;padding:3rem 3.5rem}@media(max-width:900px){.gw-editorial-grid{grid-template-columns:1fr;padding:2rem 1.5rem;gap:1.5rem}}.gw-toc{position:sticky;top:80px;align-self:flex-start}@media(max-width:900px){.gw-toc{position:static}}.gw-toc-label{font-size:.7rem;letter-spacing:.18em;color:var(--gw-text-muted);text-transform:uppercase;margin-bottom:.75rem}.gw-toc ul{list-style:none;padding:0;margin:0}.gw-toc li{border-left:2px solid transparent;padding:.4rem 0 .4rem .75rem;transition:border-color .2s ease}.gw-toc li:hover{border-left-color:var(--gw-gold)}.gw-toc a{color:var(--gw-text);text-decoration:none;font-size:.9rem}.gw-toc a:hover{color:var(--gw-burgundy)}.gw-editorial-title{font-family:Playfair Display,Georgia,serif;font-size:2.25rem;font-weight:700;line-height:1.15;margin-bottom:.5rem;color:var(--gw-text)}.gw-editorial-lead{color:var(--gw-text-muted);margin-bottom:2rem;font-size:1.05rem;line-height:1.6}.gw-editorial-html h2,.gw-editorial-html h3{font-family:Playfair Display,Georgia,serif;font-weight:600;color:var(--gw-text);margin-top:2.5rem;margin-bottom:.5rem}.gw-editorial-html h2{font-size:1.5rem;border-bottom:1px solid rgba(197,165,90,.2);padding-bottom:.5rem}.gw-editorial-html h3{font-size:1.15rem}.gw-editorial-html p{line-height:1.75;margin-bottom:1.1rem;color:var(--gw-text)}.gw-editorial-html a{color:var(--gw-burgundy);text-decoration:underline;text-decoration-color:#5a224066;text-underline-offset:3px}.gw-editorial-html a:hover{text-decoration-color:var(--gw-burgundy)}.gw-editorial-html ul{padding-left:1.5rem;margin-bottom:1.25rem}.gw-editorial-html li{margin-bottom:.4rem;line-height:1.7}.gw-editorial-html blockquote{font-family:Playfair Display,Georgia,serif;font-style:italic;font-size:1.4rem;line-height:1.4;color:var(--gw-burgundy);padding:1rem 0 1rem 1.25rem;border-left:3px solid var(--gw-gold);margin:1.5rem 0}.gw-cta-strip{background:var(--gw-burgundy);color:var(--gw-cream)}.gw-cta-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}.gw-cta-text h3{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;margin-bottom:.4rem;font-weight:600}.gw-cta-text p{color:#f5ead8bf;font-size:.95rem}.gw-cta-buttons{display:flex;gap:.6rem}.gw-cta-btn{padding:.6rem 1.25rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.3);border-radius:6px;color:var(--gw-cream);font-size:.85rem;text-decoration:none;transition:all .2s ease}.gw-cta-btn:hover{background:var(--gw-cream);color:var(--gw-burgundy);border-color:var(--gw-cream)}.gw-occasion-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem}@media(max-width:1100px){.gw-occasion-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:540px){.gw-occasion-grid{grid-template-columns:repeat(2,1fr)}}.gw-occasion-card{position:relative;display:block;text-decoration:none;border-radius:12px;overflow:hidden;background:var(--gw-green);aspect-ratio:1 / 1;transition:transform .25s ease}.gw-occasion-card:hover{transform:translateY(-3px)}.gw-occasion-card .gw-persona-name{font-size:1.15rem}.gw-page section{opacity:1}
