
.ezgi-ea{
  --open-ratio:66.7%;
  --text-color:#fff;
  --outer-pad:0px;
  --frame-radius:24px;
  --frame-border:rgba(255,255,255,.12);
  --divider-color:rgba(255,255,255,.28);
  position:relative;
  width:100%;
  height:680px;
  padding:var(--outer-pad);
  box-sizing:border-box;
  font-family:Arial,Helvetica,sans-serif;
  isolation:isolate;
}
.ezgi-ea,.ezgi-ea *{box-sizing:border-box}
.ezgi-ea.is-fullbleed{width:100vw;max-width:none;margin-left:calc(50% - 50vw)}
.ezgi-ea__frame{
  position:relative;width:100%;height:100%;display:flex;overflow:hidden;
  border:1px solid var(--frame-border);border-radius:var(--frame-radius);background:#3A3A3A;
  isolation:isolate;
}
.ezgi-ea__panel{
  --closed-img-w:90%;--closed-img-h:60%;--closed-img-x:50%;--closed-img-y:64%;
  --open-img-w:54%;--open-img-h:84%;--open-img-x:72%;--open-img-y:52%;
  position:relative;min-width:0;height:100%;overflow:hidden;
  flex:0 0 calc((100% - var(--open-ratio))/2);
  background:linear-gradient(135deg,var(--c1),var(--c2));
  cursor:pointer;
  transition:flex-basis .46s cubic-bezier(.22,.74,.22,1), background .35s ease;
  will-change:flex-basis;
}
.ezgi-ea.is-closed .ezgi-ea__panel{flex:1 1 33.3333%}
.ezgi-ea__panel+.ezgi-ea__panel{border-left:1px solid var(--divider-color)}
.ezgi-ea__panel.is-active{flex-basis:var(--open-ratio);cursor:default}

.ezgi-ea__number{
  position:absolute;z-index:30;left:22px;top:24px;display:flex;align-items:center;gap:13px;
  color:var(--text-color);font:700 15px/1 Arial,Helvetica,sans-serif;letter-spacing:.02em;
}
.ezgi-ea__number span{display:block;width:44px;height:1px;background:currentColor;opacity:.78}

/* Same canvas/center system for all three instruments. Nothing can escape the panel. */
.ezgi-ea__image-box{
  position:absolute;z-index:5;
  left:var(--closed-img-x);top:var(--closed-img-y);
  width:var(--closed-img-w);height:var(--closed-img-h);
  transform:translate(-50%,-50%);pointer-events:none;
  transition:left .46s cubic-bezier(.22,.74,.22,1),top .46s cubic-bezier(.22,.74,.22,1),width .46s cubic-bezier(.22,.74,.22,1),height .46s cubic-bezier(.22,.74,.22,1);
}
.ezgi-ea__image{
  display:block;width:100%;height:100%;max-width:none!important;
  object-fit:contain;object-position:center center;
  opacity:1!important;filter:none!important;mix-blend-mode:normal!important;
  transform:none!important;border:0!important;background:transparent!important;box-shadow:none!important;
}
.ezgi-ea__panel.is-active .ezgi-ea__image-box{
  left:var(--open-img-x);top:var(--open-img-y);width:var(--open-img-w);height:var(--open-img-h);
}

.ezgi-ea__closed-meta{
  position:absolute;z-index:18;left:22px;right:18px;top:13%;color:var(--text-color);
  opacity:1;transition:opacity .12s linear;pointer-events:none;
}
.ezgi-ea__closed-eyebrow{
  margin:0 0 13px;font:700 8px/1.3 Arial,Helvetica,sans-serif;letter-spacing:.27em;
  text-transform:uppercase;white-space:nowrap;color:rgba(255,255,255,.86);
}
.ezgi-ea__closed-title{
  margin:0;color:#fff;font:400 clamp(28px,3vw,48px)/.95 Georgia,"Times New Roman",serif;
  letter-spacing:-.035em;white-space:nowrap;text-rendering:geometricPrecision;
}
.ezgi-ea__closed-side,.ezgi-ea__side-text,.ezgi-ea__decor-title{display:none!important}
.ezgi-ea__panel.is-active .ezgi-ea__closed-meta{opacity:0}

.ezgi-ea__open{
  position:absolute;z-index:10;inset:0;opacity:0;visibility:hidden;pointer-events:none;
  transition:opacity .18s ease-out;
}
.ezgi-ea:not(.is-transitioning) .ezgi-ea__panel.is-active .ezgi-ea__open{
  opacity:1;visibility:visible;pointer-events:auto;
}
.ezgi-ea__copy{
  position:absolute;z-index:20;left:4.6%;top:24%;width:38%;max-width:none;color:#fff;
}
.ezgi-ea__eyebrow{
  margin:0 0 15px;font:700 9px/1.25 Arial,Helvetica,sans-serif;letter-spacing:.32em;
  text-transform:uppercase;color:rgba(255,255,255,.90)!important;white-space:nowrap;
}
.ezgi-ea__title{
  margin:0 0 12px;color:#fff!important;font:400 clamp(64px,6.2vw,96px)/.88 Georgia,"Times New Roman",serif;
  letter-spacing:-.045em;white-space:nowrap;text-rendering:geometricPrecision;
}
.ezgi-ea__subtitle{
  margin:0 0 22px;color:#fff!important;font:600 clamp(18px,1.5vw,25px)/1.22 Arial,Helvetica,sans-serif;
}
.ezgi-ea__description{
  margin:0 0 28px;width:100%;color:rgba(255,255,255,.92)!important;
  font:400 14px/1.62 Arial,Helvetica,sans-serif;
}
.ezgi-ea__actions{display:flex;align-items:center;gap:12px;flex-wrap:nowrap}
.ezgi-ea__button{
  min-height:48px;padding:0 22px;border-radius:999px;border:1px solid rgba(255,255,255,.60);
  display:inline-flex;align-items:center;justify-content:center;gap:18px;white-space:nowrap;
  text-decoration:none;font:700 13px/1 Arial,Helvetica,sans-serif;cursor:pointer;
  transition:transform .16s ease,background .16s ease;
}
.ezgi-ea__button:hover{transform:translateY(-1px)}
.ezgi-ea__button--primary{min-width:163px;background:#fff;color:#171717;border-color:#fff}
.ezgi-ea__music{min-width:184px;background:rgba(255,255,255,.05);color:#fff!important}
.ezgi-ea__music.is-empty{opacity:.62}
.ezgi-ea__play{display:inline-grid;place-items:center;width:26px;height:26px;border-radius:50%;background:rgba(255,255,255,.88);color:#3A3A3A;font-size:9px;flex:0 0 auto}
.ezgi-ea__ghost-number{
  position:absolute;z-index:1;right:1.5%;bottom:-6%;color:rgba(255,255,255,.045);
  font:700 clamp(160px,18vw,260px)/.72 Arial,Helvetica,sans-serif;letter-spacing:-.08em;
  user-select:none;pointer-events:none;
}

.ezgi-ea__scrubber-wrap{
  position:absolute;z-index:50;left:50%;bottom:9px;transform:translateX(-50%);
  width:min(420px,56%);height:18px;display:flex;align-items:center;opacity:.38;
  transition:opacity .2s ease;pointer-events:auto;
}
.ezgi-ea.is-closed .ezgi-ea__scrubber-wrap{opacity:0;pointer-events:none}
.ezgi-ea__scrubber-wrap:hover{opacity:.88}
.ezgi-ea__scrubber{-webkit-appearance:none;appearance:none;width:100%;height:2px;background:rgba(255,255,255,.45);border:0;border-radius:999px;outline:none;cursor:pointer}
.ezgi-ea__scrubber::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:12px;height:12px;border-radius:50%;background:#fff;border:0;box-shadow:0 0 0 4px rgba(255,255,255,.10)}
.ezgi-ea__scrubber::-moz-range-thumb{width:12px;height:12px;border-radius:50%;background:#fff;border:0;box-shadow:0 0 0 4px rgba(255,255,255,.10)}

@media(max-width:1024px){
  .ezgi-ea{--open-ratio:72%}
  .ezgi-ea__copy{left:4.5%;top:22%;width:42%}
  .ezgi-ea__title{font-size:68px}
  .ezgi-ea__subtitle{font-size:18px}
  .ezgi-ea__description{font-size:13px}
  .ezgi-ea__panel{--closed-img-h:56%;--open-img-h:78%;--open-img-w:52%;--open-img-x:73%}
}
@media(max-width:767px){
  .ezgi-ea{--open-ratio:82%;min-height:580px}
  .ezgi-ea.is-fullbleed{width:100%;margin-left:0}
  .ezgi-ea__frame{border-radius:min(var(--frame-radius),16px)}
  .ezgi-ea__number{left:12px;top:14px;font-size:11px;gap:7px}.ezgi-ea__number span{width:20px}
  .ezgi-ea__closed-meta{left:11px;right:7px;top:10%}.ezgi-ea__closed-eyebrow{display:none}
  .ezgi-ea__closed-title{font-size:25px;writing-mode:vertical-rl;transform:rotate(180deg)}
  .ezgi-ea__copy{left:5%;top:19%;width:54%}
  .ezgi-ea__eyebrow{font-size:7px;margin-bottom:11px;letter-spacing:.24em}
  .ezgi-ea__title{font-size:46px;margin-bottom:10px}
  .ezgi-ea__subtitle{font-size:14px;margin-bottom:14px}
  .ezgi-ea__description{font-size:11px;line-height:1.48;margin-bottom:16px}
  .ezgi-ea__actions{gap:7px;flex-wrap:wrap}.ezgi-ea__button{min-height:39px;padding:0 12px;font-size:10px;gap:8px}.ezgi-ea__button--primary,.ezgi-ea__music{min-width:auto}.ezgi-ea__play{width:21px;height:21px}
  .ezgi-ea__ghost-number{font-size:105px;bottom:-1%}
  .ezgi-ea__panel{--closed-img-w:92%;--closed-img-h:50%;--closed-img-y:66%;--open-img-w:44%;--open-img-h:70%;--open-img-x:77%;--open-img-y:55%}
  .ezgi-ea__scrubber-wrap{width:46%;bottom:6px}
}
.elementor-editor-active .ezgi-ea.is-fullbleed{width:100%;margin-left:0}
.elementor-widget-ezgi_instrument_accordion,.elementor-widget-ezgi_instrument_accordion .elementor-widget-container{width:100%;max-width:none;margin:0!important}


/* ===== v2.8 geometry lock: centered, contained, no spill ===== */
.ezgi-ea__panel{overflow:hidden!important}

/* CLOSED: all three use exactly the same box and alignment */
.ezgi-ea.is-closed .ezgi-ea__image-box,
.ezgi-ea__panel:not(.is-active) .ezgi-ea__image-box{
  left:10%!important;
  right:10%!important;
  top:39%!important;
  bottom:5%!important;
  width:auto!important;
  height:auto!important;
  transform:none!important;
}

/* OPEN: image gets its own fixed right-side zone; it can never cross into copy or outside panel */
.ezgi-ea__panel.is-active .ezgi-ea__image-box{
  left:54%!important;
  right:3.5%!important;
  top:6%!important;
  bottom:4%!important;
  width:auto!important;
  height:auto!important;
  transform:none!important;
  overflow:hidden!important;
}

.ezgi-ea__image{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
  max-width:100%!important;
  max-height:100%!important;
}

/* Text is kept safely away from the image zone */
.ezgi-ea__copy{
  left:5%!important;
  width:43%!important;
  max-width:43%!important;
}

/* Grand piano is wide by nature; give it the same zone but a touch more usable width inside that zone */
.ezgi-ea__panel--piano.is-active .ezgi-ea__image{
  object-fit:contain!important;
  object-position:center center!important;
}

@media(max-width:1024px){
  .ezgi-ea.is-closed .ezgi-ea__image-box,
  .ezgi-ea__panel:not(.is-active) .ezgi-ea__image-box{
    left:8%!important;right:8%!important;top:40%!important;bottom:5%!important;
  }
  .ezgi-ea__panel.is-active .ezgi-ea__image-box{
    left:56%!important;right:3%!important;top:8%!important;bottom:5%!important;
  }
  .ezgi-ea__copy{left:4.5%!important;width:47%!important;max-width:47%!important}
}

@media(max-width:767px){
  .ezgi-ea.is-closed .ezgi-ea__image-box,
  .ezgi-ea__panel:not(.is-active) .ezgi-ea__image-box{
    left:5%!important;right:5%!important;top:42%!important;bottom:4%!important;
  }
  .ezgi-ea__panel.is-active .ezgi-ea__image-box{
    left:63%!important;right:2%!important;top:10%!important;bottom:7%!important;
  }
  .ezgi-ea__copy{left:4.5%!important;width:55%!important;max-width:55%!important}
}
