:root{--orange:#f14b27;--orange-dark:#d83c19;--cream:#fff9f2;--cream2:#fff4e9;--ink:#211916;--muted:#66544d;--line:#eadfd7;--brown:#2d211d;--gold:#f2bd13;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;line-height:1.5}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 44px));margin-inline:auto}.center{text-align:center}
.site-header{height:108px;background:transparent;border-bottom:1px solid rgba(255,255,255,.18);position:absolute;top:0;left:0;right:0;z-index:50}.nav-wrap{height:100%;display:flex;align-items:center;gap:30px}.brand{width:108px;flex:none}.brand img{width:100%;height:88px;object-fit:contain;filter:drop-shadow(0 4px 10px rgba(0,0,0,.28))}.main-nav{display:flex;gap:33px;margin-left:auto;font-weight:600;font-size:14px;color:#fff}.main-nav a{padding:12px 0;position:relative;text-shadow:0 1px 6px rgba(0,0,0,.45)}.main-nav a.active,.main-nav a:hover{color:var(--gold)}.main-nav a.active:after,.main-nav a:hover:after{content:"";position:absolute;left:0;right:0;bottom:4px;height:2px;background:var(--gold)}.menu-toggle{display:none;border:0;background:none;padding:8px}.menu-toggle span{display:block;width:25px;height:2px;background:#fff;margin:5px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 22px;border-radius:999px;font-weight:700;border:1px solid transparent;transition:.2s}.btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(241,75,39,.2)}.btn-primary{background:var(--orange);color:#fff}.btn-primary:hover{background:var(--orange-dark)}.btn-outline{border-color:#4e4845;background:transparent}.btn-outline-light{border-color:rgba(255,255,255,.72);background:rgba(0,0,0,.12);color:#fff}.btn-outline-light:hover{background:#fff;color:var(--ink)}.btn-light{background:#fff;color:var(--orange)}.nav-cta{margin-left:20px;background:var(--orange)}
.hero-dark{position:relative;min-height:700px;display:flex;align-items:center;overflow:hidden;background:#1e1210}.hero-background{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 52%;filter:saturate(1.08) contrast(1.08) brightness(.82)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(24,12,10,.94) 0%,rgba(30,15,12,.82) 36%,rgba(30,15,12,.40) 62%,rgba(30,15,12,.18) 100%)}.hero-content{position:relative;z-index:3;padding-top:118px;padding-bottom:56px;color:#fff}.hero-kicker{font-size:12px;font-weight:800;letter-spacing:.17em;color:var(--gold);margin:0 0 22px}.hero-dark h1{font-family:'Playfair Display',Georgia,serif;font-size:clamp(64px,7vw,108px);line-height:.98;margin:0 0 24px;max-width:720px}.hero-dark h1 span{color:#f6bd2d}.hero-dark .hero-lead{font-size:18px;max-width:650px;line-height:1.55;color:#fff}.hero-actions{display:flex;gap:14px;margin:30px 0}.hero-features{display:flex;gap:25px;flex-wrap:wrap;font-size:13px;font-weight:700;color:#fff}.hero-features span::first-letter{color:var(--gold)}.colombia-flag-image{position:absolute;z-index:3;right:12px;bottom:18px;width:min(29vw,390px);height:auto;filter:drop-shadow(0 8px 12px rgba(0,0,0,.28));pointer-events:none}
.benefits{background:#fffaf5;border-block:1px solid var(--line)}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:42px;padding:58px 15px}.benefits article{display:flex;gap:18px}.benefit-icon{color:var(--orange);font-size:50px;line-height:1}.benefits h3{font-family:'Playfair Display',serif;font-size:22px;line-height:1.08;margin:0 0 10px}.benefits p{font-size:15px;line-height:1.55;color:var(--muted);margin:0}
.section{padding:78px 0}.section-narrow{padding:28px 0 62px}.section-title p{color:var(--orange);font-size:11px;font-weight:800;letter-spacing:.14em;margin:0}.section-title h2{font-family:'Playfair Display',serif;font-size:39px;margin:7px 0 4px}.section-title span{font-size:14px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:28px}.product-card{background:#fff;border:1px solid #e2d6cd;border-radius:16px;overflow:hidden}.product-card h3{font-family:'Playfair Display',serif;color:var(--orange);font-size:22px;line-height:1;min-height:54px;margin:14px 0 4px;display:flex;align-items:center;justify-content:center;text-align:center}.product-card>img{width:100%;height:245px;object-fit:cover;object-position:center}.product-text{padding:18px 20px 24px;min-height:176px}.product-text p{font-size:13px;min-height:78px;margin:0 0 12px}.product-text strong{font-family:'Playfair Display',serif;color:var(--orange);font-size:22px}.products-cta{margin-top:22px}
.inside-card{background:linear-gradient(100deg,#2a201c,#3a2b25);border-radius:16px;color:#fff;display:grid;grid-template-columns:31% 35% 34%;gap:30px;padding:16px 26px;align-items:center}.inside-card>img{width:100%;height:205px;object-fit:cover;border-radius:12px}.inside-copy h2{font-family:'Playfair Display',serif;font-size:37px;line-height:.95;margin:9px 0}.inside-copy p{font-size:12px}.inside-card ul{list-style:none;padding:0;margin:0}.inside-card li{padding:16px 0;border-bottom:1px solid rgba(255,255,255,.18);font-size:12px}.inside-card li:before{content:'✓';color:#ffd100;margin-right:14px;font-weight:800}
.two-column{display:grid;grid-template-columns:38% 62%;gap:65px;align-items:center}.catering-copy h2,.gallery-heading h2{font-family:'Playfair Display',serif;font-size:50px;line-height:.92;margin:10px 0 18px}


.catering-copy>p{font-size:12px;color:var(--muted)}.service-list{margin:22px 0}.service-list>div{display:grid;grid-template-columns:145px 1fr;border-bottom:1px solid var(--line);padding:10px 0;font-size:11px}.service-list b{color:var(--orange)}.event-collage{position:relative;padding:0 0 65px 60px}.event-main{width:100%;height:475px;object-fit:cover;border-radius:18px;box-shadow:0 18px 45px rgba(0,0,0,.14)}.event-small{position:absolute;bottom:0;left:0;width:210px;height:175px;object-fit:cover;border:7px solid #fff;border-radius:18px;box-shadow:0 14px 35px rgba(0,0,0,.15)}.about{background:var(--cream2)}.about-grid{grid-template-columns:55% 45%}.about-collage{padding-left:0;padding-right:60px}.about-collage .event-small{left:auto;right:0}
.gallery{border-top:1px solid var(--line)}.gallery-layout{display:grid;grid-template-columns:22% 78%;gap:34px}.gallery-heading h2{font-size:40px}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.gallery-grid figure{margin:0}.gallery-grid img{width:100%;height:175px;object-fit:cover;border-radius:12px}.gallery-grid figcaption{display:flex;align-items:center;gap:8px;font-size:9px;margin-top:12px}.gallery-grid b{display:grid;place-items:center;flex:none;width:24px;height:24px;border-radius:50%;background:var(--orange);color:#fff}
.frozen{padding-bottom:88px}.frozen-banner{position:relative;min-height:220px;background:linear-gradient(105deg,#f24622 0%,#f4542a 56%,#ff7b3f 100%);border-radius:22px;color:#fff;display:grid;grid-template-columns:48% 34% 18%;align-items:center;padding:34px 38px;overflow:hidden;box-shadow:0 18px 45px rgba(146,53,25,.18);transition:transform .3s ease,box-shadow .3s ease}.frozen-banner h2{font-family:'Playfair Display',serif;font-size:31px;line-height:1;margin:7px 0}.frozen-banner>img{width:100%;height:150px;object-fit:cover}.frozen-points{display:flex;gap:20px;font-size:9px;margin-top:15px}
.site-footer{background:#fffaf5;border-top:1px solid var(--line);padding:48px 0 20px}.footer-grid{display:grid;grid-template-columns:1.4fr .7fr .9fr 1fr;gap:50px}.footer-logo{width:120px;height:100px;object-fit:contain}.site-footer p,.site-footer a,.site-footer span{font-size:14px;line-height:1.55;color:var(--muted)}.site-footer h3{font-size:16px;margin:0 0 12px}.site-footer a{display:block;margin:4px 0}.footer-sign strong{display:block;font-family:'Playfair Display',serif;color:var(--orange);font-size:32px;margin-top:5px}.footer-sign i{display:block;width:105px;height:2px;background:linear-gradient(90deg,#f2bc14,#f14b27);margin-top:8px}.copyright{text-align:center;border-top:1px solid var(--line);padding-top:18px;margin-top:32px;font-size:12px;color:#89746d}.floating-wa{position:fixed;right:18px;bottom:18px;width:54px;height:54px;border-radius:50%;background:#25d366;color:#fff;display:grid;place-items:center;font-weight:800;box-shadow:0 10px 28px rgba(0,0,0,.24);z-index:30}.floating-wa i{
    font-size:32px;
    line-height:1;
}
@media(max-width:900px){.main-nav{display:none;position:absolute;top:96px;left:20px;right:20px;background:rgba(35,22,18,.97);padding:20px;border-radius:16px;box-shadow:0 18px 45px rgba(0,0,0,.15);flex-direction:column}.main-nav.open{display:flex}.menu-toggle{display:block;margin-left:auto}.nav-cta{display:none}.hero-dark{min-height:680px}.hero-content{padding-top:130px}.hero-dark h1{font-size:72px}.benefits-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.inside-card{grid-template-columns:1fr}.two-column,.gallery-layout,.about-grid{grid-template-columns:1fr}.about-collage{padding-right:0}.frozen-banner{position:relative;min-height:220px;background:linear-gradient(105deg,#f24622 0%,#f4542a 56%,#ff7b3f 100%);border-radius:22px;color:#fff;display:grid;grid-template-columns:48% 34% 18%;align-items:center;padding:34px 38px;overflow:hidden;box-shadow:0 18px 45px rgba(146,53,25,.18);transition:transform .3s ease,box-shadow .3s ease}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.site-header{height:88px}.brand{width:82px}.brand img{height:72px}.hero-dark{min-height:720px}.hero-content{padding-top:118px}.hero-dark h1{font-size:54px}.hero-dark .hero-lead{font-size:16px}.hero-features{gap:12px}.colombia-flag-image{right:-35px;bottom:20px;width:250px}.benefits-grid,.product-grid,.gallery-grid{grid-template-columns:1fr}.product-card>img{height:250px}.catering-copy h2{font-size:42px}.event-collage{padding-left:25px}.event-main{height:360px}.event-small{width:150px;height:130px}.footer-grid{grid-template-columns:1fr}}

.frozen-banner:hover{transform:translateY(-5px);box-shadow:0 26px 60px rgba(146,53,25,.26)}
.frozen-banner::before{content:"";position:absolute;inset:0;background:
radial-gradient(circle at 8% 25%,rgba(255,255,255,.14),transparent 22%),
linear-gradient(90deg,transparent 0 54%,rgba(255,255,255,.08) 54% 100%);pointer-events:none}
.frozen-banner>div,.frozen-banner>img,.frozen-banner>a{position:relative;z-index:2}
.frozen-banner>img{width:100%;height:185px;object-fit:cover;border-radius:18px;transform:rotate(-2deg);box-shadow:0 14px 32px rgba(0,0,0,.22);transition:transform .3s ease}
.frozen-banner:hover>img{transform:rotate(0deg) scale(1.025)}
.frozen-banner .btn-light{min-height:52px;font-size:14px;box-shadow:0 8px 24px rgba(0,0,0,.12)}
.frozen-banner h2{font-size:37px}
.frozen-points{font-size:11px;gap:24px}


/* Premium frozen-products banner */
.frozen{padding:54px 0 112px}
.frozen-premium-banner{position:relative;display:grid;grid-template-columns:88px minmax(350px,1.1fr) minmax(390px,.95fr);align-items:center;gap:28px;min-height:230px;padding:30px 34px;border-radius:24px;overflow:hidden;color:#fff;background:linear-gradient(105deg,#ed3e1f 0%,#f45129 52%,#ff6d35 100%);box-shadow:0 22px 55px rgba(128,45,22,.20);isolation:isolate}
.frozen-premium-banner::before{content:"";position:absolute;inset:0;z-index:-2;background:radial-gradient(circle at 66% 38%,rgba(255,255,255,.24),transparent 29%),radial-gradient(circle at 7% 16%,rgba(255,255,255,.10),transparent 24%)}
.frozen-premium-banner::after{content:"";position:absolute;inset:0;z-index:-1;opacity:.18;background-image:repeating-linear-gradient(135deg,transparent 0 22px,rgba(255,255,255,.16) 22px 23px)}
.frozen-icon{width:72px;height:72px;border:2px solid rgba(255,255,255,.80);border-radius:50%;display:grid;place-items:center;color:#fff;transition:transform .3s ease,background .3s ease}
.frozen-icon svg{width:43px;height:43px}
.frozen-premium-banner:hover .frozen-icon{transform:translateY(-4px) rotate(-4deg);background:rgba(255,255,255,.10)}
.frozen-premium-copy .eyebrow{margin-bottom:7px;font-size:11px}
.frozen-premium-copy h2{font-family:'Playfair Display',serif;font-size:clamp(30px,3vw,43px);line-height:.97;margin:0;color:#fff}
.frozen-premium-points{display:flex;gap:22px;align-items:flex-start;margin-top:22px;font-size:11px;font-weight:600;line-height:1.25}
.frozen-premium-points span{max-width:145px;display:flex;gap:7px;align-items:flex-start}
.frozen-premium-points b{font-size:21px;line-height:.8;color:#fff}
.frozen-premium-product{position:relative;align-self:stretch;display:flex;align-items:center;justify-content:center;min-height:170px}
.frozen-premium-product::before{content:"";position:absolute;width:260px;height:145px;border-radius:50%;background:rgba(255,255,255,.20);filter:blur(40px)}
.frozen-premium-product img{position:absolute;inset:-30px -35px -30px -10px;width:calc(100% + 45px);height:calc(100% + 60px);object-fit:cover;object-position:center;border-radius:0;mix-blend-mode:normal;transition:transform .35s ease,filter .35s ease;filter:drop-shadow(0 15px 20px rgba(87,30,14,.18))}
.frozen-premium-banner:hover .frozen-premium-product img{transform:scale(1.025) translateY(-2px)}
.frozen-premium-button{position:absolute;z-index:2;right:0;bottom:14px;display:inline-flex;align-items:center;gap:12px;min-height:48px;padding:0 22px;border-radius:999px;background:#fff;color:#ef4725;font-weight:800;font-size:13px;box-shadow:0 12px 26px rgba(91,27,11,.16);transition:transform .25s ease,box-shadow .25s ease}
.frozen-premium-button:hover{transform:translateY(-3px);box-shadow:0 16px 32px rgba(91,27,11,.24)}
.frozen-premium-button span{font-size:20px}
@media(max-width:980px){.frozen-premium-banner{grid-template-columns:72px 1fr;padding:28px}.frozen-premium-product{grid-column:1/-1;min-height:220px}.frozen-premium-product img{inset:0;width:100%;height:100%;border-radius:18px}.frozen-premium-button{right:18px;bottom:18px}
.language-switcher{
    margin-left:auto;
    margin-right:10px;
}


}
@media(max-width:640px){.frozen{padding:42px 0 88px}.frozen-premium-banner{grid-template-columns:1fr;gap:18px;padding:25px 20px}.frozen-icon{width:62px;height:62px}.frozen-premium-copy h2{font-size:32px}.frozen-premium-points{flex-direction:column;gap:10px}.frozen-premium-points span{max-width:none}.frozen-premium-product{grid-column:auto;min-height:235px}.frozen-premium-button{left:14px;right:14px;justify-content:center}
.language-switcher{
    gap:5px;
    font-size:12px;
    margin-right:6px;
}

.flag-emoji{
    font-size:16px;
}

}

/* =========================================================
   PREMIUM TYPOGRAPHY + DENSITY PASS — matched to approved mockup
   ========================================================= */
:root{
  --display:'Cormorant Garamond', Georgia, serif;
  --sans:'Manrope', Arial, sans-serif;
}
body{font-family:var(--sans);font-size:16px;line-height:1.62;letter-spacing:-.01em}
.container{width:min(1220px,calc(100% - 56px))}

.site-header{height:112px}
.nav-wrap{gap:34px}
.brand{width:118px}
.brand img{height:96px}
.main-nav{gap:36px;font-size:15px;font-weight:700;letter-spacing:-.015em}
.btn{min-height:50px;padding:0 26px;font-size:15px;letter-spacing:-.015em}
.nav-cta{padding-inline:24px}

.hero-dark{min-height:770px}
.hero-content{padding-top:150px;padding-bottom:78px}
.hero-kicker{font-size:13px;letter-spacing:.19em;margin-bottom:25px}
.hero-dark h1{font-family:var(--display);font-size:clamp(76px,7.2vw,116px);font-weight:700;line-height:.87;letter-spacing:-.04em;max-width:770px;margin-bottom:30px}
.hero-dark .hero-lead{font-size:19px;line-height:1.55;max-width:620px;font-weight:500}
.hero-actions{margin:34px 0 35px;gap:16px}
.hero-features{font-size:14px;gap:31px;font-weight:700}
.colombia-flag-image{width:min(28vw,430px)}

.benefits-grid{padding:64px 0;gap:54px}
.benefits article{gap:20px;align-items:flex-start}
.benefit-icon{font-size:53px}
.benefits h3{font-family:var(--display);font-size:26px;font-weight:700;line-height:.94;letter-spacing:-.02em;margin-bottom:11px}
.benefits p{font-size:15.5px;line-height:1.55}

.section{padding:40px 0px}
.section-narrow{padding:30px 0 30px}
.section-title p,.eyebrow{font-size:20px;letter-spacing:.17em;color:#ef4a28;font-weight:800;}
.section-title h2{font-family:var(--display);font-size:52px;font-weight:800;line-height:.93;letter-spacing:-.035em;margin:10px 0 8px}
.section-title span{font-size:16px;font-weight:500}
.product-grid{gap:22px;margin-top:38px}
.product-card{border-radius:20px;box-shadow:0 10px 32px rgba(63,35,25,.055);transition:transform .25s ease,box-shadow .25s ease}
.product-card:hover{transform:translateY(-7px);box-shadow:0 22px 50px rgba(63,35,25,.13)}
.product-card h3{font-family:var(--display);font-size:28px;font-weight:700;min-height:72px;margin:10px 0 0;line-height:.88;letter-spacing:-.02em}
.product-card>img{height:285px}
.product-text{padding:24px 25px 28px;min-height:205px}
.product-text p{font-size:15.5px;line-height:1.55;min-height:100px}
.product-text strong{font-family:var(--display);font-size:31px;font-weight:700}
.products-cta{margin-top:30px}

.inside-card{grid-template-columns:31% 35% 34%;gap:42px;padding:27px 33px;border-radius:22px}
.inside-card>img{height:260px;border-radius:16px}
.inside-copy h2{font-family:var(--display);font-size:55px;font-weight:800;line-height:.82;letter-spacing:-.035em;margin:13px 0 20px}
.inside-copy p{font-size:15px;line-height:1.55; }
.inside-card li{font-size:14.5px;padding:19px 0}


.two-column{
    display:grid;
    grid-template-columns:minmax(320px, 0.9fr) minmax(0, 1.1fr);
    gap:60px;
    align-items:center;
}
.catering-copy{
    min-width:0;
}

.catering-copy h2,
.catering-copy p{
    max-width:100%;
}

.catering-copy h2,.gallery-heading h2{font-family:var(--display);font-size:clamp(52px, 4.5vw, 70px);font-weight:700;line-height:.82;letter-spacing:-.04em;margin:13px 0 25px}
.catering-copy>p{font-size:15.5px;line-height:1.65}
.catering-copy .eyebrow{
    display:block;
    color:#ef4a28;
    font-family:'Manrope', Arial, sans-serif;
    font-size:28px;
    font-weight:800;
    line-height:1;
    letter-spacing:3px;
    text-transform:uppercase;
    margin:0 0 20px;
}

.service-list{margin:28px 0}
.service-list>div{grid-template-columns:170px 1fr;padding:14px 0;font-size:16px; font-weight: 800;}
.event-main{height:535px;border-radius:22px}
.event-small{width:235px;height:195px;border-radius:20px}
.about .catering-copy h2{font-size:61px;line-height:.88}

.gallery-layout{grid-template-columns:23% 77%;gap:3px;align-items:start}
.gallery-heading h2{font-size:52px}
.gallery-grid{gap:18px}
.gallery-grid img{height:205px;border-radius:15px}
.gallery-grid figcaption{font-size:15px;line-height:1.35;margin-top:14px}
.gallery-grid b{width:29px;height:29px;font-size:13px}

.frozen-premium-banner{min-height:250px;padding:34px 40px;grid-template-columns:94px minmax(410px,1.15fr) minmax(430px,.95fr);gap:31px;border-radius:25px}
.frozen-icon{width:78px;height:78px}
.frozen-premium-copy .eyebrow{font-size:12px}
.frozen-premium-copy h2{font-family:var(--display);font-size:clamp(38px,3.5vw,51px);font-weight:700;line-height:.86;letter-spacing:-.035em}
.frozen-premium-points{font-size:12px;gap:26px;margin-top:25px}
.frozen-premium-product{min-height:190px}
.frozen-premium-product img{object-fit:contain;inset:-24px -25px -24px -5px;width:calc(100% + 30px);height:calc(100% + 48px);filter:drop-shadow(0 15px 20px rgba(87,30,14,.18))}
.frozen-premium-button{min-height:52px;padding:0 25px;font-size:14px}

.site-footer{padding:58px 0 24px}
.footer-grid{gap:62px}
.footer-logo{width:132px;height:112px}
.site-footer p,.site-footer a,.site-footer span{font-size:15px;line-height:1.65}
.site-footer h3{font-size:17px;margin-bottom:14px}
.site-footer a{margin:6px 0}
.footer-sign strong{font-family:var(--display);font-size:38px;font-weight:700}
.copyright{font-size:13px;padding-top:20px;margin-top:38px}

@media(max-width:900px){
  .container{width:min(100% - 36px,1220px)}
  .hero-dark{min-height:720px}
  .hero-dark h1{font-size:78px}
  .benefits-grid{gap:32px}
  .product-card>img{height:270px}
  .inside-card{gap:25px}
  .two-column{gap:55px}
  .frozen-premium-banner{grid-template-columns:78px 1fr}
}
@media(max-width:560px){
  body{font-size:15px}
  .hero-dark h1{font-size:58px;line-height:.9}
  .hero-dark .hero-lead{font-size:17px}
  .benefits h3{font-size:25px}
  .benefits p{font-size:15px}
  .section-title h2{font-size:43px}
  .product-card h3{font-size:29px}
  .product-text p{font-size:16px;min-height:auto}
  .inside-copy h2{font-size:48px}
  .catering-copy h2,.gallery-heading h2{font-size:51px}
  .site-footer p,.site-footer a,.site-footer span{font-size:15px}
}


/* =========================================================
   EXACT HERO FEATURE STRIP + BENEFITS STRIP
   Matched to approved reference image
   ========================================================= */

.exact-hero-features{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:38px;
  margin-top:31px;
  color:#fff;
  font-family:'Manrope',Arial,sans-serif;
  font-size:14px;
  line-height:1;
  font-weight:700;
  letter-spacing:-.025em;
}

.exact-hero-features span{
  display:inline-flex;
  align-items:center;
  gap:10px;
  white-space:nowrap;
  text-shadow:0 1px 2px rgba(0,0,0,.18);
}

.exact-hero-features svg{
  width:25px;
  height:25px;
  flex:none;
  fill:none;
  stroke:#ff4c2b;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
  filter:drop-shadow(0 1px 1px rgba(0,0,0,.12));
}

.exact-benefits{
  background:#fffdfa;
  border-top:1px solid #eadfd7;
  border-bottom:1px solid #eadfd7;
}

.exact-benefits-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:52px;
  padding:51px 18px 53px;
}

.exact-benefits-grid article{
  display:grid;
  grid-template-columns:66px 1fr;
  align-items:start;
  gap:16px;
  min-width:0;
}

.benefit-icon-wrap{
  width:61px;
  height:61px;
  display:grid;
  place-items:center;
  color:#f14928;
}

.benefit-icon-wrap svg{
  width:58px;
  height:58px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.1;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.exact-benefits-grid h3{
  margin:1px 0 8px;
  color:#1f1714;
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:32px;
  font-weight:800;
  line-height:.94;
  letter-spacing:-.025em;
}

.exact-benefits-grid p{
  margin:0;
  color:#312723;
  font-family:'Manrope',Arial,sans-serif;
  font-size:13.5px;
  font-weight:500;
  line-height:1.42;
  letter-spacing:-.025em;
}

@media (max-width:980px){
  .exact-hero-features{gap:24px;font-size:13px}
  .exact-benefits-grid{grid-template-columns:repeat(2,1fr);gap:38px 48px}
}

@media (max-width:620px){
  .exact-hero-features{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:17px 13px;
    font-size:12px;
    line-height:1.2;
  }
  .exact-hero-features span{white-space:normal}
  .exact-hero-features svg{width:22px;height:22px}
  .exact-benefits-grid{
    grid-template-columns:1fr;
    gap:30px;
    padding:42px 5px;
  }
  .exact-benefits-grid article{
    grid-template-columns:62px 1fr;
    gap:15px;
  }
  .exact-benefits-grid h3{font-size:24px}
  .exact-benefits-grid p{font-size:18px}
}


/* =========================================================
   PRODUCT SECTION — MATCHED TO THE APPROVED MOCKUP
   ========================================================= */

.products-reference{
  background:#fffaf4;
}

.products-heading{
  margin-bottom:20px;
}

.products-heading p{
  margin-bottom:1px;
  color:#ef4726;
  font-size:20px;
  font-weight:800;
  letter-spacing:.1em;
  width:100%;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}

.products-heading h2{
  margin:0 0 8px;
  color:#201613;
  font-family:'Cormorant Garamond','Playfair Display',Georgia,serif;
  font-size:48px;
  font-weight:800;
  line-height:.90;
  letter-spacing:-.035em;
  width:100%;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}

.products-heading span{
    display:block;
    color:#2a211d;
    font-size:16px;
    font-weight:700;
    width:100%;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}

.product-grid-reference{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
  align-items:stretch;
}

.product-card-reference{
  display:flex;
  flex-direction:column;
  overflow:hidden;
  min-width:0;
  background:rgba(255,255,255,.58);
  border:1.5px solid #dfd2c8;
  border-radius:18px;
  box-shadow:0 7px 24px rgba(75,43,30,.035);
}

.product-card-reference h3{
  min-height:62px;
  margin:0;
  padding:15px 10px 11px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#ef4726;
  font-family:'Cormorant Garamond','Playfair Display',Georgia,serif;
  font-size:28px;
  font-weight:800;
  line-height:.8;
  letter-spacing:-.025em;
  text-align:center;
}

.product-photo{
  height:225px;
  overflow:hidden;
  background:#f6ebe1;
}

.product-photo img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

.product-package-row{
  min-height:132px;
  padding:9px 16px 2px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
}

.mini-package{
  width:116px;
  height:108px;
  object-fit:contain;
  filter:drop-shadow(0 8px 10px rgba(60,34,24,.12));
}

.package-count{
  width:82px;
  height:82px;
  flex:none;
  border:1.5px solid #f2b7a8;
  border-radius:50%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  background:rgba(255,250,246,.9);
  color:#211915;
  text-align:center;
}

.package-count b{
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:34px;
  font-weight:800;
  line-height:.7;
}

.package-count small{
  margin-top:7px;
  font-size:9px;
  font-weight:900;
  line-height:1.05;
}

.product-card-reference .product-text{
  flex:1;
  min-height:220px;
  padding:8px 20px 20px;
  display:flex;
  flex-direction:column;
}

.product-card-reference .product-text p{
  min-height:6px;
  margin:0;
  color:#211915;
  font-size:14px;
  font-weight:700;
  line-height:1.5;
}

.product-card-reference .product-text strong{
  display:block;
  margin:10px 0 12px;
  color:#ef4726;
  font-family:'Cormorant Garamond','Playfair Display',Georgia,serif;
  font-size:29px;
  font-weight:800;
  line-height:1;
}

.product-order{
  width:100%;
  min-height:43px;
  margin-top:20px;
  padding:0 12px;
  font-size:13px;
  font-weight:800;
}

.products-reference .products-cta{
  min-width:225px;
  min-height:45px;
  margin-top:50px;
  font-size:14px;
  font-weight:800;
}

@media(max-width:1020px){
  .product-grid-reference{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:600px){
  .products-heading h2{
    font-size:39px;
  }
  .products-heading span{
    font-size:14px;
  }
  .product-grid-reference{
    grid-template-columns:1fr;
    gap:18px;
  }
  .product-photo{
    height:280px;
  }
  .product-card-reference .product-text{
    min-height:auto;
  }
  .product-card-reference .product-text p{
    min-height:auto;
  }
}


/* =========================================================
   FOOTER — MATCHED TO THE APPROVED REFERENCE
   ========================================================= */

.footer-reference{
  background:#fff9f3;
  border-top:3px solid #ef4a28;
  padding:33px 0 16px;
  color:#1f1815;
}

.footer-reference-grid{
  display:grid;
  grid-template-columns:1.25fr .72fr 1fr 1.15fr;
  gap:58px;
  align-items:start;
}

.footer-about{
  display:grid;
  grid-template-columns:92px 1fr;
  column-gap:17px;
  align-items:start;
}

.footer-reference .footer-logo{
  grid-row:1 / span 2;
  width:86px;
  height:86px;
  object-fit:contain;
  margin:0;
}

.footer-reference p{
  margin:0;
  color:#28201c;
  font-family:'Manrope',Arial,sans-serif;
  font-size:14px;
  font-weight:650;
  line-height:1.42;
}

.footer-socials{
  grid-column:2;
  display:flex;
  gap:10px;
  margin-top:8px;
}

.footer-socials a{
  width:25px;
  height:25px;
  display:grid;
  place-items:center;
  margin:0;
  border-radius:50%;
  color:#221a17;
  font-size:18px;
  font-weight:900;
  line-height:1;
}

.footer-reference h3{
  margin:0 0 7px;
  color:#201714;
  font-family:'Manrope',Arial,sans-serif;
  font-size:17px;
  font-weight:900;
  line-height:1.1;
  
}

.footer-reference a{
  display:block;
  margin:3px 0;
  color:#2a211d;
  font-family:'Manrope',Arial,sans-serif;
  font-size:14px;
  font-weight:650;
  line-height:1.35;
}

.footer-contact a{
  display:flex;
  align-items:center;
  gap:9px;
}

.footer-contact a span{
  width:20px;
  color:#40352f;
  font-size:17px;
  font-weight:800;
  text-align:center;
}

.footer-brand-message{
  padding-top:1px;
}

.footer-brand-message>span{
  display:block;
  margin-bottom:4px;
  color:#2a211d;
  font-family:'Manrope',Arial,sans-serif;
  font-size:14px;
  font-weight:750;
}

.footer-brand-message strong{
  display:block;
  color:#ef4a28;
  font-family:'Cormorant Garamond','Playfair Display',Georgia,serif;
  font-size:38px;
  font-weight:800;
  line-height:.95;
  letter-spacing:-.025em;
}

.brand-lines{
  display:flex;
  align-items:center;
  gap:5px;
  margin-top:8px;
}

.brand-lines i{
  display:block;
  height:2px;
  width:43px;
}

.brand-lines i:nth-child(1){background:#faeb22}
.brand-lines i:nth-child(2){background:#0c22e2}
.brand-lines i:nth-child(3){background:#e70b0b}
.brand-lines b{
  margin-left:2px;
  color:#eb820b;
  font-size:23px;
  line-height:1;
}

.footer-reference .copyright{
  margin-top:26px;
  padding-top:12px;
  border-top:1px solid #eadfd7;
  color:#76635b;
  font-size:11px;
  font-weight:600;
  text-align:center;
}

@media(max-width:900px){
  .footer-reference-grid{
    grid-template-columns:repeat(2,1fr);
    gap:34px 45px;
  }
}

@media(max-width:560px){
  .footer-reference{
    padding-top:36px;
  }
  .footer-reference-grid{
    grid-template-columns:1fr;
    gap:28px;
  }



  .footer-about{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
}}



  .footer-reference .footer-logo{
    width:76px;
    height:76px;
    margin-left: 0px;
  }
  .footer-reference p,
  .footer-reference a,
  .footer-brand-message>span{
    font-size:14px;
  }
}


/* =========================================================
   DELIAREPAS VERSION 2 — TYPOGRAPHY ONLY
   Applied over the user's edited project.
   Existing text, margins, spacing, images and layout are preserved.
   ========================================================= */

:root{
  --display-v2:'Playfair Display', Georgia, 'Times New Roman', serif;
  --body-v2:'DM Sans', Arial, sans-serif;
}

/* General interface and body text */
html,
body,
button,
input,
textarea,
select,
.main-nav,
.btn,
.hero-kicker,
.hero-lead,
.hero-features,
.exact-hero-features,
.benefits p,
.exact-benefits-grid p,
.section-title p,
.section-title span,
.products-heading p,
.products-heading span,
.product-text p,
.product-card-reference .product-text p,
.product-order,
.products-cta,
.inside-copy p,
.inside-card li,
.catering-copy > p,
.catering-copy .eyebrow,
.service-list,
.gallery-grid figcaption,
.frozen-premium-copy .eyebrow,
.frozen-premium-points,
.frozen-premium-button,
.site-footer,
.footer-reference{
  font-family:var(--body-v2)!important;
}

/* Editorial/display titles */
h1,
h2,
h3,
.hero-dark h1,
.section-title h2,
.products-heading h2,
.product-card h3,
.product-card-reference h3,
.product-text strong,
.product-card-reference .product-text strong,
.inside-copy h2,
.catering-copy h2,
.gallery-heading h2,
.frozen-premium-copy h2,
.footer-sign strong,
.footer-brand-message strong,
.exact-benefits-grid h3,
.package-count b{
  font-family:var(--display-v2)!important;
}

body{
  font-family:var(--body-v2)!important;
  font-weight:500;
  letter-spacing:-.015em;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}

/* Navigation and buttons */
.main-nav{
  font-weight:700!important;
  letter-spacing:-.02em!important;
}

.btn,
.product-order,
.products-cta,
.frozen-premium-button{
  font-weight:800!important;
  letter-spacing:-.02em!important;
}

/* Hero */
.hero-kicker{
  font-weight:800!important;
  letter-spacing:.16em!important;
}

.hero-dark h1{
  font-weight:700!important;
  line-height:.91!important;
  letter-spacing:-.045em!important;
}

.hero-dark .hero-lead{
  font-weight:600!important;
  letter-spacing:-.02em!important;
}

.hero-features,
.exact-hero-features{
  font-weight:700!important;
}

/* Benefit strip */
.benefits h3,
.exact-benefits-grid h3{
  font-weight:700!important;
  letter-spacing:-.03em!important;
}

.benefits p,
.exact-benefits-grid p{
  font-weight:600!important;
  letter-spacing:-.02em!important;
}

/* Eyebrow labels */
.section-title p,
.products-heading p,
.catering-copy .eyebrow,
.gallery-heading .eyebrow,
.frozen-premium-copy .eyebrow,
.eyebrow{
  font-family:var(--body-v2)!important;
  font-weight:800!important;
  letter-spacing:.16em!important;
  text-transform:uppercase!important;
}

/* Main section titles */
.section-title h2,
.products-heading h2{
  font-weight:700!important;
  line-height:.94!important;
  letter-spacing:-.04em!important;
}

.section-title span,
.products-heading span{
  font-weight:600!important;
  letter-spacing:-.02em!important;
}

/* Products */
.product-card h3,
.product-card-reference h3{
  font-weight:700!important;
  letter-spacing:-.03em!important;
}

.product-text p,
.product-card-reference .product-text p{
  font-weight:600!important;
  letter-spacing:-.02em!important;
}

.product-text strong,
.product-card-reference .product-text strong{
  font-weight:700!important;text-align:center;

}

.package-count small{
  font-family:var(--body-v2)!important;
  font-weight:800!important;
}

/* Dark feature section */
.inside-copy h2{
  font-weight:700!important;
  letter-spacing:-.04em!important;
}

.inside-copy p,
.inside-card li{
  font-weight:600!important;
}

/* Catering and gallery */
.catering-copy h2,
.gallery-heading h2{
  font-weight:700!important;
  letter-spacing:-.045em!important;
}

.catering-copy > p{
  font-weight:600!important;
  letter-spacing:-.02em!important;
}

.catering-copy .eyebrow{
  font-weight:800!important;
}

.service-list > div{
  font-family:var(--body-v2)!important;
  font-weight:600!important;
}

.service-list b{
  font-weight:800!important;
}

.gallery-grid figcaption{
  font-weight:600!important;
}

/* Frozen banner */
.frozen-premium-copy h2{
  font-weight:700!important;
  letter-spacing:-.04em!important;
}

.frozen-premium-points{
  font-weight:700!important;
}

/* Footer */
.footer-reference p,
.footer-reference a,
.footer-brand-message > span,
.site-footer p,
.site-footer a,
.site-footer span{
  font-family:var(--body-v2)!important;
  font-weight:600!important;
  letter-spacing:-.02em!important;
}

.footer-reference h3,
.site-footer h3{
  font-family:var(--body-v2)!important;
  font-weight:800!important;
  
}

.footer-brand-message strong,
.footer-sign strong{
  font-family:var(--display-v2)!important;
  font-weight:700!important;
  letter-spacing:-.035em!important;
}

/* Uniform line icons */
.exact-hero-features svg,
.benefit-icon-wrap svg{
  fill:none!important;
  stroke:#f14928!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}


/* =========================================================
   RESPONSIVE FIX — MOBILE, IPAD AND TABLET
   Applied over the user's current project without replacing
   existing desktop text, images or spacing choices.
   ========================================================= */

html,
body{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}

img,
svg{
  max-width:100%;
}

.container{
  width:min(1220px,calc(100% - 48px));
  max-width:100%;
}

.hero-content,
.catering-copy,
.inside-copy,
.footer-reference-grid > *,
.product-card-reference,
.gallery-grid figure{
  min-width:0;
}

.copyright a{
  display:inline;
  white-space:nowrap;
}

/* Small laptops and landscape tablets */
@media (max-width:1180px){

  .container{
    width:min(100% - 42px,1100px);
  }

  .site-header{
    height:98px;
  }

  .brand{
    width:96px;
  }

  .brand img{
    height:82px;
  }

  .main-nav{
    gap:22px;
    font-size:13px!important;
  }

  .nav-cta{
    margin-left:8px;
    padding-inline:18px;
    font-size:13px!important;
  }

  .hero-dark{
    min-height:720px;
  }

  .hero-dark h1{
    font-size:clamp(68px,7vw,92px)!important;
    max-width:620px;
  }

  .hero-dark .hero-lead{
    max-width:560px;
  }

  .exact-hero-features{
    gap:22px!important;
  }

  .exact-benefits-grid{
    gap:30px;
    padding-inline:0;
  }

  .product-grid-reference{
    gap:16px;
  }

  .product-photo{
    height:215px;
  }

  .inside-card{
    gap:24px;
  }

  .two-column{
    grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
    gap:48px;
  }

  .catering-copy h2,
  .gallery-heading h2{
    font-size:clamp(48px,5.2vw,64px)!important;
  }

  .event-main{
    height:450px;
  }

  .gallery-layout{
    grid-template-columns:25% 75%;
    gap:28px;
  }

  .gallery-grid{
    gap:12px;
  }

  .gallery-grid img{
    height:180px;
  }

  .frozen-premium-banner{
    grid-template-columns:76px minmax(300px,1fr) minmax(330px,.9fr);
    gap:20px;
    padding:28px;
  }

  .footer-reference-grid{
    gap:34px;
  }
}

/* iPad, tablets and compact laptops */
@media (max-width:980px){

  

  .container{
    width:min(100% - 36px,900px);
  }

  .site-header{
    height:88px;
  }

  .nav-wrap{
    position:relative;
  }

  .brand{
    width:82px;
  }

  .brand img{
    height:70px;
  }

  .menu-toggle{
    display:block;
    margin-left:auto;
    position:relative;
    z-index:102;
  }

  .main-nav{
    display:none;
    position:absolute;
    top:76px;
    left:0;
    right:0;
    z-index:101;
    padding:22px;
    border-radius:18px;
    background:rgba(35,22,18,.98);
    box-shadow:0 18px 45px rgba(0,0,0,.25);
    flex-direction:column;
    gap:4px;
  }

  .main-nav.open{
    display:flex;
  }

  .main-nav a{
    width:100%;
    padding:13px 8px;
    color:#fff;
  }

  .main-nav a.active::after,
  .main-nav a:hover::after{
    left:8px;
    right:auto;
    width:34px;
    bottom:6px;
  }

  .nav-cta{
    display:none;
  }

  .hero-dark{
    min-height:690px;
  }

  .hero-content{
    padding-top:122px;
    padding-bottom:54px;
  }

  .hero-dark h1{
    font-size:clamp(60px,9vw,78px)!important;
    max-width:570px;
  }

  .hero-dark .hero-lead{
    max-width:530px;
    font-size:17px!important;
  }

  .colombia-flag-image{
    width:270px;
    right:-30px;
    bottom:24px;
    opacity:.9;
  }

  .exact-hero-features{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px 24px!important;
    max-width:580px;
  }

  .exact-benefits-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:38px 42px;
    padding:46px 0;
  }

  .products-heading h2{
    font-size:clamp(40px,6vw,50px)!important;
  }

  .product-grid-reference{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:22px;
  }

  .product-photo{
    height:270px;
  }

  .inside-card{
    grid-template-columns:1fr;
    gap:24px;
    padding:24px;
  }

  .inside-card > img{
    width:100%;
    height:330px;
  }

  .inside-card ul{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
  }

  .inside-card li{
    border:1px solid rgba(255,255,255,.16);
    border-radius:12px;
    padding:15px;
    text-align:center;

  }

  .two-column,
  .about-grid{
    grid-template-columns:1fr;
    gap:44px;
  }

  .catering-copy{
    max-width:760px;
  }

  .catering-copy h2,
  .gallery-heading h2{
    font-size:clamp(52px,8vw,66px)!important;
  }

  .event-collage,
  .about-collage{
    padding:0 0 56px 45px;
  }

  .event-main{
    height:520px;
  }

  .event-small{
    width:215px;
    height:175px;
  }

  .gallery-layout{
    grid-template-columns:1fr;
    gap:28px;
  }

  .gallery-heading h2 br{
    display:none;
  }

  .gallery-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:22px;
  }

  .gallery-grid img{
    height:260px;
  }

  .frozen-premium-banner{
    grid-template-columns:74px 1fr;
    gap:24px;
  }

  .frozen-premium-product{
    grid-column:1 / -1;
    min-height:260px;
  }

  .frozen-premium-product img{
    inset:0;
    width:100%;
    height:100%;
    object-fit:contain;
  }

  .frozen-premium-button{
    right:20px;
    bottom:20px;
  }

  .footer-reference-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:34px 44px;
  }



  
}

/* Phones and narrow tablets */
@media (max-width:640px){

@media(max-width:640px){
    .floating-wa{
        width:50px;
        height:50px;
        right:14px;
        bottom:14px;
    }

    .floating-wa i{
        font-size:27px;
    }
}




/* BENEFITS - MOBILE */
.exact-benefits-grid article{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    gap:18px;
}

.exact-benefits-grid article div{
    text-align:center;
}

.exact-benefits-grid h3{
    text-align:center;
    margin-bottom:10px;
}

.exact-benefits-grid p{
    text-align:center;
    margin:0 auto;
}

.benefit-icon-wrap{
    margin:0 auto;
}


  
  .container{
    width:calc(100% - 28px);
  }

  .section{
    padding:64px 0;
  }

  .section-narrow{
    padding:30px 0 58px;
  }

  .site-header{
    height:80px;
  }

  .brand{
    width:72px;
  }

  .brand img{
    height:62px;
  }

  .menu-toggle{
    padding:6px;
  }

  .main-nav{
    top:68px;
    padding:18px;
  }

  .hero-dark{
    min-height:760px;
  }

  .hero-background{
    object-position:62% center;
  }

  .hero-overlay{
    background:linear-gradient(
      180deg,
      rgba(24,12,10,.92) 0%,
      rgba(24,12,10,.82) 55%,
      rgba(24,12,10,.48) 100%
    );
  }

  .hero-content{
    padding-top:112px;
    padding-bottom:42px;
  }

  .hero-kicker{
    font-size:11px!important;
    margin-bottom:16px;
  }

  .hero-dark h1{
    font-size:clamp(48px,15vw,62px)!important;
    max-width:100%;
    line-height:.9!important;
  }

  .hero-dark .hero-lead{
    font-size:16px!important;
    max-width:100%;
  }

  .hero-actions{
    flex-direction:column;
    align-items:stretch;
    gap:12px;
    margin:26px 0;
  }

  .hero-actions .btn{
    width:100%;
  }

  .exact-hero-features{
    grid-template-columns:1fr!important;
    gap:14px!important;
    font-size:13px!important;
  }

  .colombia-flag-image{
    width:190px;
    right:-38px;
    bottom:18px;
    opacity:.72;
  }

  .exact-benefits-grid{
    grid-template-columns:1fr;
    gap:26px;
    padding:40px 0;
  }

  .exact-benefits-grid article{
    grid-template-columns:58px 1fr;
    gap:14px;
  }

  .benefit-icon-wrap,
  .benefit-icon-wrap svg{
    width:52px;
    height:52px;
  }

  .products-heading{
    margin-bottom:24px;
  }

  .products-heading h2{
    font-size:clamp(37px,11vw,46px)!important;
    line-height:.98!important;
  }

  .products-heading span{
    font-size:14px!important;
    line-height:1.45;
  }

  .product-grid-reference{
    grid-template-columns:1fr;
    gap:18px;
  }

  .product-card-reference h3{
    min-height:auto;
    padding:18px 12px 14px;
  }

  .product-photo{
    height:290px;
  }

  .product-card-reference .product-text{
    min-height:auto;
  }

  .product-card-reference .product-text p{
    min-height:auto;
  }

  .inside-card{
    padding:18px;
  }

  .inside-card > img{
    height:240px;
  }

  .inside-copy h2{
    font-size:44px!important;text-align:center;

  }

  .inside-card ul{
    grid-template-columns:1fr;
  }

  .catering-copy .eyebrow{
    font-size:18px!important;
    letter-spacing:2px!important;
        text-align:center;

  }

.catering-copy h2{
    width:100%;
    max-width:100%;
    margin:16px 0 22px;

    font-family:var(--body-v2) !important;
    font-size:27px !important;
    font-weight:700 !important;
    line-height:1.3 !important;
    letter-spacing:-0.02em !important;

    text-align:left;
}

.catering-copy h2 br{
    display:none;
}

.catering-copy p{
    font-size:16px;
    line-height:1.7;
}

  .service-list > div{
    grid-template-columns:1fr;
    gap:4px;
    padding:13px 0;
  }

  .event-collage,
  .about-collage{
    padding:0 0 42px 18px;
  }

  .event-main{
    height:390px;
    border-radius:18px;
  }

  .event-small{
    width:150px;
    height:125px;
    border-width:5px;
  }

  .gallery-grid{
    grid-template-columns:1fr;
    gap:20px;
  }

  .gallery-grid img{
    height:260px;
  }

  .gallery-grid figcaption{
    font-size:12px!important;
  }

  .frozen{
    padding-bottom:70px;
  }

  .frozen-premium-banner{
    grid-template-columns:1fr;
    gap:18px;
    padding:24px 18px;
    border-radius:20px;
  }

  .frozen-icon{
    width:62px;
    height:62px;
  }

  .frozen-premium-copy h2{
    font-size:34px!important;
  }

  .frozen-premium-points{
    flex-direction:column;
    gap:12px;
  }

  .frozen-premium-product{
    grid-column:auto;
    min-height:235px;
    padding-bottom:70px;
  }

  .frozen-premium-button{
    left:12px;
    right:12px;
    bottom:12px;
    justify-content:center;
    text-align:center;
  }


/* FOOTER CENTRADO EN CELULAR */

.footer-reference{
    text-align:center;
}

.footer-reference-grid{
    grid-template-columns:1fr;
    justify-items:center;
    text-align:center;
}

.footer-about{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
}

.footer-reference .footer-logo{
    margin:0 auto 12px;
}

.footer-about p{
    text-align:center;
}

.footer-links{
    width:100%;
    text-align:center;
}

.footer-links a{
    display:block;
    text-align:center;
}

.footer-contact{
    width:100%;
    text-align:center;
}

.footer-contact a{
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
    gap:9px;
}

.footer-brand-message{
    width:100%;
    text-align:center;
}

.brand-lines{
    justify-content:center;
}



  .footer-reference-grid{
    grid-template-columns:1fr;
    gap:28px;
  }

  .footer-about{
    grid-template-columns:78px 1fr;
  }

  .footer-contact a{
    overflow-wrap:anywhere;
  }

  .copyright{
    white-space:normal;
    line-height:1.55;
  }

  .floating-wa{
    width:60px;
    height:60px;
    right:14px;
    bottom:14px;
  }
}

/* Very narrow phones */
@media (max-width:380px){

  .container{
    width:calc(100% - 22px);
  }

  .hero-dark h1{
    font-size:45px!important;
  }

  .product-photo{
    height:250px;
  }

  .event-main{
    height:330px;
  }

  .gallery-grid img{
    height:230px;
  }



}


/* ==========================================
   FOOTER IPAD MINI — UNA SOLA COLUMNA
   Debe quedar al final absoluto del CSS
   ========================================== */

@media screen and (min-width:641px) and (max-width:900px){

  @media (min-width:641px) and (max-width:900px){

    .floating-wa{
        width:68px;
        height:68px;
        right:22px;
        bottom:22px;
    }

    .floating-wa i{
        font-size:36px;
    }
}

    .footer-reference .footer-reference-grid{
        display:grid !important;
        grid-template-columns:1fr !important;
        grid-template-areas:
            "about"
            "contact"
            "links"
            "brand" !important;

        gap:28px !important;
        justify-items:center !important;
        align-items:start !important;
        text-align:center !important;
    }

    .footer-reference .footer-about{
        grid-area:about !important;
        display:flex !important;
        flex-direction:column !important;
        align-items:center !important;
        text-align:center !important;
    }

    .footer-reference .footer-logo{
        margin:0 auto 12px !important;
    }

    .footer-reference .footer-about p{
        text-align:center !important;
    }

    .footer-reference .footer-contact{
        grid-area:contact !important;
        width:100% !important;
        text-align:center !important;
    }

    .footer-reference .footer-contact a{
        display:flex !important;
        justify-content:center !important;
        align-items:center !important;
        width:100% !important;
        margin:7px 0 !important;
    }

    .footer-reference .footer-links{
        grid-area:links !important;
        width:100% !important;
        text-align:center !important;
    }

    .footer-reference .footer-links a{
        display:block !important;
        margin:7px 0 !important;
    }

    .footer-reference .footer-brand-message{
        grid-area:brand !important;
        width:100% !important;
        text-align:center !important;
    }

    .footer-reference .brand-lines{
        justify-content:center !important;
    }
}

/* ==========================================
   CATERING — IPAD MINI Y TABLETS
   MISMO ESTILO QUE EN CELULAR
   ========================================== */

@media screen and (min-width:641px) and (max-width:900px){

    .catering-copy{
        width:100% !important;
        max-width:100% !important;
        text-align:center !important;
    }

    .catering-copy .eyebrow{
        font-size:25px !important;
        font-weight:800 !important;
        letter-spacing:2px !important;
        text-align:center !important;
        margin-bottom:18px !important;
    }

    .products-heading h2,
.catering-copy h2{
    margin:0 0 8px;
    color:#201613;
    font-family:'Cormorant Garamond','Playfair Display',Georgia,serif;
    font-size:20px;
    font-weight:800;
    line-height:.90;
    letter-spacing:-.035em;
}

    .catering-copy h2 br{
        display:none !important;
    }

    .catering-copy > p{
        max-width:680px !important;
        margin-left:auto !important;
        margin-right:auto !important;
        font-size:16px !important;
        line-height:1.7 !important;
        text-align:center !important;
    }
}

/* FOOTER — SURFACE PRO 7 / SURFACE DUO */
@media screen and (min-width:540px) and (max-width:912px){

    .footer-reference{
        padding:36px 0 18px;
    }

    .footer-reference .footer-reference-grid{
        display:grid !important;
        grid-template-columns:1fr !important;
        gap:26px !important;
        justify-items:center !important;
        text-align:center !important;
    }

    .footer-reference .footer-about{
        display:flex !important;
        flex-direction:column !important;
        align-items:center !important;
        text-align:center !important;
    }

    .footer-reference .footer-logo{
        margin:0 auto 10px !important;
    }

    .footer-reference .footer-about p{
        text-align:center !important;
    }

    .footer-reference .footer-links{
        width:100% !important;
        text-align:center !important;
    }

    .footer-reference .footer-links a{
        display:block !important;
        margin:6px 0 !important;
    }

    .footer-reference .footer-contact{
        width:100% !important;
        text-align:center !important;
    }

    .footer-reference .footer-contact a{
        display:flex !important;
        justify-content:center !important;
        align-items:center !important;
        gap:9px !important;
        margin:7px 0 !important;
    }

    .footer-reference .footer-brand-message{
        width:100% !important;
        text-align:center !important;
    }

    .footer-reference .brand-lines{
        justify-content:center !important;
    }

    .footer-reference .copyright{
        margin-top:28px !important;
        padding:14px 12px 0 !important;
        line-height:1.5 !important;
        white-space:normal !important;
    }
}

.language-switcher{
    display:flex;
    align-items:center;
    gap:8px;
    margin-left:8px;
    color:#fff;
    font-size:13px;
    font-weight:800;
}

.lang-link{
    display:inline-flex;
    align-items:center;
    gap:5px;
    color:#fff;
    opacity:.72;
    transition:.2s ease;
}

.lang-link:hover{
    opacity:1;
    color:var(--gold);
}

.lang-link.active{
    opacity:1;
    color:var(--gold);
}

.flag-emoji{
    font-size:18px;
    line-height:1;
}

.lang-divider{
    opacity:.4;
}