
:root{--char:#242628;--char2:#1d1f21;--coffee:#28170f;--cream:#f7f1e8;--paper:#fffaf4;--gray:#dfe1df;--gold:#b77b2f;--gold2:#d9aa67;--ink:#1c1b1a;--muted:#6c655e;--line:#d9cec1;--green:#149b57}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--char);color:#fff;font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.5}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.wrap{width:min(1180px,92%);margin:auto}
.site-header{height:76px;position:sticky;top:0;z-index:100;background:rgba(29,31,33,.97);border-bottom:1px solid rgba(217,170,103,.18);backdrop-filter:blur(12px)}.nav-wrap{height:100%;width:min(1240px,95%);margin:auto;display:flex;align-items:center;gap:20px}.brand{display:flex;align-items:center;gap:10px;margin-right:auto}.brand-mark{width:38px;height:38px;border:1px solid var(--gold2);border-radius:10px;display:grid;place-items:center;color:var(--gold2);font-size:12px;font-weight:900}.brand-copy{display:flex;flex-direction:column}.brand-copy b{font-family:Georgia,serif;font-size:23px;line-height:1}.brand-copy small{font-size:8px;letter-spacing:.16em;color:#d6c4b3;margin-top:5px}.desktop-nav{display:flex;gap:16px}.nav-link{font-size:13px;color:#e5ddd6}.nav-link.active,.nav-link:hover{color:var(--gold2)}.header-actions{display:flex;align-items:center;gap:8px}.lang-toggle,.cart-button,.menu-toggle{background:#2b2d2f;color:#fff;border:1px solid #4a4c4e;border-radius:9px;padding:9px 11px;cursor:pointer}.cart-button{font-weight:800}.order-top{background:linear-gradient(135deg,#9b6122,#c9893f);padding:11px 16px;border-radius:9px;font-size:13px;font-weight:800}.menu-toggle{display:none;font-size:19px}.mobile-nav{display:none;position:absolute;top:76px;left:0;right:0;background:#202224;border-bottom:1px solid #393b3e;padding:16px 4%;flex-direction:column;gap:14px}.mobile-nav.open{display:flex}
.hero{min-height:570px;position:relative;display:flex;align-items:center;background:var(--hero) center/cover no-repeat}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,7,5,.91),rgba(15,10,7,.62) 54%,rgba(15,10,7,.18))}.hero-content{position:relative;z-index:1;padding:78px 0}.eyebrow{font-size:12px;letter-spacing:.23em;text-transform:uppercase;color:var(--gold2);font-weight:900}.hero h1{font-family:Georgia,serif;font-size:clamp(48px,6.7vw,84px);line-height:.98;margin:12px 0 18px;max-width:790px}.hero p{font-size:18px;max-width:690px;color:#f1e9e1}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:27px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:9px;font-weight:800;border:1px solid transparent}.btn.gold{background:linear-gradient(135deg,#9c6223,#c98b40)}.btn.green{background:var(--green)}.btn.outline{border-color:#907255;background:rgba(255,255,255,.05)}.full-btn{width:100%}
.quickbar{background:var(--coffee);border-top:1px solid #51331f;border-bottom:1px solid #51331f}.quickgrid{display:grid;grid-template-columns:repeat(6,1fr)}.quick{padding:17px 8px;text-align:center;border-right:1px solid #51331f;font-size:12px;color:#ead8c6}.quick b{display:block;font-size:21px;color:var(--gold2);margin-bottom:4px}
.section{padding:76px 0}.cream{background:var(--cream);color:var(--ink)}.paper{background:var(--paper);color:var(--ink)}.gray{background:var(--gray);color:var(--ink)}.dark{background:var(--char2)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}.section-head h2,.split-copy h2{font-family:Georgia,serif;font-size:clamp(36px,4.7vw,56px);line-height:1.03;margin:0}.section-head p,.split-copy p{color:var(--muted);max-width:620px}.photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.photo-grid.four{grid-template-columns:repeat(4,1fr)}.photo-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;color:var(--ink);box-shadow:0 12px 32px rgba(28,18,12,.08)}.photo-card img{width:100%;height:280px;object-fit:cover;object-position:center;cursor:zoom-in;transition:transform .22s ease}.photo-card-body{padding:17px}.photo-card h3{font-family:Georgia,serif;font-size:25px;margin:0 0 7px}.photo-card p{color:var(--muted);font-size:14px;margin:0}.price{font-size:22px;font-weight:900;color:#7a451b;margin-top:10px}.add-cart{margin-top:12px;width:100%;border:0;background:#2c2e30;color:white;border-radius:9px;padding:11px;font-weight:800;cursor:pointer}.add-cart:hover{background:#8b571f}.image-split{display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:center}.image-split.reverse .split-image{order:2}.split-image img{width:100%;height:auto;max-height:520px;object-fit:contain;object-position:center;border-radius:22px;background:#f4eee5;box-shadow:0 18px 55px rgba(0,0,0,.16);cursor:zoom-in;transition:transform .22s ease}.check-list{list-style:none;padding:0}.check-list li{padding:9px 0;border-bottom:1px solid #ded3c6}.check-list li:before{content:"✓";color:var(--gold);font-weight:900;margin-right:10px}.info-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.info-card{background:white;border:1px solid var(--line);border-radius:16px;padding:22px;color:var(--ink)}.info-card b{display:block;font-family:Georgia,serif;font-size:22px}.info-card p{color:var(--muted);font-size:14px}.form-shell{background:white;border:1px solid var(--line);border-radius:20px;padding:24px;color:var(--ink);box-shadow:0 12px 34px rgba(0,0,0,.07)}.form-shell h2{font-family:Georgia,serif;font-size:38px;margin-top:0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.field{display:flex;flex-direction:column;gap:6px}.field.full{grid-column:1/-1}.field label{font-size:12px;font-weight:800}.field input,.field select,.field textarea{padding:13px 14px;border:1px solid #d8cec2;border-radius:9px;font:inherit;background:white;color:#111}.field textarea{min-height:125px}.tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:25px}.tab{border:1px solid #d1c3b4;background:#fff;padding:10px 14px;border-radius:999px;font-weight:700;cursor:pointer}.tab.active{background:#70431a;color:#fff}.menu-section{margin-top:38px}.menu-section h2{font-family:Georgia,serif;font-size:38px}.menu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.gallery{columns:4 230px;column-gap:14px}.gallery-item{break-inside:avoid;margin-bottom:14px;border-radius:16px;overflow:hidden}.gallery-item img{width:100%;height:auto;min-height:0;object-fit:contain;object-position:center;cursor:zoom-in;transition:transform .22s ease}.gallery-item.tall img{height:auto}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.blog-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;color:var(--ink)}.blog-card img{width:100%;height:260px;object-fit:cover;object-position:center;cursor:zoom-in;transition:transform .22s ease}.blog-card div{padding:17px}.blog-card h3{font-family:Georgia,serif;font-size:25px;margin:0 0 8px}.blog-card p{color:var(--muted)}.notice{border-left:4px solid var(--gold);background:#f1e4d3;padding:14px 16px;border-radius:0 10px 10px 0;color:#5d3a1b}.order-summary{background:#f4ede4;border:1px solid #dcc8b0;border-radius:14px;padding:16px;margin-bottom:18px}.order-line{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid #e1d3c2;padding:8px 0}.order-line:last-child{border-bottom:0}.order-total{display:flex;justify-content:space-between;font-size:20px;font-weight:900;padding-top:10px}
.footer{background:#17100c;border-top:1px solid #4b3220;padding:46px 0 20px;color:#d4c3b4}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:28px}.footer h4{color:white}.footer a,.footer p{display:block;font-size:13px;color:#c9b7a7;margin:8px 0}.footer-tag{font-family:Georgia,serif!important;color:var(--gold2)!important;font-size:18px!important}.socials{display:flex;gap:9px}.socials span{width:31px;height:31px;border:1px solid #5d4635;border-radius:50%;display:grid;place-items:center}.footer-bottom{border-top:1px solid #3a2920;margin-top:28px;padding-top:17px;display:flex;justify-content:space-between;font-size:12px;color:#99897c}.whatsapp{position:fixed;right:18px;bottom:18px;z-index:80;background:var(--green);color:#fff;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;font-size:12px;font-weight:900;box-shadow:0 12px 28px rgba(0,0,0,.28)}
.cart-overlay{position:fixed;inset:0;background:rgba(0,0,0,.54);z-index:150;opacity:0;pointer-events:none;transition:.2s}.cart-overlay.open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:-440px;width:min(420px,92vw);height:100vh;background:#f8f2e9;color:var(--ink);z-index:160;transition:.25s;display:flex;flex-direction:column;box-shadow:-20px 0 50px rgba(0,0,0,.25)}.cart-drawer.open{right:0}.cart-head{padding:18px 20px;border-bottom:1px solid #ded3c7;display:flex;justify-content:space-between;align-items:center}.cart-head h3{font-family:Georgia,serif;font-size:28px;margin:0}.cart-head button{font-size:30px;border:0;background:none;cursor:pointer}.cart-items{padding:12px 20px;overflow:auto;flex:1}.cart-item{padding:13px 0;border-bottom:1px solid #dfd4c9}.cart-item-top{display:flex;justify-content:space-between;gap:10px;font-weight:800}.cart-controls{display:flex;gap:8px;align-items:center;margin-top:8px}.cart-controls button{border:1px solid #cdbdad;background:#fff;border-radius:7px;padding:5px 9px;cursor:pointer}.cart-footer{border-top:1px solid #ded3c7;padding:18px 20px}.cart-total{display:flex;justify-content:space-between;font-size:20px;margin-bottom:12px}
@media(max-width:1050px){.desktop-nav{display:none}.menu-toggle{display:block}.photo-grid.four{grid-template-columns:repeat(2,1fr)}.info-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:820px){.image-split{grid-template-columns:1fr}.image-split.reverse .split-image{order:0}.photo-grid,.menu-grid,.blog-grid{grid-template-columns:repeat(2,1fr)}.quickgrid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:590px){.site-header{height:68px}.nav-wrap{height:68px}.mobile-nav{top:68px}.order-top{display:none}.hero{min-height:520px}.hero h1{font-size:48px}.photo-grid,.photo-grid.four,.menu-grid,.blog-grid,.info-cards{grid-template-columns:1fr}.quickgrid{grid-template-columns:repeat(2,1fr)}.form-grid{grid-template-columns:1fr}.field.full{grid-column:1}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:8px}.gallery{columns:2 150px}.section{padding:56px 0}.section-head{display:block}}


/* NicaMiga V5 HD image improvements */
[data-lightbox]:hover{transform:scale(1.018)}
@media (prefers-reduced-motion:reduce){[data-lightbox]{transition:none!important}[data-lightbox]:hover{transform:none}}
@media(max-width:590px){
  .photo-card img{height:250px}
  .blog-card img{height:235px}
  .split-image img{max-height:none}
}
.nm-lightbox{
  position:fixed;inset:0;z-index:1000;background:rgba(8,8,8,.94);
  display:none;align-items:center;justify-content:center;padding:28px;
}
.nm-lightbox.open{display:flex}
.nm-lightbox-inner{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}
.nm-lightbox-img{max-width:94vw;max-height:90vh;width:auto;height:auto;object-fit:contain;object-position:center;border-radius:10px;box-shadow:0 20px 70px rgba(0,0,0,.45)}
.nm-lightbox-close,.nm-lightbox-prev,.nm-lightbox-next{
  position:absolute;border:1px solid rgba(255,255,255,.28);background:rgba(20,20,20,.62);
  color:white;cursor:pointer;display:grid;place-items:center;backdrop-filter:blur(5px)
}
.nm-lightbox-close{top:10px;right:10px;width:46px;height:46px;border-radius:50%;font-size:28px}
.nm-lightbox-prev,.nm-lightbox-next{top:50%;transform:translateY(-50%);width:48px;height:62px;border-radius:12px;font-size:28px}
.nm-lightbox-prev{left:10px}.nm-lightbox-next{right:10px}
.nm-lightbox-caption{position:absolute;bottom:8px;left:50%;transform:translateX(-50%);color:#fff;background:rgba(0,0,0,.55);padding:7px 12px;border-radius:999px;font-size:13px;max-width:80vw;text-align:center}
@media(max-width:600px){
  .nm-lightbox{padding:12px}
  .nm-lightbox-prev,.nm-lightbox-next{width:42px;height:54px}
  .nm-lightbox-img{max-width:96vw;max-height:84vh}
}


/* ==========================================================
   NicaMiga Premium V6 — reference-inspired visual system
   ========================================================== */
:root{
  --nm-cream:#fbf7ef;
  --nm-paper:#fffdf8;
  --nm-brown:#2c1a10;
  --nm-brown-2:#4a2b18;
  --nm-gold:#b77b2f;
  --nm-gold-light:#d9aa67;
  --nm-ink:#201a16;
  --nm-muted:#74675b;
  --nm-line:#e4d8c7;
}
body{background:var(--nm-cream);color:var(--nm-ink)}
.utility-bar{background:#fbf8f2;color:#32251c;border-bottom:1px solid #eadfce;font-size:12px}
.utility-inner{width:min(1240px,95%);height:38px;margin:auto;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center}
.utility-fresh{text-align:center}
.utility-social{text-align:right;letter-spacing:.08em}
.premium-header{height:90px;background:rgba(255,252,247,.98);border-bottom:1px solid #e8ddce;box-shadow:0 3px 18px rgba(41,27,17,.06)}
.premium-nav{height:100%;width:min(1240px,95%)}
.brand-logo-link{display:flex;align-items:center;flex-shrink:0;margin-right:auto}
.brand-logo{width:205px;height:70px;object-fit:contain;display:block}
.premium-header .desktop-nav{gap:22px}
.premium-header .nav-link{color:#33271f;font-size:14px;font-weight:650;padding:34px 0 31px;border-bottom:2px solid transparent}
.premium-header .nav-link:hover,.premium-header .nav-link.active{color:#8a571f;border-color:#b77b2f}
.premium-header .lang-toggle,.premium-header .cart-button,.premium-header .search-button,.premium-header .menu-toggle{background:transparent;color:#2b211a;border-color:#ded2c4}
.search-button{border:0;font-size:24px;padding:5px 8px;cursor:pointer}
.premium-header .order-top{background:linear-gradient(135deg,#9d6523,#d09a4a);color:#fff;padding:13px 18px}
.mobile-nav{background:#fffaf3;color:#2b211a;border-bottom:1px solid #e4d7c7}
.mobile-nav .nav-link{color:#2b211a}
.premium-home-hero{min-height:610px;position:relative;background:#2b190f;display:flex;align-items:center;overflow:hidden;isolation:isolate}
.premium-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,9,5,.92) 0%,rgba(15,9,5,.72) 42%,rgba(15,9,5,.14) 74%)}
.premium-hero-content{position:relative;z-index:2;width:min(1180px,92%);margin:auto;padding:72px 0 150px;color:white}
.premium-eyebrow,.premium-small-label{letter-spacing:.18em;font-size:12px;font-weight:800;color:#e2b86f;text-transform:uppercase}
.premium-home-hero h1{font-family:Georgia,serif;font-size:clamp(64px,8vw,116px);font-weight:400;letter-spacing:.04em;line-height:.88;margin:12px 0 6px}
.premium-script{font-family:Georgia,serif;font-style:italic;font-size:clamp(27px,3vw,45px);color:#dfaa53;margin:4px 0 14px}
.premium-home-hero p{max-width:520px;font-size:17px;line-height:1.6;color:#f3eee8}
.premium-hero-actions{display:flex;gap:12px;margin-top:24px;flex-wrap:wrap}
.premium-cta{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#b97928,#e0b15f);color:#20150d;padding:14px 22px;border-radius:7px;font-weight:800;box-shadow:0 8px 24px rgba(0,0,0,.16)}
.premium-cta.secondary{background:rgba(35,25,18,.72);border:1px solid rgba(222,177,103,.65);color:white}
.premium-values{position:absolute;left:0;right:0;bottom:0;z-index:3;width:min(1180px,92%);margin:auto;display:grid;grid-template-columns:repeat(3,1fr);color:white}
.premium-values>div{display:flex;align-items:center;gap:13px;padding:20px 22px;background:rgba(31,21,14,.74);border-top:1px solid rgba(214,165,91,.35);border-right:1px solid rgba(214,165,91,.28);backdrop-filter:blur(6px)}
.premium-values>div:last-child{border-right:0}
.premium-values span{font-size:26px;color:#d7a653}
.premium-values strong{font-size:14px}
.premium-products-section{background:#fffdf8;padding:36px max(3vw,26px) 30px}
.premium-products-head{max-width:1220px;margin:0 auto 25px;display:flex;align-items:end;justify-content:space-between;gap:20px;text-align:center}
.premium-products-head>div{margin:auto}
.premium-products-head h2{font-family:Georgia,serif;font-size:38px;margin:2px 0 0;font-weight:500}
.premium-text-link{font-size:13px;color:#4f3826;white-space:nowrap}
.premium-product-row{max-width:1220px;margin:auto;display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.premium-product-tile{color:#241b16;text-align:center;display:block;transition:transform .18s ease}
.premium-product-tile:hover{transform:translateY(-3px)}
.premium-product-tile img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:8px;box-shadow:0 8px 22px rgba(55,35,20,.09)}
.premium-product-tile h3{font-family:Georgia,serif;font-size:18px;margin:9px 0 0}
.premium-product-tile p{font-size:12px;color:#75695f;margin:2px 0}
.premium-story-band{min-height:250px;position:relative;background:#3a2416;display:flex;align-items:center;justify-content:center;text-align:center;color:white;overflow:hidden;isolation:isolate}
.premium-story-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(31,18,10,.68),rgba(49,30,16,.42),rgba(31,18,10,.68))}
.premium-story-content{position:relative;z-index:2;padding:38px 20px;max-width:760px}
.premium-story-content h2{font-family:Georgia,serif;font-size:34px;font-weight:500;margin:8px 0}
.premium-story-content p{margin:6px 0 20px}
.premium-story-button{display:inline-block;padding:11px 18px;border:1px solid rgba(235,192,123,.7);background:rgba(41,26,15,.65);border-radius:6px;color:#fff;font-weight:700}
.premium-info-bar{display:grid;grid-template-columns:repeat(4,1fr);background:#fffaf3;border-top:1px solid #eadfce;border-bottom:1px solid #eadfce}
.premium-info-item{display:flex;align-items:center;justify-content:center;gap:14px;padding:22px 18px;color:#2f241d;border-right:1px solid #eadfce}
.premium-info-item:last-child{border-right:0}
.premium-info-icon{font-size:29px}
.premium-info-item div{display:flex;flex-direction:column}
.premium-info-item strong{font-size:14px}
.premium-info-item small{color:#786b60;font-size:12px}
.premium-footer{background:linear-gradient(180deg,#3a2416,#24160e);color:#d8c6b5;border-top:1px solid #6b472d}
.premium-footer-grid{display:grid;grid-template-columns:1.35fr .8fr 1fr 1fr;gap:34px}
.footer-logo{width:230px;height:auto;display:block;filter:brightness(1.55) saturate(.85)}
.footer-logo-link{display:inline-block}
.premium-footer .footer-tag{color:#d8a75b!important;font-family:Georgia,serif!important}
.premium-footer-bottom{border-top:1px solid rgba(225,185,125,.2);margin-top:28px;padding-top:17px;display:flex;justify-content:space-between;font-size:12px;color:#a99584}

/* Make the rest of the website visually consistent with the new home page */
body:not(:has(.premium-home-hero)) .hero{min-height:470px}
body:not(:has(.premium-home-hero)) .hero-shade{background:linear-gradient(90deg,rgba(23,13,8,.9),rgba(23,13,8,.55),rgba(23,13,8,.15))}
body:not(:has(.premium-home-hero)) .hero h1{font-family:Georgia,serif}
.section.cream,.section.paper{background:#fffdf8}
.section.gray{background:#f2efe9}
.photo-card{border-color:#e2d6c8;box-shadow:0 12px 28px rgba(63,40,24,.07)}
.photo-card h3,.menu-section h2,.form-shell h2,.split-copy h2{font-family:Georgia,serif}
.add-cart,.btn.gold{background:linear-gradient(135deg,#9f6423,#d19748)}
.form-shell{border-color:#e0d4c7}
.page-hero{background-color:#2d1c12}

@media(max-width:1120px){
  .premium-header .desktop-nav{gap:14px}
  .premium-header .nav-link{font-size:12px}
  .brand-logo{width:175px}
  .premium-product-row{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:900px){
  .utility-bar{display:none}
  .premium-header{height:76px}
  .premium-nav{height:76px}
  .brand-logo{width:175px;height:58px}
  .premium-values{grid-template-columns:1fr 1fr 1fr}
  .premium-info-bar{grid-template-columns:1fr 1fr}
  .premium-info-item:nth-child(2){border-right:0}
  .premium-footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:650px){
  .premium-header{height:68px}
  .premium-nav{height:68px}
  .brand-logo{width:150px;height:50px}
  .premium-home-hero{min-height:590px;background-position:62% center}
  .premium-hero-content{padding:62px 0 190px}
  .premium-home-hero h1{font-size:62px}
  .premium-script{font-size:27px}
  .premium-values{grid-template-columns:1fr}
  .premium-values>div{padding:10px 14px}
  .premium-values span{font-size:20px}
  .premium-product-row{grid-template-columns:repeat(2,1fr)}
  .premium-products-head{display:block}
  .premium-products-head>div{text-align:left}
  .premium-products-head h2{font-size:32px}
  .premium-text-link{display:inline-block;margin-top:10px}
  .premium-info-bar{grid-template-columns:1fr}
  .premium-info-item{border-right:0;border-bottom:1px solid #eadfce;justify-content:flex-start;padding-left:8%}
  .premium-footer-grid{grid-template-columns:1fr}
  .footer-logo{width:210px}
}


/* NicaMiga social links */
.utility-social{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  white-space:nowrap;
}
.utility-social a{
  color:#3a2b20;
  font-size:11px;
  font-weight:700;
  text-decoration:none;
}
.utility-social a:hover{
  color:#a46a25;
}
.social-separator{
  color:#b9976d;
}
.footer-social-links{
  display:flex;
  flex-direction:column;
  gap:8px;
  margin-top:12px;
}
.footer-social-links a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  width:max-content;
  color:#d8c6b5;
  font-size:13px;
  text-decoration:none;
}
.footer-social-links a:hover{
  color:#e0b15f;
}
.social-icon{
  width:28px;
  height:28px;
  display:inline-grid;
  place-items:center;
  border:1px solid rgba(224,177,95,.35);
  border-radius:50%;
  color:#d9aa67;
  font-size:15px;
}
@media(max-width:900px){
  .utility-social{display:none}
}


/* ==========================================================
   NicaMiga V11 — Mi Experiencia
   ========================================================== */
.experience-page{background:#fbf7ef}
.experience-hero{position:relative;min-height:480px;background-size:cover;background-position:68% center;display:flex;align-items:center;color:#fff}
.experience-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(45,27,16,.88) 0%,rgba(55,33,19,.68) 40%,rgba(45,27,16,.18) 72%)}
.experience-hero-content{position:relative;z-index:2;padding:58px 0 60px;max-width:1180px}
.experience-hero-content h1{font-family:Georgia,serif;font-size:clamp(48px,6.5vw,86px);line-height:.98;max-width:760px;margin:10px 0 14px;color:#fff}
.experience-hero-content p{max-width:620px;font-size:17px;line-height:1.55;margin:0 0 20px;color:#fffaf4}
.experience-hero-content small{display:block;margin-top:10px;color:#eadfd2}
.experience-upload-primary,.experience-share-top,.experience-submit-button,.experience-lightbox-upload{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#a96b24,#d49a45);color:#fff;border:0;border-radius:9px;padding:14px 22px;font-weight:800;box-shadow:0 8px 20px rgba(87,50,22,.15);text-decoration:none;cursor:pointer}
.experience-gallery-section{padding:24px 0 42px;background:#fffdf8}
.experience-toolbar{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px;flex-wrap:wrap}
.experience-filters{display:flex;gap:10px;flex-wrap:wrap}
.experience-filter{border:1px solid #dfd2c2;background:#fff;color:#3b2b20;border-radius:10px;padding:10px 18px;font-weight:700;cursor:pointer}
.experience-filter.active,.experience-filter:hover{background:linear-gradient(135deg,#9d6220,#cf9340);color:#fff;border-color:transparent}
.experience-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.experience-card{background:#fff;border:1px solid #e5d9ca;border-radius:14px;overflow:hidden;box-shadow:0 8px 20px rgba(55,34,18,.07)}
.experience-card[hidden]{display:none!important}
.experience-photo-button{padding:0;border:0;background:none;width:100%;display:block;cursor:zoom-in}
.experience-photo-button picture{display:block}
.experience-photo-button img{display:block;width:100%;aspect-ratio:3/2;object-fit:cover;object-position:center center;transition:transform .2s ease}
.experience-photo-button:hover img{transform:scale(1.025)}
.experience-card-meta{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;color:#31251e;font-weight:700;font-size:14px}
.experience-heart{font-size:22px;color:#8f5a29}
.experience-submit-section{padding:18px 0 50px;background:#f6f1e9}
.experience-submit-wrap{border:1px dashed #c99a64;border-radius:18px;padding:28px;background:#fffaf4}
.experience-submit-copy{display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:start;margin-bottom:24px}
.experience-upload-icon{font-size:42px;color:#9f6426}
.experience-submit-copy h2{font-family:Georgia,serif;font-size:30px;margin:0 0 6px}
.experience-submit-copy p{margin:0;color:#65584e}
.experience-moderation{margin-top:7px!important;font-size:13px;color:#876d58!important}
.experience-form{background:#fff;border:1px solid #e3d7c8;border-radius:16px;padding:22px;box-shadow:0 10px 26px rgba(62,39,22,.06)}
.experience-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.experience-form label{display:flex;flex-direction:column;gap:6px;font-weight:700;color:#332820}
.experience-form .full{grid-column:1/-1}
.experience-form input[type="text"],.experience-form input[type="email"],.experience-form textarea{width:100%;border:1px solid #d9ccbc;border-radius:8px;padding:12px 13px;font:inherit;background:#fff}
.experience-file-label{border:2px dashed #c79a67;border-radius:12px;padding:20px;align-items:center;text-align:center;background:#fffaf4;cursor:pointer}
.experience-file-label input[type="file"]{margin-top:8px;max-width:100%}
.experience-file-title{font-size:19px;color:#8c5420}
.experience-file-help{font-size:12px;font-weight:500;color:#7e6b5a}
.experience-preview{margin-top:12px;max-width:360px;width:100%;aspect-ratio:3/2;object-fit:cover;object-position:center;border-radius:10px}
.experience-file-name{font-size:12px;color:#635347;font-weight:600}
.experience-consent{flex-direction:row!important;align-items:flex-start!important;gap:10px!important;font-weight:500!important;font-size:13px!important;line-height:1.4}
.experience-consent input{margin-top:3px}
.experience-submit-button{width:100%;margin-top:18px;font-size:15px}
.experience-form-error{color:#a43727;font-weight:700;margin:10px 0 0}
.hidden-field{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}
.experience-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:22px;padding-top:20px;border-top:1px solid #e2d3c1}
.experience-benefits>div{display:flex;align-items:center;justify-content:center;gap:10px;text-align:center;color:#4d3a2e}
.experience-benefits strong{font-size:30px;color:#9b5f24}
.experience-lightbox-upload{position:absolute;left:50%;bottom:14px;transform:translateX(-50%);z-index:5;white-space:nowrap;padding:11px 16px;font-size:13px}
.experience-thanks{padding:90px 0;background:#fbf7ef;min-height:60vh;display:flex;align-items:center}
.experience-thanks-card{max-width:760px;margin:auto;text-align:center;background:#fff;border:1px solid #e3d6c7;border-radius:18px;padding:46px 30px;box-shadow:0 14px 36px rgba(55,34,18,.08)}
.experience-thanks-icon{font-size:46px;color:#a46527}
.experience-thanks-card h1{font-family:Georgia,serif;font-size:42px;margin:10px 0}
.experience-thanks-card p{color:#65584e;margin-bottom:22px}
@media(max-width:980px){.experience-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){
 .experience-hero{min-height:500px;background-position:72% center}
 .experience-hero-shade{background:linear-gradient(90deg,rgba(42,25,14,.93),rgba(52,31,18,.76) 66%,rgba(52,31,18,.28))}
 .experience-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}
 .experience-card-meta{font-size:12px}
 .experience-form-grid{grid-template-columns:1fr}
 .experience-form .full{grid-column:1}
 .experience-benefits{grid-template-columns:1fr}
 .experience-toolbar{align-items:stretch}
 .experience-share-top{width:100%}
}
@media(max-width:480px){.experience-grid{grid-template-columns:1fr 1fr}.experience-card-meta{padding:8px}.experience-hero-content h1{font-size:50px}}


/* ==========================================================
   NicaMiga V12 — Elegant HD Mi Experiencia
   ========================================================== */
.experience-v12{
  --ex-cream:#fffaf2;
  --ex-paper:#fffdf9;
  --ex-gold:#b77726;
  --ex-gold-2:#d39b4d;
  --ex-brown:#3b2113;
  --ex-ink:#281d17;
  --ex-muted:#79695c;
  background:var(--ex-cream);
}
.experience-v12 .experience-hero-v12{
  min-height:570px;
  display:flex;
  align-items:center;
  overflow:hidden;
  isolation:isolate;
  background:#3b2416;
}
.experience-hero-picture{
  position:absolute;inset:0;z-index:-3;
}
.experience-hero-picture img{
  width:100%;height:100%;object-fit:cover;object-position:center center;
  display:block;
}
.experience-v12 .experience-hero-shade{
  z-index:-2;
  background:
    linear-gradient(90deg,
      rgba(38,21,12,.94) 0%,
      rgba(48,28,16,.82) 37%,
      rgba(48,28,16,.34) 65%,
      rgba(48,28,16,.08) 100%);
}
.experience-v12 .experience-hero-content{padding:68px 0 72px}
.experience-v12 .experience-hero-content .eyebrow{color:#e9b567;letter-spacing:.25em;font-size:13px}
.experience-v12 .experience-hero-content h1{
  max-width:690px;font-size:clamp(58px,6vw,92px);line-height:.94;margin:12px 0 18px;
  letter-spacing:-.035em;
}
.experience-v12 .experience-hero-content h1 em{
  color:#e2a85b;font-weight:400;
}
.experience-v12 .experience-hero-content p{max-width:590px;font-size:18px;line-height:1.6}
.experience-v12 .experience-upload-primary{
  padding:15px 24px;border-radius:10px;
  background:linear-gradient(135deg,#a9671f,#d89d49);
  border:1px solid rgba(255,231,193,.45);
  box-shadow:0 14px 34px rgba(39,22,12,.24);
}
.experience-v12 .experience-upload-primary:hover{transform:translateY(-1px);filter:brightness(1.04)}
.experience-hero-note{
  position:absolute;right:6%;top:19%;z-index:2;color:#fff6e7;
  font-family:Georgia,serif;font-style:italic;font-size:27px;line-height:1.25;
  transform:rotate(-4deg);text-shadow:0 2px 18px rgba(0,0,0,.25);
}
.experience-gallery-v12{padding:34px 0 54px;background:#fffdf9}
.experience-v12 .experience-toolbar{
  margin-bottom:22px;padding-bottom:2px;
}
.experience-v12 .experience-filters{gap:9px}
.experience-v12 .experience-filter{
  border:1px solid #e2d4c3;background:#fffdfa;color:#4a382c;border-radius:9px;
  padding:11px 19px;font-size:13px;box-shadow:0 3px 10px rgba(55,34,18,.025);
}
.experience-v12 .experience-filter.active,
.experience-v12 .experience-filter:hover{
  background:linear-gradient(135deg,#9d621f,#d39a49);
  box-shadow:0 7px 18px rgba(122,77,30,.16);
}
.experience-v12 .experience-share-top{
  padding:13px 20px;border-radius:9px;box-shadow:0 9px 22px rgba(117,71,28,.14)
}
.experience-v12 .experience-grid{
  gap:18px;
}
.experience-card-v12{
  border:1px solid #eadfd1;
  border-radius:14px;
  box-shadow:0 10px 24px rgba(65,40,23,.075);
  transition:transform .22s ease,box-shadow .22s ease;
}
.experience-card-v12:hover{
  transform:translateY(-3px);
  box-shadow:0 17px 36px rgba(65,40,23,.12);
}
.experience-card-v12 .experience-photo-button img{
  aspect-ratio:8/5;
  object-fit:cover!important;
  object-position:center center!important;
  filter:none!important;
}
.experience-card-v12 .experience-card-meta{
  min-height:56px;padding:12px 14px;font-size:14px;background:#fff;
}
.experience-card-v12 .experience-heart{font-size:23px;color:#a86626}
.experience-submit-v12{
  position:relative;padding:42px 0 62px;
  background:
    radial-gradient(circle at 12% 15%,rgba(225,181,116,.09),transparent 28%),
    radial-gradient(circle at 92% 86%,rgba(225,181,116,.08),transparent 28%),
    #fbf5ec;
}
.experience-submit-v12 .experience-submit-wrap{
  border:1px solid #ddc19b;border-radius:22px;padding:30px 32px 26px;
  background:rgba(255,252,247,.88);
  box-shadow:0 18px 48px rgba(83,50,25,.07);
}
.experience-submit-heading{
  display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:22px;
}
.experience-submit-heading .eyebrow{color:#b57529;letter-spacing:.18em;font-size:11px}
.experience-submit-heading h2{
  font-family:Georgia,serif;font-size:38px;line-height:1.05;margin:6px 0 8px;color:#2a1f19
}
.experience-submit-heading p{max-width:670px;color:#6f6054}
.experience-script-note{
  flex:0 0 auto;font-family:Georgia,serif;font-style:italic;font-size:27px;line-height:1.15;
  color:#b97735;transform:rotate(-5deg);padding:0 20px 10px 0;
}
.experience-form-v12{
  padding:0;border:1px solid #e7dbcb;border-radius:18px;overflow:hidden;
  box-shadow:0 13px 34px rgba(61,37,20,.065);
  background:#fff;
}
.experience-form-v12-layout{
  display:grid;grid-template-columns:minmax(0,1.7fr) minmax(270px,.8fr);
}
.experience-form-fields{padding:24px 26px 22px}
.experience-form-v12 .experience-form-grid{gap:17px}
.experience-form-v12 label{font-size:13px}
.experience-form-v12 input[type="text"],
.experience-form-v12 input[type="email"],
.experience-form-v12 textarea{
  border:1px solid #ddd0c0;border-radius:9px;padding:13px 14px;background:#fffdfa;
  outline:none;transition:border-color .18s ease,box-shadow .18s ease;
}
.experience-form-v12 input:focus,
.experience-form-v12 textarea:focus{
  border-color:#c58a45;box-shadow:0 0 0 3px rgba(197,138,69,.10)
}
.experience-file-v12{
  border:0!important;border-left:1px solid #eadfd1!important;border-radius:0!important;
  background:#fff9f0!important;padding:25px 24px!important;justify-content:flex-start!important;
  min-height:100%;
}
.experience-file-v12 .experience-file-title{font-size:18px}
.experience-file-v12 input[type="file"]{
  width:100%;font-size:12px;color:#5f5146;
}
.experience-preview-shell{
  width:100%;aspect-ratio:4/3;margin-top:8px;border:1px solid #e5d7c4;border-radius:12px;
  background:#fff;display:grid;place-items:center;overflow:hidden;
}
.experience-preview-placeholder{font-size:44px;color:#d7c9b8}
.experience-file-v12 .experience-preview{
  width:100%;height:100%;max-width:none;margin:0;border-radius:0;object-fit:cover;object-position:center;
}
.experience-form-v12 .experience-submit-button{
  margin-top:18px;padding:14px 20px;border-radius:9px;
  background:linear-gradient(135deg,#a76720,#d69c4b);
  box-shadow:0 9px 20px rgba(109,66,27,.13)
}
.experience-form-v12 .experience-consent{
  margin-top:2px;color:#67594f
}
.experience-v12 .experience-benefits{
  margin-top:22px;padding:22px 12px 0;border-top:1px solid #e4d5c3;
}
.experience-v12 .experience-benefits>div{
  align-items:flex-start;text-align:left;
}
.experience-v12 .experience-benefits span{display:flex;flex-direction:column;gap:2px}
.experience-v12 .experience-benefits b{font-family:Georgia,serif;font-size:16px;font-weight:600}
.experience-v12 .experience-benefits small{font-size:11px;color:#8b796a}
.experience-v12 .experience-benefits strong{font-size:34px}
.premium-header .nav-link{white-space:nowrap}
@media(max-width:1180px){
  .premium-header .desktop-nav{gap:11px}
  .premium-header .nav-link{font-size:11.5px}
  .premium-header .brand-logo{width:160px}
  .premium-header .search-button{display:none}
}
@media(max-width:1020px){
  .experience-hero-note{display:none}
  .experience-v12 .experience-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:820px){
  .experience-form-v12-layout{grid-template-columns:1fr}
  .experience-file-v12{border-left:0!important;border-top:1px solid #eadfd1!important}
  .experience-submit-heading{align-items:flex-start}
  .experience-script-note{display:none}
}
@media(max-width:700px){
  .experience-v12 .experience-hero-v12{min-height:540px}
  .experience-hero-picture img{object-position:67% center}
  .experience-v12 .experience-hero-shade{
    background:linear-gradient(90deg,rgba(36,20,12,.95),rgba(47,27,16,.80) 64%,rgba(47,27,16,.25))
  }
  .experience-v12 .experience-hero-content h1{font-size:52px}
  .experience-v12 .experience-hero-content p{font-size:15px}
  .experience-v12 .experience-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}
  .experience-card-v12 .experience-card-meta{font-size:12px;min-height:52px;padding:9px 10px}
  .experience-submit-v12 .experience-submit-wrap{padding:23px 18px}
  .experience-submit-heading h2{font-size:31px}
  .experience-form-fields{padding:20px 17px}
}


/* V13 square gallery update for Mi Experiencia */
.experience-v12 .experience-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.experience-card-v12 .experience-photo-button{
  display:block;
  overflow:hidden;
  background:#f7f1e8;
}
.experience-card-v12 .experience-photo-button img{
  width:100%;
  aspect-ratio:1 / 1 !important;
  height:auto;
  object-fit:cover !important;
  object-position:center center !important;
  display:block;
}
.experience-card-v12 .experience-card-meta{
  min-height:64px;
  align-items:flex-start;
}
@media(max-width:1020px){
  .experience-v12 .experience-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media(max-width:700px){
  .experience-v12 .experience-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
  .experience-card-v12 .experience-card-meta{min-height:58px;}
}

/* V14 stronger square-fit gallery override for Mi Experiencia */
.experience-v12 .experience-grid{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:18px !important;
}
.experience-card-v12{
  display:flex;
  flex-direction:column;
  overflow:hidden;
}
.experience-card-v12 .experience-photo-button{
  position:relative !important;
  display:block !important;
  width:100% !important;
  aspect-ratio:1 / 1 !important;
  min-height:0 !important;
  padding:0 !important;
  overflow:hidden !important;
  background:#f6efe5 !important;
  border-radius:18px 18px 0 0;
}
.experience-card-v12 .experience-photo-button picture{
  display:block !important;
  width:100% !important;
  height:100% !important;
}
.experience-card-v12 .experience-photo-button img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  min-height:100% !important;
  aspect-ratio:auto !important;
  object-fit:cover !important;
  object-position:center center !important;
  display:block !important;
  transform:none !important;
}
.experience-card-v12 .experience-card-meta{
  min-height:64px;
}
@media(max-width:1020px){
  .experience-v12 .experience-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}
}
@media(max-width:700px){
  .experience-v12 .experience-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:12px !important;}
}


/* V15 Netlify Forms upload fix */
.experience-form-success{
  margin-top:16px;
  padding:15px 17px;
  border:1px solid #b9d6bd;
  border-radius:10px;
  background:#f2fbf3;
  color:#244e2a;
  display:flex;
  flex-direction:column;
  gap:4px;
}
.experience-form-success[hidden]{display:none!important}
.experience-form-success strong{font-family:Georgia,serif;font-size:18px}
.experience-form-success span{font-size:13px;line-height:1.45}
.experience-submit-button:disabled{opacity:.68;cursor:wait}


/* V16 approved customer experience cards */
.experience-approved-card .experience-card-meta>span:first-child{display:flex;flex-direction:column;gap:2px;min-width:0}
.experience-approved-card .experience-card-meta b{font-family:Georgia,serif;font-size:15px;color:#32241c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.experience-approved-card .experience-card-meta small{font-size:11px;color:#756456;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.experience-approved-badge{flex:0 0 auto;background:#e7f4ed;color:#17603d;border:1px solid #c4e0d1;padding:5px 7px;border-radius:999px;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}

/* V19 Lighthouse performance optimizations */
.premium-home-hero-media,.premium-story-media{position:absolute;inset:0;z-index:0;display:block;width:100%;height:100%;overflow:hidden}
.premium-home-hero-media img,.premium-story-media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center center}
.premium-story-media img{object-position:center 55%}
.premium-product-tile picture{display:block;width:100%}
.premium-product-tile picture img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover}

.premium-home-hero .premium-hero-overlay,.premium-story-band .premium-story-overlay{z-index:1}


/* V21 — New NicaMiga logo sitewide */
.premium-header{height:108px;}
.brand-logo-link{min-width:150px;}
.brand-logo{width:168px!important;height:94px!important;object-fit:contain!important;object-position:center!important;}
.footer-logo{width:220px!important;height:auto!important;max-height:none!important;object-fit:contain!important;filter:none!important;background:#fff9ef;padding:9px 11px;border-radius:12px;box-shadow:0 8px 22px rgba(0,0,0,.12);}
.footer-logo-link{line-height:0;}
@media(max-width:1180px){.brand-logo{width:150px!important;height:88px!important}.premium-header{height:102px;}}
@media(max-width:900px){.premium-header{height:88px}.brand-logo{width:126px!important;height:76px!important}.brand-logo-link{min-width:126px}}
@media(max-width:560px){.brand-logo{width:112px!important;height:70px!important}.brand-logo-link{min-width:112px}.premium-header{height:82px}.footer-logo{width:190px!important}}


/* V22 — exact new NicaMiga logo on every tab; cache-busted asset */
.brand-logo-link{min-width:168px!important;display:flex!important;align-items:center!important;}
.brand-logo{
  width:164px!important;
  height:78px!important;
  object-fit:contain!important;
  object-position:center!important;
  display:block!important;
  background:#fffaf2!important;
  padding:3px 5px!important;
  border-radius:8px!important;
}
.footer-logo{
  width:230px!important;
  height:auto!important;
  object-fit:contain!important;
  filter:none!important;
  background:#fffaf2!important;
  padding:8px 10px!important;
  border-radius:10px!important;
  box-shadow:0 8px 22px rgba(0,0,0,.13)!important;
}
@media(max-width:1180px){
  .brand-logo{width:148px!important;height:74px!important;}
  .brand-logo-link{min-width:148px!important;}
}
@media(max-width:900px){
  .brand-logo{width:132px!important;height:68px!important;}
  .brand-logo-link{min-width:132px!important;}
}
@media(max-width:560px){
  .brand-logo{width:116px!important;height:62px!important;padding:2px 3px!important;}
  .brand-logo-link{min-width:116px!important;}
  .footer-logo{width:205px!important;}
}

/* V23 — refined logo system with transparent header logo and heritage footer logo */
.premium-header{height:98px!important;}
.brand-logo-link{min-width:172px!important;display:flex!important;align-items:center!important;}
.brand-logo{width:172px!important;height:72px!important;object-fit:contain!important;object-position:center left!important;display:block!important;background:none!important;padding:0!important;border-radius:0!important;box-shadow:none!important;}
.footer-logo{width:228px!important;height:auto!important;display:block!important;object-fit:contain!important;background:none!important;padding:0!important;border-radius:0!important;box-shadow:none!important;filter:drop-shadow(0 2px 4px rgba(0,0,0,.08))!important;}
.footer-logo-link{line-height:0;}
@media(max-width:1180px){.premium-header{height:94px!important}.brand-logo{width:158px!important;height:66px!important}.brand-logo-link{min-width:158px!important}}
@media(max-width:900px){.premium-header{height:86px!important}.brand-logo{width:142px!important;height:60px!important}.brand-logo-link{min-width:142px!important}.footer-logo{width:212px!important}}
@media(max-width:560px){.premium-header{height:80px!important}.brand-logo{width:124px!important;height:54px!important}.brand-logo-link{min-width:124px!important}.footer-logo{width:190px!important}}


/* V24 — event/contact branded section polish */
body[data-page="eventos"] .split-image img, body[data-page="contacto"] .split-image img{aspect-ratio:4/3;object-fit:cover;object-position:center;}


/* ==========================================================
   NicaMiga V25 — Premium HD + Light/Dark Mode + accessibility
   ========================================================== */
html{color-scheme:light;scroll-padding-top:145px}
html[data-theme="dark"]{color-scheme:dark}
body{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;transition:background-color .22s ease,color .22s ease}
img{image-rendering:auto;-webkit-user-drag:none}

.skip-link{position:fixed;left:14px;top:-70px;z-index:3000;background:#fff;color:#21170f;border:2px solid #b77b2f;border-radius:9px;padding:10px 14px;font-weight:800;box-shadow:0 8px 28px rgba(0,0,0,.22);transition:top .18s ease}
.skip-link:focus{top:14px}

.theme-toggle{width:40px;height:40px;display:inline-grid;place-items:center;flex:0 0 40px;background:#fffaf4;color:#3a281c;border:1px solid #ded2c4;border-radius:10px;cursor:pointer;font-size:18px;line-height:1;transition:transform .18s ease,background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}
.theme-toggle:hover{transform:translateY(-1px);border-color:#c9944f;box-shadow:0 6px 18px rgba(83,50,24,.12)}
.theme-toggle:focus-visible,.lang-toggle:focus-visible,.cart-button:focus-visible,.menu-toggle:focus-visible,.search-button:focus-visible,.btn:focus-visible,.add-cart:focus-visible,.tab:focus-visible,a:focus-visible{outline:3px solid rgba(218,160,78,.42);outline-offset:3px}

/* More polished light-mode surfaces */
.section.cream,.section.paper,.premium-products-section,.experience-gallery-v12{background:linear-gradient(180deg,#fffdf9 0%,#fbf6ee 100%)}
.section.gray,.experience-submit-v12{background:linear-gradient(180deg,#f3eee7 0%,#eee8df 100%)}
.photo-card,.blog-card,.info-card,.form-shell,.experience-card-v12,.experience-form-v12{box-shadow:0 14px 34px rgba(72,45,26,.08);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.photo-card:hover,.blog-card:hover,.info-card:hover,.experience-card-v12:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(72,45,26,.12)}
.photo-card img,.blog-card img{height:auto!important;aspect-ratio:4/3;object-fit:cover!important;object-position:center!important}
.photo-card img,.blog-card img,.split-image img,.gallery-item img,.experience-photo-button img{backface-visibility:hidden;transform:translateZ(0)}
.add-cart,.premium-cta,.premium-header .order-top,.experience-submit-button{background:linear-gradient(135deg,#a8641f 0%,#d69a42 100%)!important;box-shadow:0 7px 18px rgba(129,77,30,.16);transition:transform .16s ease,filter .16s ease,box-shadow .16s ease}
.add-cart:hover,.premium-cta:hover,.premium-header .order-top:hover,.experience-submit-button:hover{transform:translateY(-1px);filter:brightness(1.045);box-shadow:0 10px 24px rgba(129,77,30,.22)}
.tab{transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease}
.tab:hover{transform:translateY(-1px);border-color:#b9854b}
.premium-header{transition:background-color .22s ease,border-color .22s ease,box-shadow .22s ease}
.premium-header .nav-link{transition:color .16s ease,border-color .16s ease}

/* Dark theme — warm espresso rather than generic black */
html[data-theme="dark"] body{background:#15100c;color:#f7eee5}
html[data-theme="dark"] .utility-bar{background:#100c09;color:#dfd0c1;border-bottom-color:#3a2b20}
html[data-theme="dark"] .utility-social a{color:#d9c8b8}
html[data-theme="dark"] .utility-social a:hover{color:#efb966}
html[data-theme="dark"] .premium-header{background:rgba(22,16,12,.96);border-bottom-color:#493424;box-shadow:0 6px 22px rgba(0,0,0,.22)}
html[data-theme="dark"] .premium-header .nav-link{color:#e6d8ca}
html[data-theme="dark"] .premium-header .nav-link:hover,html[data-theme="dark"] .premium-header .nav-link.active{color:#efbd72;border-color:#cf8e3d}
html[data-theme="dark"] .premium-header .lang-toggle,html[data-theme="dark"] .premium-header .cart-button,html[data-theme="dark"] .premium-header .search-button,html[data-theme="dark"] .premium-header .menu-toggle,html[data-theme="dark"] .theme-toggle{background:#211711;color:#f4e6d8;border-color:#58402e}
html[data-theme="dark"] .theme-toggle:hover{background:#2b1e16;border-color:#a46b33}
html[data-theme="dark"] .mobile-nav{background:#1a120d;color:#f6eadf;border-bottom-color:#4b3526}
html[data-theme="dark"] .mobile-nav .nav-link{color:#eadacc}

html[data-theme="dark"] .section.cream,html[data-theme="dark"] .section.paper,html[data-theme="dark"] .premium-products-section,html[data-theme="dark"] .experience-gallery-section,html[data-theme="dark"] .experience-gallery-v12,html[data-theme="dark"] .experience-page,html[data-theme="dark"] .experience-thanks{background:#17110d!important;color:#f7eee5!important}
html[data-theme="dark"] .section.gray,html[data-theme="dark"] .experience-submit-section,html[data-theme="dark"] .experience-submit-v12{background:#1d1510!important;color:#f7eee5!important}
html[data-theme="dark"] .premium-info-bar{background:#17110d;border-color:#443124}
html[data-theme="dark"] .premium-info-item{color:#f2e5d8;border-color:#443124}
html[data-theme="dark"] .premium-info-item small{color:#bda998}
html[data-theme="dark"] .premium-products-head h2,html[data-theme="dark"] .premium-product-tile,html[data-theme="dark"] .premium-product-tile h3,html[data-theme="dark"] .premium-text-link{color:#f6eadf}
html[data-theme="dark"] .premium-product-tile p{color:#bba99a}

html[data-theme="dark"] .photo-card,html[data-theme="dark"] .blog-card,html[data-theme="dark"] .info-card,html[data-theme="dark"] .form-shell,html[data-theme="dark"] .experience-card,html[data-theme="dark"] .experience-card-v12,html[data-theme="dark"] .experience-form,html[data-theme="dark"] .experience-form-v12,html[data-theme="dark"] .experience-submit-wrap,html[data-theme="dark"] .experience-thanks-card{background:#211812!important;color:#f7eee5!important;border-color:#4b382a!important;box-shadow:0 14px 38px rgba(0,0,0,.24)!important}
html[data-theme="dark"] .photo-card h3,html[data-theme="dark"] .blog-card h3,html[data-theme="dark"] .info-card b,html[data-theme="dark"] .menu-section h2,html[data-theme="dark"] .form-shell h2,html[data-theme="dark"] .split-copy h2,html[data-theme="dark"] .experience-card-meta,html[data-theme="dark"] .experience-card-v12 .experience-card-meta,html[data-theme="dark"] .experience-approved-card .experience-card-meta b,html[data-theme="dark"] .experience-submit-heading h2{color:#f7eee5!important}
html[data-theme="dark"] .photo-card p,html[data-theme="dark"] .blog-card p,html[data-theme="dark"] .info-card p,html[data-theme="dark"] .section-head p,html[data-theme="dark"] .split-copy p,html[data-theme="dark"] .experience-submit-heading p,html[data-theme="dark"] .experience-approved-card .experience-card-meta small{color:#bca999!important}
html[data-theme="dark"] .price{color:#efb866}
html[data-theme="dark"] .check-list li{border-color:#493629}
html[data-theme="dark"] .check-list li:before{color:#dfa552}
html[data-theme="dark"] .notice{background:#2b1e15;color:#e9d4c1;border-left-color:#c98b3d}
html[data-theme="dark"] .order-summary{background:#1b130e;border-color:#493427}
html[data-theme="dark"] .order-line{border-color:#493427}

html[data-theme="dark"] .field label,html[data-theme="dark"] .experience-form label,html[data-theme="dark"] .experience-form-v12 label{color:#eadccf!important}
html[data-theme="dark"] .field input,html[data-theme="dark"] .field select,html[data-theme="dark"] .field textarea,html[data-theme="dark"] .experience-form input[type="text"],html[data-theme="dark"] .experience-form input[type="email"],html[data-theme="dark"] .experience-form textarea,html[data-theme="dark"] .experience-form-v12 input[type="text"],html[data-theme="dark"] .experience-form-v12 input[type="email"],html[data-theme="dark"] .experience-form-v12 textarea{background:#120d0a!important;color:#f8eee5!important;border-color:#5a4130!important}
html[data-theme="dark"] input::placeholder,html[data-theme="dark"] textarea::placeholder{color:#907e70}
html[data-theme="dark"] select{background:#120d0a!important;color:#f8eee5!important;border-color:#5a4130!important}
html[data-theme="dark"] .tab,html[data-theme="dark"] .experience-filter{background:#201711!important;color:#eadbcd!important;border-color:#523b2c!important}
html[data-theme="dark"] .tab.active,html[data-theme="dark"] .experience-filter.active,html[data-theme="dark"] .experience-filter:hover{background:linear-gradient(135deg,#8e541d,#c98738)!important;color:#fff!important;border-color:transparent!important}
html[data-theme="dark"] .experience-submit-wrap,html[data-theme="dark"] .experience-file-label,html[data-theme="dark"] .experience-file-v12,html[data-theme="dark"] .experience-preview-shell{background:#1b130f!important;border-color:#563c2b!important;color:#eadace!important}
html[data-theme="dark"] .experience-file-help,html[data-theme="dark"] .experience-file-name,html[data-theme="dark"] .experience-moderation,html[data-theme="dark"] .experience-consent{color:#bca797!important}
html[data-theme="dark"] .experience-benefits{border-color:#493427!important}
html[data-theme="dark"] .experience-v12 .experience-benefits>div{color:#d9c7b7!important}
html[data-theme="dark"] .experience-v12 .experience-benefits small{color:#9f8d7e!important}
html[data-theme="dark"] .experience-form-success{background:#132219;color:#bce4c7;border-color:#315f40}

html[data-theme="dark"] .cart-drawer{background:#18110d;color:#f5eadf}
html[data-theme="dark"] .cart-head,html[data-theme="dark"] .cart-footer,html[data-theme="dark"] .cart-item{border-color:#493528}
html[data-theme="dark"] .cart-controls button{background:#241a14;color:#f4e6da;border-color:#5a4232}
html[data-theme="dark"] .premium-footer{background:linear-gradient(180deg,#21150e,#100a07);border-top-color:#503421}

/* HD/lightbox polish */
.nm-lightbox-img{image-rendering:auto;background:#100d0b}
.photo-card img,.premium-product-tile img,.blog-card img,.case-image,.split-image img{filter:saturate(1.02) contrast(1.01)}

/* Better small-screen density */
@media(max-width:1180px){.theme-toggle{width:38px;height:38px;flex-basis:38px}.header-actions{gap:6px}}
@media(max-width:900px){html{scroll-padding-top:90px}.theme-toggle{display:inline-grid}}
@media(max-width:560px){.theme-toggle{width:36px;height:36px;flex-basis:36px;font-size:16px}.lang-toggle{padding:8px 9px}.cart-button{padding:8px 9px}.premium-header .order-top{display:none!important}.photo-card img,.blog-card img{aspect-ratio:4/3;height:auto!important}}

@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}


/* ==========================================================
   NicaMiga V26 — Black dark theme hard override
   ========================================================== */
html[data-theme="dark"],
html[data-theme="dark"] body{
  background:#000 !important;
  color:#f5efe8 !important;
}
html[data-theme="dark"] body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at top center, rgba(255,180,80,.07), rgba(0,0,0,0) 35%),
             radial-gradient(circle at bottom center, rgba(255,140,40,.04), rgba(0,0,0,0) 30%);
  z-index:-1;
}
html[data-theme="dark"] .utility-bar,
html[data-theme="dark"] .premium-header,
html[data-theme="dark"] .mobile-nav,
html[data-theme="dark"] .premium-info-bar,
html[data-theme="dark"] .premium-products-section,
html[data-theme="dark"] .section,
html[data-theme="dark"] .section.cream,
html[data-theme="dark"] .section.paper,
html[data-theme="dark"] .section.gray,
html[data-theme="dark"] .experience-gallery-section,
html[data-theme="dark"] .experience-gallery-v12,
html[data-theme="dark"] .experience-page,
html[data-theme="dark"] .experience-thanks,
html[data-theme="dark"] .experience-submit-section,
html[data-theme="dark"] .experience-submit-v12,
html[data-theme="dark"] .premium-footer,
html[data-theme="dark"] footer,
html[data-theme="dark"] .nm-lightbox,
html[data-theme="dark"] .cart-drawer,
html[data-theme="dark"] .cart-overlay{
  background:#000 !important;
  color:#f5efe8 !important;
}
html[data-theme="dark"] .premium-header{
  background:rgba(0,0,0,.96) !important;
  border-bottom-color:#262626 !important;
  box-shadow:0 10px 28px rgba(0,0,0,.48) !important;
}
html[data-theme="dark"] .utility-bar{border-bottom-color:#242424 !important;}
html[data-theme="dark"] .premium-footer,
html[data-theme="dark"] footer{
  background:linear-gradient(180deg,#050505,#000) !important;
  border-top-color:#242424 !important;
}
html[data-theme="dark"] .photo-card,
html[data-theme="dark"] .blog-card,
html[data-theme="dark"] .info-card,
html[data-theme="dark"] .form-shell,
html[data-theme="dark"] .experience-card,
html[data-theme="dark"] .experience-card-v12,
html[data-theme="dark"] .experience-form,
html[data-theme="dark"] .experience-form-v12,
html[data-theme="dark"] .experience-submit-wrap,
html[data-theme="dark"] .experience-thanks-card,
html[data-theme="dark"] .order-summary,
html[data-theme="dark"] .notice,
html[data-theme="dark"] .premium-product-tile,
html[data-theme="dark"] .premium-info-item,
html[data-theme="dark"] .cart-item,
html[data-theme="dark"] .cart-head,
html[data-theme="dark"] .cart-footer,
html[data-theme="dark"] .experience-preview-shell,
html[data-theme="dark"] .experience-file-v12,
html[data-theme="dark"] .experience-file-label{
  background:#0a0a0a !important;
  color:#f5efe8 !important;
  border-color:#2f2f2f !important;
  box-shadow:0 14px 40px rgba(0,0,0,.42) !important;
}
html[data-theme="dark"] .field input,
html[data-theme="dark"] .field select,
html[data-theme="dark"] .field textarea,
html[data-theme="dark"] .experience-form input[type="text"],
html[data-theme="dark"] .experience-form input[type="email"],
html[data-theme="dark"] .experience-form textarea,
html[data-theme="dark"] .experience-form-v12 input[type="text"],
html[data-theme="dark"] .experience-form-v12 input[type="email"],
html[data-theme="dark"] .experience-form-v12 textarea,
html[data-theme="dark"] select,
html[data-theme="dark"] input,
html[data-theme="dark"] textarea{
  background:#050505 !important;
  color:#f8f3ee !important;
  border-color:#373737 !important;
}
html[data-theme="dark"] input::placeholder,
html[data-theme="dark"] textarea::placeholder{color:#9a9a9a !important;}
html[data-theme="dark"] .tab,
html[data-theme="dark"] .experience-filter,
html[data-theme="dark"] .premium-header .lang-toggle,
html[data-theme="dark"] .premium-header .cart-button,
html[data-theme="dark"] .premium-header .search-button,
html[data-theme="dark"] .premium-header .menu-toggle,
html[data-theme="dark"] .theme-toggle,
html[data-theme="dark"] .cart-controls button{
  background:#0f0f0f !important;
  color:#f5efe8 !important;
  border-color:#373737 !important;
}
html[data-theme="dark"] .tab:hover,
html[data-theme="dark"] .experience-filter:hover,
html[data-theme="dark"] .theme-toggle:hover,
html[data-theme="dark"] .cart-controls button:hover{
  border-color:#d59a42 !important;
}
html[data-theme="dark"] .tab.active,
html[data-theme="dark"] .experience-filter.active,
html[data-theme="dark"] .add-cart,
html[data-theme="dark"] .premium-cta,
html[data-theme="dark"] .premium-header .order-top,
html[data-theme="dark"] .experience-submit-button{
  background:linear-gradient(135deg,#a8641f 0%,#d69a42 100%) !important;
  color:#fff !important;
  border-color:transparent !important;
}
html[data-theme="dark"] .utility-social a,
html[data-theme="dark"] .premium-header .nav-link,
html[data-theme="dark"] .mobile-nav .nav-link,
html[data-theme="dark"] .premium-product-tile h3,
html[data-theme="dark"] .menu-section h2,
html[data-theme="dark"] .form-shell h2,
html[data-theme="dark"] .split-copy h2,
html[data-theme="dark"] .premium-products-head h2,
html[data-theme="dark"] .photo-card h3,
html[data-theme="dark"] .blog-card h3,
html[data-theme="dark"] .experience-card-meta,
html[data-theme="dark"] .experience-submit-heading h2,
html[data-theme="dark"] .section-head h2,
html[data-theme="dark"] .section h1,
html[data-theme="dark"] .section h2,
html[data-theme="dark"] .section h3,
html[data-theme="dark"] .section h4{
  color:#fff7ef !important;
}
html[data-theme="dark"] .utility-social a:hover,
html[data-theme="dark"] .premium-header .nav-link:hover,
html[data-theme="dark"] .premium-header .nav-link.active,
html[data-theme="dark"] .mobile-nav .nav-link:hover,
html[data-theme="dark"] .premium-text-link,
html[data-theme="dark"] .price,
html[data-theme="dark"] .check-list li:before{
  color:#efb866 !important;
}
html[data-theme="dark"] p,
html[data-theme="dark"] li,
html[data-theme="dark"] small,
html[data-theme="dark"] .photo-card p,
html[data-theme="dark"] .blog-card p,
html[data-theme="dark"] .info-card p,
html[data-theme="dark"] .section-head p,
html[data-theme="dark"] .split-copy p,
html[data-theme="dark"] .experience-submit-heading p,
html[data-theme="dark"] .experience-approved-card .experience-card-meta small,
html[data-theme="dark"] .premium-product-tile p,
html[data-theme="dark"] .premium-info-item small,
html[data-theme="dark"] .experience-file-help,
html[data-theme="dark"] .experience-file-name,
html[data-theme="dark"] .experience-moderation,
html[data-theme="dark"] .experience-consent{
  color:#c9c1b8 !important;
}
html[data-theme="dark"] .check-list li,
html[data-theme="dark"] .order-line,
html[data-theme="dark"] .cart-head,
html[data-theme="dark"] .cart-footer,
html[data-theme="dark"] .cart-item,
html[data-theme="dark"] .experience-benefits,
html[data-theme="dark"] .premium-info-item{
  border-color:#2f2f2f !important;
}
html[data-theme="dark"] .nm-lightbox-img{background:#000 !important;}
html[data-theme="dark"] .page-hero::before,
html[data-theme="dark"] .hero::before,
html[data-theme="dark"] .premium-hero::before{
  background:linear-gradient(90deg, rgba(0,0,0,.70) 0%, rgba(0,0,0,.45) 45%, rgba(0,0,0,.25) 100%) !important;
}
\n\n/* V27 — reliable theme-toggle interaction */\n.theme-toggle{position:relative;z-index:5;pointer-events:auto!important;touch-action:manipulation;-webkit-tap-highlight-color:transparent;user-select:none;}\n.theme-toggle:active{transform:scale(.94)!important;}\nhtml[data-theme="dark"] .theme-toggle{background:#111!important;color:#f7c36d!important;border-color:#3a3a3a!important;}\nhtml[data-theme="light"] .theme-toggle{background:#f1f2f4!important;color:#17191c!important;border-color:#e3e5e8!important;}\n

/* ==========================================================
   NicaMiga V28 — Mi Experiencia + Nosotros polish
   ========================================================== */

/* ---------- Mi Experiencia ---------- */
body[data-page="experiencia"] .experience-hero-v12{
  min-height:610px;
}
body[data-page="experiencia"] .experience-hero-content{
  padding-top:92px;
  padding-bottom:78px;
}
body[data-page="experiencia"] .experience-gallery-v12{
  padding:54px 0 66px;
}
.experience-gallery-intro{
  max-width:720px;
  margin:0 0 28px;
}
.experience-gallery-intro .eyebrow{
  color:#b77726;
  margin-bottom:10px;
}
.experience-gallery-intro h2{
  margin:0 0 10px;
  font-family:Georgia,serif;
  font-size:clamp(34px,4vw,52px);
  line-height:1.03;
  letter-spacing:-.02em;
  color:#2a2019;
}
.experience-gallery-intro p{
  margin:0;
  color:#76685d;
  font-size:15px;
}
body[data-page="experiencia"] .experience-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
  margin-bottom:24px;
}
body[data-page="experiencia"] .experience-card-v12{
  border-radius:16px;
  background:#fff;
}
body[data-page="experiencia"] .experience-card-v12 .experience-card-meta{
  background:#fff;
  color:#39291f;
  border-top:1px solid #eadfd1;
  padding:13px 14px;
  font-weight:700;
}
body[data-page="experiencia"] .experience-card-v12 .experience-heart{
  color:#b77726;
}

html[data-theme="dark"] body[data-page="experiencia"] .experience-gallery-v12,
html[data-theme="dark"] body[data-page="experiencia"] .experience-submit-v12{
  background:#000 !important;
}
html[data-theme="dark"] body[data-page="experiencia"] .experience-gallery-intro h2{
  color:#fff8f1 !important;
}
html[data-theme="dark"] body[data-page="experiencia"] .experience-gallery-intro p{
  color:#bdb5ad !important;
}
html[data-theme="dark"] body[data-page="experiencia"] .experience-gallery-intro .eyebrow{
  color:#e2aa5b !important;
}
html[data-theme="dark"] body[data-page="experiencia"] .experience-filter{
  background:#0b0b0b !important;
  color:#ddd5ce !important;
  border-color:#343434 !important;
  box-shadow:none !important;
}
html[data-theme="dark"] body[data-page="experiencia"] .experience-filter:hover,
html[data-theme="dark"] body[data-page="experiencia"] .experience-filter.active{
  background:linear-gradient(135deg,#a6631f,#db9d45) !important;
  color:#fff !important;
  border-color:transparent !important;
}
html[data-theme="dark"] body[data-page="experiencia"] .experience-share-top{
  background:linear-gradient(135deg,#a6631f,#db9d45) !important;
  color:#fff !important;
  border-color:rgba(255,214,155,.28) !important;
  box-shadow:0 10px 25px rgba(190,117,35,.18) !important;
}
html[data-theme="dark"] body[data-page="experiencia"] .experience-card-v12{
  background:#090909 !important;
  border-color:#2c2c2c !important;
  box-shadow:0 14px 32px rgba(0,0,0,.42) !important;
}
html[data-theme="dark"] body[data-page="experiencia"] .experience-card-v12:hover{
  border-color:#8e612e !important;
  box-shadow:0 20px 46px rgba(0,0,0,.55),0 0 0 1px rgba(218,160,78,.06) !important;
}
html[data-theme="dark"] body[data-page="experiencia"] .experience-card-v12 .experience-photo-button{
  background:#050505 !important;
}
html[data-theme="dark"] body[data-page="experiencia"] .experience-card-v12 .experience-card-meta{
  background:#0b0b0b !important;
  color:#f4ece5 !important;
  border-top-color:#2c2c2c !important;
}
html[data-theme="dark"] body[data-page="experiencia"] .experience-card-v12 .experience-heart{
  color:#e0a24d !important;
}
html[data-theme="dark"] body[data-page="experiencia"] .experience-approved-badge{
  background:#10261a !important;
  color:#9ee4b6 !important;
  border-color:#28533a !important;
}
html[data-theme="dark"] body[data-page="experiencia"] .experience-submit-wrap{
  background:#080808 !important;
  border-color:#2f2f2f !important;
  box-shadow:0 18px 50px rgba(0,0,0,.48) !important;
}
html[data-theme="dark"] body[data-page="experiencia"] .experience-submit-heading h2{
  color:#fff8f1 !important;
}
html[data-theme="dark"] body[data-page="experiencia"] .experience-script-note{
  color:#e0a24d !important;
}
html[data-theme="dark"] body[data-page="experiencia"] .experience-form-v12{
  background:#050505 !important;
  border-color:#2f2f2f !important;
}
html[data-theme="dark"] body[data-page="experiencia"] .experience-form-fields,
html[data-theme="dark"] body[data-page="experiencia"] .experience-file-v12{
  background:#090909 !important;
}
html[data-theme="dark"] body[data-page="experiencia"] .experience-file-v12{
  border-color:#2f2f2f !important;
}

/* Keep cards comfortably readable on common laptop widths. */
@media(min-width:701px) and (max-width:1180px){
  body[data-page="experiencia"] .experience-v12 .experience-grid{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
}
@media(max-width:700px){
  body[data-page="experiencia"] .experience-hero-v12{min-height:570px;}
  body[data-page="experiencia"] .experience-hero-content{padding-top:74px;padding-bottom:62px;}
  .experience-gallery-intro{margin-bottom:22px;}
}

/* ---------- Nosotros ---------- */
body[data-page="nosotros"] .section.cream,
body[data-page="nosotros"] .section.gray{
  padding:64px 0;
}
body[data-page="nosotros"] .about-split{
  padding:30px;
  border:1px solid #eadfce;
  border-radius:28px;
  background:rgba(255,255,255,.78);
  box-shadow:0 18px 52px rgba(74,45,24,.08);
  gap:42px;
}
body[data-page="nosotros"] .about-kicker{
  margin-bottom:12px;
  color:#b77726;
  font-size:12px;
  font-weight:900;
  letter-spacing:.20em;
}
body[data-page="nosotros"] .about-split .split-copy h2{
  margin-bottom:14px;
}
body[data-page="nosotros"] .about-split .split-copy p{
  font-size:16px;
  line-height:1.65;
}
body[data-page="nosotros"] .about-split .split-image img{
  max-height:500px;
  width:100%;
  object-fit:cover;
  border-radius:20px;
}
body[data-page="nosotros"] .about-story-split .about-logo-stage{
  min-height:360px;
  display:grid;
  place-items:center;
  border-radius:22px;
  background:linear-gradient(145deg,#fffaf0,#f3e5cf);
  border:1px solid #ead8bf;
  overflow:hidden;
}
body[data-page="nosotros"] .about-story-split .about-logo-stage img{
  width:min(92%,650px);
  max-height:390px;
  object-fit:contain;
  background:transparent;
  box-shadow:none;
}

html[data-theme="dark"] body[data-page="nosotros"] .section.cream,
html[data-theme="dark"] body[data-page="nosotros"] .section.gray{
  background:#000 !important;
}
html[data-theme="dark"] body[data-page="nosotros"] .about-split{
  background:linear-gradient(145deg,#080808,#030303) !important;
  border-color:#2a2a2a !important;
  box-shadow:0 22px 58px rgba(0,0,0,.52) !important;
}
html[data-theme="dark"] body[data-page="nosotros"] .about-kicker{
  color:#e1a551 !important;
}
html[data-theme="dark"] body[data-page="nosotros"] .about-split .split-copy h2{
  color:#fff8f1 !important;
}
html[data-theme="dark"] body[data-page="nosotros"] .about-split .split-copy p,
html[data-theme="dark"] body[data-page="nosotros"] .about-split .check-list li{
  color:#c8bfb7 !important;
}
html[data-theme="dark"] body[data-page="nosotros"] .about-split .check-list li{
  border-color:#303030 !important;
}
html[data-theme="dark"] body[data-page="nosotros"] .about-split .split-image img{
  background:#050505 !important;
  box-shadow:0 20px 45px rgba(0,0,0,.46) !important;
}
html[data-theme="dark"] body[data-page="nosotros"] .about-story-split .about-logo-stage{
  background:radial-gradient(circle at 50% 30%,rgba(205,145,68,.10),rgba(0,0,0,0) 50%),#050505 !important;
  border-color:#2d2d2d !important;
}
html[data-theme="dark"] body[data-page="nosotros"] .about-story-split .about-logo-stage img{
  background:transparent !important;
  filter:drop-shadow(0 10px 28px rgba(205,145,68,.10));
}

@media(max-width:820px){
  body[data-page="nosotros"] .about-split{padding:20px;gap:24px;}
  body[data-page="nosotros"] .about-story-split .about-logo-stage{min-height:260px;}
  body[data-page="nosotros"] .about-story-split .about-logo-stage img{max-height:260px;}
}


/* ==========================================================
   NicaMiga V29 — Nosotros logo/photo correction
   Replaces the embedded rectangular brand image with the
   official transparent NicaMiga logo for a cleaner presentation.
   ========================================================== */

body[data-page="nosotros"] .about-story-split .about-logo-stage{
  position:relative;
  min-height:390px;
  padding:38px;
  overflow:hidden;
  isolation:isolate;
  background:
    radial-gradient(circle at 50% 38%,rgba(214,159,73,.18),transparent 43%),
    linear-gradient(145deg,#fffdf8,#f4eadc 72%,#ecddc7) !important;
  border:1px solid #e4cfad !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.85),
    0 22px 55px rgba(91,54,24,.10) !important;
}

body[data-page="nosotros"] .about-story-split .about-logo-stage::before,
body[data-page="nosotros"] .about-story-split .about-logo-stage::after{
  content:"";
  position:absolute;
  border-radius:50%;
  border:1px solid rgba(190,132,52,.16);
  pointer-events:none;
  z-index:-1;
}
body[data-page="nosotros"] .about-story-split .about-logo-stage::before{
  width:250px;height:250px;
  top:-120px;right:-70px;
}
body[data-page="nosotros"] .about-story-split .about-logo-stage::after{
  width:180px;height:180px;
  left:-85px;bottom:-95px;
}

body[data-page="nosotros"] .about-story-split .about-brand-logo{
  width:min(88%,680px) !important;
  max-width:680px !important;
  max-height:none !important;
  height:auto !important;
  object-fit:contain !important;
  object-position:center !important;
  background:transparent !important;
  border-radius:0 !important;
  box-shadow:none !important;
  filter:drop-shadow(0 12px 28px rgba(83,48,18,.12)) !important;
  cursor:default !important;
}

html[data-theme="dark"] body[data-page="nosotros"] .about-story-split .about-logo-stage{
  background:
    radial-gradient(circle at 50% 40%,rgba(220,158,70,.11),transparent 44%),
    #050505 !important;
  border-color:#2c2c2c !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.025),
    0 24px 60px rgba(0,0,0,.52) !important;
}
html[data-theme="dark"] body[data-page="nosotros"] .about-story-split .about-logo-stage::before,
html[data-theme="dark"] body[data-page="nosotros"] .about-story-split .about-logo-stage::after{
  border-color:rgba(227,170,88,.12);
}
html[data-theme="dark"] body[data-page="nosotros"] .about-story-split .about-brand-logo{
  filter:drop-shadow(0 14px 32px rgba(225,165,81,.11)) !important;
}

@media(max-width:820px){
  body[data-page="nosotros"] .about-story-split .about-logo-stage{
    min-height:300px;
    padding:26px;
  }
  body[data-page="nosotros"] .about-story-split .about-brand-logo{
    width:min(94%,560px) !important;
  }
}

@media(max-width:560px){
  body[data-page="nosotros"] .about-story-split .about-logo-stage{
    min-height:250px;
    padding:20px;
    border-radius:18px;
  }
  body[data-page="nosotros"] .about-story-split .about-brand-logo{
    width:96% !important;
  }
}


/* ==========================================================
   NicaMiga V30 — Universal theme toggle hardening
   ========================================================== */
.theme-toggle{
  position:relative!important;
  z-index:120!important;
  pointer-events:auto!important;
  touch-action:manipulation!important;
  user-select:none!important;
  -webkit-user-select:none!important;
}
.theme-toggle::before,.theme-toggle::after{pointer-events:none!important;}
html[data-theme="dark"]{background:#000!important;}
html[data-theme="dark"] body{background:#000!important;}

/* ==========================================================
   NicaMiga V38 — Mi Experiencia gallery image-fit fix
   Keeps landscape photography intact instead of forcing square crops.
   ========================================================== */
body[data-page="experiencia"] .experience-hero-v12{
  position:relative !important;
  min-height:610px !important;
  height:auto !important;
  overflow:hidden !important;
}
body[data-page="experiencia"] .experience-hero-picture{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
}
body[data-page="experiencia"] .experience-hero-picture picture,
body[data-page="experiencia"] .experience-hero-picture img{
  width:100% !important;
  height:100% !important;
}

body[data-page="experiencia"] .experience-grid{
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:18px !important;
  align-items:stretch;
}
body[data-page="experiencia"] .experience-card-v12{
  border-radius:16px !important;
  overflow:hidden !important;
}
body[data-page="experiencia"] .experience-card-v12 .experience-photo-button{
  position:relative !important;
  display:block !important;
  width:100% !important;
  aspect-ratio:8 / 5 !important;
  min-height:0 !important;
  overflow:hidden !important;
  border-radius:0 !important;
  background:#f7f1e8 !important;
}
body[data-page="experiencia"] .experience-card-v12 .experience-photo-button picture{
  position:absolute !important;
  inset:0 !important;
  display:block !important;
  width:100% !important;
  height:100% !important;
}
body[data-page="experiencia"] .experience-card-v12 .experience-photo-button img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  min-height:0 !important;
  aspect-ratio:auto !important;
  object-fit:cover !important;
  object-position:center center !important;
  transform:none !important;
}
body[data-page="experiencia"] .experience-card-v12 .experience-card-meta{
  min-height:58px !important;
  align-items:center !important;
  padding:12px 14px !important;
}

/* The brand/identity image is intentionally shown in full. */
body[data-page="experiencia"] .experience-card-v12.experience-brand-card .experience-photo-button{
  background:#fbf7ef !important;
}
body[data-page="experiencia"] .experience-card-v12.experience-brand-card .experience-photo-button img{
  object-fit:contain !important;
  object-position:center !important;
  padding:8px !important;
  box-sizing:border-box !important;
}
html[data-theme="dark"] body[data-page="experiencia"] .experience-card-v12.experience-brand-card .experience-photo-button{
  background:#f7f1e8 !important;
}

@media(min-width:701px) and (max-width:1180px){
  body[data-page="experiencia"] .experience-grid{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
}
@media(max-width:700px){
  body[data-page="experiencia"] .experience-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px !important;
  }
  body[data-page="experiencia"] .experience-card-v12 .experience-photo-button{
    aspect-ratio:4 / 3 !important;
  }
  body[data-page="experiencia"] .experience-card-v12 .experience-card-meta{
    min-height:54px !important;
    padding:10px 11px !important;
  }
}

/* NicaMiga V41 — cart and checkout product thumbnails */
.cart-item-main{display:flex;align-items:flex-start;gap:12px}.cart-item-copy{flex:1;min-width:0}.cart-thumb{width:54px;height:54px;object-fit:cover;border-radius:10px;flex:0 0 54px;border:1px solid #d8cabd;background:#fff}.order-item-info{display:flex;align-items:center;gap:12px;min-width:0}.order-thumb{width:52px;height:52px;object-fit:cover;border-radius:9px;flex:0 0 52px;border:1px solid #d8cabd;background:#fff}.order-line{align-items:center}.order-item-info span{line-height:1.25}.cart-item-top span:first-child{overflow-wrap:anywhere}@media(max-width:560px){.cart-thumb{width:48px;height:48px;flex-basis:48px}.order-thumb{width:46px;height:46px;flex-basis:46px}.order-line{gap:8px}.order-item-info{gap:9px}}html[data-theme="dark"] .cart-thumb,html[data-theme="dark"] .order-thumb{border-color:#5a4232;background:#17110d}
