:root{--bg: #f7f7f5;--surface: #ffffff;--text: #161616;--muted: #646464;--border: #e7e4df;--accent: #111111;--max-width: 1100px;--radius: 18px;--shadow: 0 10px 30px rgba(0, 0, 0, .05)}*{box-sizing:border-box}html{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text)}body{margin:0}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.container{width:min(calc(100% - 2rem),var(--max-width));margin:0 auto}.site-header,.site-footer{background:#ffffffbf;backdrop-filter:blur(12px)}.site-header{border-bottom:1px solid var(--border);position:sticky;top:0}.header-inner{display:flex;align-items:center;justify-content:space-between;min-height:68px;gap:1rem}.header-inner nav{display:flex;gap:1rem}.brand{font-weight:700}.site-footer{border-top:1px solid var(--border);margin-top:3rem}.site-footer .container{padding:1.5rem 0;color:var(--muted)}.section{padding:3rem 0}.hero{display:grid;grid-template-columns:1.15fr .85fr;gap:2rem;align-items:center;min-height:calc(100vh - 68px);padding:3rem 0}.hero-card,.feature-card,.product-card,.price-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.hero-card{overflow:hidden}.hero-card img{width:100%;height:100%;object-fit:cover}.eyebrow{color:var(--muted);text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;margin-bottom:.75rem}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.03;margin-bottom:1rem}h2{font-size:clamp(1.5rem,3vw,2rem)}.lead{color:var(--muted);font-size:1.1rem;line-height:1.65;max-width:62ch}.actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 1.2rem;border-radius:999px;border:1px solid var(--border);transition:transform .15s ease,background .15s ease}.button:hover,.product-card:hover,.text-link:hover{transform:translateY(-2px)}.button.primary{background:var(--accent);color:#fff;border-color:var(--accent)}.button.secondary{background:var(--surface)}.section-heading{margin-bottom:1.5rem}.feature-grid,.product-grid,.gallery-grid{display:grid;gap:1rem}.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-card{padding:1.25rem}.feature-card p,.product-card p,.prose,.text-link{color:var(--muted)}.product-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.product-card{overflow:hidden;transition:transform .15s ease}.product-card-image{aspect-ratio:4 / 3;width:100%;#object-fit: cover;object-fit:contain;background:#ece9e3}.product-card-body{padding:1rem}.product-card h2{font-size:1.15rem;margin-bottom:.35rem}.prose{max-width:72ch;line-height:1.75}.text-link{display:inline-block;margin-top:1rem}.product-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,500px);gap:3rem;align-items:start}.product-text{text-align:left}.price-box{display:inline-block;width:fit-content;min-width:0;padding:.75rem 1.2rem;margin-top:0rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);font-size:1.1rem}.price-label{display:block;color:var(--muted);margin-bottom:.4rem}.price-box strong{font-size:1.35rem}.gallery-grid{grid-template-columns:1fr;align-content:start}.gallery-grid img{width:100%;height:auto;object-fit:contain;border-radius:var(--radius);border:1px solid var(--border);background:#ece9e3}.purchase-row{display:flex;flex-direction:row;align-items:center;gap:2rem}.paypal-form{margin-left:0rem}@media(max-width:900px){.hero,.feature-grid{grid-template-columns:1fr}.hero{min-height:auto}.product-layout{grid-template-columns:1fr;gap:2rem}.gallery-grid{order:2}.product-text{order:1}.purchase-row{flex-direction:row;align-items:center;gap:1rem}}@media(max-width:640px){.header-inner{flex-direction:column;justify-content:center;padding:.75rem 0}.header-inner nav{font-size:.95rem}.section{padding:2rem 0}.purchase-row{flex-direction:row;align-items:center;gap:1rem}}
