:root{--bg:#ffffff;--fg:#1a1a1a;--muted:#6b7280;--line:#e7e7e9;--brand:#14543f;--brand-ink:#0c3527;--accent:#c2703d;--card:#fafaf9;--radius:12px;--maxw:1080px;--font:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}body,html{margin:0;padding:0}body{background:var(--bg);color:var(--fg);font-family:var(--font);line-height:1.65}a{color:var(--brand);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto;display:block}.container{max-width:var(--maxw);margin:0 auto;padding:0 20px}.site-header{border-bottom:1px solid var(--line);position:-webkit-sticky;position:sticky;top:0;background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:10}.site-header .bar{display:flex;align-items:center;justify-content:space-between;height:64px}.brand{font-weight:800;font-size:20px;color:var(--brand-ink);letter-spacing:-.02em}.nav{display:flex;gap:20px;align-items:center}.nav a{color:var(--fg);font-weight:500;font-size:15px}.btn{display:inline-block;background:var(--brand);color:#fff;padding:10px 16px;border-radius:999px;font-weight:600;font-size:14px;border:0;cursor:pointer}.btn:hover{background:var(--brand-ink);text-decoration:none;color:#fff}.btn-accent{background:var(--accent)}.btn-ghost{background:transparent;color:var(--brand);border:1px solid var(--line)}.site-footer{border-top:1px solid var(--line);margin-top:64px;padding:32px 0;color:var(--muted);font-size:14px}.site-footer .cols{display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between}.disclosure{font-size:13px;color:var(--muted);background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:12px 14px}.hero{padding:56px 0 36px}.hero h1{font-size:clamp(30px,5vw,46px);line-height:1.1;letter-spacing:-.02em;margin:0 0 12px}.hero p{font-size:18px;color:var(--muted);max-width:640px;margin:0 0 20px}.eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:700;color:var(--accent)}.section{padding:28px 0}.section h2{font-size:24px;letter-spacing:-.01em;margin:0 0 16px}.section-head{display:flex;align-items:baseline;justify-content:space-between}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:20px;gap:20px}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column}.card .thumb{aspect-ratio:16/9;background:linear-gradient(135deg,#eef2f0,#e6ece9);display:flex;align-items:center;justify-content:center;color:#9aa6a1;font-size:13px}.card .thumb img{width:100%;height:100%;object-fit:cover}.card .body{padding:14px 16px 18px;display:flex;flex-direction:column;gap:8px}.card .cat{font-size:12px;font-weight:600;color:var(--accent);text-transform:uppercase;letter-spacing:.04em}.card h3{font-size:17px;line-height:1.3;margin:0}.card p{font-size:14px;margin:0}.card p,.meta{color:var(--muted)}.meta{font-size:13px}.article{max-width:720px;margin:0 auto;padding:32px 22px 8px}.breadcrumbs{font-size:13px;margin-bottom:14px}.breadcrumbs,.breadcrumbs a{color:var(--muted)}.article h1{font-size:clamp(30px,4.6vw,42px);line-height:1.12;letter-spacing:-.022em;margin:8px 0 12px}.article .lead{font-size:20px;line-height:1.5;color:#3a4250;margin:0 0 4px}.article-hero{aspect-ratio:16/9;border-radius:var(--radius);overflow:hidden;background:linear-gradient(135deg,#eef2f0,#e6ece9);margin:20px 0 6px;display:flex;align-items:center;justify-content:center;color:#9aa6a1}.article-hero img{width:100%;height:100%;object-fit:cover}.figcaption{font-size:13px;color:var(--muted);margin:8px 2px 0;text-align:center}.prose{font-size:18px;line-height:1.78;color:#23272f}.prose>:first-child{margin-top:0}.prose h2{font-size:27px;line-height:1.2;letter-spacing:-.015em;margin:44px 0 12px;padding-top:28px;border-top:1px solid var(--line)}.prose h2:first-of-type{border-top:0;padding-top:0;margin-top:28px}.prose h3{font-size:20px;line-height:1.3;margin:28px 0 8px}.prose p{margin:18px 0}.prose ol,.prose ul{padding-left:24px;margin:16px 0}.prose li{margin:8px 0}.prose li::marker{color:var(--accent)}.prose a{color:var(--brand);text-decoration:underline;text-underline-offset:2px}.prose strong{font-weight:700;color:#14181f}.prose img{border-radius:10px;margin:22px auto}.prose blockquote{margin:22px 0;padding:6px 18px;border-left:3px solid var(--accent);color:#3a4250;font-style:italic}.prose hr{border:0;border-top:1px solid var(--line);margin:32px 0}.prose table{width:100%;border-collapse:collapse;margin:22px 0;font-size:16px}.prose td,.prose th{border:1px solid var(--line);padding:10px 12px;text-align:left;vertical-align:top}.prose thead th{background:var(--card);font-weight:700}.prose tbody tr:nth-child(2n){background:#fbfbfa}.inline-img{margin:28px 0}.inline-img img{width:100%;border-radius:var(--radius);display:block}.inline-img .img-ph{aspect-ratio:16/9;border-radius:var(--radius);background:linear-gradient(135deg,#eef2f0,#e6ece9);display:flex;align-items:center;justify-content:center;color:#9aa6a1;font-size:13px}.callout{margin:28px 0;padding:16px 18px;border-radius:var(--radius);border:1px solid var(--line);border-left:4px solid var(--muted);background:var(--card)}.callout-title{font-weight:700;font-size:15px;margin-bottom:4px;letter-spacing:-.01em}.callout .callout-body{font-size:16px}.callout .callout-body p:first-child{margin-top:0}.callout .callout-body p:last-child{margin-bottom:0}.callout-tip{border-left-color:var(--brand);background:#f1f7f4}.callout-tip .callout-title:before{content:"💡 "}.callout-key-takeaway{border-left-color:#2563eb;background:#eef4ff}.callout-key-takeaway .callout-title:before{content:"★ ";color:#2563eb}.callout-warning{border-left-color:var(--accent);background:#fdf3ec}.callout-warning .callout-title:before{content:"⚠ "}.callout-info{border-left-color:var(--muted)}.pullquote{margin:32px 0;padding:6px 4px 6px 22px;border-left:4px solid var(--accent);font-size:22px;line-height:1.4;font-style:italic;color:#2b3038}.pullquote cite{display:block;font-size:15px;font-style:normal;color:var(--muted);margin-top:8px}.cta{border:1px solid var(--line);background:#fff;border-radius:var(--radius);padding:20px 20px 20px 24px;margin:28px 0;box-shadow:0 2px 10px rgba(12,53,39,.06);position:relative;overflow:hidden}.cta:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--accent)}.cta .row{display:flex;gap:16px;align-items:center}.cta .ctaimg{width:88px;height:88px;border-radius:10px;background:var(--card);border:1px solid var(--line);flex:0 0 auto;object-fit:cover}.cta .ctabody{flex:1 1;min-width:0}.cta .merchant{font-size:11px;color:var(--accent);text-transform:uppercase;letter-spacing:.06em;font-weight:700}.cta h4{margin:3px 0 4px;font-size:18px;line-height:1.25}.cta .price{font-weight:800;color:var(--brand-ink);font-size:16px}.cta .actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}.cta .actions .btn{padding:11px 18px}.cta .ctadisc{font-size:12px;color:var(--muted);margin-top:12px;line-height:1.5}.form{max-width:620px;margin:0 auto;padding:8px 20px 40px}.form .field{margin:14px 0;display:flex;flex-direction:column;gap:6px}.form label{font-weight:600;font-size:14px}.form input,.form select,.form textarea{font:inherit;padding:10px 12px;border:1px solid var(--line);border-radius:10px;background:#fff}.form textarea{min-height:110px;resize:vertical}.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.notice{padding:12px 14px;border-radius:10px;font-size:14px;margin:12px 0}.notice.ok{background:#ecfdf3;color:#066d3a;border:1px solid #b6e8cb}.notice.err{background:#fef2f2;color:#b42318;border:1px solid #f5c6c2}.req{color:var(--accent)}@media (max-width:640px){.nav a:not(.btn){display:none}.site-header .bar{height:56px}.article{padding:22px 18px 8px}.article h1{font-size:28px}.article .lead{font-size:18px}.prose{font-size:17px}.prose h2{font-size:23px;margin-top:36px;padding-top:22px}.prose h3{font-size:18px}.prose table{display:block;overflow-x:auto;white-space:nowrap}.cta .row{flex-direction:column;align-items:flex-start}.cta .actions{width:100%}.cta .actions .btn{flex:1 1;text-align:center}.hero{padding:40px 0 28px}.grid{grid-template-columns:1fr}}