:root {
  --cream: #f8f2e8;
  --cream-2: #efe4d5;
  --paper: #fffaf2;
  --green: #26372e;
  --green-2: #405748;
  --rose: #c98f98;
  --rose-soft: #edd5d8;
  --gold: #c99435;
  --ink: #302b27;
  --muted: #726b64;
  --line: rgba(38,55,46,.15);
  --shadow: 0 22px 60px rgba(56,43,31,.13);
  --radius: 28px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(201,143,152,.15), transparent 26%),
    radial-gradient(circle at 88% 28%, rgba(201,148,53,.11), transparent 23%),
    linear-gradient(180deg, var(--paper), var(--cream));
  font-family: var(--sans);
  line-height: 1.6;
  overflow-x: hidden;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .34;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='90' viewBox='0 0 90 90'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.86' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.06'/%3E%3C/svg%3E");
  z-index: 99;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.container { width: min(1180px, calc(100% - 38px)); margin: 0 auto; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--green-2);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--gold); }
.section { padding: 96px 0; position: relative; }
.section-tight { padding: 72px 0; }
.section-heading { max-width: 730px; margin-bottom: 38px; }
.section-heading h2, .catalog-hero h1 {
  margin: 10px 0 14px;
  color: var(--green);
  font: 500 clamp(2.25rem, 5vw, 4.3rem)/1.02 var(--serif);
  letter-spacing: -.04em;
}
.section-heading p { margin: 0; color: var(--muted); font-size: 1.06rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,250,242,.84);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(38,55,46,.08);
}
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: flex; align-items: center; gap: 13px; min-width: 240px; }
.brand img { width: 54px; height: 58px; object-fit: contain; }
.brand strong { display: block; color: var(--green); font: 600 1.15rem/1 var(--serif); letter-spacing: .02em; }
.brand span { display: block; color: var(--muted); font-size: .66rem; letter-spacing: .22em; text-transform: uppercase; margin-top: 5px; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: .9rem; font-weight: 650; }
.main-nav a { position: relative; }
.main-nav a:not(.btn)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: var(--rose); transition: .25s; }
.main-nav a:not(.btn):hover::after, .main-nav a.active::after { right: 0; }
.menu-btn { display: none; border: 0; background: transparent; padding: 8px; }
.menu-btn svg { width: 26px; height: 26px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  font-size: .92rem;
  transition: transform .25s, box-shadow .25s, background .25s;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--green); color: white; box-shadow: 0 12px 30px rgba(38,55,46,.18); }
.btn-primary:hover { background: var(--green-2); box-shadow: 0 16px 38px rgba(38,55,46,.23); }
.btn-secondary { background: rgba(255,255,255,.68); border-color: var(--line); color: var(--green); }
.btn-rose { background: var(--rose); color: white; }
.btn svg { width: 19px; height: 19px; fill: currentColor; }

.hero { padding: 70px 0 76px; position: relative; overflow: hidden; }
.hero::after { content: '∞'; position: absolute; right: -25px; top: 25px; font: 400 26rem/.7 var(--serif); color: rgba(201,143,152,.08); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 66px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.rating-pill { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px; padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.58); font-size: .82rem; font-weight: 750; }
.stars { color: var(--gold); letter-spacing: 1px; }
.hero h1 { margin: 0; color: var(--green); font: 500 clamp(3.3rem, 6vw, 6.6rem)/.92 var(--serif); letter-spacing: -.055em; }
.hero h1 em { color: var(--rose); font-weight: 400; }
.hero-copy > p { max-width: 590px; margin: 25px 0 30px; color: var(--muted); font-size: 1.1rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { margin-top: 22px; display: flex; gap: 25px; flex-wrap: wrap; color: var(--green-2); font-size: .84rem; font-weight: 720; }
.hero-note span { display: flex; align-items: center; gap: 7px; }
.hero-note svg { width: 18px; height: 18px; color: var(--gold); }
.hero-art { min-height: 610px; position: relative; }
.hero-card { position: absolute; overflow: hidden; border-radius: 200px 200px 28px 28px; box-shadow: var(--shadow); background: var(--cream-2); }
.hero-card img { width: 100%; height: 100%; object-fit: cover; }
.hero-card.main { width: 64%; height: 82%; right: 4%; top: 3%; }
.hero-card.side { width: 35%; height: 49%; left: 0; bottom: 2%; border-radius: 26px 140px 26px 26px; border: 9px solid var(--paper); }
.hero-card.small { width: 31%; height: 34%; left: 14%; top: 2%; border-radius: 120px 24px 24px 24px; border: 9px solid var(--paper); }
.hero-badge { position: absolute; right: 0; bottom: 4%; width: 156px; aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; text-align: center; background: var(--green); color: white; border: 8px solid var(--paper); font: 600 .82rem/1.25 var(--sans); transform: rotate(7deg); }
.hero-badge strong { font: 500 2.3rem/1 var(--serif); color: #f1c56e; }

.trust-strip { border-block: 1px solid var(--line); background: rgba(255,255,255,.42); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 25px 22px; display: flex; align-items: center; gap: 13px; border-right: 1px solid var(--line); }
.trust-item:last-child { border: 0; }
.trust-item svg { width: 26px; height: 26px; color: var(--rose); flex: none; }
.trust-item strong { display: block; color: var(--green); font-size: .93rem; }
.trust-item span { color: var(--muted); font-size: .78rem; }

.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.category-card { position: relative; min-height: 260px; overflow: hidden; border-radius: 120px 120px 24px 24px; isolation: isolate; box-shadow: 0 12px 35px rgba(56,43,31,.09); }
.category-card img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; transition: transform .6s; }
.category-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 36%, rgba(25,27,24,.78)); z-index: -1; }
.category-card img { z-index: -2; }
.category-card:hover img { transform: scale(1.045); }
.category-card .content { position: absolute; left: 22px; right: 22px; bottom: 20px; color: white; }
.category-card h3 { margin: 0 0 3px; font: 500 1.5rem/1.05 var(--serif); }
.category-card p { margin: 0; font-size: .78rem; opacity: .86; }

.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.product-card { background: rgba(255,255,255,.69); border: 1px solid rgba(38,55,46,.1); border-radius: 24px; overflow: hidden; transition: transform .28s, box-shadow .28s; box-shadow: 0 10px 30px rgba(56,43,31,.06); }
.product-card:hover { transform: translateY(-7px); box-shadow: 0 22px 50px rgba(56,43,31,.14); }
.product-image { position: relative; aspect-ratio: 1/1.05; overflow: hidden; background: var(--cream-2); }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s; }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-tag { position: absolute; top: 13px; left: 13px; padding: 6px 10px; border-radius: 999px; background: rgba(255,250,242,.91); backdrop-filter: blur(8px); color: var(--green); font-size: .68rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.product-content { padding: 18px; }
.product-content h3 { margin: 0 0 7px; color: var(--green); font: 600 1.25rem/1.1 var(--serif); }
.product-content p { margin: 0 0 16px; color: var(--muted); font-size: .82rem; min-height: 42px; }
.card-actions { display: flex; gap: 8px; }
.card-actions .btn { flex: 1; min-height: 42px; padding: 0 12px; font-size: .76rem; }
.products-more { text-align: center; margin-top: 34px; }

.story-section { overflow: hidden; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.story-visual { position: relative; min-height: 565px; }
.story-visual .arch { position: absolute; inset: 0 12% 4% 0; overflow: hidden; border-radius: 220px 220px 30px 30px; }
.story-visual .arch img { width: 100%; height: 100%; object-fit: cover; }
.story-visual .floating-photo { position: absolute; width: 42%; right: 0; bottom: 0; aspect-ratio: 1; border: 10px solid var(--paper); border-radius: 50%; overflow: hidden; box-shadow: var(--shadow); }
.story-visual .floating-photo img { width: 100%; height: 100%; object-fit: cover; }
.story-copy h2 { color: var(--green); margin: 9px 0 20px; font: 500 clamp(2.5rem, 5vw, 4.6rem)/1 var(--serif); letter-spacing: -.045em; }
.story-copy p { color: var(--muted); font-size: 1.02rem; }
.feature-list { display: grid; gap: 14px; margin: 28px 0 31px; }
.feature { display: flex; gap: 13px; align-items: flex-start; }
.feature .icon { width: 39px; height: 39px; flex: none; display: grid; place-items: center; background: var(--rose-soft); color: var(--green); border-radius: 50%; }
.feature .icon svg { width: 19px; height: 19px; }
.feature strong { display: block; color: var(--green); font-size: .92rem; }
.feature span { display: block; color: var(--muted); font-size: .82rem; }

.process { background: var(--green); color: white; overflow: hidden; }
.process::before, .process::after { content: '❀'; position: absolute; color: rgba(255,255,255,.04); font-size: 14rem; }
.process::before { left: -40px; top: -65px; }
.process::after { right: -20px; bottom: -80px; }
.process .section-heading h2, .process .section-heading p, .process .eyebrow { color: white; }
.process .eyebrow::before { background: #efc777; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; position: relative; z-index: 1; }
.step { padding: 30px; border: 1px solid rgba(255,255,255,.15); border-radius: 25px; background: rgba(255,255,255,.055); }
.step .num { font: 500 3rem/1 var(--serif); color: #efc777; }
.step h3 { margin: 13px 0 8px; font: 500 1.35rem/1.1 var(--serif); }
.step p { margin: 0; color: rgba(255,255,255,.72); font-size: .88rem; }

.reviews-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 55px; align-items: start; }
.review-score { padding: 34px; border-radius: var(--radius); background: var(--rose-soft); position: sticky; top: 112px; }
.review-score .big { color: var(--green); font: 500 5rem/.9 var(--serif); }
.review-score p { color: var(--muted); margin: 11px 0 22px; }
.review-list { display: grid; gap: 16px; }
.review-card { padding: 27px; border-radius: 23px; background: rgba(255,255,255,.67); border: 1px solid var(--line); }
.review-card p { margin: 10px 0 17px; color: var(--muted); }
.reviewer { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.reviewer strong { color: var(--green); }
.reviewer span { color: var(--muted); font-size: .75rem; }

.instagram-strip { display: grid; grid-template-columns: repeat(6, 1fr); gap: 7px; }
.instagram-strip a { aspect-ratio: 1; overflow: hidden; position: relative; }
.instagram-strip img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s, filter .5s; }
.instagram-strip a:hover img { transform: scale(1.06); filter: brightness(.78); }
.instagram-strip a::after { content: 'Ver no Instagram'; position: absolute; inset: 0; display: grid; place-items: center; color: white; font-weight: 800; font-size: .72rem; opacity: 0; transition: .25s; }
.instagram-strip a:hover::after { opacity: 1; }

.contact-section { padding-top: 36px; }
.contact-card { display: grid; grid-template-columns: 1fr 1fr; min-height: 520px; border-radius: 34px; overflow: hidden; background: var(--green); box-shadow: var(--shadow); }
.contact-copy { padding: clamp(34px, 6vw, 70px); color: white; }
.contact-copy .eyebrow { color: white; }
.contact-copy h2 { margin: 13px 0 17px; font: 500 clamp(2.5rem, 5vw, 4.4rem)/.98 var(--serif); }
.contact-copy p { color: rgba(255,255,255,.73); }
.contact-list { display: grid; gap: 13px; margin: 27px 0; }
.contact-list a, .contact-list div { display: flex; align-items: center; gap: 10px; font-size: .9rem; }
.contact-list svg { width: 20px; height: 20px; color: #efc777; }
.contact-form { display: grid; gap: 10px; margin-top: 28px; }
.contact-form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.08); color: white; border-radius: 14px; padding: 13px 14px; outline: none; }
.contact-form select option { color: var(--ink); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,255,255,.54); }
.contact-form textarea { min-height: 100px; resize: vertical; }
.contact-form .btn { width: fit-content; background: #efc777; color: var(--green); border: 0; }
.map-wrap { min-height: 100%; background: var(--cream-2); padding: 16px; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 488px; border: 0; border-radius: 25px; filter: saturate(.8) contrast(.96); }

.site-footer { padding: 56px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .6fr .7fr; gap: 50px; padding-bottom: 38px; border-bottom: 1px solid var(--line); }
.footer-brand p { max-width: 440px; color: var(--muted); font-size: .88rem; }
.footer-title { margin: 0 0 13px; color: var(--green); font-weight: 850; font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; }
.footer-links { display: grid; gap: 8px; color: var(--muted); font-size: .86rem; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 22px; padding-top: 22px; color: var(--muted); font-size: .76rem; }
.socials { display: flex; gap: 9px; }
.socials a { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--green); transition: .25s; }
.socials a:hover { background: var(--green); color: white; }
.socials svg { width: 20px; height: 20px; fill: currentColor; }

.whatsapp-float { position: fixed; right: 21px; bottom: 21px; z-index: 60; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: #25D366; color: white; box-shadow: 0 15px 38px rgba(14,87,46,.3); transition: transform .25s; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.03); }
.whatsapp-float svg { width: 30px; height: 30px; fill: currentColor; }

.catalog-hero { padding: 82px 0 55px; text-align: center; }
.catalog-hero p { max-width: 690px; margin: 0 auto; color: var(--muted); }
.catalog-tools { position: sticky; top: 84px; z-index: 25; padding: 14px 0; background: rgba(248,242,232,.9); backdrop-filter: blur(16px); border-block: 1px solid var(--line); }
.tools-inner { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-btn { border: 1px solid var(--line); background: rgba(255,255,255,.58); color: var(--green); border-radius: 999px; min-height: 39px; padding: 0 14px; font-size: .77rem; font-weight: 800; }
.filter-btn.active { background: var(--green); color: white; }
.search-box { position: relative; min-width: 270px; }
.search-box input { width: 100%; border: 1px solid var(--line); background: rgba(255,255,255,.74); border-radius: 999px; padding: 11px 16px 11px 42px; outline: none; }
.search-box svg { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; color: var(--muted); }
.catalog-count { margin: 0 0 20px; color: var(--muted); font-size: .84rem; }
.catalog-grid { grid-template-columns: repeat(4, 1fr); }
.empty-state { grid-column: 1/-1; padding: 70px 20px; text-align: center; border: 1px dashed var(--line); border-radius: 24px; color: var(--muted); }

.modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; background: rgba(24,28,25,.74); backdrop-filter: blur(10px); opacity: 0; visibility: hidden; transition: .25s; }
.modal.open { opacity: 1; visibility: visible; }
.modal-card { width: min(920px, 100%); max-height: 90vh; overflow: auto; display: grid; grid-template-columns: 1.08fr .92fr; background: var(--paper); border-radius: 30px; position: relative; transform: translateY(15px); transition: .25s; }
.modal.open .modal-card { transform: none; }
.modal-image { min-height: 560px; background: var(--cream-2); }
.modal-image img { width: 100%; height: 100%; object-fit: cover; }
.modal-copy { padding: 42px; display: flex; flex-direction: column; justify-content: center; }
.modal-copy h2 { margin: 9px 0 13px; color: var(--green); font: 500 2.45rem/1 var(--serif); }
.modal-copy p { color: var(--muted); }
.modal-copy .notice { margin: 17px 0 22px; padding: 13px 15px; border-radius: 14px; background: var(--rose-soft); color: var(--green); font-size: .8rem; }
.modal-close { position: absolute; right: 14px; top: 14px; width: 40px; height: 40px; border: 0; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.9); color: var(--green); z-index: 2; box-shadow: 0 5px 18px rgba(0,0,0,.11); }
.modal-close svg { width: 21px; height: 21px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: 1fr; gap: 35px; }
  .hero-copy { max-width: 740px; }
  .hero-art { min-height: 580px; }
  .category-grid, .product-grid, .catalog-grid { grid-template-columns: repeat(2,1fr); }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .story-grid, .reviews-wrap, .contact-card { grid-template-columns: 1fr; }
  .review-score { position: static; }
  .map-wrap iframe { min-height: 390px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
}

@media (max-width: 820px) {
  .header-inner { min-height: 74px; }
  .main-nav { position: fixed; inset: 74px 14px auto; padding: 20px; display: grid; gap: 14px; background: var(--paper); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); opacity: 0; transform: translateY(-10px); visibility: hidden; transition: .25s; }
  .main-nav.open { opacity: 1; transform: none; visibility: visible; }
  .menu-btn { display: block; }
  .hero { padding-top: 48px; }
  .hero-art { min-height: 500px; }
  .hero-card.main { width: 69%; }
  .hero-card.side { width: 38%; }
  .section { padding: 74px 0; }
  .steps { grid-template-columns: 1fr; }
  .instagram-strip { grid-template-columns: repeat(3,1fr); }
  .tools-inner { align-items: stretch; flex-direction: column; }
  .search-box { min-width: 0; width: 100%; }
  .catalog-tools { top: 74px; }
  .modal-card { grid-template-columns: 1fr; }
  .modal-image { min-height: auto; aspect-ratio: 1; }
  .modal-copy { padding: 28px; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 26px, 1180px); }
  .brand { min-width: 0; }
  .brand img { width: 45px; height: 49px; }
  .brand strong { font-size: 1rem; }
  .brand span { font-size: .56rem; }
  .hero h1 { font-size: clamp(3.15rem, 17vw, 5.2rem); }
  .hero-copy > p { font-size: 1rem; }
  .hero-actions .btn { width: 100%; }
  .hero-art { min-height: 410px; margin-top: 7px; }
  .hero-card.main { width: 74%; height: 80%; right: 0; }
  .hero-card.side { width: 43%; height: 42%; }
  .hero-card.small { width: 34%; height: 30%; left: 4%; }
  .hero-badge { width: 110px; font-size: .65rem; }
  .hero-badge strong { font-size: 1.7rem; }
  .trust-grid, .category-grid, .product-grid, .catalog-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .category-card { min-height: 305px; }
  .story-visual { min-height: 420px; }
  .contact-form .row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .instagram-strip { grid-template-columns: repeat(2,1fr); }
  .filter-btn { flex: 1; }
  .modal { padding: 8px; }
  .modal-card { border-radius: 22px; }
  .modal-copy h2 { font-size: 2rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}
