:root{
  --rose:#d58d86;
  --rose-dark:#b96860;
  --cream:#fbf7f4;
  --paper:#fffdfb;
  --beige:#f0ddd4;
  --ink:#1e1c1c;
  --muted:#766d69;
  --line:#eee0dc;
  --shadow:0 18px 50px rgba(56,36,30,.10);
  --radius:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:linear-gradient(180deg,#fffaf7 0%,#fff 55%,#fbf7f4 100%);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;}
a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input{font:inherit}.section-shell{width:min(1060px,calc(100% - 56px));margin-inline:auto}.site-header{height:70px;width:min(1060px,calc(100% - 56px));margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand span,.footer-brand h2{font-family:Georgia,"Times New Roman",serif;font-size:34px;line-height:.85;color:#bd776f;font-weight:500}.brand small{display:block;font-size:11px;letter-spacing:.08em;color:#705d58;text-align:center;margin-top:5px}.nav{display:flex;gap:44px;font-size:12px;font-weight:600}.nav a{opacity:.86}.nav a:hover{color:var(--rose-dark)}.header-icons{display:flex;align-items:center;gap:10px}.header-icons>a{border:1px solid var(--line);border-radius:999px;padding:8px 11px;font-size:11px;font-weight:800;color:#805f59;background:rgba(255,255,255,.72)}.header-icons .header-whatsapp{background:var(--rose);border-color:var(--rose);color:#fff;padding-inline:15px}.hero{min-height:360px;display:grid;grid-template-columns:1fr 1.2fr;align-items:center;gap:28px;padding:12px 0 28px}.eyebrow{text-transform:uppercase;letter-spacing:.32em;color:#92847f;font-size:11px;font-weight:700;margin:0 0 18px}.hero h1{font-family:Georgia,"Times New Roman",serif;font-size:66px;line-height:.96;letter-spacing:-.035em;margin:0;max-width:540px;font-weight:500}.hero h1 em{font-style:normal;color:var(--rose)}.hero h1 span{color:var(--rose);font-size:.8em}.lead{font-size:18px;line-height:1.55;margin:22px 0 0;color:#544845}.sublead{color:var(--rose-dark);font-weight:600;margin:6px 0 0}.hero-actions{display:flex;gap:14px;align-items:center;margin-top:25px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:7px;min-height:45px;padding:0 28px;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;transition:.25s ease}.btn-primary{background:var(--rose);color:#fff;box-shadow:0 10px 24px rgba(190,103,96,.25)}.btn-primary:hover{background:var(--rose-dark);transform:translateY(-2px)}.btn-outline{border:1px solid var(--rose);color:#9e5e58;background:rgba(255,255,255,.55)}.btn-outline:hover{background:#fff;transform:translateY(-2px)}.hero-visual{position:relative}.hero-visual:before{content:"";position:absolute;inset:20px;border-radius:40px;background:radial-gradient(circle at center,#ecd3ca 0%,rgba(255,255,255,0) 66%);filter:blur(20px);z-index:-1}.hero-visual img{width:100%;filter:drop-shadow(0 18px 34px rgba(65,35,28,.12));border-radius:4px}.trust-bar{width:100%;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(255,255,255,.72);display:grid;grid-template-columns:repeat(4,1fr);gap:0;padding:18px max(28px,calc((100% - 1060px)/2));backdrop-filter:blur(12px)}.trust-bar article{display:grid;grid-template-columns:34px 1fr;align-items:center;column-gap:12px;border-right:1px solid var(--line)}.trust-bar article:last-child{border-right:0}.trust-bar span{grid-row:1/3;font-size:25px;color:#8d716b}.trust-bar b{font-size:12px}.trust-bar small{font-size:11px;color:#7d716d}.products,.categories,.process,.collection,.testimonials{padding:32px 0}.section-title{text-transform:uppercase;letter-spacing:.42em;text-align:center;margin:0 0 25px}.section-title p{font-size:18px;font-weight:700;margin:0}.section-title span{color:var(--rose);font-size:16px}.featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{border:1px solid var(--line);border-radius:13px;overflow:hidden;background:#fff;box-shadow:0 16px 40px rgba(75,45,38,.08);transition:.25s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 22px 60px rgba(75,45,38,.13)}.product-card img{height:205px;width:100%;object-fit:cover}.card-body{min-height:86px;padding:14px 17px;display:flex;gap:12px;align-items:center;justify-content:space-between}.card-body h3{font-size:14px;margin:0 0 5px}.card-body p{margin:0;font-size:13px;color:#6f625e;font-weight:700}.product-quote{flex:0 0 auto;border-radius:999px;background:#f4e5e1;color:#875b55;padding:9px 13px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;transition:.2s ease}.product-quote:hover{background:var(--rose);color:#fff}.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:24px}.category-card{position:relative;border-radius:13px;overflow:hidden;min-height:146px;background:#f2dfd9;box-shadow:0 15px 35px rgba(70,40,35,.08);transition:.25s ease}.category-card:hover{transform:translateY(-4px)}.category-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(44,25,21,.5))}.category-card img{height:100%;width:100%;object-fit:cover}.category-card span{position:absolute;z-index:1;inset:auto 0 13px;text-align:center;color:#fff;font-size:20px;font-weight:500;text-shadow:0 2px 10px rgba(0,0,0,.35)}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;position:relative}.process-grid article{text-align:center;position:relative;padding:0 10px}.process-grid article:not(:last-child):after{content:"";position:absolute;top:41px;right:-12%;width:30%;border-top:2px dashed #e0c8c1}.process-grid article>span{position:absolute;left:5px;top:13px;font-family:Georgia,serif;color:#d1aaa3;font-size:24px}.process-grid .icon{width:72px;height:72px;border-radius:999px;background:#f2e5e0;margin:0 auto 12px;display:grid;place-items:center;font-size:24px;color:#6d5d58}.process-grid h3{font-size:13px;margin:0 0 6px}.process-grid p{font-size:12px;color:#7d706d;line-height:1.35;margin:0}.collection-card{position:relative;overflow:hidden;border-radius:18px;min-height:156px;background:#f1dcd3;box-shadow:var(--shadow)}.collection-card img{width:100%;height:100%;object-fit:cover}.collection-copy{position:absolute;left:30px;top:28px;width:310px}.collection-copy p{text-transform:uppercase;letter-spacing:.24em;font-size:11px;color:#af766f;font-weight:800;margin:0 0 10px}.collection-copy h2{font-family:Georgia,"Times New Roman",serif;font-size:42px;line-height:1;margin:0 0 10px;font-weight:500}.collection-copy span{display:block;line-height:1.45;color:#6b5651;margin-bottom:16px}.collection-copy .btn{min-height:36px;font-size:11px;padding:0 18px}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.testimonial-grid article{background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px 20px 24px;display:grid;grid-template-columns:54px 1fr;gap:13px;min-height:125px;box-shadow:0 12px 30px rgba(65,42,38,.06)}.testimonial-grid .avatar{width:52px;height:52px;border-radius:999px;background:linear-gradient(135deg,#e4b8ae,#f8e6df);display:grid;place-items:center;color:#fff;font-weight:800}.testimonial-grid b{display:block;font-size:13px}.testimonial-grid span{color:#f0a300;letter-spacing:.05em}.testimonial-grid p{grid-column:2;margin:5px 0 0;color:#6e625e;font-size:12px;line-height:1.55}.cta-strip{background:linear-gradient(90deg,#d6958e,#e8b5ad);border-radius:11px;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:18px 28px;margin-bottom:30px;box-shadow:0 18px 45px rgba(174,93,86,.22)}.cta-strip>div{display:flex;align-items:center;gap:16px}.cta-strip span{font-size:42px}.cta-strip h2{font-family:Georgia,serif;font-weight:500;font-size:30px;margin:0}.cta-strip p{margin:0}.whatsapp-big{background:#fff;color:#5b4b48;border-radius:7px;padding:14px 52px;font-size:22px;font-weight:800;letter-spacing:.08em}.footer{border-top:1px solid var(--line);display:grid;grid-template-columns:1.35fr .8fr 1.2fr 1.55fr;gap:35px;padding:34px 0;color:#6c5e5a}.footer h3{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#333;margin:0 0 12px}.footer a,.footer span,.footer label{display:block;font-size:13px;line-height:1.8;color:#6c5e5a}.footer-brand h2{margin:0}.footer-brand p{margin:5px 0 16px;color:#7b625d}.newsletter div{display:flex;margin-top:13px;border:1px solid #d9c5bf;background:#fff;border-radius:4px;overflow:hidden}.newsletter input{border:0;outline:0;padding:13px 14px;flex:1;min-width:0;background:transparent}.newsletter button{border:0;background:#d99a93;color:#fff;padding:0 18px;font-size:20px;cursor:pointer}.bottom-benefits{border-top:1px solid var(--line);padding:14px 28px;display:flex;justify-content:center;gap:70px;font-size:12px;color:#8a7772;background:#fffaf7}
.skip-link{position:fixed;left:12px;top:-60px;z-index:1000;background:#fff;color:#493b38;padding:10px 14px;border-radius:8px;box-shadow:var(--shadow)}.skip-link:focus{top:12px}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.catalog-status{display:flex;align-items:center;justify-content:center;gap:12px;min-height:0;margin:-10px 0 20px;color:var(--muted);font-size:13px}.catalog-status:empty{display:none}.filter-reset{border:1px solid var(--line);border-radius:999px;background:#fff;color:#765d57;padding:7px 12px;cursor:pointer;font-size:11px;font-weight:700}.form-status{font-size:12px;margin:8px 0 0}.floating-whatsapp{position:fixed;right:18px;bottom:18px;z-index:50;border-radius:999px;background:#25d366;color:#fff;padding:13px 18px;font-size:12px;font-weight:800;box-shadow:0 12px 30px rgba(20,120,58,.28)}.noscript{margin:0;padding:12px;text-align:center;background:#fff3cd;color:#6d5714}.product-card[hidden]{display:none}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid rgba(185,104,96,.35);outline-offset:3px}
@media (max-width:850px){.section-shell,.site-header{width:min(100% - 28px,1060px)}.site-header{height:auto;padding:18px 0;align-items:flex-start}.nav{display:none}.hero{grid-template-columns:1fr;padding-top:10px}.hero h1{font-size:45px}.hero-visual{order:-1}.trust-bar{grid-template-columns:repeat(2,1fr);gap:14px;padding-inline:18px}.trust-bar article{border-right:0}.featured-grid,.testimonial-grid{grid-template-columns:1fr}.category-grid{grid-template-columns:repeat(2,1fr)}.process-grid{grid-template-columns:1fr 1fr}.process-grid article:after{display:none}.collection-copy{position:relative;left:auto;top:auto;width:auto;padding:25px}.collection-card img{height:150px}.cta-strip{flex-direction:column;align-items:flex-start;gap:18px}.whatsapp-big{width:100%;text-align:center}.footer{grid-template-columns:1fr}.bottom-benefits{flex-direction:column;gap:8px;text-align:center}.product-card img{height:245px}}
@media (max-width:520px){.brand span{font-size:27px}.header-icons>a:first-child{display:none}.header-icons .header-whatsapp{padding:7px 10px}.hero h1{font-size:39px}.hero-actions{flex-direction:column;align-items:stretch}.btn{width:100%}.trust-bar{grid-template-columns:1fr}.category-grid,.process-grid{grid-template-columns:1fr}.section-title{letter-spacing:.2em}.cta-strip h2{font-size:25px}.floating-whatsapp{right:12px;bottom:12px;padding:11px 14px}.catalog-status{align-items:flex-start;flex-direction:column}.card-body{align-items:flex-start;flex-direction:column}.product-quote{width:100%;text-align:center}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
