

/* Header visibility + animated main image */
header, .header, .top, .topbar, .site-header {
  font-size: 20px !important;
  font-weight: 900 !important;
}
header *, .header *, .top *, .topbar *, .site-header * {
  font-weight: 900 !important;
}
.hero-main-animated {
  width: 100% !important;
  max-width: 760px !important;
  min-height: 360px !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 18px !important;
  box-shadow: 0 24px 60px rgba(0,0,0,.20) !important;
  animation: heroFloat 4.5s ease-in-out infinite;
  transition: transform .35s ease, box-shadow .35s ease;
}
.hero-main-animated:hover {
  transform: scale(1.025) translateY(-4px);
  box-shadow: 0 30px 75px rgba(0,0,0,.28) !important;
}
@keyframes heroFloat {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@media(max-width: 800px){
  .hero-main-animated {
    max-width: 100% !important;
    min-height: 260px !important;
  }
}


/* Safe targeted fixes */
.header-adline-strong{
  font-size:22px !important;
  font-weight:900 !important;
  letter-spacing:.01em !important;
}


/* requested precise fixes */
.compact-header{
  padding-top:18px !important;
  padding-bottom:18px !important;
}
.compact-header h1{
  margin-top:14px !important;
  margin-bottom:8px !important;
}
.header-adline-strong{
  font-size:22px !important;
  font-weight:900 !important;
}

/* first block should not look like a narrow text column */
.first-balanced-section{
  max-width:1180px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  gap:56px !important;
  align-items:center !important;
}
.first-balanced-section .text{
  flex:1.15 1 0 !important;
  max-width:560px !important;
}
.first-balanced-section .text p{
  max-width:none !important;
  font-size:17px !important;
  line-height:1.72 !important;
}
.first-balanced-section img{
  flex:1 1 0 !important;
  max-width:620px !important;
}
@media(max-width:900px){
  .first-balanced-section{
    gap:28px !important;
  }
  .first-balanced-section .text,
  .first-balanced-section img{
    max-width:100% !important;
  }
}


/* slightly bolder text */
body{
  font-weight:500 !important;
}
p{
  font-weight:500 !important;
}
h1,h2,h3{
  font-weight:700 !important;
}

body{font-weight:500;} p{font-weight:500;}

/* Premium editorial replacement block */
.premium-camera-note{
  width:100%;
  max-width:620px;
  min-height:320px;
  border-radius:18px;
  padding:38px 42px;
  background:
    linear-gradient(135deg, rgba(31,48,52,.97), rgba(43,92,79,.96)),
    radial-gradient(circle at 18% 12%, rgba(255,255,255,.16), transparent 34%);
  color:#fffaf0;
  box-shadow:0 26px 70px rgba(20,35,34,.22);
  display:flex;
  flex-direction:column;
  justify-content:center;
  position:relative;
  overflow:hidden;
}
.premium-camera-note:before{
  content:"";
  position:absolute;
  inset:18px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:14px;
  pointer-events:none;
}
.premium-note-line{
  width:54px;
  height:2px;
  background:#d5a26f;
  margin-bottom:18px;
}
.premium-note-kicker{
  font-size:12px;
  line-height:1.2;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#d5c7b8;
  font-weight:800;
  margin-bottom:12px;
}
.premium-camera-note h3{
  margin:0 0 16px;
  font-family:Georgia, "Times New Roman", serif;
  font-size:30px;
  line-height:1.12;
  color:#fffaf0;
  font-weight:700;
}
.premium-camera-note p{
  margin:0 0 13px;
  font-size:17px;
  line-height:1.65;
  color:rgba(255,250,240,.92);
  font-weight:500;
}
.premium-note-points{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:12px;
}
.premium-note-points span{
  font-size:12px;
  letter-spacing:.02em;
  padding:7px 11px;
  border-radius:999px;
  color:#fffaf0;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  font-weight:700;
}
@media(max-width:900px){
  .premium-camera-note{
    max-width:100%;
    min-height:auto;
    padding:30px 26px;
  }
  .premium-camera-note h3{
    font-size:26px;
  }
}


/* Editorial product offer card */
.editorial-product-offer{
  width:100%;
  max-width:640px;
  border-radius:18px;
  overflow:hidden;
  background:#fffdf8;
  border:1px solid rgba(40,48,50,.18);
  box-shadow:0 24px 65px rgba(26,36,38,.16);
}
.editorial-offer-bar{
  background:#151210;
  color:#a9a29b;
  padding:16px 22px;
  font-size:13px;
  line-height:1.45;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.editorial-offer-bar strong{
  color:#e9a27d;
  font-weight:900;
}
.editorial-offer-body{
  display:grid;
  grid-template-columns: 1fr 1.18fr;
  gap:24px;
  align-items:center;
  padding:30px;
}
.editorial-offer-visual{
  min-height:250px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(145deg,#edf3f1,#d8e4e0);
  border-radius:18px;
}
.camera-device{
  width:210px;
  height:132px;
  border-radius:28px;
  background:linear-gradient(145deg,#202427,#3a4447);
  position:relative;
  box-shadow:0 22px 38px rgba(0,0,0,.22);
}
.camera-device:before{
  content:"";
  position:absolute;
  top:-18px;
  left:28px;
  width:68px;
  height:24px;
  border-radius:14px 14px 4px 4px;
  background:#1d2022;
}
.camera-lens{
  position:absolute;
  left:52px;
  top:24px;
  width:84px;
  height:84px;
  border-radius:50%;
  background:
    radial-gradient(circle at center,#cfe6ea 0 12px,#457781 13px 26px,#171a1c 27px 38px,#6b7578 39px 43px,#111 44px);
}
.camera-dot{
  position:absolute;
  right:34px;
  top:38px;
  width:28px;
  height:28px;
  border-radius:50%;
  background:#d9b07d;
}
.camera-handle{
  position:absolute;
  right:-34px;
  top:43px;
  width:58px;
  height:46px;
  border-radius:10px;
  background:#293235;
  transform:skewY(-8deg);
}
.editorial-offer-content h3{
  margin:0 0 12px;
  font-family:Georgia, "Times New Roman", serif;
  font-size:31px;
  line-height:1.12;
  color:#20292b;
  font-weight:800;
}
.offer-subline{
  margin:0 0 18px;
  color:#756c63;
  font-size:17px;
  line-height:1.55;
}
.offer-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0 0 20px;
}
.offer-tags span{
  padding:8px 11px;
  border:1px solid #d9c9b6;
  border-radius:8px;
  background:#f6efe6;
  color:#4f4740;
  font-size:13px;
  font-weight:700;
}
.offer-note{
  font-size:15px;
  line-height:1.6;
  color:#5a534d;
  margin:0 0 18px;
}
.offer-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 22px;
  border-radius:9px;
  background:#b74c31;
  color:#fff !important;
  font-weight:900;
  text-decoration:none;
  box-shadow:0 10px 24px rgba(183,76,49,.25);
}
.offer-button:hover{
  background:#963d28;
}
@media(max-width:900px){
  .editorial-offer-body{
    grid-template-columns:1fr;
  }
  .editorial-product-offer{
    max-width:100%;
  }
}


.offer-image{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:18px;
}



/* PSM isolated modal series start */
.psm-modal-series{
  display:block !important;
  clear:both !important;
  width:auto !important;
  max-width:1120px !important;
  margin:76px auto !important;
  padding:0 24px !important;
  color:#111 !important;
  font-family:inherit !important;
}
.psm-kicker{
  color:#2d65ff !important;
  font-size:12px !important;
  font-weight:900 !important;
  letter-spacing:.22em !important;
  text-transform:uppercase !important;
  margin-bottom:8px !important;
}
.psm-modal-series > h2{
  max-width:860px !important;
  margin:0 0 30px !important;
  font-size:42px !important;
  line-height:1.08 !important;
  font-weight:900 !important;
  text-transform:uppercase !important;
  color:#111 !important;
}
.psm-grid{
  display:grid !important;
  grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  gap:24px !important;
}
.psm-card{
  box-sizing:border-box !important;
  background:#fff8f2 !important;
  border:3px solid #111 !important;
  border-radius:24px !important;
  padding:22px !important;
  box-shadow:7px 7px 0 #111 !important;
}
.psm-card:nth-child(2){background:#f5fff8 !important}
.psm-card:nth-child(3){background:#f4f7ff !important}
.psm-card:nth-child(4){background:#fff9dc !important}
.psm-card img{
  width:100% !important;
  height:135px !important;
  object-fit:cover !important;
  border:3px solid #111 !important;
  border-radius:14px !important;
  display:block !important;
  margin:0 0 18px !important;
}
.psm-card h3{
  margin:0 0 12px !important;
  font-size:25px !important;
  line-height:1.12 !important;
  font-weight:900 !important;
  text-transform:uppercase !important;
  color:#111 !important;
}
.psm-card p{
  margin:0 0 18px !important;
  font-size:16px !important;
  line-height:1.55 !important;
  font-weight:500 !important;
  color:#111 !important;
}
.psm-card button{
  cursor:pointer !important;
  border:3px solid #111 !important;
  border-radius:999px !important;
  padding:10px 17px !important;
  background:#fff !important;
  color:#111 !important;
  font-weight:900 !important;
  box-shadow:4px 4px 0 #111 !important;
}
.psm-modal[aria-hidden="true"]{display:none !important}
.psm-modal[aria-hidden="false"]{
  position:fixed !important;
  inset:0 !important;
  z-index:9999 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:24px !important;
}
.psm-modal-backdrop{
  position:absolute !important;
  inset:0 !important;
  background:rgba(0,0,0,.58) !important;
}
.psm-modal-dialog{
  position:relative !important;
  max-width:760px !important;
  max-height:88vh !important;
  overflow:auto !important;
  background:#fffaf2 !important;
  border:3px solid #111 !important;
  border-radius:24px !important;
  box-shadow:10px 10px 0 #111 !important;
  padding:28px !important;
}
.psm-modal-close{
  position:absolute !important;
  right:16px !important;
  top:12px !important;
  width:38px !important;
  height:38px !important;
  border-radius:50% !important;
  border:2px solid #111 !important;
  background:#fff !important;
  font-size:26px !important;
  line-height:1 !important;
  font-weight:900 !important;
  cursor:pointer !important;
}
.psm-modal-dialog img{
  width:100% !important;
  max-height:360px !important;
  object-fit:cover !important;
  border-radius:16px !important;
  border:3px solid #111 !important;
  margin-bottom:20px !important;
}
.psm-modal-dialog h3{
  margin:0 0 14px !important;
  font-size:34px !important;
  line-height:1.15 !important;
  font-weight:900 !important;
  color:#111 !important;
}
.psm-modal-dialog p{
  font-size:19px !important;
  line-height:1.7 !important;
  font-weight:500 !important;
  margin:0 !important;
  color:#111 !important;
}
.psm-lock{overflow:hidden !important}
@media(max-width:860px){
  .psm-grid{grid-template-columns:1fr !important}
  .psm-modal-series > h2{font-size:32px !important}
}
/* PSM isolated modal series end */


/* Premium footer */
.premium-footer{
  background:linear-gradient(135deg,#111315,#1f2d43);
  color:#fff;
  padding:58px 24px 38px;
  margin-top:70px;
}
.premium-footer-inner{
  max-width:1120px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.25fr .9fr 1fr;
  gap:38px;
  align-items:start;
}
.premium-footer h3{
  font-size:30px;
  margin:0 0 14px;
  font-weight:900;
}
.premium-footer h4{
  font-size:18px;
  margin:0 0 16px;
  font-weight:900;
}
.premium-footer p{
  color:rgba(255,255,255,.78);
  font-size:16px;
  line-height:1.7;
  margin:0 0 12px;
  font-weight:500;
}
.footer-disclaimer{
  border-top:1px solid rgba(255,255,255,.14);
  padding-top:14px;
  margin-top:16px !important;
}
.premium-footer-links{
  display:flex;
  flex-direction:column;
  gap:12px;
}
.premium-footer-links a{
  display:block;
  color:#fff !important;
  text-decoration:none;
  border:2px solid rgba(255,255,255,.72);
  border-radius:999px;
  padding:12px 18px;
  font-weight:900;
  text-align:center;
  transition:.2s ease;
}
.premium-footer-links a:hover{
  background:#fff;
  color:#111 !important;
}
.premium-footer-company{
  border:1px solid rgba(255,255,255,.18);
  border-radius:18px;
  padding:22px;
  background:rgba(255,255,255,.04);
}
@media(max-width:900px){
  .premium-footer-inner{
    grid-template-columns:1fr;
  }
}



/* Premium visual effects start */

/* мягкий журнальный фон */
body{
  background:
    radial-gradient(circle at 18% 12%, rgba(255,255,255,.65), transparent 30%),
    radial-gradient(circle at 82% 20%, rgba(220,233,231,.55), transparent 34%),
    linear-gradient(135deg, #f3eee6 0%, #e7eeeef 48%, #f5efe7 100%) !important;
}

/* легкий grain без внешних ссылок */
body::after{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:9998;
  opacity:.035;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(0,0,0,.45) 0 1px, transparent 1px),
    radial-gradient(circle at 70% 60%, rgba(0,0,0,.35) 0 1px, transparent 1px);
  background-size:4px 4px, 6px 6px;
  mix-blend-mode:multiply;
}

/* плавное появление секций */
.premium-fade-up{
  opacity:0;
  transform:translateY(26px);
  transition:opacity .7s ease, transform .7s ease;
}
.premium-fade-up.premium-visible{
  opacity:1;
  transform:translateY(0);
}

/* премиальные hover-эффекты, только для карточек/офферов */
.editorial-product-offer,
.psm-card,
.premium-camera-note{
  transition:transform .28s ease, box-shadow .28s ease, filter .28s ease;
}
.editorial-product-offer:hover,
.psm-card:hover,
.premium-camera-note:hover{
  transform:translateY(-5px);
  box-shadow:0 28px 75px rgba(24,34,35,.18) !important;
}

/* изображения чуть кинематографичнее */
img{
  transition:filter .28s ease, transform .28s ease;
}
img:hover{
  filter:contrast(1.04) saturate(1.03);
}

/* кнопки живее, но без агрессивности */
a[href],
button{
  transition:transform .22s ease, box-shadow .22s ease, background-color .22s ease, color .22s ease;
}
a[href]:hover,
button:hover{
  transform:translateY(-2px);
}

/* тонкая декоративная линия для editorial-ощущения */
main section h2::after,
main section h1::after{
  content:"";
  display:block;
  width:62px;
  height:2px;
  margin-top:16px;
  background:linear-gradient(90deg,#c5794a,transparent);
  border-radius:99px;
}

/* мягкая подсветка главного CTA */
.offer-button,
.premium-footer-links a,
a[href*="amazon.de"]{
  box-shadow:0 12px 28px rgba(183,76,49,.18);
}

/* Premium visual effects end */


/* SIMPLE UNIQUE BACKGROUND (clean, no overload) */
body{
  background:
    linear-gradient(120deg, #f3efe7 0%, #e6ddd1 100%);
}

/* soft color accent spot */
body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 20% 30%, rgba(180,120,80,0.15), transparent 40%),
    radial-gradient(circle at 80% 20%, rgba(120,160,150,0.12), transparent 40%);
}


/* FULL IMAGE FIX (no crop in cards) */
.card img,
.card__image img,
.block img {
  width: 100%;
  height: auto !important;
  object-fit: contain !important;
  background: #f5f5f5;
  padding: 6px;
  border-radius: 12px;
}

/* remove forced heights */
.card__image,
.card img {
  height: auto !important;
  max-height: none !important;
}



/* FINAL PRECISE FIX START */

/* 2. весь ленд: шрифт на размер больше и чуть жирнее */
body{
  font-size:18px !important;
  font-weight:600 !important;
}
p, li, a, button, span{
  font-weight:600 !important;
}
h1,h2,h3,h4{
  font-weight:900 !important;
}

/* 1. первое фото чуть больше, текст не трогаем */
.hero-photo-fix{
  transform:scale(1.08) !important;
  transform-origin:center center !important;
  object-fit:cover !important;
  border-radius:18px !important;
}

/* 3. карточки: фото полностью видно уже на карточке, без проваливания */
.psm-card img,
.photo-series-card img,
.card img,
.card__image img{
  width:100% !important;
  height:210px !important;
  object-fit:contain !important;
  object-position:center center !important;
  background:#f7f4ec !important;
  padding:8px !important;
  box-sizing:border-box !important;
  border-radius:14px !important;
}

/* если в карточках был контейнер с фиксированной узкой высотой */
.photo-strip,
.card__image,
.psm-card .image,
.photo-series-card .image{
  height:auto !important;
  max-height:none !important;
  overflow:visible !important;
}

/* делаем карточки чуть выше, чтобы фото не давило текст */
.psm-card,
.photo-series-card{
  min-height:360px !important;
}

/* мобильная адаптация */
@media(max-width:860px){
  .psm-card img,
  .photo-series-card img,
  .card img,
  .card__image img{
    height:190px !important;
  }
  .hero-photo-fix{
    transform:none !important;
  }
}

/* FINAL PRECISE FIX END */

/* slight image zoom without breaking layout */
.hero-zoom{
  transform: scale(1.1);
  transform-origin: center;
}



/* MINIMAL PREMIUM STYLE START */

/* общий минималистичный фон */
body{
  background:
    radial-gradient(circle at 18% 12%, rgba(255,255,255,.7), transparent 34%),
    linear-gradient(135deg, #f6f3ec 0%, #ebe6dc 100%) !important;
  color:#1f2729 !important;
  letter-spacing:-0.01em;
}

/* чуть более журнальная типографика */
p{
  line-height:1.78 !important;
  letter-spacing:-0.01em;
}

main p:first-of-type{
  font-size:1.08em !important;
}

/* секции — чистые, без тяжёлого ощущения */
section{
  transition:transform .28s ease, box-shadow .28s ease;
}

/* фото — мягкий premium look */
img{
  transition:transform .35s ease, box-shadow .35s ease, filter .35s ease;
}

img:hover{
  filter:contrast(1.04) saturate(1.04);
}

/* hero фото — аккуратная глубина */
.hero-zoom,
.hero-photo-fix{
  box-shadow:0 28px 70px rgba(20,30,32,.18) !important;
  border-radius:20px !important;
  transition:transform .45s ease, box-shadow .45s ease, filter .45s ease;
}

.hero-zoom:hover,
.hero-photo-fix:hover{
  transform:scale(1.12) !important;
  box-shadow:0 34px 90px rgba(20,30,32,.24) !important;
  filter:contrast(1.05) saturate(1.05);
}

/* карточки — Apple/Medium style, но сохраняем текущую форму */
.psm-card,
.photo-series-card,
.editorial-product-offer{
  transition:transform .28s ease, box-shadow .28s ease, background-color .28s ease;
}

.psm-card:hover,
.photo-series-card:hover,
.editorial-product-offer:hover{
  transform:translateY(-6px);
  box-shadow:0 28px 70px rgba(20,30,32,.15) !important;
}

/* кнопки — мягкий, современный hover */
button,
a{
  transition:transform .22s ease, box-shadow .22s ease, background-color .22s ease, color .22s ease;
}

button:hover,
a:hover{
  transform:translateY(-2px);
}

/* CTA — менее грубо, больше premium */
.offer-button,
a[href*="amazon.de"]{
  border-radius:14px !important;
  box-shadow:0 16px 34px rgba(183,76,49,.2) !important;
}

.offer-button:hover,
a[href*="amazon.de"]:hover{
  box-shadow:0 20px 44px rgba(183,76,49,.28) !important;
}

/* нижние карточки: фото полностью видно и аккуратно */
.psm-card img,
.photo-series-card img{
  object-fit:contain !important;
  background:#faf7f0 !important;
  padding:10px !important;
  border-radius:16px !important;
}

/* лёгкое появление */
@keyframes minimalFadeUp{
  from{opacity:0; transform:translateY(18px);}
  to{opacity:1; transform:translateY(0);}
}

main section{
  animation:minimalFadeUp .65s ease both;
}

/* MINIMAL PREMIUM STYLE END */


.blog-label{
  display:inline-block;
  margin-top:6px;
  font-size:14px;
  font-weight:600;
  opacity:0.7;
}


/* make blog label bigger and bold */
.blog-label{
  display:inline-block;
  margin-top:8px;
  font-size:18px !important;
  font-weight:800 !important;
  opacity:1 !important;
  letter-spacing:0.3px;
}
