html,
body,
body.collections-page {
  margin: 0;
  min-height: 100%;
  background: #D4BEA3;
  color: #22311D;
  font-family: 'Cormorant Garamond', Georgia, serif;
  overflow-x: hidden;
}

.collections-page * {
  box-sizing: border-box;
}

.collections-main {
  background: #D4BEA3;
}

.section-kicker {
  display: block;
  margin-bottom: 18px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 0.78rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

/* =========================
   KOLEKCIJE EKRANA
========================= */

.screen-collections-section {
  position: relative;
  padding: 130px 40px 76px;
 background: linear-gradient(180deg, #FAF8F4 0%, #E5D4BE 55%, #D4BEA3 100%);
  color: #22311D;
  overflow: hidden;
}

.screen-collections-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.08;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.05' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.65'/%3E%3C/svg%3E");
  background-size: 150px 150px;
}

.screen-collections-inner {
  position: relative;
  z-index: 1;
  width: min(1240px, 100%);
  min-height: 560px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  gap: 44px;
  align-items: center;
}

.screen-copy {
  max-width: 620px;
}

.screen-copy .section-kicker {
  display: block;
  margin: 0 0 28px;
  font-family: 'FogtwoNo5', Georgia, serif;
  font-size: clamp(3.05rem, 4.8vw, 5.2rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  color: #22311D;
}

.screen-count {
  margin: 0 0 12px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 0.76rem;
  letter-spacing: 0.22em;
  color: rgba(34, 49, 29, 0.58);
}

.screen-copy h1 {
  margin: 0;
  font-family: 'FogtwoNo5', Georgia, serif;
  font-size: clamp(2rem, 2.55vw, 3rem);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  color: #22311D;
}

#collectionText {
  margin: 18px 0 0;
  max-width: 510px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.12rem;
  line-height: 1.42;
  color: rgba(34, 49, 29, 0.78);
}

.screen-controls {
  display: flex;
  gap: 14px;
  margin-top: 30px;
}

.screen-arrow {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(34, 49, 29, 0.55);
  background: transparent;
  color: #22311D;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  border-radius: 0;
  transition: all 0.35s ease;
}

.screen-arrow:hover {
  background: #22311D;
  color: #D4BEA3;
}

.screen-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
  max-width: 650px;
}

.screen-thumb {
  min-height: 36px;
  padding: 0 16px;
  border: 1px solid rgba(34, 49, 29, 0.35);
  background: transparent;
  color: rgba(34, 49, 29, 0.74);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  transition: all 0.35s ease;
}

.screen-thumb.active,
.screen-thumb:hover {
  background: #22311D;
  border-color: #22311D;
  color: #D4BEA3;
}

.screen-booth-area {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.screen-booth-frame {
  position: relative;
  width: min(420px, 100%);

  --screen-top: 18%;
  --screen-left: 22%;
  --screen-width: 56%;
  --screen-height: 48%;
  --screen-image-size: 100%;
}

.screen-inside-booth {
  position: absolute;
  top: var(--screen-top);
  left: var(--screen-left);
  width: var(--screen-width);
  height: var(--screen-height);
  z-index: 2;
  overflow: hidden;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.screen-image-box {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

#collectionScreenImage {
  width: auto;
  height: var(--screen-image-size);
  max-width: var(--screen-image-size);
  object-fit: contain;
  display: block;
  background: transparent;
  border: none;
  box-shadow: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

#collectionScreenImage.is-changing {
  opacity: 0;
  transform: scale(0.96);
}

.screen-booth-img {
  position: relative;
  z-index: 3;
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 28px 38px rgba(34, 49, 29, 0.18));
}

/* =========================
   STRIP MODELI
========================= */

.strip-collections-section {
  position: relative;
  background: #344B2C;
  color: #FAF8F4;
  overflow: hidden;
}

.strip-header {
  width: min(920px, calc(100% - 80px));
  margin: 0 auto;
  padding: 62px 0 34px;
  text-align: center;
}

.strip-header .section-kicker {
  color: rgba(250, 248, 244, 0.74);
}

.strip-header h2 {
  margin: 0;
  font-family: 'FogtwoNo5', Georgia, serif;
  font-size: clamp(2.75rem, 4.2vw, 4.7rem);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  color: #FAF8F4;
}

.strip-header p {
  max-width: 560px;
  margin: 14px auto 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.02rem;
  line-height: 1.35;
  color: rgba(250, 248, 244, 0.72);
}

.strip-carousel {
  position: relative;
  width: 100%;
  background: #344B2C;
  overflow: hidden;
}

.strip-scroll {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  background: #344B2C;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.strip-scroll::-webkit-scrollbar {
  display: none;
}

.strip-panel {
  position: relative;
  flex: 0 0 33.333333%;
  min-width: 33.333333%;
  max-width: 33.333333%;
  height: 540px;
  min-height: 540px;
  scroll-snap-align: start;
  overflow: hidden;
  border-right: 1px solid rgba(250, 248, 244, 0.14);
  isolation: isolate;
  background: #344B2C;
}

.strip-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  opacity: 1;
  filter: brightness(0.72) saturate(0.85);
  transform: scale(1);
  transition: transform 0.75s ease, filter 0.75s ease;
}

.strip-panel:hover .strip-bg {
  transform: scale(1.06);
  filter: brightness(0.58) saturate(0.9);
}

.strip-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(52, 75, 44, 0.04) 0%, rgba(34, 49, 29, 0.74) 100%),
    rgba(34, 49, 29, 0.08);
}

.strip-panel-content {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 38px 38px 34px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.strip-mockup {
  width: auto;
  height: 292px;
  max-width: 74%;
  object-fit: contain;
  margin: 0 auto 24px;
  filter: drop-shadow(0 22px 28px rgba(0, 0, 0, 0.46));
  transform: translateY(0);
  transition: transform 0.55s ease;
}

.strip-panel:hover .strip-mockup {
  transform: translateY(-8px);
}

.strip-text {
  margin-top: auto;
}

.strip-text h3 {
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.9rem, 2.6vw, 3rem);
  font-weight: 400;
  line-height: 1;
  color: #FAF8F4;
}

.strip-text p {
  max-width: 330px;
  margin: 12px 0 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 0.98rem;
  line-height: 1.32;
  font-style: italic;
  color: rgba(250, 248, 244, 0.78);
}

.strip-nav {
  position: absolute;
  top: 50%;
  z-index: 20;
  width: 54px;
  height: 54px;
  transform: translateY(-50%);
  border: 1px solid rgba(250, 248, 244, 0.7);
  background: rgba(34, 49, 29, 0.42);
  color: #FAF8F4;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  border-radius: 999px;
  backdrop-filter: blur(8px);
  transition: all 0.35s ease;
}

.strip-nav:hover {
  background: #FAF8F4;
  color: #22311D;
}

.strip-nav-prev {
  left: 22px;
}

.strip-nav-next {
  right: 22px;
}

/* =========================
   WELCOME TABLE
========================= */

.welcome-preview-section {
  position: relative;
  padding: 94px 70px;
  background: #E0CDB6;
  color: #22311D;
  overflow: hidden;
}

.welcome-preview-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.16;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.75'/%3E%3C/svg%3E");
  background-size: 170px 170px;
}

.welcome-preview-inner {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  margin: 0 auto;
  text-align: center;
}

.welcome-preview-inner .section-kicker {
  color: rgba(34, 49, 29, 0.68);
}

.welcome-preview-inner h2 {
  margin: 0;
  font-family: 'FogtwoNo5', Georgia, serif;
  font-size: clamp(3rem, 5vw, 5.7rem);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  color: #22311D;
}

.welcome-preview-inner p {
  max-width: 660px;
  margin: 24px auto 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.2rem;
  line-height: 1.45;
  color: rgba(34, 49, 29, 0.78);
}

/* =========================
   FOOTER
========================= */

.footer-section {
  position: relative;
  padding: 120px 70px;
  background: #22311D;
  color: #22311D;
  overflow: hidden;
}

.footer-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.95' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.75'/%3E%3C/svg%3E");
  background-size: 160px 160px;
}

.footer-card {
  position: relative;
  z-index: 1;
  width: min(1280px, 100%);
  margin: 0 auto;
  background: #E0CDB6;
  color: #22311D;
  border: 1px solid rgba(250, 248, 244, 0.18);
}

.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  gap: 70px;
  padding: 56px 70px 52px;
}

.footer-logo {
  width: 185px;
  height: auto;
  margin-bottom: 20px;
}

.footer-brand p {
  max-width: 430px;
  margin: 0 0 26px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.1rem;
  line-height: 1.45;
  color: rgba(34, 49, 29, 0.82);
}

.footer-form {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 430px;
}

.footer-form input {
  flex: 1;
  height: 44px;
  border: none;
  border-bottom: 1px solid rgba(34, 49, 29, 0.55);
  background: transparent;
  color: #22311D;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1rem;
  outline: none;
}

.footer-form input::placeholder {
  color: rgba(34, 49, 29, 0.62);
}

.footer-form button {
  height: 42px;
  padding: 0 28px;
  border: 1px solid #22311D;
  background: #22311D;
  color: #FAF8F4;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  transition: all 0.35s ease;
}

.footer-form button:hover {
  background: transparent;
  color: #22311D;
}

.footer-links,
.footer-contact {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-links h4,
.footer-contact h4 {
  margin: 0 0 14px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 0.86rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #22311D;
}

.footer-links a,
.footer-contact a {
  width: fit-content;
  text-decoration: none;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.05rem;
  color: rgba(34, 49, 29, 0.78);
  transition: color 0.3s ease;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: #22311D;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 70px;
  border-top: 1px solid rgba(34, 49, 29, 0.35);
}

.footer-bottom p {
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1rem;
  color: rgba(34, 49, 29, 0.82);
}

.footer-bottom div {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}

.footer-bottom a {
  text-decoration: none;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 0.95rem;
  color: rgba(34, 49, 29, 0.78);
}

.footer-bottom a:hover {
  color: #22311D;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 760px) {
  .screen-collections-section {
    padding: 110px 24px 50px;
  }

  .screen-collections-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .screen-copy {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
  }

  .screen-copy .section-kicker {
    font-size: 3.05rem;
  }

  .screen-copy h1 {
    font-size: 2.55rem;
  }

  .screen-controls,
  .screen-thumbs {
    justify-content: center;
  }

  .screen-booth-area {
    min-height: 440px;
    justify-content: center;
  }

  .screen-booth-frame {
    width: min(340px, 100%);
    --screen-image-size: 68%;
  }

  .strip-header {
    width: calc(100% - 48px);
  }

  .strip-panel {
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
    height: 560px;
    min-height: 560px;
  }

  .strip-mockup {
    height: 285px;
    max-width: 78%;
  }

  .strip-nav {
    width: 48px;
    height: 48px;
  }

  .strip-nav-prev {
    left: 14px;
  }

  .strip-nav-next {
    right: 14px;
  }

  .welcome-preview-section {
    padding: 78px 24px;
  }

  .welcome-preview-inner h2 {
    font-size: 2.65rem;
  }

  .footer-section {
    padding: 80px 24px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 46px 34px;
  }

  .footer-form {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-form button {
    width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding: 26px 34px;
  }
}

/* =========================================================
   FULL RESPONSIVE OVERRIDES — KOLEKCIJE
========================================================= */

@media (max-width: 1080px) {
  .screen-collections-section {
    padding: 128px 32px 72px;
  }

  .screen-collections-inner {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
    gap: 30px;
  }

  .strip-panel {
    flex-basis: 50%;
    min-width: 50%;
    max-width: 50%;
  }

  .footer-section {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 900px) {
  .screen-collections-section {
    padding: 122px 24px 72px;
  }

  .screen-collections-inner {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .screen-copy {
    width: min(680px, 100%);
    max-width: none;
    margin: 0 auto;
    text-align: center;
  }

  .screen-copy .section-kicker {
    font-size: clamp(3rem, 10vw, 4.7rem);
  }

  #collectionText {
    margin-left: auto;
    margin-right: auto;
  }

  .screen-controls,
  .screen-thumbs {
    justify-content: center;
  }

  .screen-booth-area {
    min-height: auto;
  }

  .screen-booth-frame {
    width: min(390px, 78vw);
    --screen-image-size: 100%;
  }

  .strip-header {
    width: min(760px, calc(100% - 40px));
    padding: 72px 0 40px;
  }

  .strip-header h2 {
    font-size: clamp(3rem, 10vw, 4.8rem);
  }

  .strip-panel {
    flex-basis: 72%;
    min-width: 72%;
    max-width: 72%;
  }

  .strip-scroll {
    scroll-padding-inline: 14%;
    touch-action: pan-x;
  }

  .welcome-preview-section {
    padding: 84px 24px;
  }

  .footer-section {
    padding: 74px 20px;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 38px 28px;
    padding: 42px 30px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-form {
    max-width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 30px;
  }
}

@media (max-width: 560px) {
  .screen-collections-section {
    padding: 104px 16px 60px;
  }

  .screen-collections-inner {
    gap: 34px;
  }

  .screen-copy .section-kicker {
    margin-bottom: 22px;
    font-size: clamp(2.7rem, 14vw, 4rem);
  }

  .screen-copy h1 {
    font-size: 2.25rem;
  }

  #collectionText {
    font-size: 1.03rem;
  }

  .screen-controls {
    margin-top: 24px;
  }

  .screen-arrow {
    width: 48px;
    height: 48px;
  }

  .screen-thumbs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
  }

  .screen-thumb {
    width: 100%;
    min-height: 40px;
    padding: 0 8px;
    font-size: 0.66rem;
    letter-spacing: 0.12em;
  }

  .screen-booth-frame {
    width: min(350px, 94vw);
    --screen-image-size: 100%;
  }

  .strip-header {
    width: calc(100% - 32px);
    padding: 62px 0 32px;
  }

  .strip-header h2 {
    font-size: clamp(2.75rem, 14vw, 4rem);
  }

  .strip-header p {
    font-size: 0.98rem;
  }

  .strip-panel {
    flex-basis: 88%;
    min-width: 88%;
    max-width: 88%;
    height: 520px;
    min-height: 520px;
  }

  .strip-panel-content {
    padding: 30px 24px 28px;
  }

  .strip-mockup {
    height: 270px;
    max-width: 82%;
  }

  .strip-text h3 {
    font-size: 2.25rem;
  }

  .strip-nav {
    width: 44px;
    height: 44px;
    font-size: 1.35rem;
  }

  .strip-nav-prev {
    left: 8px;
  }

  .strip-nav-next {
    right: 8px;
  }

  .welcome-preview-section {
    padding: 68px 18px;
  }

  .welcome-preview-inner h2 {
    font-size: clamp(2.8rem, 14vw, 4rem);
  }

  .welcome-preview-inner p {
    font-size: 1.05rem;
  }

  .footer-section {
    padding: 56px 14px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 36px 22px;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-form {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-form button {
    width: 100%;
  }

  .footer-bottom {
    padding: 22px;
  }

  .footer-bottom div {
    flex-direction: column;
    gap: 10px;
  }
}
