@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600&display=swap");
:root{
  --bg:#fffaf7;--surface:#fff;--text:#17120f;--muted:#6f6762;--line:#eee6df;--blush:#e9b6b3;--blush-dark:#cf8f8b;--sand:#f4eee8;--gold:#bd945d;
  --serif: Georgia, 'Times New Roman', serif;--sans: Inter, Arial, Helvetica, sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--sans)}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.topbar{height:34px;background:linear-gradient(90deg,#f7deda,#fff7f1);display:flex;justify-content:space-between;align-items:center;padding:0 42px;font-size:12px;color:#5c514c}.site-header{height:78px;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 42px;position:sticky;top:0;z-index:10;border-bottom:1px solid var(--line)}.logo{font-family:"Cinzel", serif;letter-spacing:18px;font-size:38px}.main-nav{display:flex;gap:30px;text-transform:uppercase;font-size:12px;letter-spacing:.08em}.header-icons{justify-self:end;display:flex;gap:20px}.header-icons button,.menu-toggle{border:0;background:transparent;font-size:24px;cursor:pointer}.menu-toggle{display:none;justify-self:end}.hero{min-height:640px;display:grid;grid-template-columns:48% 52%;align-items:center;background:linear-gradient(90deg,#fff 0%,#fff 44%,#f2e4dd 100%);overflow:hidden}.hero-copy{padding-left:12vw;max-width:560px}.eyebrow{text-transform:uppercase;letter-spacing:.32em;font-size:12px;color:#514842;font-weight:700}.hero h1,.section-heading h2,.community h2,.contact h2{font-family:var(--serif);font-weight:400;line-height:.94;margin:18px 0;font-size:68px}.hero-copy p:not(.eyebrow){font-size:17px;line-height:1.8;color:#3f3935;max-width:420px}.btn{display:inline-flex;background:var(--blush);color:#fff;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:700;padding:18px 46px;border:0;margin-top:20px;cursor:pointer}.btn:hover{background:var(--blush-dark)}.hero-image{height:640px;align-self:stretch;background:radial-gradient(circle at 55% 35%,#dca09d 0 13%,transparent 13.5%),radial-gradient(circle at 50% 68%,#c57d74 0 10%,transparent 10.5%),linear-gradient(120deg,transparent 0 38%,rgba(255,255,255,.3) 39% 41%,transparent 42%),linear-gradient(160deg,#f5d3cc 0%,#eadbd4 38%,#adc7ca 64%,#d6c1ae 100%);position:relative}.hero-image:after{content:"Replace with hero photo";position:absolute;right:40px;bottom:38px;color:rgba(0,0,0,.38);font-size:12px;letter-spacing:.1em;text-transform:uppercase}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding:42px}.category-card{background:var(--surface)}.cat-image{height:290px;background-size:cover;background-position:center}.cat-swim{background:linear-gradient(145deg,#d8a09a,#8fb5bb)}.cat-jewel{background:radial-gradient(circle at 60% 45%,#d3aa63 0 8%,transparent 8.5%),linear-gradient(135deg,#93634c,#e7d1bd)}.cat-active{background:linear-gradient(145deg,#b69694,#e9d8d0 50%,#9fbac0)}.cat-life{background:linear-gradient(145deg,#efebe4,#c79d84)}.cat-body{padding:28px}.cat-body h2{font-family:var(--serif);font-weight:400;text-transform:uppercase;font-size:28px;margin:0 0 12px}.cat-body a,.section-heading a{font-size:14px;font-weight:700}.products{padding:0 42px 54px}.section-heading{display:flex;justify-content:space-between;align-items:end;text-align:center;margin:10px 0 28px}.section-heading>div{margin:auto}.section-heading h2,.community h2,.contact h2{font-size:36px}.product-row{display:grid;grid-template-columns:repeat(5,1fr);gap:22px}.product-card{position:relative}.product-card button{position:absolute;right:14px;top:12px;border:0;border-radius:50%;width:34px;height:34px;background:white;box-shadow:0 4px 16px rgba(0,0,0,.08)}.product-img{height:285px;background:#eee}.p1{background:linear-gradient(145deg,#d99b97,#d8e4e5)}.p2{background:radial-gradient(circle,#d5aa54 0 12%,transparent 13%),#faf8f5}.p3{background:linear-gradient(90deg,#fff 10%,#a88986 10% 55%,#f8f8f8 55%)}.p4{background:radial-gradient(circle,#d5a752 0 22%,transparent 23%),#f7f7f7}.p5{background:linear-gradient(145deg,#fff,#dedbd5)}.product-card h3{font-size:14px;margin:14px 0 6px}.product-card p{font-size:14px;color:var(--muted);margin:0 0 8px}.product-card a{font-size:13px;border-bottom:1px solid currentColor}.community{padding:44px 28px;text-align:center;background:linear-gradient(90deg,#fff,#fae7e4,#fff)}.insta-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-top:24px}.insta-strip div{height:160px;background:linear-gradient(145deg,#e9c0ba,#9bbcc2)}.insta-strip div:nth-child(even){background:linear-gradient(145deg,#f9f2eb,#c99f81)}.contact{display:grid;grid-template-columns:1fr 1fr;gap:42px;padding:60px 12vw;background:#fff}.contact p{color:var(--muted);line-height:1.8}.contact form{display:grid;gap:14px}.contact label{display:grid;gap:7px;font-size:13px;text-transform:uppercase;letter-spacing:.08em}.contact input,.contact textarea{border:1px solid var(--line);padding:15px;background:#fffaf7}.site-footer{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);padding:1px}.site-footer div{background:white;padding:24px 30px;text-align:center;display:grid;gap:6px}.site-footer span{font-size:12px;color:var(--muted)}
@media(max-width:900px){.topbar{padding:0 18px;font-size:10px}.site-header{grid-template-columns:1fr auto;padding:0 18px}.main-nav,.header-icons{display:none}.menu-toggle{display:block}.logo{font-size:30px;letter-spacing:10px}.hero{grid-template-columns:1fr;min-height:auto}.hero-copy{padding:60px 28px}.hero h1{font-size:52px}.hero-image{height:420px}.category-grid,.product-row,.contact{grid-template-columns:1fr}.category-grid,.products{padding:26px 18px}.product-img,.cat-image{height:340px}.insta-strip{grid-template-columns:repeat(3,1fr)}.site-footer{grid-template-columns:1fr 1fr}.contact{padding:40px 24px}}

/* === MARET REAL IMAGE UPDATE === */
.hero-real{
  min-height:720px;
  display:flex;
  align-items:center;
  background:
    linear-gradient(90deg, rgba(255,250,247,.96) 0%, rgba(255,250,247,.82) 34%, rgba(255,250,247,.12) 58%),
    url("/assets/images/hero/hero-banner-red.png");
  background-size:cover;
  background-position:center right;
.hero-real .hero-copy{
  padding-left:10vw;
.category-grid{
  grid-template-columns:repeat(2,1fr);
.cat-swim-real{
  background-image:url("/assets/images/marege/swimwear/biquini-pulseira-marrom1-copy.jpg");
.cat-jewel-real{
  background-image:url("/assets/images/jewellery/jewellery-028.png");
.product-row{
  grid-template-columns:repeat(3,1fr);
.product-img{
  height:420px;
  background-position:center;
.p1{
.p2{
  background-image:url("/assets/images/marege/swimwear/biquini-cortininha-tucano-vermelho-copy.jpg");
.p3{
  background-image:url("/assets/images/marege/swimwear/biquini-cortininha-brasil_costas-copy.jpg");
.p4{
.p5{
  background-image:url("/assets/images/jewellery/jewellery-021.png");
.p6{
  background-image:url("/assets/images/jewellery/jewellery-004.png");
.site-footer{
  justify-content:space-between;
  padding:26px 42px;
  background:#fff;
  border-top:1px solid var(--line);
.site-footer p{
  font-family:"Cinzel", serif;
  letter-spacing:10px;
  font-size:24px;
  margin:0;
@media(max-width:900px){
  .hero-real{
    min-height:620px;
    background:
      linear-gradient(180deg, rgba(255,250,247,.92) 0%, rgba(255,250,247,.55) 42%, rgba(255,250,247,.08) 100%),
      url("/assets/images/hero/hero-banner-red.png");
    background-size:cover;
    background-position:center right;
  }
  .category-grid,
  .product-row{
    grid-template-columns:1fr;
  .product-img{
    height:460px;
  .site-footer{
    flex-direction:column;
    gap:10px;
    text-align:center;
/* === MARET LOGO UPDATE === */
.logo-image{
  justify-content:center;
.logo-image img{
  height:54px;
  width:auto;
  display:block;
  object-fit:contain;
.footer-logo{
  width:160px;
  max-width:80vw;
  height:auto;
  .logo-image img{
    height:46px;
  .footer-logo{
    width:140px;
/* === MARET CINZEL LOGO TEST === */
.logo{
  font-family:"Cinzel", serif !important;
  letter-spacing:18px;
  font-size:38px;
  font-weight:500;

/* === MARET REAL IMAGE RESTORE === */

.hero-real{
  min-height:720px;
  display:flex;
  align-items:center;
  background:
    linear-gradient(90deg, rgba(255,250,247,.96) 0%, rgba(255,250,247,.82) 34%, rgba(255,250,247,.12) 58%),
    url("/assets/images/hero/hero-banner-red.png");
  background-size:cover;
  background-position:center right;
}

.cat-swim-real{
  background-image:url("/assets/images/marege/swimwear/biquini-pulseira-marrom1-copy.jpg");
}

.cat-jewel-real{
  background-image:url("/assets/images/jewellery/jewellery-028.png");
}

.p1{background-image:url("/assets/images/marege/swimwear/biquini-pulseira-marrom1-copy.jpg");}
.p2{background-image:url("/assets/images/marege/swimwear/biquini-cortininha-tucano-vermelho-copy.jpg");}
.p3{background-image:url("/assets/images/marege/swimwear/biquini-cortininha-brasil_costas-copy.jpg");}
.p4{background-image:url("/assets/images/jewellery/jewellery-028.png");}
.p5{background-image:url("/assets/images/jewellery/jewellery-021.png");}
.p6{background-image:url("/assets/images/jewellery/jewellery-004.png");}

.category-grid{
  grid-template-columns:repeat(2,1fr);
}

.product-row{
  grid-template-columns:repeat(3,1fr);
}

.product-img{
  height:420px;
  background-size:cover;
  background-position:center;
}

@media(max-width:900px){
  .category-grid,
  .product-row{
    grid-template-columns:1fr;
  }
}

/* === MARET REAL IMAGE RESTORE === */

.hero-real{
  min-height:720px;
  display:flex;
  align-items:center;
  background:
    linear-gradient(90deg, rgba(255,250,247,.96) 0%, rgba(255,250,247,.82) 34%, rgba(255,250,247,.12) 58%),
    url("/assets/images/hero/hero-banner-red.png");
  background-size:cover;
  background-position:center right;
}

.cat-swim-real{
  background-image:url("/assets/images/marege/swimwear/biquini-pulseira-marrom1-copy.jpg");
}

.cat-jewel-real{
  background-image:url("/assets/images/jewellery/jewellery-028.png");
}

.p1{background-image:url("/assets/images/marege/swimwear/biquini-pulseira-marrom1-copy.jpg");}
.p2{background-image:url("/assets/images/marege/swimwear/biquini-cortininha-tucano-vermelho-copy.jpg");}
.p3{background-image:url("/assets/images/marege/swimwear/biquini-cortininha-brasil_costas-copy.jpg");}
.p4{background-image:url("/assets/images/jewellery/jewellery-028.png");}
.p5{background-image:url("/assets/images/jewellery/jewellery-021.png");}
.p6{background-image:url("/assets/images/jewellery/jewellery-004.png");}

.category-grid{
  grid-template-columns:repeat(2,1fr);
}

.product-row{
  grid-template-columns:repeat(3,1fr);
}

.product-img{
  height:420px;
  background-size:cover;
  background-position:center;
}

@media(max-width:900px){
  .category-grid,
  .product-row{
    grid-template-columns:1fr;
  }
}

/* === FORCE CATEGORY + PRODUCT IMAGES === */

.cat-image,
.product-img{
  background-size:contain !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
}

.cat-swim-real{
  background-image:url("/assets/images/marege/swimwear/biquini-pulseira-marrom1-copy.jpg") !important;
}

.cat-jewel-real{
  background-image:url("/assets/images/jewellery/jewellery-028.png") !important;
}

.p1{background-image:url("/assets/images/marege/swimwear/biquini-pulseira-marrom1-copy.jpg") !important;}
.p2{background-image:url("/assets/images/marege/swimwear/biquini-cortininha-tucano-vermelho-copy.jpg") !important;}
.p3{background-image:url("/assets/images/marege/swimwear/biquini-cortininha-brasil_costas-copy.jpg") !important;}
.p4{background-image:url("/assets/images/jewellery/jewellery-028.png") !important;}
.p5{background-image:url("/assets/images/jewellery/jewellery-021.png") !important;}
.p6{background-image:url("/assets/images/jewellery/jewellery-004.png") !important;}

/* === PRODUCT IMAGE SIZE POLISH === */

.product-img{
  height:320px !important;
  background-size:contain !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
  background-color:#faf8f5 !important;
  border-radius:2px;
}

.product-card{
  background:#fff;
}

@media(max-width:900px){
  .product-img{
    height:340px !important;
  }
}

.product-img{
  height:500px !important;
  background-size:contain !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
  background-color:#faf8f5 !important;
}

/* === PRODUCT CARD IMAGE REBUILD === */

.product-img{
  height:420px !important;
  background:#faf8f5 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
}

.product-img img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
  display:block !important;
}

@media(max-width:900px){
  .product-img{
    height:440px !important;
  }
}

/* === HARD FIX PRODUCT CARD LAYOUT === */

.product-row{
  display:grid !important;
  grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
  gap:28px !important;
  align-items:start !important;
}

.product-card{
  position:relative !important;
  display:block !important;
  min-width:0 !important;
  overflow:hidden !important;
}

.product-img{
  width:100% !important;
  height:380px !important;
  background:#faf8f5 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
}

.product-img img{
  max-width:100% !important;
  max-height:100% !important;
  width:auto !important;
  height:auto !important;
  object-fit:contain !important;
  display:block !important;
}

@media(max-width:900px){
  .product-row{
    grid-template-columns:1fr !important;
  }

  .product-img{
    height:420px !important;
  }
}
