:root{
  --navy:#103844;--navy2:#126a76;--blue:#2589d8;--blue2:#1673bd;
  --green:#63ad35;--ink:#17323d;--muted:#667982;--line:#dbe9ed;
  --paper:#f5fafb;--white:#fff;--shadow:0 24px 70px rgba(20,92,105,.14);
  --container:min(1420px,calc(100% - 72px));
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Montserrat,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.6}body.menu-open{overflow:hidden}
a{text-decoration:none;color:inherit}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}.container{width:var(--container);margin:auto}
.skip-link{position:absolute;left:-9999px;top:8px;z-index:999;background:#fff;padding:10px 14px}.skip-link:focus{left:8px}
.site-header{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(255,255,255,.98);box-shadow:0 1px 0 rgba(5,29,53,.08)}
.nav-wrap{height:184px;display:flex;align-items:center;gap:36px}.brand{display:flex;align-items:center;min-width:0}.brand-logo{width:535px;height:150px;object-fit:contain;object-position:left center}
.main-nav{display:flex;align-items:center;justify-content:center;margin-left:auto;display:flex;align-items:center;gap:44px;font-size:14px;font-weight:800;text-transform:uppercase}
.main-nav a{position:relative;padding:16px 0}.main-nav a::after{content:"";position:absolute;left:0;right:100%;bottom:8px;height:3px;background:var(--blue);transition:.25s}.main-nav a:hover::after,.main-nav a.active::after{right:0}.main-nav a:hover,.main-nav a.active{color:var(--blue)}
.nav-cta{display:inline-flex;align-items:center;gap:14px;background:var(--blue);color:#fff;padding:18px 24px;border-radius:10px;font-size:14px;font-weight:800;text-transform:uppercase;white-space:nowrap;box-shadow:0 12px 28px rgba(7,104,232,.22)}
.menu-toggle{display:none;margin-left:auto;border:0;background:transparent}.menu-toggle span{display:block;width:27px;height:3px;background:var(--navy);margin:5px}

.hero{margin-top:184px;min-height:650px;color:#fff;background:linear-gradient(90deg,rgba(11,51,61,.99) 0%,rgba(13,66,75,.95) 34%,rgba(18,100,111,.55) 61%,rgba(28,135,150,.08) 100%),url('assets/east-energy-hero.webp') center right/cover no-repeat;position:relative;padding:52px 0 0}
.hero-inner{min-height:535px;display:flex;align-items:center}.hero-copy{max-width:700px;padding-bottom:135px}.eyebrow{margin:0 0 14px;color:#0d75ff;text-transform:uppercase;letter-spacing:.08em;font-size:17px;font-weight:800}.eyebrow.dark{color:var(--blue)}
.hero h1{font-size:clamp(44px,4.15vw,67px);line-height:1.06;letter-spacing:-.045em;margin:0;font-weight:800}.accent-line{width:86px;height:4px;background:var(--blue);margin:26px 0 24px}.hero-lead{max-width:570px;color:rgba(255,255,255,.86);font-size:17px;margin:0 0 28px}
.hero-actions{display:flex;gap:18px;flex-wrap:wrap;position:relative;z-index:5;margin-bottom:10px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:22px;min-height:51px;padding:0 25px;border-radius:9px;border:1px solid transparent;text-transform:uppercase;font-size:13px;font-weight:800;cursor:pointer;transition:.25s}.btn-primary{background:var(--blue);color:#fff}.btn-primary:hover{background:var(--blue2);transform:translateY(-2px)}.btn-outline{border-color:rgba(255,255,255,.85);color:#fff;background:rgba(2,20,39,.2)}.btn-outline:hover{background:rgba(255,255,255,.1)}
.stats-panel{margin-top:-82px;position:relative;z-index:2;background:linear-gradient(180deg,rgba(20,85,96,.98),rgba(14,55,68,.99));border:1px solid rgba(145,210,214,.38);border-radius:14px;display:grid;grid-template-columns:repeat(5,1fr);box-shadow:0 20px 45px rgba(2,20,39,.25);padding:25px 8px}
.stat{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;padding:0 18px}.stat:not(:last-child)::after{content:"";position:absolute;right:0;top:5%;height:90%;width:1px;background:rgba(255,255,255,.2)}.stat-icon{font-size:40px;color:#77c6e8;line-height:1}.stat strong{font-size:30px;line-height:1.2;margin-top:8px}.stat small{font-size:14px;color:rgba(255,255,255,.9)}

.product-showcase{padding:36px 0 100px;background:#fff}.section-heading{margin-bottom:34px}.section-heading.centered{text-align:center}.section-heading .eyebrow{font-size:13px;margin-bottom:0}.section-heading h2,.section-copy h2,.contact-info h2{font-size:clamp(34px,4vw,52px);line-height:1.1;letter-spacing:-.035em;margin:0}
.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.category-card{min-height:245px;border-radius:14px;overflow:hidden;position:relative;background-image:var(--bg);background-size:cover;background-position:center;color:#fff;box-shadow:0 16px 35px rgba(3,27,51,.15);transition:.3s}.category-card:hover{transform:translateY(-6px)}.category-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(9,57,64,.05),rgba(8,49,57,.90))}.category-icon{position:absolute;left:20px;top:18px;display:grid;place-items:center;width:50px;height:50px;border-radius:10px;background:rgba(12,74,82,.88);font-size:25px}.category-card h3{position:absolute;left:20px;bottom:18px;margin:0;font-size:24px;line-height:1.15}.category-card>a{position:absolute;right:20px;bottom:18px;font-size:33px}

.section{padding:100px 0}.two-column{display:grid;grid-template-columns:1fr 1fr;gap:85px;align-items:start}.section-copy>p,.about-text>p,.contact-info>p{color:var(--muted);font-size:16px}.values{margin-top:28px;border-top:1px solid var(--line)}.values div{display:grid;grid-template-columns:150px 1fr;gap:20px;padding:17px 0;border-bottom:1px solid var(--line)}.values strong{font-size:13px}.values span{font-size:13px;color:var(--muted)}
.markets{background:linear-gradient(135deg,var(--navy),var(--navy2));color:#fff}.markets .section-copy>p{color:rgba(255,255,255,.68)}.market-list{display:flex;flex-wrap:wrap;gap:14px;align-content:flex-start;padding-top:35px}.market-list span{padding:13px 18px;border:1px solid rgba(255,255,255,.22);border-radius:999px;font-size:13px}
.partner-grid{display:grid;grid-template-columns:repeat(6,1fr);border:1px solid var(--line);border-radius:15px;overflow:hidden}.partner-grid span{min-height:95px;display:grid;place-items:center;font-size:13px;font-weight:800;color:#657386;border-right:1px solid var(--line);transition:.25s}.partner-grid span:last-child{border:0}.partner-grid span:hover{color:var(--blue);background:#f4fbfb}
.contact-band{background:linear-gradient(90deg,var(--green),var(--blue));color:#fff;padding:55px 0}.contact-band-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.contact-band h2{font-size:clamp(30px,3.7vw,48px);line-height:1.1;margin:0;max-width:760px}.btn-light{background:#fff;color:var(--navy)}
.contact{background:var(--paper)}.contact-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:75px}.office-grid{display:grid;grid-template-columns:1fr;gap:14px;margin-top:25px;max-width:520px}.office-grid article{background:#fff;border:1px solid var(--line);border-radius:13px;padding:18px}.office-grid span{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:var(--blue);font-weight:800}.office-grid p{font-size:12px;color:var(--muted)}.direct-contact{display:flex;flex-direction:column;gap:6px;margin-top:25px;font-size:13px}.direct-contact a{color:var(--blue);font-weight:800}.direct-contact span{color:var(--muted)}
.contact-form{background:#fff;border:1px solid var(--line);border-radius:22px;padding:32px;box-shadow:0 16px 45px rgba(5,29,53,.08)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact-form label{display:block;margin-bottom:15px}.contact-form label>span{display:block;font-size:11px;font-weight:800;margin-bottom:7px}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid #cfdbe5;border-radius:9px;padding:12px 13px;background:#fbfdff;outline:0}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(7,104,232,.1)}.consent{display:flex!important;gap:9px}.consent input{width:auto;margin-top:5px}.consent span{font-weight:500!important;color:var(--muted)}.full{width:100%;border:0}.form-note{font-size:10px;color:#8b97a4;text-align:center}
.site-footer{background:#0c2d35;color:#fff;padding:70px 0 25px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.25fr;gap:55px}.footer-grid p{font-size:12px;color:rgba(255,255,255,.55);max-width:300px}.footer-grid h3{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#83cbed}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:8px}.footer-grid a{font-size:12px;color:rgba(255,255,255,.64)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:40px;padding-top:20px;display:flex;justify-content:space-between;font-size:10px;color:rgba(255,255,255,.45)}
.cookie-banner{position:fixed;left:20px;right:20px;bottom:20px;z-index:200;max-width:780px;margin:auto;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:14px;padding:14px 16px;display:none;align-items:center;gap:15px}.cookie-banner.show{display:flex}.cookie-banner p{font-size:11px;color:var(--muted);margin:0;flex:1}.cookie-banner a{color:var(--blue);font-weight:700}.cookie-banner button{border:0;border-radius:8px;background:var(--navy);color:#fff;padding:9px 16px;font-size:11px;font-weight:800}
.reveal{opacity:0;transform:translateY(22px);transition:.7s ease}.reveal.visible{opacity:1;transform:none}
.legal-page{background:var(--paper)}.legal-header{background:#fff;padding:20px 0}.legal-header .brand-logo{width:360px;height:auto}.legal-main{padding:70px 0;max-width:850px}.legal-main h1{font-size:48px;margin:0}.legal-main h2{font-size:20px;margin-top:35px}.legal-main p,.legal-main li{color:var(--muted);font-size:14px}

@media(max-width:1200px){:root{--container:min(100% - 48px,1420px)}.nav-wrap{height:150px}.brand-logo{width:410px;height:118px}.main-nav{gap:25px;font-size:12px}.hero{margin-top:150px}.category-card h3{font-size:21px}}
@media(max-width:980px){.nav-wrap{height:112px}.brand-logo{width:330px;height:88px}.main-nav,.nav-cta{display:none}.menu-toggle{display:block}.main-nav.open{position:fixed;display:flex;flex-direction:column;align-items:flex-start;inset:112px 18px auto;background:#fff;padding:22px;border-radius:14px;box-shadow:var(--shadow)}.hero{margin-top:112px}.hero-inner{min-height:550px}.stats-panel{grid-template-columns:repeat(2,1fr);margin-top:-44px}.stat{padding:18px}.stat:nth-child(2)::after,.stat:nth-child(4)::after{display:none}.category-grid{grid-template-columns:1fr 1fr}.two-column,.contact-layout{grid-template-columns:1fr}.partner-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-grid>div:last-child{grid-column:1/-1}}
@media(max-width:640px){:root{--container:min(100% - 24px,1420px)}.nav-wrap{height:96px}.brand-logo{width:275px;height:74px}.main-nav.open{inset:96px 12px auto}.hero{margin-top:96px;padding-top:24px;background-position:63% center}.hero-inner{min-height:590px;align-items:flex-start}.hero-copy{padding-top:38px;padding-bottom:115px}.hero h1{font-size:42px}.hero-lead{font-size:15px}.stats-panel{grid-template-columns:1fr;margin-top:-22px}.stat:not(:last-child)::after{width:80%;height:1px;right:10%;top:auto;bottom:0}.category-grid{grid-template-columns:1fr}.category-card{min-height:230px}.section{padding:75px 0}.values div{grid-template-columns:1fr;gap:3px}.partner-grid{grid-template-columns:1fr 1fr}.contact-band-inner{flex-direction:column;align-items:flex-start}.office-grid,.form-row{grid-template-columns:1fr}.contact-form{padding:22px 17px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child,.footer-grid>div:last-child{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:8px}.cookie-banner{flex-direction:column;align-items:flex-start}}

.hero-actions .btn{
  position:relative;
  z-index:6;
  box-shadow:0 10px 24px rgba(0,0,0,.18);
}


.footer-company h2{
  margin:0 0 12px;
  font-size:30px;
  line-height:1.15;
  letter-spacing:-.025em;
  color:#fff;
}
.footer-company p{
  margin:0;
  max-width:390px;
  font-size:13px;
  color:rgba(255,255,255,.58);
}

.main-nav a{
  display:flex;
  align-items:center;
  height:100%;
}

/* East Energy logo adaptation while preserving Bradenton header geometry */
.brand-logo{object-fit:contain;object-position:left center}
@media(min-width:1201px){.brand-logo{width:330px;height:150px}}
@media(max-width:1200px) and (min-width:981px){.brand-logo{width:285px;height:118px}}
@media(max-width:980px) and (min-width:641px){.brand-logo{width:245px;height:88px}}
@media(max-width:640px){.brand-logo{width:205px;height:74px}}


/* v1.9 — East Energy header logo sizing & alignment */
.brand{
  overflow:visible;
  margin-left:24px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
}
.brand-logo{
  width:380px !important;
  height:170px !important;
  max-width:none !important;
  object-fit:contain !important;
  object-position:center center !important;
  transform:scale(1.12);
  transform-origin:center center;
}
@media(max-width:1200px) and (min-width:981px){
  .brand{margin-left:18px}
  .brand-logo{
    width:330px !important;
    height:145px !important;
    transform:scale(1.10);
  }
}
@media(max-width:980px) and (min-width:641px){
  .brand{margin-left:12px}
  .brand-logo{
    width:275px !important;
    height:105px !important;
    transform:scale(1.08);
  }
}
@media(max-width:640px){
  .brand{margin-left:8px}
  .brand-logo{
    width:225px !important;
    height:84px !important;
    transform:scale(1.05);
  }
}


/* v2.0 — seamless logo/header integration */
.site-header{
  overflow:visible;
}
.nav-wrap{
  overflow:visible;
}
.brand{
  margin-left:24px;
  height:100%;
  display:flex;
  align-items:center;
  overflow:visible;
  background:transparent !important;
}
.brand-logo{
  width:315px !important;
  height:118px !important;
  max-width:none !important;
  object-fit:contain !important;
  object-position:left center !important;
  transform:none !important;
  background:transparent !important;
  box-shadow:none !important;
  border:none !important;
}

/* Prevent the logo's visual area from hanging below the white header */
@media(min-width:981px){
  .site-header .nav-wrap{height:118px}
  .brand-logo{height:104px !important}
}
@media(max-width:1200px) and (min-width:981px){
  .brand{margin-left:18px}
  .brand-logo{width:285px !important;height:96px !important}
}
@media(max-width:980px) and (min-width:641px){
  .brand{margin-left:12px}
  .brand-logo{width:245px !important;height:78px !important}
}
@media(max-width:640px){
  .brand{margin-left:8px}
  .brand-logo{width:205px !important;height:66px !important}
}


/* v2.1 — larger East Energy logo, aligned slightly to the right */
.brand{
  margin-left:42px !important;
  height:100%;
  display:flex;
  align-items:center;
  overflow:visible;
  background:transparent !important;
}

.brand-logo{
  width:385px !important;
  height:112px !important;
  max-width:none !important;
  object-fit:contain !important;
  object-position:left center !important;
  transform:scale(1.10) !important;
  transform-origin:left center !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}

/* Keep the entire enlarged logo inside the white header */
@media(min-width:1201px){
  .site-header .nav-wrap{
    height:126px !important;
  }
  .brand-logo{
    width:385px !important;
    height:112px !important;
  }
}

@media(max-width:1200px) and (min-width:981px){
  .site-header .nav-wrap{height:116px !important}
  .brand{margin-left:30px !important}
  .brand-logo{
    width:335px !important;
    height:100px !important;
    transform:scale(1.08) !important;
  }
}

@media(max-width:980px) and (min-width:641px){
  .brand{margin-left:20px !important}
  .brand-logo{
    width:275px !important;
    height:84px !important;
    transform:scale(1.06) !important;
  }
}

@media(max-width:640px){
  .brand{margin-left:12px !important}
  .brand-logo{
    width:225px !important;
    height:70px !important;
    transform:scale(1.04) !important;
  }
}


/* v2.2 — visible artwork enlarged (source PNG whitespace removed) */
@media(min-width:1201px){
  .site-header .nav-wrap{height:122px !important}
  .brand{
    margin-left:52px !important;
    width:390px !important;
    flex:0 0 390px !important;
  }
  .brand-logo{
    width:365px !important;
    height:108px !important;
    transform:none !important;
    object-fit:contain !important;
    object-position:left center !important;
  }
}
@media(max-width:1200px) and (min-width:981px){
  .brand{margin-left:34px !important;width:325px !important;flex:0 0 325px !important}
  .brand-logo{width:305px !important;height:96px !important;transform:none !important}
}
@media(max-width:980px) and (min-width:641px){
  .brand{margin-left:20px !important;width:250px !important;flex:0 0 250px !important}
  .brand-logo{width:235px !important;height:78px !important;transform:none !important}
}
@media(max-width:640px){
  .brand{margin-left:12px !important;width:205px !important;flex:0 0 205px !important}
  .brand-logo{width:192px !important;height:66px !important;transform:none !important}
}


/* v2.3 — East Energy industry/logistics hero visual */
.hero{
  background-image:
    linear-gradient(90deg,
      rgba(13,55,68,.96) 0%,
      rgba(13,62,74,.88) 31%,
      rgba(15,78,88,.48) 57%,
      rgba(15,78,88,.10) 100%),
    url('assets/east-energy-hero-v23.png') !important;
  background-size:cover !important;
  background-position:center 31% !important;
  background-repeat:no-repeat !important;
}

/* Keep the existing East Energy typography and colours readable on new visual */
.hero .eyebrow,
.hero h1,
.hero .hero-lead{
  position:relative;
  z-index:2;
}
.hero h1{color:#fff !important}
.hero .hero-lead{color:rgba(255,255,255,.91) !important}

/* Header logo: genuinely larger, still fully inside white header */
@media(min-width:1201px){
  .site-header .nav-wrap{height:132px !important}
  .brand{
    margin-left:52px !important;
    width:430px !important;
    flex:0 0 430px !important;
  }
  .brand-logo{
    width:405px !important;
    height:120px !important;
    max-width:none !important;
    object-fit:contain !important;
    object-position:left center !important;
    transform:none !important;
  }
}
@media(max-width:1200px) and (min-width:981px){
  .brand{margin-left:34px !important;width:350px !important;flex:0 0 350px !important}
  .brand-logo{width:330px !important;height:103px !important;transform:none !important}
}


/* v2.4 — brighter, sharper East Energy hero */
.hero{
  background-image:
    linear-gradient(90deg,
      rgba(255,255,255,.97) 0%,
      rgba(255,255,255,.94) 31%,
      rgba(242,249,252,.48) 50%,
      rgba(226,242,248,.05) 68%),
    url('assets/east-energy-hero-v24.png') !important;
  background-size:cover !important;
  background-position:center 26% !important;
  background-repeat:no-repeat !important;
}

/* Dark East Energy copy on the clean light side of the hero */
.hero h1{color:var(--navy) !important}
.hero .hero-lead{color:#294653 !important}
.hero .eyebrow{color:var(--green) !important}

/* Larger header logo, positioned slightly right */
@media(min-width:1201px){
  .site-header .nav-wrap{height:134px !important}
  .brand{
    margin-left:58px !important;
    width:445px !important;
    flex:0 0 445px !important;
  }
  .brand-logo{
    width:420px !important;
    height:122px !important;
    max-width:none !important;
    object-fit:contain !important;
    object-position:left center !important;
    transform:none !important;
  }
}


/* =========================================================
   EAST ENERGY DP KFT. — FINAL v2.5
   Final clean industrial / logistics hero
   ========================================================= */

.hero{
  background-image:
    linear-gradient(90deg,
      rgba(255,255,255,.98) 0%,
      rgba(255,255,255,.94) 28%,
      rgba(247,252,253,.74) 42%,
      rgba(238,248,250,.26) 57%,
      rgba(238,248,250,.03) 72%),
    url('assets/east-energy-hero-final.webp') !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
}

.hero h1{
  color:var(--navy) !important;
  text-shadow:none !important;
}
.hero .hero-lead{
  color:#294653 !important;
  text-shadow:none !important;
}
.hero .eyebrow{
  color:var(--green) !important;
}

/* Final header logo position — larger, slightly right, fully contained */
@media(min-width:1201px){
  .site-header .nav-wrap{
    height:132px !important;
  }
  .brand{
    margin-left:54px !important;
    width:430px !important;
    flex:0 0 430px !important;
    overflow:visible !important;
  }
  .brand-logo{
    width:405px !important;
    height:116px !important;
    max-width:none !important;
    object-fit:contain !important;
    object-position:left center !important;
    transform:none !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
  }
}

@media(max-width:1200px) and (min-width:981px){
  .brand{
    margin-left:30px !important;
    width:340px !important;
    flex:0 0 340px !important;
  }
  .brand-logo{
    width:320px !important;
    height:100px !important;
    transform:none !important;
  }
}

@media(max-width:980px) and (min-width:641px){
  .brand{
    margin-left:18px !important;
  }
  .brand-logo{
    width:260px !important;
    height:82px !important;
    transform:none !important;
  }
}

@media(max-width:640px){
  .brand{
    margin-left:10px !important;
  }
  .brand-logo{
    width:215px !important;
    height:68px !important;
    transform:none !important;
  }
  .hero{
    background-position:60% center !important;
  }
}


/* =========================================================
   EAST ENERGY DP KFT. — FINAL v2.6
   Natural industrial hero + larger header logo
   ========================================================= */
.hero{
  background-image:
    linear-gradient(90deg,
      rgba(255,255,255,.97) 0%,
      rgba(255,255,255,.92) 27%,
      rgba(247,252,253,.68) 42%,
      rgba(238,248,250,.18) 58%,
      rgba(238,248,250,.01) 72%),
    url('assets/east-energy-hero-v26.webp') !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
}
.hero h1{color:var(--navy) !important;text-shadow:none !important}
.hero .hero-lead{color:#294653 !important;text-shadow:none !important}
.hero .eyebrow{color:var(--green) !important}

/* Desktop: enlarge the actual visible logo footprint and shift right */
@media(min-width:1201px){
  .site-header .nav-wrap{
    height:142px !important;
    overflow:visible !important;
  }
  .brand{
    margin-left:66px !important;
    width:480px !important;
    flex:0 0 480px !important;
    height:100% !important;
    overflow:visible !important;
    display:flex !important;
    align-items:center !important;
  }
  .brand-logo{
    width:455px !important;
    height:132px !important;
    max-width:none !important;
    object-fit:contain !important;
    object-position:left center !important;
    transform:none !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
  }
}
@media(max-width:1200px) and (min-width:981px){
  .site-header .nav-wrap{height:124px !important}
  .brand{margin-left:38px !important;width:375px !important;flex:0 0 375px !important}
  .brand-logo{width:355px !important;height:110px !important;transform:none !important}
}
@media(max-width:980px) and (min-width:641px){
  .brand{margin-left:20px !important}
  .brand-logo{width:275px !important;height:86px !important;transform:none !important}
}
@media(max-width:640px){
  .brand{margin-left:12px !important}
  .brand-logo{width:220px !important;height:70px !important;transform:none !important}
  .hero{background-position:61% center !important}
}


/* =========================================================
   EAST ENERGY DP KFT. — v2.7
   Physically cropped logo + 12% larger visible mark
   ========================================================= */

/* Desktop */
@media(min-width:1201px){
  .site-header .nav-wrap{
    height:142px !important;
    display:flex !important;
    align-items:center !important;
  }

  .brand{
    margin-left:0 !important;
    width:500px !important;
    flex:0 0 500px !important;
    height:100% !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    overflow:visible !important;
  }

  .brand-logo{
    width:510px !important;   /* ~12% larger than previous visible size */
    height:128px !important;
    max-width:none !important;
    object-fit:contain !important;
    object-position:center center !important;
    transform:none !important;
    margin:0 auto !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
  }
}

/* Tablet landscape / small desktop */
@media(max-width:1200px) and (min-width:981px){
  .site-header .nav-wrap{
    height:126px !important;
  }

  .brand{
    margin-left:0 !important;
    width:400px !important;
    flex:0 0 400px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
  }

  .brand-logo{
    width:398px !important;
    height:108px !important;
    object-position:center center !important;
    margin:0 auto !important;
    transform:none !important;
  }
}

/* Tablet */
@media(max-width:980px) and (min-width:641px){
  .brand{
    margin-left:0 !important;
    width:290px !important;
    flex:0 0 290px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
  }

  .brand-logo{
    width:300px !important;
    height:86px !important;
    object-position:center center !important;
    margin:0 auto !important;
    transform:none !important;
  }
}

/* Mobile */
@media(max-width:640px){
  .brand{
    margin-left:0 !important;
    width:220px !important;
    flex:0 0 220px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
  }

  .brand-logo{
    width:235px !important;
    height:68px !important;
    object-position:center center !important;
    margin:0 auto !important;
    transform:none !important;
  }
}


/* =========================================================
   EAST ENERGY DP KFT. — FINAL v2.8
   Approved cropped logo + final sharpened industrial hero
   ========================================================= */
.hero{
  background-image:
    linear-gradient(90deg,
      rgba(255,255,255,.97) 0%,
      rgba(255,255,255,.92) 25%,
      rgba(248,252,253,.67) 39%,
      rgba(238,248,250,.16) 54%,
      rgba(238,248,250,.00) 69%),
    url('assets/east-energy-hero-v28.webp') !important;
  background-size:cover !important;
  background-position:center 52% !important;
  background-repeat:no-repeat !important;
}
.hero h1{color:var(--navy) !important;text-shadow:none !important}
.hero .hero-lead{color:#294653 !important;text-shadow:none !important}
.hero .eyebrow{color:var(--green) !important}

/* Preserve the approved v2.7 physically-cropped logo sizing/centering */
@media(min-width:1201px){
  .site-header .nav-wrap{height:142px !important}
  .brand{
    margin-left:0 !important;
    width:500px !important;
    flex:0 0 500px !important;
    height:100% !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
  }
  .brand-logo{
    width:510px !important;
    height:128px !important;
    max-width:none !important;
    object-fit:contain !important;
    object-position:center center !important;
    transform:none !important;
    margin:0 auto !important;
  }
}
@media(max-width:1200px) and (min-width:981px){
  .brand{width:400px !important;flex:0 0 400px !important;justify-content:center !important}
  .brand-logo{width:398px !important;height:108px !important}
}
@media(max-width:980px) and (min-width:641px){
  .brand{width:290px !important;flex:0 0 290px !important;justify-content:center !important}
  .brand-logo{width:300px !important;height:86px !important}
  .hero{background-position:57% center !important}
}
@media(max-width:640px){
  .brand{width:220px !important;flex:0 0 220px !important;justify-content:center !important}
  .brand-logo{width:235px !important;height:68px !important}
  .hero{background-position:60% center !important}
}


/* v2.9 — centered footer copyright */
.footer-bottom{
  position:relative !important;
  justify-content:center !important;
  text-align:center !important;
}
.footer-bottom > span{
  display:block !important;
  width:100% !important;
  text-align:center !important;
}
.footer-bottom > a{
  position:absolute !important;
  right:0 !important;
}
@media(max-width:640px){
  .footer-bottom{
    align-items:center !important;
  }
  .footer-bottom > a{
    position:static !important;
    margin-top:10px !important;
  }
}
