/*
Theme Name: Exposition Market Modern V5
Theme URI: https://localbusinesspages.org/
Author: Local Business Pages
Description: Modern editable standalone theme for Exposition Fish & Poultry Market.
Version: 5.0.0
Text Domain: exposition-market-v3
*/
:root{
 --ink:#111820;--navy:#183d78;--blue:#2457a6;--blue2:#2f6fc2;--yellow:#f2c300;
 --yellow2:#ffd42a;--cream:#fffdf5;--white:#fff;--red:#c83a2f;--muted:#66707a;
 --line:#d9dee5;--soft:#f3f6fa;--max:1200px
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.6}
a{color:inherit}
img{max-width:100%;height:auto}
.efp-wrap{width:min(calc(100% - 40px),var(--max));margin:auto}
.efp-announcement{background:var(--navy);color:#fff;font-size:13px}
.efp-announcement .efp-wrap{min-height:42px;display:flex;justify-content:space-between;align-items:center;gap:18px}
.efp-announcement a{color:#fff;text-decoration:none;font-weight:900}
.efp-header{position:sticky;top:0;z-index:60;background:rgba(251,246,234,.97);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}
.admin-bar .efp-header{top:32px}
.efp-nav{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.efp-logo-link{text-decoration:none;display:flex;align-items:center;gap:13px}
.efp-logo-symbol{width:54px;height:54px;border-radius:13px;background:var(--blue2);position:relative;box-shadow:inset 0 0 0 3px var(--navy)}
.efp-logo-symbol:before{content:"";position:absolute;width:26px;height:17px;left:10px;top:18px;border-radius:55% 48% 48% 55%;background:#fff}
.efp-logo-symbol:after{content:"";position:absolute;right:7px;top:20px;border-left:11px solid #fff;border-top:7px solid transparent;border-bottom:7px solid transparent}
.efp-custom-logo img{display:block;max-width:320px;max-height:65px;width:auto;height:auto}
.efp-brand strong{display:block;font-family:Georgia,serif;font-size:23px;line-height:1;color:var(--navy)}
.efp-brand span{display:block;margin-top:5px;font-size:10px;text-transform:uppercase;letter-spacing:1.8px;font-weight:900;color:var(--muted)}
.efp-menu{display:flex;align-items:center;gap:24px}
.efp-menu a{text-decoration:none;font-size:14px;font-weight:900}
.efp-menu .efp-order{background:var(--red);color:#fff;padding:13px 18px;border-radius:6px}

.efp-hero{position:relative;padding:78px 0 82px;overflow:hidden;background:var(--cream)}
.efp-hero:before{content:"";position:absolute;right:-120px;top:-150px;width:520px;height:520px;border-radius:50%;background:#eaf2fb;opacity:.75}
.efp-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:62px;align-items:center;position:relative;z-index:2}
.efp-kicker{display:inline-flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:2px;font-size:11px;font-weight:950;color:var(--blue2);margin-bottom:18px}
.efp-kicker:before{content:"";width:34px;height:5px;background:var(--yellow)}
.efp-hero h1{font-family:Georgia,serif;font-size:clamp(48px,6vw,76px);line-height:.98;letter-spacing:-2.5px;margin:0 0 24px;max-width:730px}
.efp-hero h1 .accent{color:var(--blue2)}
.efp-hero-copy{font-size:19px;color:#53625b;max-width:680px;margin:0 0 30px}
.efp-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:28px}
.efp-btn{display:inline-flex;min-height:54px;align-items:center;justify-content:center;padding:15px 22px;border-radius:6px;text-decoration:none;font-weight:950;border:2px solid var(--blue)}
.efp-btn-primary{background:var(--blue);color:#fff}
.efp-btn-light{background:transparent;color:var(--blue)}
.efp-trust{display:flex;flex-wrap:wrap;gap:10px 22px;font-size:14px;font-weight:800;color:#58665f}
.efp-trust span:before{content:"✓";color:var(--blue2);margin-right:7px}

.efp-market-visual{position:relative}
.efp-market-photo{aspect-ratio:1.15;border-radius:22px;overflow:hidden;background:var(--blue);box-shadow:0 28px 65px rgba(20,60,52,.16)}
.efp-market-photo img{width:100%;height:100%;object-fit:cover;display:block}
.efp-market-placeholder{height:100%;padding:44px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;background:
 radial-gradient(circle at 78% 20%,rgba(228,173,63,.35) 0 12%,transparent 13%),
 linear-gradient(150deg,#1e695e,#103c35)}
.efp-market-placeholder:before{content:"";position:absolute;inset:28px;border:1px solid rgba(255,255,255,.18);border-radius:16px}
.efp-market-placeholder b{position:relative;color:#fff;font-family:Georgia,serif;font-size:46px;line-height:1.03}
.efp-market-placeholder span{position:relative;color:#cbe3dc;font-weight:800;margin-top:10px}
.efp-market-badge{position:absolute;left:-24px;top:28px;background:var(--yellow);color:var(--ink);padding:16px 20px;border-radius:10px;box-shadow:0 15px 35px rgba(0,0,0,.13)}
.efp-market-badge small{display:block;text-transform:uppercase;font-size:9px;letter-spacing:1.4px;font-weight:900}
.efp-market-badge strong{display:block;font-size:17px;margin-top:3px}

.efp-product-band{background:var(--navy);color:#fff}
.efp-product-band-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.efp-product-band-item{padding:25px;border-right:1px solid rgba(255,255,255,.14)}
.efp-product-band-item:last-child{border-right:0}
.efp-product-band-item strong{display:block;font-size:17px}
.efp-product-band-item span{display:block;color:#bdd2cb;font-size:12px;margin-top:3px}

.efp-section{padding:92px 0}
.efp-white{background:#fff}
.efp-soft{background:var(--soft)}
.efp-dark{background:var(--navy);color:#fff}
.efp-head{max-width:780px;margin-bottom:46px}
.efp-head h2{font-family:Georgia,serif;font-size:clamp(38px,5vw,58px);line-height:1.03;letter-spacing:-2px;margin:0 0 15px}
.efp-head p{font-size:17px;color:var(--muted)}
.efp-dark .efp-head p{color:#bed0c9}

.efp-products{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.efp-product{position:relative;background:var(--cream);border:1px solid var(--line);border-radius:15px;padding:30px;min-height:270px;overflow:hidden}
.efp-product:after{content:"";position:absolute;width:110px;height:110px;border-radius:50%;background:#eaf2fb;right:-40px;bottom:-40px}
.efp-product-num{font-size:11px;font-weight:950;letter-spacing:1.5px;color:var(--blue2);margin-bottom:44px}
.efp-product h3{font-family:Georgia,serif;font-size:26px;line-height:1.08;margin:0 0 11px;position:relative;z-index:2}
.efp-product p{color:var(--muted);font-size:15px;margin:0;position:relative;z-index:2}

.efp-feature-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:60px;align-items:center}
.efp-feature-photo{min-height:510px;border-radius:18px;background:linear-gradient(145deg,#226b5f,#103a33);position:relative;overflow:hidden}
.efp-feature-photo:before{content:"MARKET";position:absolute;left:50%;top:43%;transform:translate(-50%,-50%);font-family:Georgia,serif;font-size:72px;color:#fff;opacity:.95}
.efp-feature-photo:after{content:"FISH · POULTRY · MEAT";position:absolute;left:50%;top:58%;transform:translate(-50%,-50%);white-space:nowrap;color:var(--yellow);letter-spacing:3px;font-size:13px;font-weight:950}
.efp-feature-copy h2{font-family:Georgia,serif;font-size:clamp(38px,5vw,56px);line-height:1.04;margin:0 0 18px}
.efp-feature-copy p{color:#c5d4cf;font-size:17px}
.efp-checks{list-style:none;padding:0;margin:25px 0 30px}
.efp-checks li{position:relative;padding:8px 0 8px 28px}
.efp-checks li:before{content:"✓";position:absolute;left:0;color:var(--yellow);font-weight:950}

.efp-review-layout{display:grid;grid-template-columns:1.08fr .92fr;gap:38px}
.efp-review-card{background:#fff;border:1px solid var(--line);border-radius:15px;padding:38px}
.efp-stars{color:var(--yellow);font-size:20px;letter-spacing:3px}
.efp-rating{font-size:40px;font-weight:950;line-height:1;margin:16px 0}
.efp-rating span{font-size:14px;color:var(--muted);font-weight:800}
.efp-review-card blockquote{font-family:Georgia,serif;font-size:26px;line-height:1.35;margin:0 0 18px}
.efp-review-card p{color:var(--muted)}
.efp-review-card a{color:var(--blue2);font-weight:950;text-decoration:none}
.efp-review-points{display:grid;gap:14px}
.efp-review-point{background:#e4efeb;border-radius:12px;padding:24px}
.efp-review-point strong{display:block;font-size:17px;margin-bottom:5px}
.efp-review-point span{font-size:14px;color:var(--muted)}

.efp-visit-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:45px}
.efp-contact-card{background:#16483f;border-radius:16px;padding:35px}
.efp-contact-row{padding:17px 0;border-bottom:1px solid #36695f}
.efp-contact-row:first-child{padding-top:0}
.efp-contact-row:last-child{border-bottom:0;padding-bottom:0}
.efp-contact-row small{display:block;text-transform:uppercase;letter-spacing:1.4px;font-size:9px;color:#9bc1b7;font-weight:950}
.efp-contact-row a,.efp-contact-row strong{display:block;margin-top:5px;font-size:18px;color:#fff;text-decoration:none}
.efp-contact-row a:hover{text-decoration:underline}
.efp-hours{background:#fff;color:var(--ink);border-radius:16px;padding:35px}
.efp-hours h3{font-family:Georgia,serif;font-size:31px;margin:0 0 22px}
.efp-hour{display:flex;justify-content:space-between;gap:20px;padding:11px 0;border-bottom:1px solid var(--line)}
.efp-hour:last-of-type{border-bottom:0}
.efp-note{font-size:12px;color:var(--muted);margin-top:18px}

.efp-cta{background:var(--yellow);padding:68px 0;border-top:3px solid var(--navy)}
.efp-cta-grid{display:flex;align-items:center;justify-content:space-between;gap:35px}
.efp-cta h2{font-family:Georgia,serif;font-size:clamp(38px,5vw,54px);line-height:1;margin:0 0 9px}
.efp-cta p{margin:0;color:#5e481a}

.efp-footer{background:#101820;color:#c8d0cc;padding:40px 0 22px}
.efp-footer-main{display:grid;grid-template-columns:1.25fr .75fr;gap:35px}
.efp-footer strong{color:#fff}
.efp-footer a{color:#f0ca78;text-decoration:none}
.efp-footer-address{display:inline-block;margin-top:8px}
.efp-credit{margin-top:28px;padding-top:18px;border-top:1px solid #36423e;text-align:center;font-size:12px;color:#8e9994}
.efp-credit a{font-weight:950}

@media(max-width:900px){
 .efp-hero-grid,.efp-feature-grid,.efp-review-layout,.efp-visit-grid{grid-template-columns:1fr}
 .efp-products,.efp-product-band-grid{grid-template-columns:repeat(2,1fr)}
 .efp-menu a:not(.efp-order){display:none}
 .efp-market-badge{left:18px}
}
@media(max-width:620px){
 .admin-bar .efp-header{top:46px}
 .efp-wrap{width:min(calc(100% - 28px),var(--max))}
 .efp-announcement span{display:none}.efp-announcement .efp-wrap{justify-content:center}
 .efp-custom-logo img{max-width:195px;max-height:50px}
 .efp-brand strong{font-size:17px}.efp-brand span{display:none}
 .efp-menu .efp-order{font-size:12px;padding:10px 12px}
 .efp-hero{padding:58px 0}
 .efp-hero h1{font-size:49px}
 .efp-actions{flex-direction:column}.efp-btn{width:100%}
 .efp-products,.efp-product-band-grid{grid-template-columns:1fr}
 .efp-product-band-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.14)}
 .efp-section{padding:66px 0}
 .efp-market-badge{position:static;margin-top:14px}
 .efp-cta-grid,.efp-footer-main{display:block}
 .efp-cta .efp-btn{margin-top:24px}
 .efp-footer-main{text-align:center}.efp-footer-main>div+div{margin-top:18px}
}


/* V4 storefront color system */
.efp-header{
  background:rgba(255,253,245,.98);
  border-bottom:4px solid var(--yellow);
}
.efp-logo-symbol{
  background:var(--yellow);
  box-shadow:inset 0 0 0 3px var(--navy);
}
.efp-logo-symbol:before,
.efp-logo-symbol:after{
  filter:none;
}
.efp-brand strong{color:var(--navy)}
.efp-brand span{color:var(--red)}
.efp-kicker{color:var(--blue)}
.efp-kicker:before{background:var(--yellow)}
.efp-hero h1 .accent{color:var(--blue)}
.efp-btn-primary{background:var(--blue);border-color:var(--blue);color:#fff}
.efp-btn-light{border-color:var(--blue);color:var(--blue)}
.efp-market-badge{background:var(--yellow);color:var(--navy)}
.efp-product-band{background:var(--navy)}
.efp-product:after{background:#eaf2fb}
.efp-product-num{color:var(--blue)}
.efp-feature-photo{
  background:linear-gradient(145deg,var(--blue),var(--navy));
}
.efp-feature-photo:after{color:var(--yellow)}
.efp-review-point{background:#edf3fb}
.efp-contact-card{background:var(--navy)}
.efp-contact-row{border-bottom-color:#365a8c}
.efp-contact-row small{color:#b8c9df}
.efp-cta{background:var(--yellow)}
.efp-credit a{color:var(--yellow)}


/* V5 bilingual controls */
.efp-language-switch{
  display:flex;
  align-items:center;
  gap:5px;
  margin-left:auto;
}
.efp-lang-btn{
  appearance:none;
  border:1px solid rgba(255,255,255,.28);
  background:transparent;
  color:#fff;
  font:inherit;
  font-size:12px;
  font-weight:900;
  padding:6px 10px;
  border-radius:999px;
  cursor:pointer;
}
.efp-lang-btn[aria-pressed="true"]{
  background:var(--yellow);
  border-color:var(--yellow);
  color:var(--navy);
}
.efp-top-left{
  display:flex;
  align-items:center;
  gap:18px;
}
html[lang="es"] .efp-lang-en-only,
html[lang="en"] .efp-lang-es-only{
  display:none !important;
}
@media(max-width:620px){
  .efp-top-left>span{display:none}
  .efp-language-switch{margin-left:0}
}
