
:root{
  --cream:#f7f2ea;
  --cream2:#efe7db;
  --paper:#fffdf9;
  --ink:#1a1b1b;
  --muted:#6d6962;
  --gold:#b88a42;
  --line:rgba(26,27,27,.12);
  --shell:1280px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,Arial,sans-serif;line-height:1.5}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
.shell{width:min(var(--shell),calc(100% - 80px));margin-inline:auto}

.header{height:78px;background:rgba(255,253,249,.93);backdrop-filter:blur(14px);position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(0,0,0,.05)}
.nav-shell{height:100%;display:flex;align-items:center;justify-content:space-between}
.wordmark{font-size:1.45rem;font-weight:800;letter-spacing:.24em;color:#a97f3e}
.nav{display:flex;gap:2rem;font-size:.88rem}
.nav a{opacity:.8}.nav a:hover{opacity:1}
.menu-btn{display:none;border:0;background:transparent;font-size:1.5rem}

.hero{height:calc(100vh - 78px);min-height:640px;max-height:920px;position:relative;overflow:hidden}
.hero-bg{position:absolute;inset:0;background:
  radial-gradient(circle at 75% 35%,rgba(255,218,152,.52),transparent 28%),
  linear-gradient(120deg,#efe4d1 0%,#ead2ae 38%,#d8b37d 66%,#9d7448 100%);
}
.hero-bg::after{content:"";position:absolute;inset:0;background:
  radial-gradient(ellipse at 68% 54%,rgba(255,255,255,.22),transparent 26%),
  radial-gradient(ellipse at 80% 80%,rgba(91,66,40,.22),transparent 38%);
}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,250,241,.82) 0%,rgba(255,250,241,.4) 44%,rgba(255,250,241,0) 70%)}
.hero-shell{position:relative;height:100%;display:flex;align-items:center}
.hero-copy{max-width:650px}
.kicker{font-size:.73rem;letter-spacing:.22em;font-weight:700;margin:0 0 1rem;color:#846b4a}
.hero h1,.section-head h2,.professional h2,.closing h2{font-family:Georgia,"Times New Roman",serif;font-weight:400;letter-spacing:-.035em}
.hero h1{font-size:clamp(3.8rem,6vw,6.9rem);line-height:.96;margin:.2rem 0 1.3rem}
.hero-sub{text-transform:uppercase;letter-spacing:.24em;font-size:.76rem;margin-bottom:2rem}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.8rem 1.35rem;border-radius:999px;font-weight:700;font-size:.84rem}
.btn-gold{background:var(--gold);color:white}.btn-dark{background:#1d2427;color:white}

.intro{padding:2.1rem 0;border-bottom:1px solid var(--line);background:#fbf8f3}
.intro-inner{text-align:center;max-width:1000px}
.intro p{font-size:.86rem;letter-spacing:.12em;text-transform:uppercase;margin:0}

.products-section{padding:6.5rem 0;background:#fbf8f3}
.section-head{margin-bottom:3.2rem}
.section-head.centered{text-align:center}
.section-head h2{font-size:clamp(2.7rem,4vw,4.7rem);line-height:1;margin:0 0 .9rem}
.section-head>p:last-child{color:var(--muted);font-size:1.05rem;margin:.5rem auto 0;max-width:700px}

.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.product-card{background:white;border:1px solid rgba(0,0,0,.06);border-radius:24px;overflow:hidden;display:flex;flex-direction:column;min-width:0}
.product-image{height:360px;background:linear-gradient(180deg,#f6f2eb,#eee6da);padding:1.6rem;display:flex;align-items:flex-end;justify-content:center;overflow:hidden}
.product-image img{height:100%;width:100%;object-fit:contain;filter:drop-shadow(0 18px 15px rgba(0,0,0,.12))}
.product-info{padding:1.45rem 1.5rem 1.6rem}
.product-info h3{font-size:1.18rem;letter-spacing:.06em;margin:0 0 .6rem}
.product-info p{color:var(--muted);min-height:3.2em;margin:0 0 1rem}
.product-info a{font-weight:700;font-size:.82rem;border-bottom:1px solid var(--ink);padding-bottom:2px}

.store-strip{margin-top:2rem;background:#1a2226;color:white;border-radius:22px;padding:1.7rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}
.store-strip span{display:block;font-size:.7rem;letter-spacing:.18em;opacity:.65;margin-bottom:.3rem}
.store-strip strong{font-size:1.2rem}
.store-actions{display:flex;gap:.7rem;flex-wrap:wrap}
.store-actions a{border:1px solid rgba(255,255,255,.28);padding:.75rem 1rem;border-radius:999px;font-size:.82rem}

.needs{padding:6rem 0;background:#fff}
.needs-grid{display:grid;grid-template-columns:repeat(6,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.need{padding:2rem 1rem;min-height:150px;border-right:1px solid var(--line)}
.need:last-child{border-right:0}
.need span{font-size:.7rem;color:#a18d6d}.need h3{font-family:Georgia,serif;font-weight:400;font-size:1.45rem;margin:2.3rem 0 0}

.professional{background:var(--cream)}
.professional-grid{display:grid;grid-template-columns:1fr 1fr;min-height:650px}
.professional-photo{background:
  radial-gradient(circle at 42% 40%,rgba(255,236,214,.8),transparent 25%),
  linear-gradient(145deg,#c9a98b,#e5cdb4 55%,#b98c68);
  min-height:650px;
}
.professional-copy{padding:7rem max(7vw,60px);display:flex;flex-direction:column;justify-content:center}
.professional h2{font-size:clamp(2.8rem,4.3vw,4.8rem);line-height:1.03;margin:0 0 1.5rem}
.professional-copy>p:not(.kicker){color:var(--muted);font-size:1.08rem;max-width:650px}
.professional-tags{display:flex;flex-wrap:wrap;gap:.6rem;margin:1.5rem 0 2rem}
.professional-tags span{padding:.55rem .8rem;border:1px solid rgba(0,0,0,.13);border-radius:999px;font-size:.78rem}

.ecosystem{padding:7rem 0;background:#f9f7f2}
.ecosystem-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.3rem}
.world{height:390px;border-radius:28px;overflow:hidden;position:relative;display:block}
.world-art{position:absolute;inset:0}
.vacu-art{background:
  linear-gradient(180deg,rgba(7,18,28,.16) 0%,rgba(7,18,28,.22) 48%,rgba(7,18,28,.78) 100%),
  url("assets/images/approved/aiia-ecosystem-vacutherapy-01.png") center center / cover no-repeat;
}
.med-art{background:
  linear-gradient(180deg,rgba(5,20,34,.16) 0%,rgba(5,20,34,.22) 48%,rgba(5,20,34,.80) 100%),
  url("assets/images/approved/aiia-ecosystem-vacumed-01.png") center center / cover no-repeat;
}
.world-copy{position:absolute;inset:auto 2.3rem 2.2rem 2.3rem;z-index:2}
.world-dark{color:white}.world-light{color:white}
.world-copy span{font-size:.7rem;letter-spacing:.18em;opacity:.72}
.world-copy h3{font-family:Georgia,serif;font-size:2.7rem;font-weight:400;margin:.45rem 0}
.world-copy p{font-size:.88rem;font-weight:700}

.closing{height:560px;position:relative;overflow:hidden}
.closing-bg{position:absolute;inset:0;background:
  radial-gradient(circle at 70% 38%,rgba(255,224,161,.46),transparent 24%),
  linear-gradient(125deg,#7d9aad,#5d7788 45%,#c1a36e 100%);
}
.closing-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(18,32,39,.6),rgba(18,32,39,.2) 60%,transparent)}
.closing-shell{height:100%;position:relative;display:flex;align-items:center}
.closing-copy{color:white;max-width:700px}
.closing-copy>p{font-size:1rem;letter-spacing:.04em}
.closing h2{font-size:clamp(3rem,5vw,5.5rem);line-height:1;margin:.5rem 0 1.6rem}
.closing strong{font-size:1.2rem;letter-spacing:.28em}

.footer{padding:3.2rem 0 1.2rem;background:#111719;color:white}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:3rem}
.footer-brand{font-size:1.5rem;letter-spacing:.24em;font-weight:800;color:#c69d5a}
.footer p{color:#aeb7bb}
.footer-grid>div{display:flex;flex-direction:column;gap:.45rem}
.footer-grid strong{font-size:.85rem;letter-spacing:.08em}
.footer-grid a{color:#d4dbde}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:2rem;padding-top:1rem;display:flex;justify-content:space-between;color:#7f8c91;font-size:.75rem}

@media(max-width:1050px){
  .shell{width:min(var(--shell),calc(100% - 44px))}
  .products-grid{grid-template-columns:repeat(2,1fr)}
  .needs-grid{grid-template-columns:repeat(3,1fr)}
  .need:nth-child(3){border-right:0}
  .need:nth-child(-n+3){border-bottom:1px solid var(--line)}
  .professional-grid{grid-template-columns:1fr}
  .professional-photo{min-height:460px}
}
@media(max-width:780px){
  .header{height:68px}
  .nav{display:none;position:absolute;top:68px;left:0;right:0;background:#fff;padding:1rem 22px 1.3rem;flex-direction:column;border-bottom:1px solid var(--line)}
  .nav.open{display:flex}.menu-btn{display:block}
  .hero{height:700px;min-height:0}
  .hero h1{font-size:clamp(3.2rem,14vw,5rem)}
  .hero-overlay{background:linear-gradient(90deg,rgba(255,250,241,.78),rgba(255,250,241,.25))}
  .products-grid{grid-template-columns:1fr 1fr;gap:1rem}
  .product-image{height:300px}
  .ecosystem-grid{grid-template-columns:1fr}
  .world{height:330px}
  .footer-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
  .shell{width:calc(100% - 28px)}
  .hero{height:640px}
  .hero h1{font-size:3.45rem}
  .hero-sub{letter-spacing:.16em;font-size:.68rem}
  .products-section,.needs,.ecosystem{padding:4.8rem 0}
  .products-grid{grid-template-columns:1fr}
  .product-image{height:360px}
  .store-strip{flex-direction:column;align-items:flex-start}
  .needs-grid{grid-template-columns:1fr 1fr}
  .need{border-bottom:1px solid var(--line)}
  .need:nth-child(2n){border-right:0}
  .professional-copy{padding:4.8rem 22px}
  .professional-photo{min-height:360px}
  .closing{height:500px}
  .footer-bottom{flex-direction:column;gap:.5rem}
}


/* --- V6: szersza sekcja produktów, 4 kosmetyki w rzędzie --- */
.shell-products{
  width:min(1480px,calc(100% - 64px));
}
.products-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:1.25rem;
}
.product-image{
  height:330px;
}
.product-card:nth-child(5){
  grid-column:2;
}
.product-card:nth-child(6){
  grid-column:3;
}

@media(max-width:1200px){
  .shell-products{width:min(1180px,calc(100% - 44px))}
  .products-grid{grid-template-columns:repeat(3,1fr)}
  .product-card:nth-child(5),
  .product-card:nth-child(6){grid-column:auto}
}

@media(max-width:900px){
  .products-grid{grid-template-columns:repeat(2,1fr)}
  .product-image{height:310px}
}

@media(max-width:560px){
  .shell-products{width:calc(100% - 28px)}
  .products-grid{grid-template-columns:1fr}
  .product-image{height:360px}
}


/* --- V7: sklep, konto i koszyk w nagłówku --- */
.header-commerce{
  display:flex;
  align-items:center;
  gap:16px;
  margin-left:auto;
  white-space:nowrap;
}
.shop-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 22px;
  border-radius:999px;
  background:#b18a55;
  color:#fff !important;
  font-size:12px;
  font-weight:700;
  letter-spacing:.12em;
  text-decoration:none;
  transition:transform .2s ease, opacity .2s ease;
}
.shop-link:hover{transform:translateY(-1px);opacity:.92}
.account-link,.cart-link{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:inherit;
  text-decoration:none;
  font-size:13px;
}
.ui-icon{
  width:21px;
  height:21px;
  display:inline-flex;
}
.ui-icon svg{
  width:100%;
  height:100%;
  fill:none;
  stroke:currentColor;
  stroke-width:1.55;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.cart-link{position:relative}
.cart-count{
  min-width:19px;
  height:19px;
  padding:0 5px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#b18a55;
  color:#fff;
  font-size:10px;
  font-weight:700;
}
@media(max-width:1050px){
  .header-commerce{gap:10px}
  .shop-link{padding:0 15px}
  .account-link span:last-child{display:none}
}
@media(max-width:760px){
  .header-commerce{gap:8px}
  .shop-link{min-height:36px;padding:0 13px;font-size:10px}
  .ui-icon{width:20px;height:20px}
}


/* --- V8: logo po lewej, cała nawigacja po prawej --- */
.nav-shell{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.wordmark{
  flex:0 0 auto;
}
.header-right{
  margin-left:auto;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:24px;
}
.header-right .nav{
  display:flex;
  align-items:center;
  gap:22px;
  margin:0;
}
.header-right .header-commerce{
  margin-left:0;
  flex:0 0 auto;
}
@media(max-width:1150px){
  .header-right{gap:16px}
  .header-right .nav{gap:15px}
}
@media(max-width:900px){
  .header-right{
    gap:10px;
  }
  .header-right .nav{
    display:none;
    position:absolute;
    top:78px;
    left:0;
    right:0;
    background:#fff;
    padding:1rem 22px 1.3rem;
    flex-direction:column;
    align-items:flex-start;
    border-bottom:1px solid var(--line);
  }
  .header-right .nav.open{display:flex}
}


/* --- V9: zatwierdzone HERO AIIA --- */
.hero-photo{
  position:relative;
  isolation:isolate;
  background-image:
    linear-gradient(90deg, rgba(248,246,241,.93) 0%, rgba(248,246,241,.72) 31%, rgba(248,246,241,.16) 55%, rgba(248,246,241,0) 76%),
    url("assets/images/approved/aiia-hero-01.png") !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
}
.hero-photo::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(255,255,255,0) 70%,rgba(248,246,241,.14) 100%);
}
.hero-photo > *{
  position:relative;
  z-index:1;
}
@media(max-width:760px){
  .hero-photo{
    background-image:
      linear-gradient(180deg, rgba(248,246,241,.20) 0%, rgba(248,246,241,.78) 66%, rgba(248,246,241,.97) 100%),
      url("assets/images/approved/aiia-hero-01.png") !important;
    background-position:62% center !important;
  }
}


/* --- V10: zatwierdzona fotografia AIIA Professional --- */
.professional-photo{
  position:relative;
  overflow:hidden;
}
.professional-photo::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(249,247,242,.96) 0%, rgba(249,247,242,.88) 34%, rgba(249,247,242,.30) 56%, rgba(249,247,242,.05) 100%),
    url("assets/images/approved/aiia-professional-01.png") center center / cover no-repeat;
  z-index:0;
}
.professional-photo > *{
  position:relative;
  z-index:1;
}
@media(max-width:760px){
  .professional-photo::before{
    background:
      linear-gradient(180deg, rgba(249,247,242,.10) 0%, rgba(249,247,242,.55) 48%, rgba(249,247,242,.97) 78%),
      url("assets/images/approved/aiia-professional-01.png") 63% center / cover no-repeat;
  }
}


/* --- V11: poprawka zatwierdzonych zdjęć + sekcja końcowa --- */
#professional .professional-photo{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(90deg, rgba(249,247,242,.10), rgba(249,247,242,.02)),
    url("assets/images/approved/aiia-professional-01.png") center center / cover no-repeat !important;
}
#professional .professional-photo::before{display:none !important;}
.closing-bg{
  background:
    url("assets/images/approved/aiia-closing-01.png") center center / cover no-repeat !important;
}
.closing-overlay{
  background:linear-gradient(90deg,rgba(18,32,39,.66),rgba(18,32,39,.28) 48%,rgba(18,32,39,.05) 78%,transparent) !important;
}
@media(max-width:760px){
  .closing-bg{background-position:58% center !important;}
  .closing-overlay{background:linear-gradient(90deg,rgba(18,32,39,.62),rgba(18,32,39,.25) 68%,rgba(18,32,39,.08)) !important;}
}

/* V12 — wyższa sekcja 3; zatwierdzone zdjęcie pozostaje bez zmian */
.closing{height:760px;min-height:760px}
.closing-bg{background-position:center center !important}
@media (max-width:760px){
  .closing{height:650px;min-height:650px}
  .closing-bg{background-position:62% center !important}
}

/* --- V13: sekcja 3 dopasowana wysokością do sekcji AIIA Professional --- */
@media (min-width:781px){
  .closing{min-height:760px;}
}

/* --- V16: dopracowanie funkcjonalne strony głównej --- */
html{scroll-padding-top:92px}
section[id],footer[id]{scroll-margin-top:92px}
.skip-link{position:fixed;left:16px;top:-80px;z-index:1000;background:#111719;color:#fff;padding:.7rem 1rem;border-radius:0 0 10px 10px;transition:top .18s ease}
.skip-link:focus{top:0}
:focus-visible{outline:2px solid #b88a42;outline-offset:3px}
.is-disabled{opacity:.62;cursor:default}
.footer-legal{display:flex;align-items:center;gap:.6rem}
.footer-legal a{color:inherit}
.ai-disclosure{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.08);color:#6f7b80;font-size:.68rem;line-height:1.45}
.world{transition:transform .35s ease,box-shadow .35s ease}
.world .world-art{transition:transform .7s cubic-bezier(.2,.7,.2,1),filter .35s ease}
.world:hover{transform:translateY(-3px);box-shadow:0 22px 55px rgba(17,23,25,.15)}
.world:hover .world-art{transform:scale(1.025)}
.product-card{transition:transform .25s ease,box-shadow .25s ease}
.product-card:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(30,25,20,.08)}
@media(max-width:900px){
  .header-right .nav{box-shadow:0 16px 35px rgba(0,0,0,.08)}
  .menu-btn{width:42px;height:42px;display:inline-grid;place-items:center;border-radius:50%}
  .menu-btn:hover{background:rgba(0,0,0,.04)}
}
@media(max-width:560px){
  html{scroll-padding-top:76px}
  section[id],footer[id]{scroll-margin-top:76px}
  .footer-legal{flex-wrap:wrap}
  .ai-disclosure{font-size:.64rem}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{transition:none!important;animation:none!important}
}

/* --- V17: wzorcowa karta produktu VASCULAR --- */
.product-page{background:#fbfaf7;color:#172027}
.product-hero-detail{padding:138px 0 82px;background:linear-gradient(135deg,#f7f2e9 0%,#fbfaf7 52%,#edf3f1 100%)}
.product-detail-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);align-items:center;gap:clamp(48px,7vw,110px)}
.product-detail-visual{min-height:610px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:34px;background:radial-gradient(circle at 50% 44%,rgba(255,255,255,.98) 0 18%,rgba(238,231,218,.7) 46%,rgba(221,230,225,.72) 100%);box-shadow:0 30px 80px rgba(34,45,42,.08)}
.product-detail-visual:after{content:"";position:absolute;width:68%;height:42px;left:16%;bottom:74px;background:rgba(40,48,43,.16);filter:blur(24px);border-radius:50%}
.product-detail-visual img{position:relative;z-index:3;max-height:490px;max-width:68%;object-fit:contain;filter:drop-shadow(0 24px 22px rgba(29,38,34,.17))}
.product-orbit{position:absolute;border:1px solid rgba(177,138,85,.22);border-radius:50%;z-index:1}.orbit-one{width:520px;height:520px}.orbit-two{width:390px;height:390px;border-color:rgba(64,103,94,.13)}
.product-volume{position:absolute;z-index:4;right:28px;bottom:26px;font-size:11px;letter-spacing:.18em;color:#68726d}
.back-link{display:inline-block;margin-bottom:38px;color:#6b746f;text-decoration:none;font-size:12px;letter-spacing:.08em}
.product-detail-copy h1{font-family:Georgia,serif;font-size:clamp(4.4rem,7vw,7.2rem);font-weight:400;line-height:.92;margin:.45rem 0 1.5rem;letter-spacing:-.04em}
.product-lead{font-family:Georgia,serif;font-size:clamp(1.35rem,2vw,1.8rem);line-height:1.5;max-width:650px;color:#39443f}
.product-benefit-line{display:flex;flex-wrap:wrap;gap:10px;margin:32px 0 28px}.product-benefit-line span{border:1px solid rgba(23,32,39,.14);border-radius:999px;padding:9px 14px;font-size:10px;letter-spacing:.14em}
.product-note{max-width:620px;line-height:1.75;color:#66706b;font-size:15px}
.product-cta-row{display:flex;align-items:center;gap:26px;margin-top:34px;flex-wrap:wrap}.text-contact{color:#172027;text-decoration:none;font-weight:700;font-size:14px}.availability-note{font-size:12px;color:#89908c;margin-top:14px}
.product-story{padding:110px 0;background:#fff}.product-story-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(60px,9vw,150px);align-items:start}.product-story h2{font-family:Georgia,serif;font-size:clamp(2.6rem,4vw,4.5rem);font-weight:400;line-height:1.08;margin:.7rem 0}.story-copy{font-size:18px;line-height:1.85;color:#5b6560}.story-copy p+p{margin-top:24px}
.product-use{padding:105px 0 120px;background:#f3f0e9}.ritual-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:52px}.ritual-grid article{background:#fff;padding:42px 36px 44px;border-radius:24px;min-height:260px}.ritual-grid span{font-size:11px;letter-spacing:.16em;color:#b18a55}.ritual-grid h3{font-family:Georgia,serif;font-size:1.65rem;font-weight:400;margin:26px 0 14px}.ritual-grid p{color:#69726d;line-height:1.7;font-size:14px}
.product-professional-band{padding:88px 0;background:#dfe9e5}.professional-band-inner{display:flex;align-items:center;justify-content:space-between;gap:60px}.professional-band-inner>div{max-width:760px}.professional-band-inner h2{font-family:Georgia,serif;font-size:clamp(2.3rem,3.6vw,4rem);font-weight:400;line-height:1.1;margin:.6rem 0 1rem}.professional-band-inner p{line-height:1.7;color:#52605a}
.product-return{padding:120px 0;text-align:center;background:#172027;color:#fff}.product-return-inner>p{font-size:13px;letter-spacing:.08em;color:#d6c6ac}.product-return h2{font-family:Georgia,serif;font-size:clamp(3rem,5vw,5.6rem);font-weight:400;line-height:1.03;margin:22px 0 34px}.product-return a{color:#fff;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.35);padding-bottom:5px;font-size:13px}
@media(max-width:900px){.product-hero-detail{padding-top:112px}.product-detail-grid,.product-story-grid{grid-template-columns:1fr}.product-detail-visual{min-height:520px}.product-detail-copy h1{font-size:4.6rem}.ritual-grid{grid-template-columns:1fr}.professional-band-inner{align-items:flex-start;flex-direction:column}.product-story{padding:80px 0}.product-use{padding:80px 0}.product-return{padding:90px 0}}
@media(max-width:560px){.product-detail-visual{min-height:430px;border-radius:24px}.product-detail-visual img{max-height:340px}.product-detail-copy h1{font-size:3.7rem}.product-hero-detail{padding-bottom:60px}.product-story h2{font-size:2.55rem}.ritual-grid article{min-height:auto}.product-return h2{font-size:3rem}}

/* --- V18: ceny, katalog produktów i miejsce na skład --- */
.product-price{display:flex;align-items:baseline;gap:9px;margin:-2px 0 14px}.product-price span,.shop-price span{font-size:10px;letter-spacing:.13em;color:#8b8175;text-transform:uppercase}.product-price strong{font-family:Georgia,serif;font-size:1.35rem;font-weight:400}.detail-price{display:flex;align-items:baseline;gap:12px;margin:28px 0 22px;padding:20px 0;border-top:1px solid rgba(23,32,39,.12);border-bottom:1px solid rgba(23,32,39,.12)}.detail-price span{font-size:10px;letter-spacing:.16em;color:#81796e}.detail-price strong{font-family:Georgia,serif;font-size:2rem;font-weight:400}.detail-price small{color:#89908c;font-size:11px}.formula-placeholder{padding:82px 0;background:#f8f6f1;border-top:1px solid rgba(23,32,39,.07);border-bottom:1px solid rgba(23,32,39,.07)}.formula-inner{display:flex;justify-content:space-between;align-items:end;gap:50px}.formula-inner h2{font-family:Georgia,serif;font-size:clamp(2.4rem,3.6vw,4rem);font-weight:400;margin:.5rem 0 1rem}.formula-inner p{color:#68716d;max-width:680px;line-height:1.7}.formula-status{white-space:nowrap;font-size:10px;letter-spacing:.14em;padding:10px 14px;border:1px solid rgba(23,32,39,.12);border-radius:999px;color:#777}.catalog-page{padding:150px 0 110px;background:#fbf8f3;min-height:80vh}.catalog-page h1{font-family:Georgia,serif;font-size:clamp(4rem,7vw,7rem);font-weight:400;margin:.4rem 0 3rem}.catalog-image-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.catalog-image-card{display:flex;height:520px;align-items:flex-end;justify-content:center;background:linear-gradient(180deg,#f6f2eb,#eee6da);border-radius:28px;padding:34px;overflow:hidden;transition:transform .25s ease}.catalog-image-card:hover{transform:translateY(-4px)}.catalog-image-card img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 20px 18px rgba(0,0,0,.12))}.catalog-intro{color:#6d756f;margin-top:-2rem;margin-bottom:3rem}.shop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.shop-card{background:#fff;border-radius:26px;padding-bottom:24px;overflow:hidden;border:1px solid rgba(0,0,0,.05)}.shop-image{height:390px;background:linear-gradient(180deg,#f6f2eb,#eee6da);padding:28px}.shop-image img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 18px 15px rgba(0,0,0,.12))}.shop-card h2{font-family:Georgia,serif;font-size:1.7rem;font-weight:400;margin:22px 24px 12px}.shop-price{display:flex;align-items:baseline;gap:9px;margin:0 24px 18px}.shop-price strong{font-family:Georgia,serif;font-size:1.55rem;font-weight:400}.shop-product-link{margin:0 24px;font-size:12px;font-weight:700;border-bottom:1px solid #172027;padding-bottom:3px}@media(max-width:900px){.catalog-image-grid,.shop-grid{grid-template-columns:repeat(2,1fr)}.formula-inner{align-items:flex-start;flex-direction:column}.formula-status{white-space:normal}}@media(max-width:560px){.catalog-image-grid,.shop-grid{grid-template-columns:1fr}.catalog-image-card{height:440px}.catalog-page{padding-top:120px}.detail-price{flex-wrap:wrap}}

/* V19 — warstwa sklepowa. Zatwierdzone sekcje strony głównej bez zmian. */
.product-buy-row{display:flex;align-items:end;gap:12px;margin-top:24px}.qty-control{display:flex;flex-direction:column;gap:7px}.qty-control span{font-size:9px;letter-spacing:.15em;text-transform:uppercase;color:#7b7d78}.qty-control select{height:48px;min-width:74px;border:1px solid rgba(23,32,39,.14);border-radius:999px;background:#fff;padding:0 18px;font:inherit}.buy-meta{display:flex;gap:22px;margin-top:14px;color:#7a817d;font-size:10px;letter-spacing:.04em}.shop-add{display:block;width:calc(100% - 48px);margin:18px 24px 0;border:0;border-radius:999px;background:#172027;color:#fff;padding:13px 18px;font:inherit;font-size:11px;font-weight:700;cursor:pointer;transition:.2s}.shop-add:hover{transform:translateY(-1px);opacity:.9}.cart-link:not(.is-disabled),.account-link:not(.is-disabled){cursor:pointer}.cart-count.has-items{background:#b67b49;color:#fff}.cart-toast{position:fixed;right:24px;bottom:24px;z-index:1000;background:#172027;color:#fff;border-radius:18px;padding:16px 20px;box-shadow:0 16px 50px rgba(0,0,0,.18);font-size:12px;transform:translateY(20px);opacity:0;pointer-events:none;transition:.25s}.cart-toast.show{transform:none;opacity:1}.commerce-page{padding:150px 0 110px;background:#fbf8f3;min-height:75vh}.commerce-title-row{display:flex;align-items:end;justify-content:space-between;gap:30px;border-bottom:1px solid rgba(23,32,39,.1);padding-bottom:28px;margin-bottom:38px}.commerce-title-row h1,.account-intro h1{font-family:Georgia,serif;font-weight:400;font-size:clamp(3.5rem,6vw,6.5rem);line-height:.98;margin:.45rem 0 0}.commerce-title-row a{font-size:12px;font-weight:700}.cart-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.65fr);gap:50px}.cart-items{display:flex;flex-direction:column}.cart-item{display:grid;grid-template-columns:130px 1fr auto;gap:24px;align-items:center;padding:22px 0;border-bottom:1px solid rgba(23,32,39,.1)}.cart-thumb{height:150px;border-radius:20px;background:linear-gradient(180deg,#f6f2eb,#eee6da);padding:15px}.cart-thumb img{width:100%;height:100%;object-fit:contain}.cart-item h2{font-family:Georgia,serif;font-size:1.7rem;font-weight:400;margin:0 0 7px}.cart-item p{font-size:11px;color:#777}.cart-controls{display:flex;align-items:center;gap:8px;margin-top:14px}.cart-controls button{width:30px;height:30px;border:1px solid rgba(23,32,39,.13);border-radius:50%;background:#fff;cursor:pointer}.remove-item{margin-left:10px!important;width:auto!important;border:0!important;background:none!important;border-radius:0!important;font-size:10px;text-decoration:underline;color:#777}.cart-item-price{text-align:right}.cart-item-price strong{font-family:Georgia,serif;font-size:1.3rem;font-weight:400}.cart-summary{background:#fff;border:1px solid rgba(23,32,39,.07);border-radius:26px;padding:30px;height:max-content;position:sticky;top:110px}.summary-line,.summary-total{display:flex;justify-content:space-between;gap:20px;padding:15px 0;border-bottom:1px solid rgba(23,32,39,.08);font-size:12px}.summary-total{font-size:15px;margin-bottom:22px}.summary-total strong{font-family:Georgia,serif;font-size:1.7rem;font-weight:400}.cart-summary .btn{width:100%;border:0;cursor:pointer}.summary-note{font-size:10px;line-height:1.55;color:#818681;margin-top:14px}.empty-cart{text-align:center;padding:80px 20px;border:1px dashed rgba(23,32,39,.16);border-radius:26px}.empty-cart h2{font-family:Georgia,serif;font-size:2rem;font-weight:400}.empty-cart a{display:inline-block;margin-top:12px;font-weight:700;font-size:12px}.account-shell{max-width:1180px}.account-intro{max-width:850px;margin-bottom:55px}.account-intro>p:last-child{max-width:720px;line-height:1.7;color:#68716d;margin-top:24px}.account-panels{display:grid;grid-template-columns:1fr 1fr;gap:24px}.account-card{background:#fff;border-radius:28px;padding:42px;border:1px solid rgba(23,32,39,.06)}.partner-card{background:#172027;color:#fff}.account-card>span{font-size:10px;letter-spacing:.18em;opacity:.55}.account-card h2{font-family:Georgia,serif;font-size:2.1rem;font-weight:400;margin:20px 0 14px}.account-card p{line-height:1.65;opacity:.72;min-height:80px}.account-card .btn{border:0;cursor:pointer;margin-top:18px}.account-secondary{display:inline-block;margin-left:18px;font-size:11px;font-weight:700;text-decoration:underline}.integration-note{margin-top:26px;padding:26px 30px;border:1px solid rgba(23,32,39,.1);border-radius:20px;display:grid;grid-template-columns:210px 1fr;gap:25px}.integration-note p{margin:0;color:#707772;line-height:1.55;font-size:12px}
@media(max-width:850px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.account-panels{grid-template-columns:1fr}.integration-note{grid-template-columns:1fr}.commerce-title-row{align-items:flex-start;flex-direction:column}.buy-meta{flex-direction:column;gap:5px}}
@media(max-width:560px){.commerce-page{padding-top:120px}.cart-item{grid-template-columns:90px 1fr}.cart-thumb{height:110px}.cart-item-price{grid-column:2;text-align:left}.product-buy-row{align-items:stretch;flex-direction:column}.qty-control select{width:100%}.account-card{padding:30px}.account-secondary{display:block;margin:18px 0 0}}

/* ===== V21 — AIIA PROFESSIONAL ===== */
.pro-page{background:#fbfaf7;color:#172027}.pro-hero{padding:8.5rem 0 7rem;background:linear-gradient(135deg,#f7f3eb 0%,#fff 58%,#eef3f2 100%)}.pro-hero-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.55fr);gap:6rem;align-items:end}.pro-hero h1{font-family:Georgia,serif;font-size:clamp(3rem,5.5vw,6.2rem);line-height:.98;font-weight:400;letter-spacing:-.04em;max-width:980px;margin:.7rem 0 2rem}.pro-lead{font-size:1.12rem;line-height:1.8;color:#5b6568;max-width:760px}.pro-actions{display:flex;align-items:center;gap:2rem;margin-top:2.4rem;flex-wrap:wrap}.pro-text-link{font-weight:700;font-size:.9rem}.pro-quote{border-left:1px solid #b8a47a;padding:1.5rem 0 1.5rem 2rem}.pro-quote span,.level-kicker{font-size:.67rem;letter-spacing:.18em;color:#9a8358;font-weight:700}.pro-quote p{font-family:Georgia,serif;font-size:1.45rem;line-height:1.45;margin:1.1rem 0 1.5rem}.pro-quote strong{font-size:.72rem;letter-spacing:.2em}.pro-audiences{padding:7rem 0;background:#fff}.pro-audiences .section-head{max-width:800px;margin:0 auto 3.5rem}.pro-audiences .section-head p:last-child{color:#687174;line-height:1.7;max-width:650px;margin:1rem auto 0}.pro-audience-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#e4dfd5;border:1px solid #e4dfd5}.pro-audience-grid article{background:#fff;padding:2.5rem 2rem;min-height:300px}.pro-audience-grid span,.level-no{font-family:Georgia,serif;color:#b39a6c;font-size:1rem}.pro-audience-grid h3{font-family:Georgia,serif;font-weight:400;font-size:1.7rem;line-height:1.15;margin:4.5rem 0 1rem}.pro-audience-grid p{font-size:.9rem;line-height:1.65;color:#6c7476}.pro-levels{padding:7.5rem 0;background:#172329;color:#fff}.pro-levels .section-head{margin-bottom:3.5rem}.pro-levels .section-head h2{color:#fff}.pro-level-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.pro-level-grid article{background:#213139;padding:2.6rem;min-height:430px;display:flex;flex-direction:column}.pro-level-grid .level-featured{background:#f1e8d7;color:#172027}.pro-level-grid h3{font-family:Georgia,serif;font-weight:400;font-size:2.1rem;margin:4.5rem 0 1.1rem}.pro-level-grid p:not(.level-kicker){line-height:1.7;opacity:.76}.pro-level-grid a{margin-top:auto;font-weight:700;font-size:.88rem}.level-kicker{margin-top:1rem}.pro-bespoke{padding:8rem 0;background:#f5f1e9}.pro-bespoke-grid{display:grid;grid-template-columns:1fr 1fr;gap:7rem}.pro-bespoke h2{font-family:Georgia,serif;font-size:clamp(2.5rem,4vw,4.3rem);line-height:1.04;font-weight:400;margin:.7rem 0 1.8rem}.pro-lead-small{color:#626b6d;line-height:1.8;max-width:620px}.bespoke-list>div{display:grid;grid-template-columns:48px 1fr;gap:1.2rem;padding:1.55rem 0;border-bottom:1px solid #d7d0c3}.bespoke-list span{font-family:Georgia,serif;color:#a68d60}.bespoke-list h3{font-family:Georgia,serif;font-size:1.4rem;font-weight:400;margin:0 0 .45rem}.bespoke-list p{font-size:.9rem;line-height:1.6;color:#697174;margin:0}.pro-development{padding:6.5rem 0;background:#e8eef0}.pro-development-inner{max-width:920px;text-align:center}.pro-development h2{font-family:Georgia,serif;font-size:clamp(2.4rem,4vw,4rem);font-weight:400;margin:.7rem 0 1.2rem}.pro-development p:last-child{max-width:760px;margin:0 auto;line-height:1.8;color:#5d686c}.pro-partner{padding:7.5rem 0;background:#fff}.pro-partner-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:6rem;align-items:center}.pro-partner h2{font-family:Georgia,serif;font-size:clamp(2.6rem,4.3vw,4.6rem);line-height:1.03;font-weight:400;margin:.7rem 0 1.5rem}.pro-partner-grid>div:first-child>p:last-child{max-width:650px;line-height:1.8;color:#626c6f}.partner-cta-card{background:#f5f1e9;padding:3rem;border-radius:4px}.partner-cta-card>span{font-size:.67rem;letter-spacing:.18em;color:#9a8358;font-weight:700}.partner-cta-card h3{font-family:Georgia,serif;font-size:2rem;font-weight:400;margin:1rem 0 1.8rem}.partner-phone{display:block;font-family:Georgia,serif;font-size:1.45rem;margin:1.5rem 0 .8rem}.partner-cta-card p{font-size:.78rem;line-height:1.55;color:#7b817f}.nav a[aria-current="page"]{font-weight:800}
@media(max-width:1050px){.pro-hero-grid,.pro-bespoke-grid,.pro-partner-grid{grid-template-columns:1fr;gap:3rem}.pro-audience-grid{grid-template-columns:1fr 1fr}.pro-level-grid{grid-template-columns:1fr}.pro-level-grid article{min-height:330px}.pro-level-grid h3{margin-top:2.5rem}.pro-quote{max-width:600px}}
@media(max-width:760px){.pro-hero{padding:6rem 0 4.5rem}.pro-hero h1{font-size:3.25rem}.pro-audiences,.pro-levels,.pro-bespoke,.pro-partner{padding:5rem 0}.pro-audience-grid{grid-template-columns:1fr}.pro-audience-grid article{min-height:auto}.pro-audience-grid h3{margin-top:2.5rem}.pro-actions{align-items:flex-start;flex-direction:column;gap:1.2rem}.partner-cta-card{padding:2rem}}

/* ===== V22 — zatwierdzone fotografie AIIA PROFESSIONAL; pliki źródłowe bez zmian ===== */
.pro-hero{position:relative;overflow:hidden;background:#f7f3eb}
.pro-hero::before{content:"";position:absolute;inset:0;background:url("assets/images/approved/aiia-professional-hero-01.png") center 46% / cover no-repeat;z-index:0}
.pro-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(247,243,235,.97) 0%,rgba(247,243,235,.91) 36%,rgba(247,243,235,.58) 57%,rgba(247,243,235,.12) 78%,rgba(247,243,235,.04) 100%);z-index:0}
.pro-hero-grid{position:relative;z-index:1;min-height:610px}
.pro-hero-grid>div:first-child{max-width:830px}
.pro-quote{background:rgba(250,248,243,.78);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:1.7rem 1.7rem 1.7rem 2rem;border-left:1px solid #b8a47a}
.pro-bespoke{position:relative;overflow:hidden;background:#f5f1e9}
.pro-bespoke::before{content:"";position:absolute;inset:0;background:url("assets/images/approved/aiia-professional-lab-01.png") center center / cover no-repeat;z-index:0}
.pro-bespoke::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(245,241,233,.98) 0%,rgba(245,241,233,.94) 38%,rgba(245,241,233,.76) 57%,rgba(245,241,233,.43) 76%,rgba(245,241,233,.25) 100%);z-index:0}
.pro-bespoke-grid{position:relative;z-index:1;min-height:640px;align-items:center}
.bespoke-list{background:rgba(250,248,243,.88);backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px);padding:1rem 2rem;border:1px solid rgba(23,32,39,.06);box-shadow:0 24px 70px rgba(23,32,39,.08)}
@media(max-width:1050px){.pro-hero::after{background:linear-gradient(90deg,rgba(247,243,235,.97),rgba(247,243,235,.84) 62%,rgba(247,243,235,.35))}.pro-bespoke::after{background:rgba(245,241,233,.80)}.pro-bespoke-grid{min-height:auto}}
@media(max-width:760px){.pro-hero::before{background-position:63% center}.pro-hero::after{background:linear-gradient(180deg,rgba(247,243,235,.52) 0%,rgba(247,243,235,.90) 47%,rgba(247,243,235,.98) 100%)}.pro-hero-grid{min-height:720px;align-content:end}.pro-quote{background:rgba(250,248,243,.86)}.pro-bespoke::before{background-position:58% center}.pro-bespoke::after{background:rgba(245,241,233,.88)}.bespoke-list{padding:.6rem 1.2rem}}

/* ===== V23 — korekta widoczności zdjęć Professional; źródła zdjęć pozostają 1:1 ===== */
@media (min-width:1051px){
  .pro-hero::before{background-position:center center}
  .pro-hero::after{background:linear-gradient(90deg,rgba(247,243,235,.96) 0%,rgba(247,243,235,.90) 38%,rgba(247,243,235,.42) 55%,rgba(247,243,235,.05) 72%,rgba(247,243,235,0) 100%)}
  .pro-hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr)}
  .pro-quote{margin-left:4rem;background:rgba(250,248,243,.68)}
  .pro-bespoke::after{background:linear-gradient(90deg,rgba(245,241,233,.97) 0%,rgba(245,241,233,.90) 34%,rgba(245,241,233,.48) 52%,rgba(245,241,233,.10) 69%,rgba(245,241,233,0) 100%)}
  .pro-bespoke-grid{grid-template-columns:.88fr 1.12fr}
  .bespoke-list{margin-left:5rem;background:rgba(250,248,243,.72)}
}

/* === V24 / O AIIA === */
.about-hero{height:min(820px,86vh);min-height:650px;position:relative;overflow:hidden;color:#fff;display:flex;align-items:center}
.about-hero-bg,.about-close-bg{position:absolute;inset:0;background:url("assets/images/approved/aiia-closing-01.png") center center/cover no-repeat}
.about-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,28,34,.74) 0%,rgba(15,28,34,.42) 48%,rgba(15,28,34,.10) 78%,transparent)}
.about-hero-inner{position:relative;z-index:2;width:100%}.about-hero-inner h1{font-family:Georgia,serif;font-weight:400;font-size:clamp(3.4rem,6.5vw,6.8rem);line-height:.98;letter-spacing:-.045em;margin:.6rem 0 1.5rem;max-width:900px}.about-hero-inner>p:not(.kicker){max-width:660px;font-size:1.18rem;line-height:1.75;color:rgba(255,255,255,.88)}.about-scroll{display:inline-block;margin-top:2rem;color:#fff;font-size:.82rem;font-weight:700;letter-spacing:.08em}
.about-why{padding:8rem 0;background:#f8f5ef}.about-split{display:grid;grid-template-columns:1fr 1fr;gap:7rem;align-items:start}.about-split h2,.about-future h2{font-family:Georgia,serif;font-weight:400;font-size:clamp(2.6rem,4.5vw,4.7rem);line-height:1.05;letter-spacing:-.035em}.about-copy{font-size:1.12rem;line-height:1.9;color:#4d5659}.about-copy p+p{margin-top:1.6rem}.about-copy strong{color:#172027}
.about-pillars{padding:8rem 0;background:#fff}.about-pillar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#dcd8d0;margin-top:4rem}.about-pillar-grid article{background:#fff;padding:3.2rem 2.8rem;min-height:320px}.about-pillar-grid span,.about-world-grid span{font-size:.72rem;letter-spacing:.18em;color:#9b8c75}.about-pillar-grid h3,.about-world-grid h3{font-family:Georgia,serif;font-weight:400;font-size:2rem;margin:2.4rem 0 1rem}.about-pillar-grid p,.about-world-grid p{line-height:1.75;color:#687174}
.about-breath{padding:9rem 0;background:#17252b;color:#fff}.about-breath .shell{display:grid;grid-template-columns:1.15fr .85fr;gap:8rem;align-items:end}.about-breath h2{font-family:Georgia,serif;font-size:clamp(3.5rem,6vw,6.5rem);font-weight:400;line-height:1.03;margin:.7rem 0 0}.about-breath-copy{font-size:1.1rem;line-height:1.9;color:rgba(255,255,255,.72)}.about-breath-copy p+p{margin-top:1.5rem}.about-breath-copy strong{color:#fff;font-weight:500}
.about-world{padding:8rem 0;background:#f8f5ef}.about-world-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:3.5rem}.about-world-grid article{background:#fff;border-radius:22px;padding:2.7rem;min-height:350px;display:flex;flex-direction:column}.about-world-grid a{margin-top:auto;padding-top:2rem;font-weight:700;font-size:.86rem;color:#172027}
.about-future{padding:8rem 0;background:#fff}.about-future-grid{display:grid;grid-template-columns:1fr 1fr;gap:7rem}.about-future-grid>div:last-child{font-size:1.08rem;line-height:1.9;color:#586164;padding-top:2rem}.about-future-grid p+p{margin-top:1.5rem}.about-future-grid strong{color:#172027}
.about-close{height:720px;position:relative;overflow:hidden;color:#fff;display:flex;align-items:center}.about-close-bg{background-position:center center}.about-close-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,28,34,.68),rgba(15,28,34,.30) 50%,rgba(15,28,34,.04) 80%)}.about-close-inner{position:relative;z-index:2}.about-close-inner p{font-size:1.05rem;margin-bottom:1rem}.about-close-inner h2{font-family:Georgia,serif;font-size:clamp(3rem,5vw,5.5rem);font-weight:400;line-height:1.03;margin:0 0 1.8rem}.about-close-inner strong{letter-spacing:.3em;font-size:.8rem}
@media(max-width:900px){.about-split,.about-breath .shell,.about-future-grid{grid-template-columns:1fr;gap:3rem}.about-pillar-grid,.about-world-grid{grid-template-columns:1fr}.about-pillar-grid article,.about-world-grid article{min-height:auto}.about-breath{padding:6rem 0}.about-close{height:620px}.about-hero{min-height:620px}.about-hero-bg,.about-close-bg{background-position:62% center}}

/* V25 — O AIIA: spokojniejszy rytm i zwarta kolumna treści */
.about-page .shell{max-width:1180px}
.about-why,.about-pillars,.about-world,.about-future{padding:6.5rem 0}
.about-split{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:4.5rem;max-width:1080px;margin:0 auto}
.about-split h2,.about-future h2{font-size:clamp(2.55rem,4vw,4.25rem)}
.about-copy{max-width:540px;font-size:1.08rem;line-height:1.82}
.about-pillars .section-head{max-width:760px;margin-left:auto;margin-right:auto}
.about-pillar-grid{max-width:1080px;margin:3.5rem auto 0;gap:1px}
.about-pillar-grid article{padding:2.7rem 2.45rem;min-height:285px}
.about-breath{padding:7.5rem 0}
.about-breath .shell{grid-template-columns:minmax(0,1.05fr) minmax(320px,.72fr);gap:5rem;max-width:1080px}
.about-breath h2{font-size:clamp(3.2rem,5.3vw,5.6rem)}
.about-breath-copy{max-width:470px}
.about-world .section-head{max-width:760px}
.about-world-grid{max-width:1080px;margin:3.2rem auto 0;gap:1rem}
.about-world-grid article{padding:2.5rem;min-height:330px}
.about-future-grid{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:4.5rem;max-width:1080px;margin:0 auto;align-items:start}
.about-future-grid>div:last-child{max-width:540px;padding-top:.5rem}
@media(max-width:900px){
  .about-why,.about-pillars,.about-world,.about-future{padding:5rem 0}
  .about-split,.about-breath .shell,.about-future-grid{grid-template-columns:1fr;gap:2.5rem}
  .about-copy,.about-breath-copy,.about-future-grid>div:last-child{max-width:none}
  .about-breath{padding:5.5rem 0}
}

/* V26 — O AIIA: zatwierdzone fotografie. Pliki źródłowe pozostają bez zmian. */
.about-pillars-visual{margin:3.2rem auto 0;max-width:1180px;overflow:hidden;border-radius:2px;background:#eee}
.about-pillars-visual img{display:block;width:100%;height:auto}
.about-pillar-grid{margin-top:2.2rem}
.about-breath{position:relative;overflow:hidden;background:#17252b}
.about-breath-bg{position:absolute;inset:0;background:url("assets/images/approved/aiia-about-manifest-01.png") center center/cover no-repeat}
.about-breath-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(13,27,32,.82) 0%,rgba(13,27,32,.66) 47%,rgba(13,27,32,.32) 74%,rgba(13,27,32,.16) 100%)}
.about-breath .shell{position:relative;z-index:2}
@media(max-width:900px){
 .about-pillars-visual{margin-top:2.4rem}
 .about-breath-bg{background-position:62% center}
 .about-breath-overlay{background:rgba(13,27,32,.68)}
}


/* V27 — zaakceptowana polityka cenowa AIIA / podgląd konta Partner */
.partner-pricing-preview{margin-top:3.5rem;padding:3.2rem;background:#f8f5ef;border-radius:22px}
.partner-pricing-head{display:grid;grid-template-columns:.9fr 1.1fr;gap:4rem;align-items:end;margin-bottom:2.4rem}.partner-pricing-head h2{font-family:Georgia,serif;font-weight:400;font-size:clamp(2rem,3vw,3.25rem);line-height:1.05;margin:.45rem 0 0}.partner-pricing-head>p{line-height:1.75;color:#596265}
.partner-price-table{background:#fff;border:1px solid #e5e0d7}.partner-price-row{display:grid;grid-template-columns:1.25fr .75fr 1fr;align-items:center;min-height:64px;border-bottom:1px solid #ece7de}.partner-price-row:last-child{border-bottom:0}.partner-price-row>*{padding:.9rem 1.2rem}.partner-price-row span{text-align:right}.partner-price-labels{min-height:70px;background:#172027;color:#fff;font-size:.78rem;letter-spacing:.07em;text-transform:uppercase}.partner-price-labels span{line-height:1.35}.partner-price-labels small{font-size:.68rem;letter-spacing:0;text-transform:none;color:rgba(255,255,255,.65)}
.referral-rule{margin-top:1.4rem;padding:1.5rem 1.7rem;border-left:2px solid #b8a47a;background:#fff}.referral-rule p{margin:.5rem 0 0;line-height:1.7;color:#596265}
@media(max-width:760px){.partner-pricing-preview{padding:2rem 1.2rem}.partner-pricing-head{grid-template-columns:1fr;gap:1.2rem}.partner-price-row{grid-template-columns:1.15fr .85fr .95fr;font-size:.85rem}.partner-price-row>*{padding:.8rem .55rem}.partner-price-labels{font-size:.64rem}}

/* V28 — wzorcowa karta VASCULAR */
.vascular-needs{padding:110px 0 120px;background:#eef3f0}
.vascular-head{max-width:850px;margin:0 auto}
.vascular-head>p:last-child,.ritual-intro{max-width:720px;margin:22px auto 0;color:#68716d;line-height:1.75}
.needs-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:54px}
.needs-cards article{background:rgba(255,255,255,.82);border:1px solid rgba(23,32,39,.06);border-radius:24px;padding:34px 28px;min-height:250px}
.needs-cards span{font-size:10px;letter-spacing:.16em;color:#a27c4c}
.needs-cards h3{font-family:Georgia,serif;font-size:1.5rem;font-weight:400;line-height:1.15;margin:28px 0 14px}
.needs-cards p{font-size:13px;line-height:1.7;color:#68716d}
@media(max-width:900px){.needs-cards{grid-template-columns:repeat(2,1fr)}.vascular-needs{padding:80px 0 90px}}
@media(max-width:560px){.needs-cards{grid-template-columns:1fr}.needs-cards article{min-height:auto}}

/* V29 — strefa partnera bez publicznego cennika */
.partner-access-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.partner-access-grid article{background:#fff;border:1px solid #e5e0d7;padding:1.8rem;min-height:190px}.partner-access-grid span{font-size:.68rem;letter-spacing:.14em;color:#a27c4c}.partner-access-grid h3{font-family:Georgia,serif;font-weight:400;font-size:1.35rem;margin:1.25rem 0 .7rem}.partner-access-grid p{font-size:.86rem;line-height:1.7;color:#68716d}.partner-private-note{display:flex;justify-content:space-between;gap:1.5rem;align-items:center;margin-top:1.4rem;padding:1.35rem 1.6rem;background:#172027;color:#fff}.partner-private-note a{color:#fff;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.45);white-space:nowrap}@media(max-width:760px){.partner-access-grid{grid-template-columns:1fr}.partner-private-note{align-items:flex-start;flex-direction:column}}

/* V30 — Kontakt */
.contact-page{background:#f6f4ef;color:#1d2725}.contact-hero{padding:110px 0 92px;background:linear-gradient(135deg,#f4f0e7 0%,#faf9f5 55%,#ece8de 100%)}.contact-hero-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:90px;align-items:end}.contact-hero h1{font-family:Georgia,serif;font-size:clamp(58px,7vw,104px);font-weight:400;line-height:.95;margin:16px 0 30px;letter-spacing:-.045em}.contact-lead{max-width:690px;font-size:20px;line-height:1.65;color:#59615e}.contact-direct{border-left:1px solid rgba(29,39,37,.2);padding:10px 0 10px 42px;display:flex;flex-direction:column;align-items:flex-start;gap:13px}.contact-direct span,.contact-company-data span{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:#8a8f8b}.contact-phone{font-family:Georgia,serif;font-size:30px;color:#1d2725;text-decoration:none;margin-top:9px}.contact-mail{font-size:16px;color:#755e3d;text-decoration:none;border-bottom:1px solid rgba(117,94,61,.35);padding-bottom:4px}.contact-paths{padding:105px 0;background:#fff}.contact-section-head{max-width:700px;margin-bottom:55px}.contact-section-head h2,.contact-company h2{font-family:Georgia,serif;font-size:clamp(38px,4.2vw,62px);font-weight:400;line-height:1.08;margin:14px 0 0;letter-spacing:-.03em}.contact-path-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #dedbd3}.contact-path-grid article{padding:42px 38px 28px 0;min-height:330px;display:flex;flex-direction:column}.contact-path-grid article+article{border-left:1px solid #dedbd3;padding-left:38px}.contact-path-grid article>span{font-size:11px;letter-spacing:.15em;color:#9b8767}.contact-path-grid h3{font-family:Georgia,serif;font-size:29px;font-weight:400;margin:32px 0 17px}.contact-path-grid p{color:#68706d;line-height:1.7;margin:0 0 32px}.contact-path-grid a{margin-top:auto;color:#1d2725;text-decoration:none;font-weight:600}.contact-company{padding:105px 0;background:#202b29;color:#f4f1e9}.contact-company-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:100px;align-items:start}.contact-company .kicker{color:#c5ad84}.contact-company-data{display:grid;gap:30px;border-left:1px solid rgba(255,255,255,.18);padding-left:45px}.contact-company-data div{display:flex;flex-direction:column;gap:8px}.contact-company-data span{color:#aab1ad}.contact-company-data strong,.contact-company-data a{font-size:18px;line-height:1.55;color:#fff;text-decoration:none;font-weight:400}.contact-close{padding:78px 0;text-align:center;background:#ece8de}.contact-close p{font-family:Georgia,serif;font-size:clamp(32px,4vw,54px);margin:0 0 13px;color:#28312f}.contact-close span{color:#777d79}.nav a[aria-current="page"]{opacity:1}.nav a[aria-current="page"]:after{transform:scaleX(1)}@media(max-width:850px){.contact-hero{padding:75px 0 65px}.contact-hero-grid,.contact-company-grid{grid-template-columns:1fr;gap:45px}.contact-direct,.contact-company-data{border-left:0;border-top:1px solid rgba(29,39,37,.18);padding:30px 0 0}.contact-company-data{border-top-color:rgba(255,255,255,.18)}.contact-path-grid{grid-template-columns:1fr}.contact-path-grid article{min-height:auto;padding:34px 0}.contact-path-grid article+article{border-left:0;border-top:1px solid #dedbd3;padding-left:0}.contact-paths,.contact-company{padding:75px 0}}
/* V31 — Panel Partnera AIIA */
.partner-welcome{display:grid;grid-template-columns:1fr auto;gap:60px;align-items:end;padding-bottom:44px}.partner-welcome h1{font-family:Georgia,serif;font-weight:400;font-size:clamp(3.4rem,6vw,6.2rem);line-height:.95;margin:.5rem 0 1.4rem}.partner-welcome h1 em{font-weight:400;color:#a27c4c}.partner-welcome p{max-width:650px;color:#68716d;line-height:1.7}.partner-status{min-width:235px;background:#172027;color:#fff;padding:28px;border-radius:22px}.partner-status span,.partner-status small{display:block;font-size:9px;letter-spacing:.14em;opacity:.62}.partner-status strong{display:block;font-family:Georgia,serif;font-size:1.55rem;font-weight:400;margin:13px 0 7px}.partner-tabs{display:flex;gap:8px;padding:10px;background:#fff;border:1px solid rgba(23,32,39,.07);border-radius:999px;margin-bottom:48px;overflow:auto}.partner-tabs a{white-space:nowrap;padding:11px 19px;border-radius:999px;font-size:10px;font-weight:700}.partner-tabs a.active{background:#172027;color:#fff}.partner-dashboard-section{padding:20px 0 60px}.section-head{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:end;margin-bottom:30px}.section-head h2,.partner-pro-panel h2,.partner-orders h2{font-family:Georgia,serif;font-size:clamp(2.4rem,4vw,4rem);font-weight:400;line-height:1.02;margin:.5rem 0 0}.section-head>p{color:#68716d;line-height:1.7}.partner-products{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.partner-products article{display:grid;grid-template-columns:68px 1fr auto;align-items:center;gap:16px;background:#fff;border:1px solid rgba(23,32,39,.07);padding:18px;border-radius:18px}.partner-products img{width:68px;height:86px;object-fit:contain}.partner-products h3{font-size:12px;letter-spacing:.08em;margin:0 0 5px}.partner-products span{font-size:10px;color:#8a8e89}.partner-products strong{font-family:Georgia,serif;font-size:1.35rem;font-weight:400;white-space:nowrap}.partner-products strong small{font-family:inherit;font-size:.65rem;color:#777}.partner-pro-panel{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;background:#172027;color:#fff;border-radius:28px;padding:50px;margin:30px 0 70px}.partner-pro-panel>div>p:last-child{opacity:.67;line-height:1.7;max-width:480px}.pro-prices{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:rgba(255,255,255,.13);align-self:stretch}.pro-prices div{background:#172027;padding:17px 20px;display:flex;justify-content:space-between;gap:15px}.pro-prices span{font-size:10px;letter-spacing:.07em;opacity:.72}.pro-prices strong{font-family:Georgia,serif;font-weight:400}.pro-prices>small{grid-column:1/-1;padding-top:12px;opacity:.55;background:#172027}.referral-panel{padding:10px 0 70px}.referral-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:14px}.referral-grid article{background:#fff;border:1px solid rgba(23,32,39,.07);border-radius:20px;padding:28px}.referral-grid span{display:block;font-size:9px;letter-spacing:.14em;color:#8a8e89}.referral-grid strong{display:block;font-family:Georgia,serif;font-size:1.8rem;font-weight:400;margin:15px 0 10px}.referral-grid small{color:#8a8e89}.copy-code{border:0;background:none;padding:0;font:inherit;font-size:10px;font-weight:700;text-decoration:underline;cursor:pointer}.partner-orders{display:grid;grid-template-columns:.7fr 1.3fr;gap:60px;border-top:1px solid rgba(23,32,39,.1);padding:55px 0}.orders-empty{background:#fff;border-radius:22px;padding:32px}.orders-empty p{color:#737a76;margin:9px 0 22px}.partner-demo-note{display:grid;grid-template-columns:220px 1fr;gap:30px;border:1px solid rgba(23,32,39,.1);border-radius:20px;padding:24px 28px}.partner-demo-note p{margin:0;color:#737a76;line-height:1.6;font-size:11px}
@media(max-width:850px){.partner-welcome,.section-head,.partner-pro-panel,.partner-orders{grid-template-columns:1fr}.partner-status{max-width:300px}.partner-products{grid-template-columns:1fr 1fr}.referral-grid{grid-template-columns:1fr}.partner-demo-note{grid-template-columns:1fr}}
@media(max-width:560px){.partner-products{grid-template-columns:1fr}.partner-pro-panel{padding:30px 22px}.pro-prices{grid-template-columns:1fr}.pro-prices>small{grid-column:1}.partner-tabs{border-radius:18px}}

/* V32 — link polecający Partnera */
.referral-link-card{min-width:0}.referral-url{font-size:clamp(16px,1.5vw,22px)!important;overflow-wrap:anywhere}.copy-ref-link{margin-top:14px}.referral-how{margin-top:22px;padding:20px 22px;border:1px solid rgba(20,34,28,.12);border-radius:18px;background:rgba(255,255,255,.55)}.referral-how strong{display:block;margin-bottom:6px}.referral-how p{margin:0;max-width:820px}

/* V33 — Panel Klienta AIIA */
.customer-welcome{display:grid;grid-template-columns:1fr auto;gap:60px;align-items:end;padding-bottom:44px}.customer-welcome h1{font-family:Georgia,serif;font-weight:400;font-size:clamp(3.4rem,6vw,6.2rem);line-height:.95;margin:.5rem 0 1.4rem}.customer-welcome h1 em{font-weight:400;color:#a27c4c}.customer-welcome p{max-width:650px;color:#68716d;line-height:1.7}.points-status{min-width:235px;background:#f0e7d8;padding:28px;border-radius:22px}.points-status span,.points-status small{display:block;font-size:9px;letter-spacing:.14em;color:#756a5a}.points-status strong{display:block;font-family:Georgia,serif;font-size:2.1rem;font-weight:400;margin:13px 0 7px}.customer-section{padding:20px 0 65px}.customer-order-demo{display:grid;grid-template-columns:1fr 1.3fr .7fr auto;gap:1px;background:#dedbd3;border:1px solid #dedbd3}.customer-order-demo>div{background:#fff;padding:22px}.customer-order-demo span,.points-card>span,.customer-ref-grid span,.reward-grid span{display:block;font-size:9px;letter-spacing:.14em;color:#8a8e89}.customer-order-demo strong{display:block;margin:10px 0 5px;font-family:Georgia,serif;font-size:1.15rem;font-weight:400}.customer-order-demo small{color:#8a8e89}.order-detail-demo{border:0;background:#172027;color:#fff;padding:0 25px;font-size:10px;font-weight:700;cursor:pointer}.customer-note{margin:18px 0 0;padding:16px 18px;background:#f8f5ef;color:#68716d;font-size:12px;line-height:1.65;border-left:2px solid #b8a47a}.customer-points{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;background:#172027;color:#fff;border-radius:28px;padding:50px;margin:20px 0 70px}.customer-points h2{font-family:Georgia,serif;font-size:clamp(2.4rem,4vw,4rem);font-weight:400;line-height:1.02;margin:.5rem 0 1.2rem}.customer-points>div>p:last-child{opacity:.68;line-height:1.75}.points-card{background:rgba(255,255,255,.08);padding:30px;border-radius:20px}.points-card>span,.points-card>small{color:rgba(255,255,255,.62)}.points-card>strong{display:block;font-family:Georgia,serif;font-size:3rem;font-weight:400;margin:14px 0 5px}.points-history{border-top:1px solid rgba(255,255,255,.16);margin-top:24px;padding-top:20px}.points-history b{font-size:11px}.points-history p{font-size:11px;line-height:1.6;opacity:.65}.customer-referral{padding:10px 0 70px}.customer-ref-grid{display:grid;grid-template-columns:.9fr 1.5fr .7fr;gap:14px}.customer-ref-grid article{background:#fff;border:1px solid rgba(23,32,39,.07);border-radius:20px;padding:28px;min-width:0}.customer-ref-grid strong{display:block;font-family:Georgia,serif;font-size:1.7rem;font-weight:400;margin:15px 0 10px}.customer-ref-grid small{color:#8a8e89;line-height:1.5}.copy-customer-link{margin-top:14px}.customer-rewards{padding:55px 0 70px;border-top:1px solid rgba(23,32,39,.1)}.reward-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.reward-grid article{display:grid;grid-template-columns:90px 1fr;gap:20px;align-items:center;background:#fff;border:1px solid rgba(23,32,39,.07);border-radius:20px;padding:22px}.reward-grid img{width:90px;height:120px;object-fit:contain;grid-row:1/3}.reward-grid h3{font-family:Georgia,serif;font-size:1.45rem;font-weight:400;margin:7px 0}.reward-grid p{font-size:11px;color:#737a76;margin:0}.reward-grid>article>strong{grid-column:2;font-family:Georgia,serif;font-size:1.35rem;font-weight:400}.customer-dashboard{background:#f7f5f0}
@media(max-width:850px){.customer-welcome,.customer-points,.section-head{grid-template-columns:1fr}.points-status{max-width:300px}.customer-order-demo{grid-template-columns:1fr 1fr}.order-detail-demo{min-height:52px}.customer-ref-grid,.reward-grid{grid-template-columns:1fr}.customer-points{padding:35px 25px}}@media(max-width:560px){.customer-order-demo{grid-template-columns:1fr}.reward-grid article{grid-template-columns:75px 1fr}.reward-grid img{width:75px}}

/* V35 — wylogowanie w aktywnej sesji */
.logout-link{border:0;background:transparent;color:inherit;font:inherit;font-size:12px;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;padding:8px 0;opacity:.72}.logout-link:hover{opacity:1}.header-commerce{align-items:center}

/* V35 KONGRES — jawna wersja demonstracyjna */
.kongres-demo{display:flex;gap:18px;align-items:center;margin:0 0 32px;padding:14px 18px;border:1px solid rgba(162,124,76,.35);background:#f5efe4;color:#27302d;border-radius:14px;font-size:12px;line-height:1.55}.kongres-demo strong{white-space:nowrap;font-size:10px;letter-spacing:.14em;color:#8c693f}.kongres-demo span{color:#626965}@media(max-width:700px){.kongres-demo{align-items:flex-start;flex-direction:column;gap:7px}}
