*{box-sizing:border-box}
:root{--cream:#f7f1e8;--paper:#fbf8f2;--terra:#be6e46;--sage:#7f9c91;--blue:#10427b;--olive:#59594a;--ink:#34352e}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:'DM Sans',sans-serif}
a{color:inherit;text-decoration:none}
.site-header{height:88px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:30;background:rgba(247,241,232,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(89,89,74,.12)}
.brand{display:flex;align-items:center;gap:12px}.brand-logo{width:54px;height:54px;border-radius:50%;object-fit:cover}.brand-name{font-size:14px;font-weight:700;letter-spacing:.24em}.brand-name small{display:block;font-size:8px;color:var(--terra);letter-spacing:.42em;margin-top:3px}
.desktop-nav{display:flex;gap:38px;font-size:12px}.desktop-nav a{position:relative}.desktop-nav a:hover{color:var(--terra)}
.outline-pill{border:1px solid var(--terra);padding:12px 20px;border-radius:24px;color:var(--terra);font-size:11px;font-weight:700}
.hero{min-height:690px;position:relative;overflow:hidden;display:flex;align-items:center}.hero-art{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(247,241,232,.98) 0%,rgba(247,241,232,.90) 38%,rgba(247,241,232,.38) 100%),url('assets/fondo-blisska.jpg');background-size:cover;background-position:center top}.hero-content{position:relative;z-index:2;width:62%;padding:90px 8% 100px}.eyebrow{font-size:10px;font-weight:700;letter-spacing:.24em;color:var(--terra)}h1,h2,h3{font-family:'Playfair Display',serif}h1{font-size:clamp(60px,7vw,98px);line-height:.94;letter-spacing:-.04em;font-weight:600;margin:24px 0}h1 em,h2 em{color:var(--terra);font-style:italic;font-weight:500}.hero-content>p{max-width:530px;font-size:16px;line-height:1.7;margin:0 0 30px}.cta{display:inline-flex;gap:30px;align-items:center;background:var(--terra);color:white;padding:16px 22px;border-radius:28px;font-size:11px;font-weight:700}.hero-side{position:absolute;right:0;top:0;bottom:0;width:125px;background:rgba(89,89,74,.92);z-index:3;color:#fff;padding:55px 20px;display:flex;flex-direction:column;gap:40px}.hero-side>span{font-family:'Playfair Display',serif;font-size:22px}.hero-side p{font-size:10px;line-height:1.5;letter-spacing:.08em;margin:0;border-top:1px solid rgba(255,255,255,.35);padding-top:14px}
.manifesto{min-height:420px;background:var(--sage);position:relative;overflow:hidden;display:grid;grid-template-columns:45% 55%;align-items:center;padding:75px 8%;color:#fff}.manifesto-watermark{font-family:'Playfair Display',serif;font-size:330px;line-height:1;color:rgba(255,255,255,.11)}.manifesto-copy{max-width:560px}.manifesto .eyebrow{color:var(--cream)}.manifesto h2,.qr-section h2{font-size:clamp(52px,6vw,76px);line-height:.96;margin:16px 0 22px}.manifesto h2 em{color:var(--cream)}.manifesto p{font-size:17px;line-height:1.7;max-width:500px}
.products-section{padding:100px 7%}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:38px}.section-heading h2{font-size:58px;line-height:1;margin:14px 0 0}.index{font-size:10px;letter-spacing:.2em;color:var(--terra)}.product-card{display:grid;grid-template-columns:1.15fr .85fr;max-width:1180px;margin:auto;background:var(--paper);box-shadow:0 25px 80px rgba(89,89,74,.13);transition:.25s}.product-card:hover{transform:translateY(-5px);box-shadow:0 35px 90px rgba(89,89,74,.17)}.product-photo{min-height:540px;overflow:hidden}.product-photo img{width:100%;height:100%;object-fit:cover;display:block}.product-info{padding:70px 60px;display:flex;flex-direction:column;justify-content:center}.product-type{font-size:10px;color:var(--blue);font-weight:700;letter-spacing:.2em}.product-info h3{font-size:52px;line-height:1;margin:18px 0}.product-info p{font-size:15px;line-height:1.7;max-width:390px}.product-link{margin-top:35px;border-top:1px solid #ddd5ca;padding-top:22px;font-size:11px;font-weight:700}.product-link b{float:right;color:var(--blue)}
.qr-section{display:grid;grid-template-columns:1fr 1fr;gap:70px;background:var(--blue);color:#fff;padding:95px 8%;align-items:end}.qr-section .eyebrow{color:var(--cream)}.qr-section h2 em{color:var(--lime)}.qr-section p{font-size:17px;line-height:1.75;max-width:520px;margin:0}
footer{height:90px;padding:0 6%;display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(89,89,74,.12);font-size:9px;letter-spacing:.2em}.footer-brand{display:flex;align-items:center;gap:10px}.footer-brand img{width:32px;height:32px;border-radius:50%;object-fit:cover}
@media(max-width:760px){.site-header{height:72px;padding:0 5%}.desktop-nav{display:none}.brand-logo{width:44px;height:44px}.outline-pill{padding:10px 13px;font-size:9px}.hero{min-height:680px}.hero-art{background-position:65% top}.hero-content{width:100%;padding:90px 12% 90px 7%}.hero-side{width:92px;padding:45px 12px;gap:28px}.hero-side p{font-size:8px}.hero-side>span{font-size:16px}h1{font-size:55px}.hero-content>p{font-size:14px;max-width:400px}.manifesto{grid-template-columns:1fr;padding:70px 8%;min-height:390px}.manifesto-watermark{display:none}.products-section{padding:75px 6%}.section-heading h2{font-size:43px}.product-card{grid-template-columns:1fr}.product-photo{min-height:360px}.product-info{padding:42px 28px}.product-info h3{font-size:43px}.qr-section{grid-template-columns:1fr;gap:10px;padding:75px 8%}.qr-section p{font-size:15px}}
