/* TvojaMajica.si — slikovna nadgradnja 2026-08-08 */
.tm-hero .tm-shirt-scene.tm-has-photo {
  display: block;
  min-height: 520px;
  isolation: isolate;
}
.tm-hero-photo {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center;
  border: 2px solid var(--ink);
  border-radius: 28px;
  box-shadow: 0 30px 55px -26px rgba(36, 27, 46, .42);
}
.tm-has-photo .tm-shirt {
  position: absolute;
  z-index: 3;
  width: min(220px, 45%);
  right: -20px;
  bottom: -44px;
  padding: 7px;
  border-radius: 20px;
  background: rgba(255, 249, 241, .92);
  filter: drop-shadow(0 18px 26px rgba(36, 27, 46, .24));
}
.tm-has-photo .tm-stick { z-index: 4; }
.tm-has-photo .tm-stick.s1 { top: 4%; right: -3%; }
.tm-has-photo .tm-stick.s2 { top: auto; bottom: 15%; left: -3%; }
.tm-has-photo .tm-stick.s3 { top: auto; right: 29%; bottom: -2%; }

.tm-phero.tm-phero-grid { padding-block: clamp(40px, 5vw, 72px); }
.tm-phero-grid .tm-c {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr);
  align-items: center;
  gap: clamp(28px, 5vw, 66px);
}
.tm-phero-copy { min-width: 0; }
.tm-phero-media { margin: 0; position: relative; }
.tm-phero-media:before {
  content: "";
  position: absolute;
  inset: 16px -14px -14px 16px;
  border: 2px solid var(--ink);
  border-radius: 24px;
  opacity: .16;
}
.tm-phero-media img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 2px solid var(--ink);
  border-radius: 24px;
  box-shadow: 0 28px 50px -25px rgba(36, 27, 46, .38);
}

.tm-korak.tm-photo-card,
.tm-card.tm-photo-card {
  overflow: hidden;
  padding-top: 0;
}
.tm-korak-img,
.tm-card-img {
  display: block;
  width: calc(100% + 52px);
  height: 178px;
  margin: 0 -26px 20px;
  object-fit: cover;
  border-bottom: 1.5px solid var(--line);
}
.tm-card-img {
  width: calc(100% + 48px);
  margin-inline: -24px;
}
.tm-korak.tm-photo-card .n { margin-top: 2px; }

.tm-hub-img,
.tm-nasvet-img {
  display: block;
  width: calc(100% + 52px);
  max-width: none;
  height: 170px;
  margin: -26px -26px 20px;
  object-fit: cover;
  border-bottom: 1.5px solid var(--line);
}
.tm-nasvet-img {
  width: calc(100% + 48px);
  height: 158px;
  margin: -24px -24px 18px;
}

.tm-pol .ph { overflow: hidden; background: var(--pap); }
.tm-pol .ph img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tm-sec-banner {
  margin: 24px 0 30px;
  overflow: hidden;
  border: 1.5px solid var(--line);
  border-radius: 22px;
  background: var(--sur);
}
.tm-sec-banner img {
  display: block;
  width: 100%;
  max-height: 430px;
  aspect-ratio: 16 / 7;
  object-fit: cover;
}

@media (max-width: 920px) {
  .tm-phero-grid .tm-c { grid-template-columns: 1fr; }
  .tm-phero-media { max-width: 720px; }
  .tm-hero .tm-shirt-scene.tm-has-photo { min-height: 440px; }
  .tm-hero-photo { height: 420px; }
  .tm-has-photo .tm-shirt { width: min(190px, 43%); right: 4px; bottom: -32px; }
  .tm-has-photo .tm-stick.s1 { right: 2%; }
  .tm-has-photo .tm-stick.s2 { left: 1%; bottom: 12%; }
  .tm-has-photo .tm-stick.s3 { right: 30%; bottom: -1%; }
}

@media (max-width: 560px) {
  .tm-hero-photo { height: 350px; border-radius: 22px; }
  .tm-hero .tm-shirt-scene.tm-has-photo { min-height: 382px; }
  .tm-has-photo .tm-shirt { width: 150px; bottom: -20px; }
  .tm-has-photo .tm-stick { font-size: 11px; padding: 7px 10px; }
  .tm-has-photo .tm-stick.s2 { bottom: 19%; }
  .tm-has-photo .tm-stick.s3 { right: 34%; bottom: 0; }
  .tm-phero-media:before { inset: 10px -8px -8px 10px; }
  .tm-phero-media img { border-radius: 18px; }
  .tm-korak-img, .tm-card-img { height: 190px; }
  .tm-hub-img, .tm-nasvet-img { height: 180px; }
}

@media (prefers-reduced-motion: reduce) {
  .tm-has-photo .tm-shirt { animation: none !important; }
}

/* Vstopni prodajni hero v3 */
.tm-hero.tm-hero-sales {
  padding-top: clamp(42px, 5.5vw, 74px);
  background:
    radial-gradient(circle at 86% 16%, rgba(255, 176, 32, .24), transparent 30%),
    radial-gradient(circle at 4% 92%, rgba(244, 80, 47, .13), transparent 29%),
    var(--pap);
}
.tm-hero-sales .tm-c {
  max-width: 1220px;
  grid-template-columns: minmax(0, .94fr) minmax(460px, 1.06fr);
  gap: clamp(34px, 5vw, 68px);
  padding-bottom: clamp(50px, 6vw, 78px);
}
.tm-hero-sales .tm-hero-copy { min-width: 0; }
.tm-hero-kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.tm-hero-kicker span {
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  padding: 6px 13px;
  border: 1.5px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  color: var(--ink);
  font-family: var(--disp);
  font-size: 12px;
  font-weight: 750;
  line-height: 1;
}
.tm-hero-kicker span:first-child {
  border-color: #EFB65A;
  background: var(--sun-soft);
}
.tm-hero-sales h1 {
  max-width: 9.5ch;
  margin: 0 0 20px;
  font-size: clamp(46px, 6.1vw, 76px);
  line-height: .96;
}
.tm-hero-sales .tm-lead {
  max-width: 52ch;
  margin-bottom: 23px;
  color: #594E63;
  font-size: clamp(17px, 1.8vw, 20px);
  line-height: 1.58;
}
.tm-hero-offer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  max-width: 610px;
  margin: 0 0 20px;
  padding: 14px 18px 14px 15px;
  border: 1.5px solid #E9D6BC;
  border-radius: 20px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 38px -28px rgba(36, 27, 46, .48);
}
.tm-hero-price {
  display: grid;
  grid-template-columns: auto auto;
  align-items: end;
  column-gap: 6px;
  min-width: 128px;
  margin-right: 18px;
  padding-right: 18px;
  border-right: 1.5px solid var(--line);
}
.tm-hero-price span {
  grid-column: 1 / -1;
  color: var(--cor-d);
  font-family: var(--disp);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1;
}
.tm-hero-price strong {
  color: var(--cor);
  font-family: var(--disp);
  font-size: 43px;
  font-weight: 850;
  letter-spacing: -.045em;
  line-height: .98;
}
.tm-hero-price small {
  margin-bottom: 5px;
  color: var(--mut);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.tm-hero-offer p {
  margin: 0;
  color: var(--mut);
  font-size: 13.5px;
  line-height: 1.43;
}
.tm-hero-offer p strong {
  display: block;
  margin-bottom: 2px;
  color: var(--ink);
  font-family: var(--disp);
  font-size: 15px;
}
.tm-hero-sales .tm-hero-ctas {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 610px;
}
.tm-hero-sales .tm-hero-ctas .tm-btn {
  min-height: 58px;
  justify-content: space-between;
  padding: 15px 20px 15px 22px;
  border: 2px solid transparent;
  border-radius: 17px;
  font-size: 16px;
  line-height: 1.15;
  box-shadow: 0 4px 0 var(--cor-d), 0 18px 30px -19px rgba(244, 80, 47, .75);
}
.tm-hero-sales .tm-hero-ctas .tm-btn:after { content: none; }
.tm-hero-sales .tm-hero-ctas .tm-btn b {
  display: inline-flex;
  flex: none;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .2);
  font-family: var(--body);
  font-size: 18px;
  line-height: 1;
  transition: transform .18s;
}
.tm-hero-sales .tm-hero-ctas .tm-btn:hover b { transform: translateX(3px); }
.tm-hero-sales .tm-hero-ctas .tm-btn-config {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
  box-shadow: 0 4px 0 #09070C, 0 18px 30px -20px rgba(36, 27, 46, .7);
}
.tm-hero-sales .tm-hero-ctas .tm-btn-config:hover {
  box-shadow: 0 6px 0 #09070C, 0 22px 34px -20px rgba(36, 27, 46, .78);
}
.tm-hero-sales .tm-hero-ctas .tm-btn-config b {
  background: var(--sun);
  color: var(--ink);
}
.tm-hero-proof {
  display: flex;
  gap: 9px 18px;
  flex-wrap: wrap;
  margin-top: 20px;
  color: #554A60;
  font-size: 13.5px;
  font-weight: 650;
}
.tm-hero-proof span:before {
  content: "\2713";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  margin-right: 6px;
  border-radius: 50%;
  background: var(--mint);
  color: #176437;
  font-size: 12px;
  font-weight: 900;
}
.tm-hero-product {
  position: relative;
  isolation: isolate;
  margin: 0;
}
.tm-hero-product:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 18px -14px -14px 18px;
  border: 2px solid rgba(36, 27, 46, .18);
  border-radius: 31px;
}
.tm-hero-product > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  border: 2px solid var(--ink);
  border-radius: 29px;
  background: #EEDCC7;
  box-shadow: 0 32px 58px -28px rgba(36, 27, 46, .5);
}
.tm-hero-product figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 15px;
  background: rgba(36, 27, 46, .83);
  color: #fff;
  box-shadow: 0 12px 28px -18px rgba(0, 0, 0, .8);
  backdrop-filter: blur(9px);
}
.tm-hero-product figcaption b {
  color: #fff;
  font-family: var(--disp);
  font-size: 14px;
  line-height: 1.25;
}
.tm-hero-product figcaption span {
  color: rgba(255, 255, 255, .78);
  font-size: 12.5px;
  line-height: 1.3;
  text-align: right;
}
.tm-hero-photo-badge {
  position: absolute;
  z-index: 2;
  top: -15px;
  right: 22px;
  padding: 10px 15px;
  border: 1.5px solid var(--sun-d);
  border-radius: 14px;
  background: var(--sun);
  color: var(--ink);
  box-shadow: 0 12px 24px -14px rgba(36, 27, 46, .5);
  transform: rotate(2deg);
}
.tm-hero-photo-badge b,
.tm-hero-photo-badge span { display: block; line-height: 1.15; }
.tm-hero-photo-badge b {
  font-family: var(--disp);
  font-size: 13px;
  font-weight: 850;
}
.tm-hero-photo-badge span { margin-top: 2px; font-size: 11px; font-weight: 650; }

@media (max-width: 1040px) {
  .tm-hero-sales .tm-c { grid-template-columns: minmax(0, 1fr) minmax(400px, .95fr); gap: 36px; }
  .tm-hero-sales h1 { font-size: clamp(46px, 6vw, 64px); }
}
@media (max-width: 920px) {
  .tm-hero-sales .tm-c { grid-template-columns: 1fr; }
  .tm-hero-sales .tm-hero-copy { max-width: 680px; }
  .tm-hero-product { width: min(100%, 720px); }
}
@media (max-width: 600px) {
  .tm-hero.tm-hero-sales { padding-top: 33px; }
  .tm-hero-sales .tm-c { gap: 38px; padding-inline: 20px; }
  .tm-hero-sales h1 { max-width: 10.5ch; font-size: clamp(42px, 13vw, 57px); }
  .tm-hero-sales .tm-lead { margin-bottom: 18px; }
  .tm-hero-offer { padding: 13px; border-radius: 17px; }
  .tm-hero-price { min-width: 108px; margin-right: 12px; padding-right: 12px; }
  .tm-hero-price strong { font-size: 36px; }
  .tm-hero-offer p { font-size: 12.5px; }
  .tm-hero-offer p strong { font-size: 14px; }
  .tm-hero-sales .tm-hero-ctas { grid-template-columns: 1fr; }
  .tm-hero-sales .tm-hero-ctas .tm-btn { min-height: 56px; }
  .tm-hero-proof { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 12px; }
  .tm-hero-product > img { aspect-ratio: 4 / 3; object-position: 63% center; border-radius: 23px; }
  .tm-hero-product:before { inset: 10px -7px -8px 10px; border-radius: 24px; }
  .tm-hero-product figcaption { right: 11px; bottom: 11px; left: 11px; display: block; padding: 10px 12px; }
  .tm-hero-product figcaption b,
  .tm-hero-product figcaption span { display: block; text-align: left; }
  .tm-hero-product figcaption span { margin-top: 2px; }
  .tm-hero-photo-badge { top: -12px; right: 13px; padding: 8px 11px; }
}

/* Vstopni prodajni hero v4: naslov cez celotno sirino, vsebina spodaj */
html,
body {
  overflow-x: clip;
}
.tm-hero-sales .tm-c {
  display: block;
  max-width: 1220px;
  padding-bottom: clamp(50px, 6vw, 78px);
}
.tm-hero-heading {
  max-width: none;
  margin: 0 0 clamp(34px, 4vw, 52px);
  text-align: left;
}
.tm-hero-heading .tm-hero-kicker {
  justify-content: flex-start;
}
.tm-hero-sales .tm-hero-heading h1 {
  max-width: none;
  margin: 0;
  font-size: clamp(50px, 5.3vw, 76px);
  line-height: .98;
  text-wrap: balance;
}
.tm-hero-sales .tm-hero-heading h1 .mark {
  display: inline;
}
.tm-hero-body {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(500px, 1.12fr);
  align-items: center;
  gap: clamp(34px, 5vw, 68px);
}
.tm-hero-body .tm-hero-copy {
  min-width: 0;
}
.tm-hero-body .tm-lead {
  margin-top: 0;
}

@media (max-width: 1040px) {
  .tm-hero-sales .tm-c {
    display: block;
  }
  .tm-hero-body {
    grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
    gap: 36px;
  }
  .tm-hero-sales .tm-hero-heading h1 {
    font-size: clamp(48px, 6.2vw, 66px);
  }
}

@media (max-width: 920px) {
  .tm-hero-heading {
    max-width: 720px;
    margin-right: 0;
    margin-bottom: 32px;
    margin-left: 0;
    text-align: left;
  }
  .tm-hero-heading .tm-hero-kicker {
    justify-content: flex-start;
  }
  .tm-hero-sales .tm-hero-heading h1 {
    max-width: 12ch;
  }
  .tm-hero-body {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .tm-hero-body .tm-hero-copy {
    max-width: 680px;
  }
}

@media (max-width: 600px) {
  .tm-hero-sales .tm-c {
    display: block;
  }
  .tm-hero-heading {
    margin-bottom: 28px;
  }
  .tm-hero-sales .tm-hero-heading h1 {
    max-width: 10.5ch;
    font-size: clamp(42px, 13vw, 57px);
  }
  .tm-hero-body {
    gap: 38px;
  }
}

/* Čustveni SEO uvodi za strani Darila in priložnosti */
.tm-emotion {
  overflow: hidden;
}
.tm-emotion-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
  align-items: start;
  gap: clamp(38px, 7vw, 90px);
}
.tm-emotion-copy {
  max-width: 760px;
}
.tm-emotion-copy h2 {
  max-width: 25ch;
  text-wrap: balance;
}
.tm-emotion-copy p {
  margin: 0 0 17px;
  color: var(--txt);
  font-size: 17.5px;
  line-height: 1.75;
}
.tm-emotion-copy p:last-child {
  margin-bottom: 0;
}
.tm-emotion-note {
  position: relative;
  margin-top: 36px;
  padding: 28px 28px 27px;
  border: 1.5px solid var(--line);
  border-left: 5px solid var(--cor);
  border-radius: 20px;
  background: var(--sur);
  box-shadow: 0 24px 46px -36px rgba(36, 27, 46, .5);
}
.tm-emotion-note:before {
  content: "“";
  position: absolute;
  top: -18px;
  right: 18px;
  color: var(--sun);
  font-family: Georgia, serif;
  font-size: 76px;
  line-height: 1;
  opacity: .8;
}
.tm-emotion-note span {
  display: block;
  margin-bottom: 12px;
  color: var(--cor-d);
  font-family: var(--disp);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.tm-emotion-note p {
  position: relative;
  margin: 0;
  color: var(--ink);
  font-family: var(--disp);
  font-size: 18px;
  font-weight: 650;
  line-height: 1.55;
}

@media (max-width: 820px) {
  .tm-emotion-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .tm-emotion-note {
    max-width: 680px;
    margin-top: 24px;
  }
}

@media (max-width: 560px) {
  .tm-emotion-copy p {
    font-size: 16.5px;
    line-height: 1.7;
  }
  .tm-emotion-note {
    padding: 23px 21px 22px;
    border-radius: 17px;
  }
  .tm-emotion-note p {
    font-size: 16.5px;
  }
}

/* Enoten oranžni poudarek v zaključni izjavi */
.tm-statement p .out {
  color: var(--cor);
  -webkit-text-stroke: 0;
  text-shadow: none;
}

/* Poln, vendar diskreten veliki napis v nogi */
.tm-foot-giant span {
  color: rgba(255, 255, 255, .16);
  -webkit-text-stroke: 0;
}
