:root{--background:#f7f7f5;--surface:#fff;--text:#191919;--muted:#626262;--border:#deded9;--accent:#b4232b;--accent-dark:#8e1820;--soft-red:#f8e9ea;--max-width:1120px}*{box-sizing:border-box}html{background:var(--surface);scroll-behavior:smooth}body{background:var(--background);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:Arial,Helvetica,sans-serif;font-size:1rem;line-height:1.65}a{color:inherit}a:focus-visible{outline:3px solid var(--accent);outline-offset:4px;border-radius:2px}.container{width:min(calc(100% - 2rem), var(--max-width));margin-inline:auto}.site-header{border-bottom:1px solid var(--border);background:#fffffff5}.header-inner{justify-content:space-between;align-items:center;gap:1.5rem;min-height:68px;display:flex}.brand{text-decoration:none;display:block}.header-logo-crop{width:180px;height:58px;display:block;position:relative;overflow:hidden}.header-logo{width:210px;max-width:none;height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.nav-list{flex-wrap:wrap;justify-content:flex-end;gap:.25rem 1.25rem;margin:0;padding:0;list-style:none;display:flex}.nav-list a{color:#3e3e3e;font-size:.92rem;font-weight:650;text-decoration:none}.nav-list a:hover{color:var(--accent)}main{min-height:0}.hero{padding:clamp(3rem,6vw,4.75rem) 0}.hero-grid{grid-template-columns:minmax(0,1.35fr) minmax(280px,.72fr);align-items:center;gap:clamp(2.5rem,5vw,4.5rem);display:grid}.hero-copy{max-width:760px}.eyebrow{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin:0 0 .75rem;font-size:.78rem;font-weight:800}h1,h2,h3{letter-spacing:-.035em;margin-top:0;line-height:1.16}h1{max-width:850px;margin-bottom:1.35rem;font-size:clamp(2.5rem,5.5vw,4.5rem)}.hero h1{max-width:760px;font-size:clamp(2.4rem,5vw,4rem)}h2{font-size:clamp(1.65rem,4vw,2.35rem)}h3{font-size:1.15rem}.lead{max-width:720px;color:var(--muted);margin:0;font-size:clamp(1.08rem,2.5vw,1.3rem)}.actions{flex-wrap:wrap;gap:.85rem;margin-top:2rem;display:flex}.button{border:1px solid var(--accent);background:var(--accent);color:#fff;border-radius:7px;justify-content:center;align-items:center;min-height:46px;padding:.7rem 1.1rem;font-weight:750;text-decoration:none;display:inline-flex}.button:hover{background:var(--accent-dark)}.button-secondary{border-color:var(--border);background:var(--surface);color:var(--text)}.button-secondary:hover{background:#efefec}.product-card,.card,.notice{border:1px solid var(--border);background:var(--surface);border-radius:14px;box-shadow:0 12px 40px #1919190d}.product-card{align-self:center;padding:clamp(1.5rem,3vw,2rem)}.product-card p:last-child{color:var(--muted);margin-bottom:0}.app-icon{object-fit:cover;border-radius:15px;width:66px;height:66px;margin-bottom:1.5rem;box-shadow:0 8px 20px #b4232b2e}.page-hero{border-bottom:1px solid var(--border);background:var(--surface);padding:clamp(3.5rem,8vw,6.5rem) 0 clamp(2.5rem,5vw,4rem)}.page-hero h1{font-size:clamp(2.6rem,7vw,4.8rem)}.product-page-hero{grid-template-columns:148px minmax(0,1fr);align-items:center;gap:clamp(1.75rem,5vw,3.5rem);display:grid}.logcalc-logo-large{object-fit:cover;border-radius:30px;width:148px;height:148px;box-shadow:0 18px 40px #b4232b33}.content{padding:clamp(3rem,7vw,6rem) 0}.section-stack{gap:1.25rem;display:grid}.card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.card{padding:clamp(1.4rem,4vw,2rem)}.card p{color:var(--muted)}.card p:last-child,.card ul:last-child{margin-bottom:0}.clean-list{margin:0;padding-left:1.25rem}.clean-list li+li{margin-top:.45rem}.clean-list li::marker{color:var(--accent)}.notice{background:var(--soft-red);box-shadow:none;border-color:#e4b9bc;padding:clamp(1.4rem,4vw,2rem)}.notice p:last-child{margin-bottom:0}.status{align-items:center;gap:.55rem;font-weight:700;display:inline-flex}.status:before{background:var(--accent);content:"";border-radius:50%;width:9px;height:9px}.policy{max-width:800px;margin-inline:auto}.policy section+section{margin-top:2.75rem}.policy h2{margin-bottom:.8rem;font-size:1.55rem}.policy ul{padding-left:1.25rem}.text-link{color:var(--accent-dark);text-underline-offset:3px;font-weight:700}.contact-card{max-width:720px}.details{grid-template-columns:max-content minmax(0,1fr);gap:.55rem 1.5rem;margin:2rem 0 0;display:grid}.details dt{font-weight:750}.details dd{color:var(--muted);overflow-wrap:anywhere;margin:0}.site-footer{border-top:1px solid var(--border);background:var(--surface);color:var(--muted);padding:1.15rem 0;font-size:.9rem}.footer-inner{justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer-inner p{margin:0}.footer-brand{align-items:center;gap:.85rem;display:flex}.footer-brand img{object-fit:contain;width:44px;height:44px}.footer-tagline{text-align:right}@media (max-width:760px){.header-inner{flex-direction:column;align-items:flex-start;gap:.55rem;padding:.65rem 0 .8rem}.nav-list{justify-content:flex-start;gap:.35rem 1rem}.hero-grid,.card-grid{grid-template-columns:1fr}.hero{padding:2.75rem 0 3.25rem}.product-card{max-width:520px}.product-page-hero{grid-template-columns:98px minmax(0,1fr)}.logcalc-logo-large{border-radius:22px;width:98px;height:98px}}@media (max-width:480px){.header-logo-crop{width:164px;height:53px}.header-logo{width:194px}.nav-list a{font-size:.86rem}.hero{padding-top:2.25rem}.details{grid-template-columns:1fr;gap:.15rem}.details dd+dt{margin-top:.8rem}.footer-inner{flex-direction:column;align-items:flex-start}.footer-tagline{text-align:left}.product-page-hero{grid-template-columns:1fr}.logcalc-logo-large{border-radius:20px;width:88px;height:88px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
