:root{--green:#073b34;--deep:#052d29;--gold:#c19443;--paper:#faf5eb;--cream:#eee5d5;--ink:#103b35;--muted:#66665e;--line:#d7cbb9}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,sans-serif}a{color:inherit}.site{height:76px;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:#fffaf2}.brand{font-size:12px;font-weight:700;letter-spacing:.16em;text-decoration:none}.store,.actions a,.product>a{border:1px solid var(--line);border-radius:999px;padding:12px 17px;text-decoration:none;font-weight:700;font-size:13px}.crumb{max-width:1160px;margin:auto;padding:28px 24px 0;display:flex;gap:10px;color:var(--muted);font-size:12px}.hero,.answer,.evidence,.limits,.product,.references,.related{max-width:1160px;margin:auto;padding:70px 24px}.hero{padding-top:55px}.eyebrow{text-transform:uppercase;letter-spacing:.18em;color:var(--gold);font-size:11px;font-weight:700}.hero h1{font:400 clamp(48px,7vw,92px)/.98 Georgia,serif;max-width:980px;margin:20px 0}.dek{font:20px/1.6 Georgia,serif;color:var(--muted);max-width:780px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.primary{background:var(--green);color:white!important;border-color:var(--green)!important}.answer{background:var(--cream);max-width:none;padding-left:max(24px,calc((100vw - 1112px)/2));padding-right:max(24px,calc((100vw - 1112px)/2))}.answer h2,.section-head h2,.limits h2,.product h2,.references h2,.related h2{font:400 clamp(34px,4.5vw,58px)/1.08 Georgia,serif;margin:14px 0}.answer>p:last-child{font:18px/1.7 Georgia,serif;max-width:850px}.grid{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);margin-top:35px}.grid article{padding:30px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fffaf3}.grid article:nth-child(even){border-right:0}.grid article:nth-last-child(-n+2){border-bottom:0}.grid h3{font:27px Georgia,serif;margin:0 0 12px}.grid p,.limits>p,.product p,.references li,.note{line-height:1.7;color:var(--muted)}.limits{display:grid;grid-template-columns:1fr 1fr;gap:70px;background:var(--deep);color:white;max-width:none;padding-left:max(24px,calc((100vw - 1112px)/2));padding-right:max(24px,calc((100vw - 1112px)/2))}.limits>p{color:#d7e1dc;font:18px/1.7 Georgia,serif}.product{display:flex;align-items:center;justify-content:space-between;gap:40px}.product p{max-width:700px}.references{border-top:1px solid var(--line)}.references li{margin:12px 0}.note{font-size:13px}.related>div{display:grid;grid-template-columns:1fr 1fr;gap:14px}.related a{border:1px solid var(--line);padding:22px;text-decoration:none;background:white}.related a span{display:block;color:var(--gold);font-size:10px;letter-spacing:.12em;margin-bottom:8px}footer{padding:30px 5vw;background:var(--deep);color:white;display:flex;justify-content:space-between;font-size:12px}@media(max-width:700px){.site{height:auto;min-height:72px;gap:16px}.brand{max-width:180px}.store{font-size:11px;padding:9px 11px}.hero,.answer,.evidence,.limits,.product,.references,.related{padding-top:52px;padding-bottom:52px}.grid,.limits{grid-template-columns:1fr}.grid article{border-right:0!important}.grid article:nth-last-child(2){border-bottom:1px solid var(--line)}.product{align-items:flex-start;flex-direction:column}.related>div{grid-template-columns:1fr}footer{flex-direction:column;gap:8px}}