:root{--ink:#151413;--muted:#67615c;--line:#e7ded7;--surface:#f8f4ee;--panel:#fff;--primary:#246b5a;--primary-dark:#164537;--accent:#d36f42;--sage:#dfe8df;--rose:#f1ddd5;--sky:#d7e6ee}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:linear-gradient(180deg, #fffaf4 0%, var(--surface) 46%, #f5f0e9 100%);color:var(--ink);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.site-header,.site-footer{justify-content:space-between;align-items:center;max-width:1180px;margin:0 auto;padding:18px 24px;display:flex}.site-header{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:20;background:#f8f4eedb;min-height:76px;position:sticky;top:0}.brand{align-items:center;gap:12px;display:inline-flex}.brand-mark{background:var(--primary-dark);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:800;display:inline-flex}.brand strong,.brand small{display:block}.brand small{color:var(--muted);margin-top:2px;font-size:12px}.site-nav,.site-footer nav{gap:20px;display:flex}.site-nav a,.site-footer a{color:var(--muted);font-size:14px;font-weight:600}.hero{grid-template-columns:minmax(0,.88fr) minmax(420px,1.12fr);gap:46px;max-width:1180px;min-height:calc(100vh - 152px);margin:0 auto;padding:42px 24px 54px;display:grid}.hero-copy{align-self:center;max-width:560px;padding-bottom:36px}.eyebrow{color:var(--primary-dark);letter-spacing:0;text-transform:uppercase;margin:0 0 12px;font-size:13px;font-weight:800}h1,h2,h3,p{margin-top:0}h1{margin-bottom:22px;font-size:clamp(50px,6.6vw,82px);line-height:.96}h2{max-width:720px;margin-bottom:0;font-size:38px;line-height:1.08}h3{margin-bottom:10px;font-size:18px;line-height:1.2}.hero-subtitle{margin-bottom:14px;font-size:24px;font-weight:700;line-height:1.25}.hero-body,.content-band p,.policy-band li,.upload-box p,.result-panel p{color:var(--muted);font-size:16px;line-height:1.65}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.primary-button,.secondary-button{border-radius:8px;justify-content:center;align-items:center;min-height:48px;padding:0 20px;font-weight:800;display:inline-flex}.primary-button{background:var(--primary);color:#fff;box-shadow:0 12px 28px #246b5a38}.secondary-button{border:1px solid var(--line);color:var(--ink);background:#ffffff8a}.trust-row{flex-wrap:wrap;gap:8px;margin-top:28px;display:flex}.trust-row span{border:1px solid var(--line);color:var(--muted);background:#ffffffad;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:700}.hero-media{border:1px solid #ffffffb8;border-radius:8px;align-self:stretch;min-height:520px;position:relative;overflow:hidden;box-shadow:0 28px 70px #392b232e}.hero-media img{object-fit:cover}.studio,.content-band,.policy-band{max-width:1180px;margin:0 auto;padding:82px 24px}.section-heading{margin-bottom:28px}.studio-grid{grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:18px;display:grid}.upload-panel,.result-panel,.list-grid article{background:var(--panel);border:1px solid var(--line);border-radius:8px}.upload-panel{padding:18px}.upload-box{text-align:center;background:linear-gradient(#ffffffe0,#faf7f2f5);border:1px dashed #b8aaa0;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;min-height:260px;padding:30px;display:flex}.upload-icon{background:var(--primary-dark);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:16px;font-size:34px;font-weight:300;display:inline-flex}.style-row{grid-template-columns:repeat(4,1fr);gap:10px;margin-top:14px;display:grid}.style-row button{border:1px solid var(--line);color:var(--ink);font:inherit;background:#fff;border-radius:8px;min-height:42px;font-weight:700}.result-panel{background:linear-gradient(135deg,#f1ddd5f0,#d7e6eefa);flex-direction:column;justify-content:space-between;min-height:342px;padding:26px;display:flex}.result-panel span,.result-panel strong{display:block}.result-panel span{color:var(--muted);margin-bottom:8px;font-size:14px;font-weight:700}.result-panel strong{font-size:34px}.content-band{grid-template-columns:minmax(260px,.6fr) minmax(0,1fr);gap:34px;display:grid}.list-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.list-grid article{padding:22px}.policy-band{color:#fff;background:#151413;grid-template-columns:minmax(260px,.7fr) minmax(0,1fr);align-items:start;gap:34px;max-width:none;padding-left:max(24px,50vw - 566px);padding-right:max(24px,50vw - 566px);display:grid}.policy-band .eyebrow{color:#b9d8c5}.policy-band ul{gap:14px;margin:0;padding:0;list-style:none;display:grid}.policy-band li{color:#f6f2ee;background:#ffffff14;border:1px solid #ffffff1f;border-radius:8px;padding:18px}.legal-page{max-width:860px;margin:0 auto;padding:68px 24px 90px}.legal-page h1{font-size:52px;line-height:1}.legal-page h2{margin-top:34px;font-size:24px;line-height:1.18}.legal-page p,.legal-page li{color:var(--muted);font-size:16px;line-height:1.7}.legal-page a{color:var(--primary-dark);font-weight:800}.site-footer{border-top:1px solid var(--line);color:var(--muted)}.site-footer p{margin:0}@media (max-width:900px){.site-header,.site-footer{flex-direction:column;align-items:flex-start;gap:18px}.site-nav,.site-footer nav{flex-wrap:wrap}.hero,.studio-grid,.content-band,.policy-band{grid-template-columns:1fr}.hero{min-height:auto;padding-top:18px}.hero-copy{padding-bottom:0}.hero-media{min-height:420px}.list-grid{grid-template-columns:1fr}}@media (max-width:560px){h1{font-size:44px}h2{font-size:30px}.hero-media{min-height:330px}.style-row{grid-template-columns:repeat(2,1fr)}}
