:root{--ink:#111214;--muted:#62666d;--paper:#fff;--soft:#f5f1ea;--olive:#737847;--rose:#c3195d;--blue:#2364aa;--line:#dedbd3}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);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}img{max-width:100%;display:block}.site-header{z-index:20;background:#ffffffeb;border-bottom:1px solid #11121414;justify-content:space-between;align-items:center;gap:24px;padding:14px clamp(18px,4vw,56px);display:flex;position:fixed;top:0;left:0;right:0}.brand{align-items:center;gap:10px;min-width:172px;font-weight:800;display:flex}.brand-mark{background:var(--ink);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.brand small{color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:600;display:block}nav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:16px;display:flex}nav a{color:#2c2d31;font-size:14px;font-weight:700}.hero{color:#fff;background:linear-gradient(90deg,#111214e0,#1112147a 46%,#1112141f),url(/leona-assets/hero-products.webp) 50%/cover no-repeat;align-items:flex-end;min-height:88svh;padding:120px clamp(18px,5vw,76px) 58px;display:flex}.hero-content{max-width:760px}.eyebrow{color:var(--rose);letter-spacing:0;text-transform:uppercase;margin:0 0 12px;font-size:12px;font-weight:900}.hero .eyebrow{color:#ff7ba9}h1,h2,h3,p{margin-top:0}h1{letter-spacing:0;max-width:820px;margin-bottom:24px;font-size:clamp(42px,7vw,86px);line-height:.95}h2{letter-spacing:0;margin-bottom:18px;font-size:clamp(32px,4vw,56px);line-height:1}h3{letter-spacing:0;margin-bottom:8px;font-size:21px;line-height:1.15}.hero-copy{color:#ffffffe0;max-width:680px;font-size:clamp(18px,2vw,22px);line-height:1.5}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:32px;display:flex}.primary-action,.secondary-action{border-radius:8px;justify-content:center;align-items:center;min-height:48px;padding:0 20px;font-weight:900;display:inline-flex}.primary-action{background:var(--rose);color:#fff}.secondary-action{color:#fff;background:#ffffff1f;border:1px solid #fff6}.proof-strip{background:var(--ink);color:#fff;grid-template-columns:repeat(4,1fr);gap:1px;display:grid}.proof-strip div{background:#191b1f;padding:24px clamp(18px,3vw,34px)}.proof-strip strong,.proof-strip span{display:block}.proof-strip strong{margin-bottom:6px;font-size:17px}.proof-strip span{color:#ffffffad;font-size:14px;line-height:1.4}.section{padding:86px clamp(18px,5vw,76px)}.intro-section{grid-template-columns:minmax(0,.85fr) minmax(320px,1fr);align-items:center;gap:42px;display:grid}.section-copy{max-width:620px}.section-copy p,.section-heading p,.quote-copy p,.product-card p,.step p,.site-footer span{color:var(--muted);line-height:1.65}.intro-image img{aspect-ratio:4/3;object-fit:cover;border-radius:8px;width:100%;height:100%}.section-heading{max-width:760px;margin-bottom:34px}.portfolio-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.product-card{border:1px solid var(--line);border-radius:8px;overflow:hidden}.product-card img{aspect-ratio:1.2;object-fit:cover;width:100%}.product-card div{padding:20px}.product-card:nth-child(2n) h3{color:var(--blue)}.product-card:nth-child(3n) h3{color:var(--olive)}.gallery-band{grid-template-columns:repeat(6,1fr);display:grid}.gallery-band img{aspect-ratio:1;object-fit:cover;width:100%;height:100%}.process-section{background:var(--soft)}.steps{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.step{background:#fff;border:1px solid #11121414;border-radius:8px;padding:28px}.step span{background:var(--olive);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;margin-bottom:22px;font-weight:900;display:inline-flex}.quote-section{background:var(--ink);color:#fff;grid-template-columns:minmax(0,.8fr) minmax(320px,1fr);align-items:start;gap:44px;padding:88px clamp(18px,5vw,76px);display:grid}.quote-copy{max-width:560px}.quote-copy h2{color:#fff}.quote-copy p{color:#ffffffb8}.contact-box{border-left:4px solid var(--rose);gap:6px;margin-top:30px;padding-left:18px;display:grid}.contact-box a{color:#ffbed4;font-weight:900}.quote-form{color:var(--ink);background:#fff;border-radius:8px;gap:16px;padding:clamp(22px,4vw,34px);display:grid}.field-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}label{color:#303238;text-transform:uppercase;gap:8px;font-size:13px;font-weight:900;display:grid}input,select,textarea{color:var(--ink);font:inherit;text-transform:none;border:1px solid #cfd1d6;border-radius:8px;min-height:48px;padding:12px 14px}textarea{resize:vertical}.full{cursor:pointer;font:inherit;border:0;width:100%}.site-footer{justify-content:space-between;align-items:center;gap:24px;padding:30px clamp(18px,5vw,76px);display:flex}.site-footer div{gap:4px;display:grid}.site-footer a{color:var(--rose);font-weight:900}@media (max-width:980px){.portfolio-grid,.steps,.proof-strip{grid-template-columns:repeat(2,1fr)}.intro-section,.quote-section{grid-template-columns:1fr}.gallery-band{grid-template-columns:repeat(3,1fr)}}@media (max-width:680px){.site-header{flex-direction:column;align-items:flex-start;gap:12px;padding:12px 16px}nav{justify-content:flex-start;gap:11px}nav a{font-size:12px}.hero{min-height:86svh;padding:150px 18px 40px}h1{font-size:42px}h2{font-size:34px}.proof-strip,.portfolio-grid,.steps,.field-grid{grid-template-columns:1fr}.gallery-band{grid-template-columns:repeat(2,1fr)}.section,.quote-section{padding:58px 18px}.site-footer{flex-direction:column;align-items:flex-start}}
