/* ========================================
   ZNATE LI BOL? — STILOVI
   ======================================== */

/* --- Reset i osnovno --- */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #070505;
  color: #f1ede6;
  font-family: Arial, Helvetica, sans-serif;
}

section,
.sectionintro {
  scroll-margin-top: 76px;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(179, 22, 29, 0.8);
  outline-offset: 3px;
}

a,
button {
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

/* --- Boje (promenljive) --- */
:root {
  --black: #070505;
  --dark: #100b0b;
  --paper: #f0ebe2;
  --red: #b3161d;
  --red2: #d32931;
  --muted: #aaa097;
}


/* ========================================
   NAVIGACIJA
   ======================================== */
.nav {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  padding: 0 6vw;
  border-bottom: 1px solid #ffffff20;
  background: #070505;
}

.navlinks {
  display: flex;
  gap: 28px;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.navbtn {
  padding: 12px 18px;
  border: 1px solid #ffffff55;
  background: transparent;
  color: white;
  font-size: 10px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.navbtn:hover,
.navbtn:focus-visible {
  background: rgba(179, 22, 29, 0.15);
  border-color: var(--red);
}

.navbtn.active,
.navbtn:active {
  background: var(--red);
  border-color: var(--red);
  color: white;
}

.logo {
  font-family: Georgia, serif;
  font-size: 13px;
  letter-spacing: 0.14em;
}

.logo i {
  color: var(--red2);
  font-size: 20px;
  letter-spacing: 0;
}

.navlinks {
  display: flex;
  gap: 28px;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.navbtn {
  padding: 12px 18px;
  border: 1px solid #ffffff55;
  background: transparent;
  color: white;
  font-size: 10px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.navbtn:hover,
.navbtn:focus-visible {
  background: rgba(179, 22, 29, 0.15);
  border-color: var(--red);
}

.navbtn.active,
.navbtn:active {
  background: var(--red);
  border-color: var(--red);
  color: white;
}


/* ========================================
   HERO / POČETNA
   ======================================== */
.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  align-items: center;
  gap: 5vw;
  min-height: 760px;
  padding: 80px 7vw;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 40%, #620b123d, transparent 34%),
    #070505;
}

/* Crvena linija u pozadini */
.hero::after {
  position: absolute;
  top: 67%;
  left: 43%;
  width: 70%;
  height: 1px;
  background: #d3293159;
  content: "";
  transform: rotate(-7deg);
}

.kicker {
  color: #c8beb6;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 28px 0;
  font-family: Georgia, serif;
  font-size: clamp(62px, 8vw, 126px);
  font-weight: 400;
  line-height: 0.86;
  letter-spacing: -0.055em;
}

.hero h1 em {
  color: var(--red2);
  font-weight: 400;
}

.lead {
  max-width: 590px;
  color: #c5bbb4;
  font-family: Georgia, serif;
  font-size: 20px;
  line-height: 1.6;
}

.actions {
  display: flex;
  gap: 12px;
  margin-top: 34px;
}

.primary,
.secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.primary {
  background: var(--red);
  color: white;
}

.primary:hover,
.primary:focus-visible {
  transform: translateY(-1px);
  background: #d32931;
}

.secondary {
  border: 1px solid #ffffff35;
}

.secondary:hover,
.secondary:focus-visible {
  transform: translateY(-1px);
  border-color: var(--red);
}

/* Slika korice */
.cover {
  position: relative;
  z-index: 2;
  width: min(390px, 90%);
  aspect-ratio: 0.66;
  margin: auto;
  overflow: hidden;
  box-shadow: 0 28px 70px #000;
  transform: rotate(-2deg);
}

.cover img {
  width: 232%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}


/* ========================================
   O KNJIZI
   ======================================== */
.story {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 7vw;
  padding: 120px 7vw;
  background: #100b0b;
}

.story h2,
.section-title {
  margin: 16px 0;
  font-family: Georgia, serif;
  font-size: clamp(46px, 6vw, 82px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.story h2 i {
  color: var(--red2);
  font-weight: 400;
}

.storytext {
  padding-top: 48px;
  color: #b1a69e;
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.72;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}

.tags span {
  padding: 9px 12px;
  border: 1px solid #ffffff27;
  font-family: Arial, sans-serif;
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}


/* ========================================
   PAKETI
   ======================================== */
.packages {
  padding: 120px 6vw 140px;
  background: var(--paper);
  color: #181111;
}

.packages .kicker,
.order .kicker {
  color: #94171c;
}

.sectionintro {
  max-width: 800px;
  margin-bottom: 55px;
}

.sectionintro > p:last-child {
  color: #6e655e;
  line-height: 1.7;
}

/* Kartice */
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.card {
  display: flex;
  flex-direction: column;
  min-height: 520px;
  padding: 34px;
  border: 1px solid #c8bfb4;
  background: #f8f4ed;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.card:hover {
  transform: translateY(-6px);
  border-color: #d32931;
  box-shadow: 0 26px 50px rgba(0, 0, 0, 0.12);
}

.card.featured {
  border-color: #130e0e;
  background: #130e0e;
  color: #f2eee7;
}

.badge {
  align-self: flex-end;
  margin: -34px -6px 18px;
  padding: 9px 11px;
  background: var(--red);
  color: white;
  font-size: 8px;
  letter-spacing: 0.16em;
}

.card small {
  color: #9c171d;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.card h3 {
  margin: 26px 0 12px;
  font-family: Georgia, serif;
  font-size: 34px;
  font-weight: 400;
}

.desc {
  min-height: 50px;
  color: #766b63;
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.55;
}

.featured .desc {
  color: #aaa099;
}

.price {
  margin: 20px 0 4px;
  font-family: Georgia, serif;
  font-size: 42px;
  font-weight: 400;
}

.price i {
  font-family: Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.12em;
}

.note {
  color: #978d84;
  font-size: 8px;
  text-transform: uppercase;
}

.card ul {
  display: grid;
  gap: 12px;
  margin: 24px 0;
  padding: 22px 0 0;
  border-top: 1px solid #00000025;
  list-style: none;
}

.card li {
  color: #625951;
  font-size: 13px;
}

.featured li {
  color: #c6bdb5;
}

.card li::before {
  margin-right: 9px;
  color: var(--red);
  content: "✦";
  font-size: 8px;
}

.card button {
  min-height: 48px;
  margin-top: auto;
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.card button:hover {
  border-color: var(--red);
  background: var(--red);
  color: white;
}

/* Bonus tokom rezervacija */
.preorder {
  display: grid;
  grid-template-columns: 180px minmax(0, 1.2fr) minmax(280px, 0.8fr);
  align-items: center;
  gap: 38px;
  margin-top: 72px;
  padding: 38px;
  border: 2px solid var(--ink);
  background: rgba(242, 213, 126, 0.72);
  box-shadow: 10px 10px 0 var(--red);
}

.preorder-stamp {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  padding: 18px;
  border: 3px double var(--red);
  color: var(--red);
  text-align: center;
  transform: rotate(-4deg);
}

.preorder-stamp span {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.preorder-stamp strong {
  font-family: Rockwell, "Courier New", Courier, monospace;
  font-size: 23px;
  line-height: 1;
}

.preorder-copy .kicker {
  margin: 0 0 12px;
  color: var(--red);
}

.preorder-copy h3 {
  margin: 0;
  font-family: Rockwell, Georgia, serif;
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.preorder-copy > p:last-child {
  margin: 18px 0 0;
  color: rgba(36, 20, 12, 0.76);
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.65;
}

.preorder-benefits {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.preorder-benefits li {
  position: relative;
  padding-left: 22px;
  color: rgba(36, 20, 12, 0.78);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55;
}

.preorder-benefits li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--red);
  content: "✦";
}


/* ========================================
   CITATI (ON / ONA)
   ======================================== */
.voices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.voice {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 360px;
  padding: 50px 36px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.15);
}

.voice:first-child {
  background: #130e0e;
}

.voice:last-child {
  background: #94171c;
}

.voice span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-width: 72px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(179, 22, 29, 0.16);
  color: #f1ede6;
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.voice:first-child span {
  background: rgba(179, 22, 29, 0.12);
}

.voice:last-child span {
  background: rgba(179, 22, 29, 0.18);
}

.voice blockquote {
  margin: 36px 0 0;
  font-family: "Courier New", Courier, monospace;
  font-size: clamp(26px, 3.5vw, 46px);
  font-weight: 400;
  line-height: 1.32;
  color: #f3ebe5;
  letter-spacing: 0.03em;
  white-space: pre-wrap;
  max-width: 92%;
}

.voice:first-child blockquote {
  color: #efdfd7;
}

.voice:last-child blockquote {
  color: #f5e7e3;
}


/* ========================================
   FORMA ZA NARUČIVANJE
   ======================================== */
.order {
  display: grid;
  grid-template-columns: 0.75fr 1.2fr;
  gap: 6vw;
  padding: 120px 7vw;
  background: var(--paper);
  color: #181111;
}

.ordercopy p {
  color: #71675f;
  line-height: 1.7;
}

.order form {
  padding: 38px;
  border: 1px solid #cec5ba;
  background: #fffdf8;
}

/* Grid unutar forme */
.order-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 36px;
  align-items: start;
}

.order-choice,
.order-details {
  display: grid;
  gap: 22px;
}

.package-options {
  display: grid;
  gap: 14px;
}

.package-note {
  margin: 0;
  color: #6c5d52;
  font-size: 13px;
  line-height: 1.7;
}

.package-field {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 18px 18px;
  border: 1px solid #d4ccc2;
  border-radius: 18px;
  background: #ffffff;
  color: #181111;
}

.package-field input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--red);
}

.package-field span {
  font-size: 15px;
  font-weight: 600;
  min-width: 0;
}

.package-field select {
  width: 88px;
  min-width: 88px;
  padding: 10px 12px;
}

.package-options {
  max-width: 100%;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 15px;
}

.cart-box {
  padding: 28px 22px;
  border-radius: 16px;
  background: #f7f2eb;
}

.cart-box h3 {
  margin: 8px 0 20px;
}

.cart-item {
  padding: 16px;
  background: rgba(179, 22, 29, 0.08);
  border-radius: 14px;
  display: flex;
  justify-content: space-between;
}

.cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  border-top: 1px solid #d4ccc2;
  margin-top: 12px;
}

@media (max-width: 1060px) {
  .order-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .grid {
    grid-template-columns: 1fr;
  }

  .field.full {
    grid-column: 1;
  }
}

.field {
  display: grid;
  gap: 8px;
}

.field.full {
  grid-column: 1 / -1;   /* zauzima obe kolone */
}

.order-summary,
.cart-box {
  padding: 32px 26px;
  border: 1px solid #d4ccc2;
  background: #faf5ef;
  border-radius: 18px;
  color: #3e312a;
}

.cart-box {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.cart-box .kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 9px;
  color: #6c5d52;
}

.cart-box h3 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 28px;
  line-height: 1.2;
}

.cart-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 16px;
  background: rgba(148, 23, 28, 0.08);
  border-radius: 14px;
  color: #221714;
  font-weight: 600;
}

.cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  padding-top: 10px;
  border-top: 1px solid #d4ccc2;
}

.summary-note {
  margin: 0;
  color: #6c5d52;
  font-size: 13px;
  line-height: 1.7;
}

@media (max-width: 1060px) {
  .order-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .grid {
    grid-template-columns: 1fr;
  }

  .field.full {
    grid-column: 1;
  }
}

.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}

.total-row {
  margin-top: 12px;
  padding-top: 14px;
  border-top: 1px solid #d4ccc2;
  font-weight: 700;
}

.summary-note {
  margin: 0;
  color: #73655c;
  font-size: 12px;
  line-height: 1.6;
}

.field span {
  font-size: 8px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 13px;
  border: 1px solid #cbc2b8;
  border-radius: 0;
  background: white;
  color: #181111;
}

.field textarea {
  resize: vertical;
}

/* Ukupno */
.total {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid #d4ccc2;
}

.total span {
  font-family: Georgia, serif;
  font-size: 22px;
}

.total strong {
  font-family: Georgia, serif;
  font-size: 34px;
}

.total i {
  font-family: Arial, sans-serif;
  font-size: 9px;
  letter-spacing: 0.12em;
}

.submit {
  width: 100%;
  min-height: 54px;
  margin-top: 24px;
  border: 0;
  background: var(--red);
  color: white;
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.formnote {
  color: #968c83;
  font-size: 8px;
  line-height: 1.5;
  text-align: center;
}

.form-message {
  min-height: 24px;
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  color: #f0d8c2;
}

.form-message.error {
  color: #f2b8b0;
}

.form-message.success {
  color: #ffe6d0;
}

/* Potvrda nakon slanja */
.confirmation {
  display: flex;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  inset: 0;
  background: rgba(7, 5, 5, 0.78);
  backdrop-filter: blur(18px) saturate(1.1);
  align-items: center;
  justify-content: center;
  padding: 22px;
  z-index: 999;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  pointer-events: none;
}

.confirmation.show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.confirmation-card {
  width: min(100%, 520px);
  background: linear-gradient(180deg, rgba(19, 14, 14, 0.96), rgba(16, 11, 11, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 32px;
  padding: 38px 32px;
  text-align: center;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.45);
  position: relative;
  transform: translateY(24px) scale(0.96);
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.confirmation-card::before {
  content: "✓";
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 54px;
  height: 54px;
  line-height: 54px;
  border-radius: 50%;
  background: var(--red);
  color: white;
  font-size: 28px;
  box-shadow: 0 12px 30px rgba(179, 22, 29, 0.45);
}

.confirmation.show .confirmation-card {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.confirmation-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: white;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.confirmation-close:hover,
.confirmation-close:focus-visible {
  background: rgba(255, 255, 255, 0.16);
  transform: scale(1.05);
}

.confirmation-title {
  color: var(--red2);
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 11px;
  margin: 0 0 18px;
}

.confirmation h3 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(30px, 4vw, 38px);
  letter-spacing: -0.03em;
}

.confirmation-text {
  color: #d4cbc1;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 18px;
}


/* ========================================
   AUTORI
   ======================================== */
.authors {
  padding: 110px 7vw;
  background: #0b0808;
}

.authorsgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin-top: 50px;
  background: #ffffff22;
}

.author {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 25px;
  padding: 42px;
  background: #0b0808;
}

.mark {
  display: grid;
  place-items: center;
  width: 60px;
  height: 78px;
  border: 1px solid #ffffff2e;
  color: var(--red2);
  font-family: Georgia, serif;
  font-size: 40px;
  font-style: italic;
}

.author h3 {
  margin: 6px 0 18px;
  font-family: Georgia, serif;
  font-size: 32px;
  font-weight: 400;
}

.author p {
  margin: 0;
  color: #a39a92;
  font-family: Georgia, serif;
  font-size: 15px;
  line-height: 1.7;
}


/* ========================================
   FAQ
   ======================================== */
.faq {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 7vw;
  padding: 100px 7vw;
  background: #151010;
}

.faq details {
  border-top: 1px solid #ffffff2e;
}

.faq details:last-child {
  border-bottom: 1px solid #ffffff2e;
}

.faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  cursor: pointer;
  font-family: Georgia, serif;
  font-size: 18px;
}

.faq summary span {
  color: var(--red2);
  font-family: Arial, sans-serif;
  font-size: 22px;
  transition: transform 0.2s ease;
}

details[open] summary span {
  transform: rotate(45deg);
}

details p {
  margin: 0 40px 24px 0;
  color: #958b84;
  font-size: 13px;
  line-height: 1.7;
}


/* ========================================
   FOOTER
   ======================================== */
footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 100px;
  padding: 0 6vw;
  border-top: 1px solid #ffffff20;
  background: #070505;
  color: #8e837b;
  font-size: 9px;
  letter-spacing: 0.1em;
}

footer i {
  color: #d32931;
}

.footer-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.social-links {
  display: flex;
  gap: 12px;
}

.social-link {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff2f;
  border-radius: 50%;
  color: inherit;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.social-link:hover,
.social-link:focus-visible {
  border-color: #d32931;
  color: #ffffff;
  background: rgba(211, 41, 49, 0.15);
}

.social-link svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}


/* ========================================
   RESPONZIVNOST (tablet i mobilni)
   ======================================== */

/* Tablet (do 900px) */
@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr 0.65fr;
  }

  .cards {
    grid-template-columns: 1fr;
  }

  .card {
    min-height: auto;
  }

  .story,
  .order,
  .faq {
    grid-template-columns: 1fr;
  }

  .voices,
  .authorsgrid {
    grid-template-columns: 1fr;
  }

  .cover {
    width: min(330px, 95%);
  }

  .order form {
    padding: 25px;
  }

  .preorder {
    grid-template-columns: 140px 1fr;
  }

  .preorder-benefits {
    grid-column: 1 / -1;
  }

  .storytext {
    padding-top: 0;
  }
}

/* Mobilni (do 620px) */
@media (max-width: 620px) {
  .nav {
    padding: 0 20px;
  }

  .navlinks {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    padding: 70px 22px;
  }

  .hero h1 {
    font-size: 66px;
  }

  .cover {
    margin-top: 30px;
  }

  .story,
  .packages,
  .order,
  .authors,
  .faq {
    padding: 80px 20px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .field.full {
    grid-column: auto;
  }

  .voices {
    grid-template-columns: 1fr;
  }

  .voice {
    min-height: 310px;
    padding: 42px 22px;
  }

  .author {
    grid-template-columns: 1fr;
    padding: 30px 24px;
  }

  footer {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}


/* ========================================
   POSOLJENI ANANAS — VIZUELNI IDENTITET KORICA
   Svi postojeći selektori i interakcije ostaju nepromenjeni.
   ======================================== */
:root {
  --black: #1d130b;
  --dark: #2a190d;
  --paper: #d8a12b;
  --paper-light: #edc45e;
  --paper-pale: #f2d57e;
  --red: #6f0d18;
  --red2: #861321;
  --ink: #24140c;
  --muted: #71572e;
  --line: rgba(50, 29, 11, 0.38);
}

body {
  background-color: var(--paper);
  background-image:
    radial-gradient(circle at 12% 18%, rgba(255, 224, 124, 0.18) 0 1px, transparent 2px),
    radial-gradient(circle at 72% 44%, rgba(59, 31, 9, 0.08) 0 1px, transparent 2px),
    linear-gradient(105deg, rgba(72, 38, 8, 0.05), transparent 28%, rgba(255, 221, 105, 0.08) 62%, transparent);
  background-size: 19px 17px, 23px 29px, 100% 100%;
  color: var(--ink);
  font-family: "Courier New", Courier, monospace;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline-color: var(--red);
}

.nav {
  height: 78px;
  padding: 0 5vw;
  border-color: rgba(36, 20, 12, 0.45);
  background: rgba(211, 155, 31, 0.96);
  color: var(--ink);
  box-shadow: 0 5px 18px rgba(50, 26, 7, 0.12);
  backdrop-filter: blur(12px);
}

.logo {
  display: grid;
  gap: 2px;
  font-family: Rockwell, "Courier New", Courier, monospace;
  letter-spacing: 0.08em;
}

.logo strong {
  color: var(--red);
  font-size: 15px;
  font-weight: 900;
}

.logo span {
  color: rgba(36, 20, 12, 0.72);
  font-family: "Courier New", Courier, monospace;
  font-size: 8px;
  letter-spacing: 0.09em;
}

.navlinks {
  font-weight: 700;
}

.navlinks a {
  position: relative;
}

.navlinks a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  background: var(--red);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.navlinks a:hover::after,
.navlinks a:focus-visible::after {
  transform: scaleX(1);
}

.navbtn {
  border-color: var(--ink);
  background: transparent;
  color: var(--ink);
  font-weight: 800;
  box-shadow: 3px 3px 0 var(--ink);
}

.navbtn:hover,
.navbtn:focus-visible,
.navbtn.active,
.navbtn:active {
  border-color: var(--red);
  background: var(--red);
  color: var(--paper-pale);
  box-shadow: 3px 3px 0 var(--ink);
}

.hero {
  min-height: calc(100svh - 78px);
  padding: 76px 7vw 92px;
  border-bottom: 1px solid var(--ink);
  background:
    radial-gradient(circle at 70% 20%, rgba(255, 225, 123, 0.32), transparent 30%),
    radial-gradient(circle at 25% 75%, rgba(108, 59, 11, 0.11), transparent 28%),
    linear-gradient(115deg, #dfa72d 0%, #d0981f 66%, #c68c16 100%);
  color: var(--ink);
}

.hero::before {
  position: absolute;
  right: 38%;
  bottom: 18%;
  width: 160px;
  height: 160px;
  border: 1px solid rgba(36, 20, 12, 0.18);
  background-image:
    radial-gradient(circle, rgba(245, 220, 149, 0.88) 0 1.5px, transparent 2px),
    radial-gradient(circle, rgba(255, 238, 183, 0.82) 0 1px, transparent 1.5px);
  background-position: 0 0, 7px 10px;
  background-size: 14px 14px, 18px 18px;
  content: "";
  opacity: 0.62;
  transform: rotate(17deg);
  clip-path: polygon(14% 0, 100% 22%, 83% 100%, 0 76%);
}

.hero::after {
  top: auto;
  right: auto;
  bottom: 52px;
  left: 7vw;
  width: 32%;
  height: 6px;
  background: var(--red);
  box-shadow: 0 10px 0 rgba(36, 20, 12, 0.85);
  transform: none;
}

.kicker {
  color: rgba(36, 20, 12, 0.74);
  font-weight: 800;
  letter-spacing: 0.16em;
}

.hero h1 {
  max-width: 720px;
  margin: 34px 0 28px;
  color: var(--ink);
  font-family: Rockwell, "Courier New", Courier, monospace;
  font-size: clamp(62px, 7.5vw, 118px);
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: -0.065em;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(255, 231, 145, 0.45);
}

.hero h1 em {
  color: var(--red);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-transform: none;
}

.lead {
  color: rgba(36, 20, 12, 0.86);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  line-height: 1.62;
}

.primary,
.secondary {
  min-height: 54px;
  border: 1px solid var(--ink);
  font-weight: 900;
  box-shadow: 4px 4px 0 var(--ink);
}

.primary {
  background: var(--red);
  color: var(--paper-pale);
}

.primary:hover,
.primary:focus-visible {
  background: #851321;
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 var(--ink);
}

.secondary {
  background: rgba(237, 196, 94, 0.35);
  color: var(--ink);
}

.secondary:hover,
.secondary:focus-visible {
  border-color: var(--ink);
  background: var(--paper-light);
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 var(--ink);
}

.cover {
  width: min(420px, 92%);
  aspect-ratio: 0.67;
  border: 1px solid var(--ink);
  background: #cf941b;
  box-shadow: 18px 22px 0 rgba(60, 28, 7, 0.92), 0 36px 75px rgba(66, 33, 8, 0.34);
  transform: rotate(1.2deg);
}

.cover::after {
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(255, 222, 114, 0.34);
  content: "";
  pointer-events: none;
}

.cover img {
  width: 200%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  transform: translateX(-50%);
}

.story {
  border-bottom: 1px solid rgba(237, 196, 94, 0.28);
  background:
    linear-gradient(rgba(255, 255, 255, 0.025), rgba(0, 0, 0, 0.06)),
    var(--dark);
  color: var(--paper-light);
}

.story .kicker,
.authors .kicker,
.faq .kicker {
  color: #cf9828;
}

.story h2,
.section-title {
  font-family: Rockwell, Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -0.045em;
}

.story h2 i {
  color: #bd2937;
}

.storytext {
  color: #d8bd79;
}

.tags span {
  border-color: rgba(227, 174, 58, 0.44);
  background: rgba(218, 159, 34, 0.06);
}

.packages {
  border-bottom: 1px solid var(--ink);
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 226, 130, 0.24), transparent 24%),
    linear-gradient(135deg, #e0aa32, #d49a20);
  color: var(--ink);
}

.packages .kicker,
.order .kicker {
  color: var(--red);
}

.sectionintro > p:last-child,
.ordercopy p {
  color: rgba(36, 20, 12, 0.72);
}

.card {
  border: 1px solid var(--ink);
  border-radius: 0;
  background: rgba(241, 203, 107, 0.62);
  box-shadow: 8px 8px 0 rgba(36, 20, 12, 0.82);
}

.card:hover {
  border-color: var(--ink);
  box-shadow: 12px 14px 0 rgba(111, 13, 24, 0.88);
  transform: translate(-2px, -4px);
}

.card.featured {
  border-color: var(--ink);
  background: var(--red);
  color: var(--paper-pale);
}

.badge {
  background: var(--ink);
  color: var(--paper-light);
}

.card small {
  color: var(--red);
  font-weight: 900;
}

.featured small {
  color: #f0c85f;
}

.card h3,
.price {
  font-family: Rockwell, Georgia, serif;
  font-weight: 700;
}

.desc,
.card li {
  color: rgba(36, 20, 12, 0.76);
}

.featured .desc,
.featured li {
  color: #efd584;
}

.note {
  color: rgba(36, 20, 12, 0.58);
}

.featured .note {
  color: rgba(245, 215, 132, 0.68);
}

.card button {
  border-width: 2px;
  font-weight: 900;
}

.card button:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper-light);
}

.voices {
  gap: 0;
  padding: 72px 7vw;
  border-bottom: 1px solid var(--ink);
  background: #c98f1b;
}

.voice {
  min-height: 390px;
  border: 1px solid var(--ink);
  border-radius: 0;
}

.voice:first-child {
  background: var(--ink);
  color: var(--paper-light);
}

.voice:last-child {
  background: var(--red);
  color: var(--paper-light);
}

.voice span,
.voice:first-child span,
.voice:last-child span {
  border: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: #edc45e;
}

.voice blockquote,
.voice:first-child blockquote,
.voice:last-child blockquote {
  color: #f0d47d;
}

.order {
  border-bottom: 1px solid var(--ink);
  background:
    linear-gradient(rgba(255, 236, 173, 0.16), rgba(111, 13, 24, 0.04)),
    var(--paper-light);
  color: var(--ink);
}

.order form {
  border: 1px solid var(--ink);
  background: rgba(215, 158, 35, 0.56);
  box-shadow: 10px 10px 0 rgba(36, 20, 12, 0.88);
}

.package-note,
.summary-note {
  color: rgba(36, 20, 12, 0.72);
}

.package-field {
  border-color: rgba(36, 20, 12, 0.6);
  border-radius: 0;
  background: rgba(244, 215, 137, 0.66);
  color: var(--ink);
}

.package-field select,
.field input,
.field select,
.field textarea {
  border: 1px solid rgba(36, 20, 12, 0.72);
  background: #f4d98f;
  color: var(--ink);
}

.cart-box,
.order-summary {
  border-color: rgba(36, 20, 12, 0.65);
  border-radius: 0;
  background: rgba(198, 139, 24, 0.6);
  color: var(--ink);
}

.cart-box .kicker,
.summary-note {
  color: rgba(36, 20, 12, 0.72);
}

.cart-item {
  border: 1px dashed var(--red);
  border-radius: 0;
  background: rgba(111, 13, 24, 0.09);
  color: var(--ink);
}

.cart-total {
  border-color: rgba(36, 20, 12, 0.42);
}

.submit {
  border: 1px solid var(--ink);
  background: var(--red);
  color: var(--paper-pale);
  font-weight: 900;
  box-shadow: 4px 4px 0 var(--ink);
}

.submit:hover,
.submit:focus-visible {
  background: #851321;
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 var(--ink);
}

.formnote {
  color: rgba(36, 20, 12, 0.62);
}

.form-message,
.form-message.success {
  color: #3c2615;
}

.form-message.error {
  color: var(--red);
  font-weight: 700;
}

.confirmation {
  background: rgba(29, 19, 11, 0.78);
}

.confirmation-card {
  border: 1px solid #d7a02c;
  border-radius: 0;
  background: var(--dark);
  color: var(--paper-light);
  box-shadow: 12px 12px 0 var(--red), 0 34px 90px rgba(0, 0, 0, 0.45);
}

.confirmation-card::before,
.confirmation-close {
  border-radius: 0;
}

.confirmation-title {
  color: #e0a930;
}

.confirmation-text {
  color: #dcc37f;
}

.authors {
  border-bottom: 1px solid rgba(236, 191, 77, 0.24);
  background: #21150c;
  color: var(--paper-light);
}

.authorsgrid {
  background: #ba8720;
}

.author {
  background: #21150c;
}

.mark {
  border-color: #b68323;
  color: #c22d3c;
  font-family: Rockwell, Georgia, serif;
  font-style: normal;
  font-weight: 700;
}

.author p {
  color: #d4b96f;
}

.faq {
  background: #321d0d;
  color: var(--paper-light);
}

.faq details,
.faq details:last-child {
  border-color: rgba(225, 172, 54, 0.42);
}

.faq summary span {
  color: #c93341;
}

.faq details p {
  color: #d0b46c;
}

footer {
  border-color: rgba(36, 20, 12, 0.5);
  background: #cb911d;
  color: rgba(36, 20, 12, 0.78);
  font-weight: 700;
}

footer > span:first-child {
  color: var(--red);
  font-family: Rockwell, "Courier New", Courier, monospace;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.social-link {
  border-color: rgba(36, 20, 12, 0.5);
}

.social-link:hover,
.social-link:focus-visible {
  border-color: var(--red);
  background: var(--red);
  color: var(--paper-light);
}

@media (max-width: 900px) {
  .hero {
    gap: 8vw;
  }

  .cover {
    box-shadow: 12px 15px 0 rgba(60, 28, 7, 0.92), 0 26px 55px rgba(66, 33, 8, 0.3);
  }
}

@media (max-width: 620px) {
  .nav {
    height: 70px;
  }

  .logo span {
    display: none;
  }

  .logo strong {
    font-size: 12px;
  }

  .navbtn {
    padding: 10px 12px;
    box-shadow: 2px 2px 0 var(--ink);
  }

  .hero {
    min-height: auto;
    padding-top: 82px;
  }

  .hero h1 {
    font-size: clamp(54px, 18vw, 74px);
  }

  .hero::before {
    right: -36px;
    bottom: 38%;
    width: 120px;
    height: 120px;
  }

  .hero::after {
    bottom: 34px;
    width: 55%;
  }

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

  .cover {
    width: min(330px, 88%);
    margin-bottom: 22px;
  }

  .card {
    box-shadow: 6px 6px 0 rgba(36, 20, 12, 0.82);
  }

  .preorder {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: 52px;
    padding: 28px 22px;
    box-shadow: 6px 6px 0 var(--red);
  }

  .preorder-stamp {
    width: 150px;
    margin: 0 auto;
  }

  .preorder-copy,
  .preorder-benefits {
    grid-column: 1;
  }

  .voices {
    padding: 58px 20px;
  }

  .order form {
    box-shadow: 6px 6px 0 rgba(36, 20, 12, 0.88);
  }

  .package-field {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .package-field select {
    grid-column: 2;
  }

  footer {
    padding: 28px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}


/* ========================================
   USLOVNE SEKCIJE · IZBORI (RADIO) · SAGLASNOST
   ======================================== */
.conditional[hidden] {
  display: none;
}

.choice-group {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

.choice-group legend {
  padding: 0;
  margin-bottom: 4px;
  color: rgba(36, 20, 12, 0.72);
  font-size: 8px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.choice-option {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid rgba(36, 20, 12, 0.6);
  background: rgba(244, 215, 137, 0.66);
  color: var(--ink);
  cursor: pointer;
}

.choice-option input[type="radio"] {
  width: 18px;
  height: 18px;
  accent-color: var(--red);
}

.choice-option span {
  font-size: 14px;
  font-weight: 600;
  min-width: 0;
}

.choice-option:has(input:checked) {
  border-color: var(--red);
  box-shadow: inset 0 0 0 1px var(--red);
}

.consent {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  padding: 4px 2px;
  color: var(--ink);
  cursor: pointer;
}

.consent input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--red);
}

.consent span {
  font-size: 13px;
  line-height: 1.5;
}
