/* Standalone public product page, served by a Netlify Function. */
:root{font-family:'Segoe UI',Arial,sans-serif;font-size:16px;line-height:1.6;color:#192e3c;background:#fff}*{box-sizing:border-box}body{margin:0}header,main,footer{max-width:1250px;margin:auto;padding:26px}header{display:flex;align-items:center;gap:24px;border-bottom:1px solid #dbe3e8}header a:first-child{font-weight:800;margin-right:auto;text-decoration:none}a{color:inherit;text-underline-offset:4px}article{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:55px;align-items:start;margin:40px 0}article img{width:100%;height:440px;object-fit:contain;background:#f5f8fa;padding:30px;border-radius:20px}article>div{min-width:0}h1{font-size:clamp(2rem,3vw,3rem);line-height:1.1;letter-spacing:-.04em;margin-top:10px;overflow-wrap:anywhere}p{overflow-wrap:anywhere}.button{display:inline-flex;min-height:46px;align-items:center;padding:12px 22px;background:#185f63;color:#fff;text-decoration:none;border-radius:8px;font-weight:650}footer{border-top:1px solid #dbe3e8;color:#526473}:focus-visible{outline:3px solid #007bb6;outline-offset:3px}@media(max-width:700px){header,main,footer{padding:20px}header{flex-wrap:wrap;gap:16px}header a:first-child{width:100%}article{grid-template-columns:1fr;gap:24px;margin:25px 0}article img{height:280px}h1{font-size:2rem}}
