/* Pomerdaj 6.9 — spójne nagłówki, przyklejona galeria produktu i wyszukiwarka w nagłówku */

/* Nagłówki sekcji: nadtytuł, tytuł i opis zawsze w jednej osi. */
.section-heading-stack{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  align-items:start!important;
  justify-items:start;
  gap:.7rem!important;
  max-width:900px;
  margin-left:0!important;
  margin-right:0!important;
}
.section-heading-stack>[class*="col-"]{
  width:100%!important;
  max-width:760px!important;
  padding-left:0!important;
  padding-right:0!important;
}
.section-heading-stack .eyebrow{display:block;margin-bottom:.7rem}
.section-heading-stack .section-title{margin:0!important;text-wrap:balance}
.section-heading-stack .section-copy{display:block;margin:.35rem 0 0!important;max-width:690px;line-height:1.72}
.section-title{overflow-wrap:anywhere}
.section-copy{overflow-wrap:anywhere}

/* Wyszukiwanie bez osobnego okna. */
.header-actions{min-width:0}
.header-inline-search,.mobile-inline-search{position:relative;z-index:30}
.header-inline-search{width:clamp(190px,16vw,270px)}
.header-inline-search-form{
  min-height:46px;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:.55rem;
  padding:.3rem .36rem .3rem .82rem;
  border:1px solid rgba(7,42,73,.14);
  border-radius:999px;
  background:rgba(255,255,255,.92);
  box-shadow:0 12px 32px rgba(7,42,73,.06);
  transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;
}
.header-inline-search-form:focus-within{
  border-color:rgba(241,90,36,.56);
  box-shadow:0 0 0 4px rgba(241,90,36,.1),0 14px 34px rgba(7,42,73,.09);
  background:#fff;
}
.header-inline-search-form>i{color:#6d7b85;font-size:.93rem}
.header-inline-search-form input{
  min-width:0;width:100%;border:0;outline:0;background:transparent;color:#072a49;
  font:700 .8rem/1.2 var(--font-sans);letter-spacing:-.01em;
}
.header-inline-search-form input::placeholder{color:#89949c;font-weight:600}
.header-inline-search-form button{
  width:36px;height:36px;border:0;border-radius:50%;display:grid;place-items:center;
  background:#072a49;color:#fff;transition:transform .2s ease,background .2s ease;
}
.header-inline-search-form button:hover{background:#f15a24;transform:translateX(1px)}
.inline-search-results{
  position:absolute;top:calc(100% + .65rem);right:0;width:min(420px,calc(100vw - 30px));
  padding:.55rem;border:1px solid rgba(7,42,73,.11);border-radius:20px;background:#fff;
  box-shadow:0 28px 75px rgba(7,42,73,.18);overflow:hidden;
}
.inline-search-results[hidden]{display:none!important}
.inline-search-status{padding:1rem 1.05rem;color:#71808c;font-size:.82rem;line-height:1.55}
.inline-search-list{display:grid;gap:.2rem}
.inline-search-item{
  display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:.8rem;
  min-width:0;padding:.55rem;border-radius:14px;text-decoration:none;color:#072a49;
  transition:background .2s ease,transform .2s ease;
}
.inline-search-item:hover,.inline-search-item:focus-visible{background:#f7f4ef;transform:translateX(2px);outline:0}
.inline-search-item img{width:58px;height:58px;border-radius:12px;object-fit:cover;background:#ece8e2}
.inline-search-item span{min-width:0}
.inline-search-item strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.86rem}
.inline-search-item small{display:block;margin-top:.15rem;color:#71808c;font-size:.67rem;text-transform:uppercase;letter-spacing:.07em}
.inline-search-price{font-size:.78rem;font-weight:800;white-space:nowrap;color:#f15a24}
.inline-search-all{
  display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.35rem;padding:.8rem .9rem;
  border-top:1px solid #eee8e0;text-decoration:none;color:#072a49;font-size:.78rem;font-weight:800;
}
.inline-search-all:hover{color:#f15a24}
.mobile-inline-search{margin-bottom:1.35rem}
.mobile-inline-search .inline-search-results{position:static;width:100%;margin-top:.55rem;box-shadow:none;border-radius:15px}

/* Lista wyników po Enter. */
.shop-results-section{scroll-margin-top:115px}
.shop-results-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-bottom:2rem}
.shop-results-heading>div{max-width:760px}
.shop-results-title{margin:0 0 .45rem;font:700 clamp(2rem,4vw,3.5rem)/1.04 var(--font-display);color:#072a49;letter-spacing:-.035em;text-wrap:balance}

/* Produkt: galeria po lewej pozostaje w kadrze, treść po prawej płynie. */
.product-gallery-pin{position:relative}
.product-detail-flow{position:relative;display:grid;gap:0}
.product-detail-intro{position:relative}
[data-product-parallax-block]{
  --product-parallax-y:0px;
  transform:translate3d(0,var(--product-parallax-y),0);
  will-change:transform;
}

@media(min-width:1200px){
  .product-premium-grid{
    grid-template-columns:minmax(0,1.03fr) minmax(410px,.82fr)!important;
    gap:clamp(3.4rem,6vw,7.2rem)!important;
    align-items:start!important;
  }
  .product-visual-column{min-width:0;align-self:stretch}
  .product-gallery-pin{
    position:sticky;
    top:112px;
    z-index:4;
    max-height:calc(100vh - 132px);
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
  }
  .product-gallery-stage.product-visual-shell{
    aspect-ratio:auto!important;
    height:min(65vh,690px)!important;
    min-height:520px!important;
  }
  .product-gallery-thumbs-premium{flex:0 0 auto}
  .product-detail-column{padding-top:clamp(.5rem,2vh,1.6rem)}
  .product-detail-flow{position:static!important;top:auto!important}
  .product-service-strip{margin-top:1.35rem}
}

@media(max-width:1399.98px) and (min-width:1200px){
  .header-inline-search{width:205px}
  .product-gallery-stage.product-visual-shell{height:min(61vh,620px)!important;min-height:490px!important}
}

@media(max-width:1199.98px){
  .product-gallery-pin{position:static;max-height:none}
  [data-product-parallax-block]{transform:none!important;will-change:auto}
  .product-detail-flow{position:static}
  .section-heading-stack{max-width:760px}
}

@media(max-width:991.98px){
  .shop-results-heading{align-items:flex-start;flex-direction:column}
}

@media(max-width:767.98px){
  .section-heading-stack{gap:.45rem!important;margin-bottom:2.3rem!important}
  .section-heading-stack .section-copy{margin-top:.2rem!important}
  .header-actions{gap:.35rem}
  .inline-search-results{left:0;right:auto}
  .shop-results-title{font-size:clamp(2rem,10vw,3rem)}
  .product-premium-grid{gap:2.2rem!important}
}

@media(max-width:575.98px){
  .section-heading-stack .section-title br{display:none}
  .inline-search-item{grid-template-columns:50px minmax(0,1fr)}
  .inline-search-item img{width:50px;height:50px}
  .inline-search-price{grid-column:2;margin-top:-.35rem}
}

@media(prefers-reduced-motion:reduce){
  [data-product-parallax-block]{transform:none!important;will-change:auto!important}
  .inline-search-item{transition:none}
}
