:root{--bg:#FFFBF2;--surface:#FFFFFF;--text:#2D1B0E;--muted:#6E5543;--accent:#F97316;--accent2:#16A34A;--gradient:linear-gradient(135deg,#FFE066 0%,#FFA94D 50%,#FF6B6B 100%);--line:#e7dacb}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:'Karla',sans-serif;font-size:18px;line-height:1.6;text-align:center}a{color:#803407;text-underline-offset:.2em;text-decoration-thickness:1px}a:hover{text-decoration-thickness:2px}a:focus-visible,summary:focus-visible{outline:3px solid #14532d;outline-offset:5px}h1,h2,h3,.site-name,.footer-note{font-family:'Rubik',sans-serif;line-height:1.2;text-wrap:balance}h1{font-size:clamp(2.25rem,5.6vw,4.4rem);letter-spacing:-.045em;max-width:18ch;margin:0 auto 1.5rem;font-weight:600}h2{font-size:clamp(1.55rem,3vw,2.1rem);letter-spacing:-.025em;margin:0 auto 1.5rem}h3{font-size:1.35rem;margin:0 0 .75rem}p{margin:0 auto 1.2rem;max-width:67ch}strong{font-weight:700}header{background:var(--surface);border-bottom:1px solid var(--line)}.top-nav{max-width:1260px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.25rem 1.75rem}.site-name{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--text);font-size:1rem;font-weight:600}.monogram{display:grid;place-items:center;width:48px;height:48px;background:#FFE066;border-radius:14px 5px 14px 14px;font-size:1.1rem;flex-shrink:0}.nav-pages{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.nav-pages a{font-size:.95rem;color:var(--text);text-decoration:none}.nav-pages a:hover{text-decoration:underline}.cta,.button{display:inline-block;background:var(--text);color:white;border:2px solid var(--text);padding:.75rem 1.1rem;border-radius:8px;text-decoration:none;font-size:.9rem;font-weight:700;overflow-wrap:anywhere}.cta:hover,.button:hover{background:#4c3020}.top-nav>.cta{margin-left:auto;max-width:250px}.skip-link{position:absolute;top:-100px;left:1rem;background:white;z-index:5;padding:.75rem}.skip-link:focus{top:1rem}.breadcrumb{font-size:.9rem;padding:1rem 1.25rem;color:var(--muted)}.breadcrumb span{margin:0 .2rem}.hero{background:var(--gradient);padding:4.5rem 1.25rem 3.5rem;position:relative;overflow:hidden}.hero:before,.hero:after{content:'';position:absolute;border:1px solid #2d1b0e24;border-radius:36px;transform:rotate(-18deg);width:190px;height:260px;pointer-events:none}.hero:before{left:-100px;top:70px}.hero:after{right:-110px;bottom:-80px;transform:rotate(20deg)}.hero-inner{max-width:850px;margin:auto;position:relative;z-index:1}.eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.17em;text-transform:uppercase;margin-bottom:1.4rem}.quick-answer{font-size:1.2rem;line-height:1.6;max-width:62ch;margin:auto}.updated{font-size:.8rem;margin:1.8rem auto 0;color:#4a2b16}.reading{max-width:940px;margin:auto;padding:3.5rem 1.25rem 4.5rem}.tag{position:relative;background:var(--surface);border:1px solid var(--line);border-top:4px solid var(--accent);border-radius:28px 8px 16px 16px;box-shadow:0 8px 0 #e7dacb35}.tag:before{content:'';position:absolute;width:13px;height:13px;top:15px;left:18px;border-radius:50%;background:var(--bg);border:1px solid #d5c4b1}.story{padding:3rem clamp(1.25rem,4vw,3rem);margin-bottom:4rem}.story .eyebrow{color:#166534}.story p:last-child{margin-bottom:0}.article-section{max-width:70ch;margin:0 auto 3.75rem}.gift-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;margin:0 auto 4rem}.gift-card{display:flex;flex-direction:column;padding:2.75rem 1.5rem 1.6rem;text-decoration:none;color:var(--text);transition:transform .15s ease,box-shadow .15s ease}.gift-card:nth-child(3n+2){border-top-color:var(--accent2)}.gift-card:nth-child(3n){border-top-color:#e9af10}.gift-card:hover{transform:translateY(-3px);box-shadow:0 10px 0 #e7dacb55}.gift-card p{font-size:1rem;line-height:1.5;color:var(--muted);margin-bottom:1rem}.card-action{font-size:.85rem;font-weight:700;color:#803407;margin-top:auto}.checklist{margin:0 auto 4rem}.table-wrap{max-width:100%;overflow-x:auto}table{width:100%;border-collapse:separate;border-spacing:0 .6rem;table-layout:fixed;font-size:1rem}caption{font-weight:600;color:var(--muted);margin-bottom:.6rem}thead th{font-size:.85rem;color:var(--muted);padding:.4rem .8rem}th:first-child{width:33%}tbody th,td{padding:1.2rem 1rem;background:var(--surface);border-top:1px solid var(--line);border-bottom:1px solid var(--line);overflow-wrap:break-word}tbody th{border-left:4px solid var(--accent2);border-radius:18px 0 0 18px;font-weight:700}td{border-right:1px solid var(--line);border-radius:0 8px 8px 0}.faq{max-width:70ch;margin:auto}.faq h2{margin-bottom:2rem}details{border-bottom:1px solid var(--line);padding:1.1rem .75rem}summary{font-weight:700;cursor:pointer;list-style:none}summary::-webkit-details-marker{display:none}summary:after{content:' +';color:#803407;font-size:1.25rem}details[open] summary:after{content:' −'}details p{margin:1rem auto .35rem;color:var(--muted)}footer{padding:3rem 1.25rem;background:#fff4dd;border-top:1px solid var(--line)}.footer-note{font-size:1.4rem}footer>.cta{margin-bottom:1.5rem}footer p:not(.footer-note),footer>a:last-child{font-size:.9rem;max-width:62ch}footer p{color:var(--muted)}
@media(max-width:850px){.top-nav{flex-wrap:wrap;padding:1rem;gap:1rem}.nav-pages{order:3;width:100%;gap:.6rem 1.4rem}.top-nav>.cta{font-size:.75rem;max-width:190px;padding:.65rem}.hero{padding:3.5rem 1.25rem 2.75rem}}
@media(max-width:520px){.gift-grid{grid-template-columns:1fr}.reading{padding-top:2rem}.story{margin-bottom:3rem}.site-name{font-size:.85rem;gap:.5rem}.monogram{width:39px;height:42px}.top-nav>.cta{max-width:165px;font-size:.68rem}.quick-answer{font-size:1.08rem}tbody th,td{padding:.9rem .6rem;font-size:.92rem}th:first-child{width:35%}.breadcrumb{font-size:.8rem}.article-section{margin-bottom:3rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.gift-card{transition:none}.gift-card:hover{transform:none}}
@media print{header,.cta,.skip-link{display:none}body{font-size:12pt;background:white}.hero{background:white;padding:1rem}.reading{padding:1rem}.tag{box-shadow:none}details{break-inside:avoid}details:not([open])>p{display:block}.gift-grid{display:block}.gift-card{margin-bottom:1rem}footer{background:white}}
