
:root{--wine:#780000;--wine-dark:#520004;--orange:#f58a1b;--gold:#eec567;--peach:#fd9c72;--blush:#fff0e4;--cream:#fef9f3;--paper:#fffefa;--ink:#35251f;--muted:#75655c;--line:#eadfd5;--shadow:0 20px 60px rgba(90,28,8,.11);--radius:26px;--max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;line-height:1.55}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}
.container{width:min(calc(100% - 40px),var(--max));margin-inline:auto}.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--wine);font-size:.76rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.eyebrow:before{content:"";width:28px;height:1px;background:currentColor}
.section{padding:96px 0}.section--cream{background:var(--cream)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:28px;margin-bottom:34px}.section-head h2,.story h2,.catalog-hero h1,.product-copy h1{font-family:Georgia,"Times New Roman",serif;font-weight:500;line-height:1.05;letter-spacing:-.035em;margin:10px 0 0}.section-head h2{font-size:clamp(2.25rem,5vw,4.3rem);max-width:760px}.section-head p{color:var(--muted);max-width:460px;margin:0}
.site-header{position:sticky;top:0;z-index:20;background:rgba(255,253,249,.88);backdrop-filter:blur(16px);border-bottom:1px solid rgba(231,221,212,.72)}.nav{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{font-family:Georgia,"Times New Roman",serif;font-size:2rem;letter-spacing:-.05em;color:var(--wine);font-weight:700}.nav-links{display:flex;align-items:center;gap:28px;font-size:.92rem;font-weight:650}.nav-links a:hover{color:var(--wine)}.nav-actions{display:flex;align-items:center;gap:10px}.menu-toggle{display:none;border:0;background:none;padding:8px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 20px;border-radius:999px;border:1px solid transparent;font-weight:750;font-size:.92rem;transition:.2s ease}.btn:hover{transform:translateY(-1px)}.btn--primary{background:var(--wine);color:#fff}.btn--primary:hover{background:var(--wine-dark)}.btn--ghost{border-color:var(--line);background:#fff}.btn--ghost:hover{border-color:var(--orange)}.btn--light{background:#fff;color:var(--wine)}
.hero{min-height:calc(100vh - 84px);display:flex;align-items:center;background:radial-gradient(circle at 15% 20%,rgba(238,197,103,.24),transparent 34%),linear-gradient(180deg,#fffdf9 0%,#fbf6ef 100%);overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:62px;align-items:center;padding:64px 0}.hero-copy h1{font-family:Georgia,"Times New Roman",serif;font-weight:500;line-height:.95;letter-spacing:-.055em;font-size:clamp(4rem,8vw,7.9rem);margin:18px 0 24px;color:var(--wine-dark)}.hero-copy h1 span{display:block;color:var(--wine)}.hero-copy .lead{font-size:clamp(1.15rem,2vw,1.42rem);max-width:620px;color:var(--muted);margin:0 0 32px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-note{margin-top:26px;color:var(--muted);font-size:.86rem}
.hero-visual{position:relative;min-height:620px}.hero-card{position:absolute;overflow:hidden;background:#fff;border:8px solid #fff;box-shadow:var(--shadow)}.hero-card img{width:100%;height:100%;object-fit:cover}.hero-card--a{width:66%;height:72%;right:0;top:5%;border-radius:180px 180px 28px 28px}.hero-card--b{width:48%;height:48%;left:0;bottom:0;border-radius:28px 110px 28px 28px}.hero-card--c{width:38%;height:34%;right:4%;bottom:0;border-radius:90px 28px 28px 28px}
.hero-stamp{
  position:absolute;
  left:6%;
  top:10%;
  min-width:190px;
  padding:18px 20px 16px;
  border-radius:22px 22px 22px 10px;
  background:rgba(255,251,245,.96);
  border:1px solid rgba(238,197,103,.72);
  color:var(--wine);
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  text-align:left;
  font-family:Georgia,serif;
  font-size:1.08rem;
  line-height:1.06;
  transform:rotate(-5deg);
  box-shadow:0 18px 38px rgba(120,0,0,.10);
  z-index:3
}.hero-stamp small{
  display:block;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-size:.72rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--muted);
  margin-top:10px
}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;transition:.22s ease;min-width:0}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:transparent}.product-image{aspect-ratio:1/1.03;overflow:hidden;background:var(--cream)}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-image img{transform:scale(1.025)}.product-body{padding:20px;display:flex;flex-direction:column;gap:9px;flex:1}.product-body h3{font-family:Georgia,serif;font-size:1.4rem;line-height:1.1;margin:0}.product-body p{margin:0;color:var(--muted);font-size:.9rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-link{margin-top:auto;padding-top:8px;color:var(--wine);font-weight:800;font-size:.86rem}
.values{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:38px}.value{padding:32px;border:1px solid var(--line);border-radius:var(--radius);background:rgba(255,255,255,.62)}.value-number{font-family:Georgia,serif;color:var(--orange);font-size:2.7rem;line-height:1;margin-bottom:22px}.value h3{font-family:Georgia,serif;font-size:1.55rem;margin:0 0 8px}.value p{color:var(--muted);margin:0}
.story{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.story-photo{position:relative}.story-photo img{border-radius:210px 210px 26px 26px;width:100%;aspect-ratio:.82/1;object-fit:cover}.story-photo:after{content:"";position:absolute;right:-22px;bottom:-22px;width:44%;height:38%;border:2px solid var(--orange);border-radius:24px 24px 100px 24px;z-index:-1}.story h2{font-size:clamp(2.8rem,5.6vw,5rem);color:var(--wine-dark)}.story p{color:var(--muted);font-size:1.05rem}.story-signature{font-family:Georgia,serif;color:var(--wine);font-size:1.65rem;margin-top:26px}
.cta-band{padding:42px 0;background:var(--wine);color:white}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.cta-inner h2{font-family:Georgia,serif;font-size:clamp(2rem,4vw,3.5rem);font-weight:500;line-height:1.05;margin:0}.cta-inner p{margin:8px 0 0;color:#fff1df}
.site-footer{padding:46px 0 30px;background:#4b0504;color:#fff8ef}.footer-grid{display:grid;grid-template-columns:1.3fr .7fr .7fr;gap:40px}.footer-brand{font-family:Georgia,serif;font-size:2.5rem}.footer-grid p,.footer-grid a{color:#f1d9ca;font-size:.9rem}.footer-links{display:grid;gap:10px}.footer-title{font-weight:800;margin-bottom:12px}.footer-bottom{margin-top:36px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;gap:18px;color:#d9b6a6;font-size:.8rem}
.catalog-hero{padding:76px 0 42px;background:var(--cream)}.catalog-hero h1{font-size:clamp(3.2rem,7vw,6.2rem);color:var(--wine-dark)}.catalog-hero p{max-width:650px;color:var(--muted);font-size:1.08rem}.catalog-grid{grid-template-columns:repeat(3,1fr)}
.product-page{padding:64px 0 96px}.product-layout{display:grid;grid-template-columns:1.08fr .92fr;gap:70px;align-items:start}.product-main-image{background:var(--cream);border-radius:32px;overflow:hidden;box-shadow:var(--shadow)}.product-main-image img{width:100%;aspect-ratio:1/1;object-fit:cover}.product-copy{position:sticky;top:110px;padding-top:20px}.product-copy h1{font-size:clamp(3rem,6vw,5rem);color:var(--wine-dark)}.product-copy .description{font-size:1.15rem;color:var(--muted);margin:24px 0}.info-box{padding:20px;border:1px solid var(--line);border-radius:18px;background:var(--cream);margin:26px 0}.info-box strong{display:block;margin-bottom:5px}.info-box p{margin:0;color:var(--muted);font-size:.92rem}.back-link{display:inline-flex;gap:8px;align-items:center;color:var(--muted);font-weight:700;font-size:.88rem;margin-bottom:26px}.related{padding-top:80px}
.empty-state{padding:60px 24px;text-align:center;color:var(--muted);border:1px dashed var(--line);border-radius:22px}.toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%,20px);background:#221719;color:#fff;padding:13px 18px;border-radius:999px;font-size:.86rem;font-weight:700;opacity:0;pointer-events:none;transition:.25s ease;z-index:50}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:980px){.hero-grid,.story,.product-layout{grid-template-columns:1fr}.hero{min-height:auto}.hero-visual{min-height:520px}.product-grid{grid-template-columns:repeat(2,1fr)}.catalog-grid{grid-template-columns:repeat(2,1fr)}.story{gap:44px}.story-photo{max-width:620px}.product-copy{position:static}}
@media(max-width:760px){.container{width:min(calc(100% - 28px),var(--max))}.section{padding:70px 0}.nav{min-height:72px}.nav-links{position:fixed;inset:72px 0 auto 0;background:var(--paper);border-bottom:1px solid var(--line);padding:22px 24px 28px;display:none;flex-direction:column;align-items:flex-start;gap:18px}.nav-links.open{display:flex}.nav-actions .btn--primary{display:none}.menu-toggle{display:block}.hero-grid{gap:20px;padding:50px 0}.hero-copy h1{font-size:clamp(3.7rem,18vw,6.2rem)}.hero-visual{min-height:430px}.hero-card--a{width:70%;height:72%}.hero-card--b{width:52%;height:45%}.hero-card--c{width:40%;height:30%}.hero-stamp{min-width:150px;padding:14px 16px 12px;font-size:.92rem;left:3%;top:6%}.section-head{display:block}.section-head p{margin-top:16px}.product-grid,.catalog-grid,.values{grid-template-columns:1fr}.product-card{display:grid;grid-template-columns:128px 1fr}.product-image{aspect-ratio:auto;height:100%;min-height:150px}.product-body{padding:17px}.values{gap:12px}.cta-inner{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.product-layout{gap:28px}}
@media(max-width:480px){.product-card{grid-template-columns:108px 1fr}.product-body h3{font-size:1.2rem}.product-body p{-webkit-line-clamp:2}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn{width:100%}}

.brand{display:flex;align-items:center;line-height:0}
.brand-logo{width:108px;height:78px;object-fit:contain;object-position:center}
.footer-logo{width:148px;height:auto;max-height:138px;object-fit:contain;margin-bottom:14px}
.service-band{padding:0 0 96px}
.service-card{display:grid;grid-template-columns:.82fr 1.18fr;border:1px solid var(--line);border-radius:32px;overflow:hidden;background:linear-gradient(135deg,var(--cream),#fff);box-shadow:var(--shadow)}
.service-visual{
  min-height:340px;
  background:linear-gradient(145deg,#f8ede6 0%,#fff6ef 100%);
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:26px
}
.service-collage{
  position:relative;
  width:100%;
  height:100%;
  min-height:288px;
}
.service-photo{
  position:absolute;
  object-fit:cover;
  border-radius:28px;
  border:8px solid rgba(255,255,255,.92);
  box-shadow:0 18px 45px rgba(90,28,8,.16);
}
.service-photo--a{
  width:58%;
  height:70%;
  left:4%;
  top:6%;
}
.service-photo--b{
  width:38%;
  height:42%;
  right:6%;
  top:10%;
}
.service-photo--c{
  width:42%;
  height:42%;
  right:10%;
  bottom:6%;
}

.service-copy{padding:58px;display:flex;flex-direction:column;justify-content:center}
.service-copy h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.7rem,5vw,4.6rem);font-weight:500;letter-spacing:-.035em;line-height:1.02;margin:10px 0 18px;color:var(--wine-dark)}
.service-copy p{color:var(--muted);font-size:1.06rem;max-width:620px;margin:0 0 24px}
.service-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--orange);font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.service-kicker:before{content:"";width:24px;height:1px;background:currentColor}
@media(max-width:760px){
  .brand-logo{width:84px;height:58px}
  .footer-logo{width:128px}
  .service-band{padding-bottom:70px}
  .service-card{grid-template-columns:1fr}
  .service-visual{min-height:250px}
  .service-copy{padding:32px 26px 36px}
}




.hero-copy{position:relative}
.hero-visual{position:relative}



.hero-copy{
  position:relative;
  isolation:isolate;
}
.hero-copy::before{
  content:"";
  position:absolute;
  left:-18px;
  top:-10px;
  width:250px;
  height:210px;
  background:url("../images/logo-mayola.svg") center/contain no-repeat;
  opacity:.075;
  pointer-events:none;
  z-index:0;
}
.hero-copy > *{
  position:relative;
  z-index:1;
}
.hero-copy .eyebrow{
  display:inline-flex;
  justify-content:flex-start;
  text-align:left;
}
.hero-copy h1,
.hero-copy .lead,
.hero-copy .hero-note{
  text-align:left;
}
.hero-copy h1{
  margin-top:12px;
}
@media(max-width:980px){
  .hero-copy::before{
    width:215px;
    height:182px;
    left:-10px;
    top:-4px;
    opacity:.07;
  }
}
@media(max-width:760px){
  .hero-copy::before{
    width:170px;
    height:145px;
    left:-6px;
    top:4px;
    opacity:.06;
  }
}





#mayola,#contacto,#catering{scroll-margin-top:110px}
.catalog-grid{margin-top:8px}
.product-copy .btn{margin-top:10px}

@media(max-width:980px){
  .hero-stamp{
    min-width:170px;
    padding:16px 18px 14px;
    left:4%;
    top:8%;
  }
  .service-photo--a{width:56%;height:68%}
  .service-photo--b{width:40%;height:40%}
  .service-photo--c{width:44%;height:40%}
}
@media(max-width:760px){
  .hero-stamp{
    min-width:142px;
    padding:12px 14px 10px;
    left:2%;
    top:4%;
    font-size:.9rem;
    transform:rotate(-4deg);
  }
  .hero-stamp small{font-size:.62rem;margin-top:8px}
  .service-collage{min-height:210px}
  .service-photo{border-width:6px;border-radius:22px}
  .service-photo--a{width:60%;height:68%;left:2%;top:8%}
  .service-photo--b{width:38%;height:38%;right:4%;top:10%}
  .service-photo--c{width:40%;height:38%;right:8%;bottom:8%}
  
}

:focus-visible{outline:3px solid var(--orange);outline-offset:3px}
.btn:focus-visible,.product-card:focus-visible,.nav-links a:focus-visible,.footer-links a:focus-visible{border-radius:10px}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
