:root {
  --ink: #211128;
  --plum: #31163f;
  --plum-2: #4d2366;
  --violet: #7d3bb2;
  --lilac: #b98bea;
  --mist: #f7f1ff;
  --cream: #fffaf5;
  --rose: #f7dce9;
  --muted: #76627f;
  --line: rgba(115, 58, 154, 0.16);
  --white: #ffffff;
  --shadow: 0 26px 70px rgba(48, 22, 63, 0.14);
  --shadow-soft: 0 16px 40px rgba(48, 22, 63, 0.09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 0%, rgba(185, 139, 234, 0.26), transparent 340px),
    radial-gradient(circle at 92% 18%, rgba(247, 220, 233, 0.42), transparent 420px),
    linear-gradient(180deg, #fffafc 0%, #fbf6ff 44%, #ffffff 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(115, 58, 154, 0.12);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(1180px, calc(100% - 36px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--plum);
  font-weight: 900;
  letter-spacing: -0.01em;
}
.brand-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  color: #fff;
  background: linear-gradient(135deg, #4e246a, #8a45c2);
  box-shadow: 0 14px 32px rgba(93, 43, 132, 0.28);
}
.brand small {
  display: block;
  margin-top: 1px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav-links a {
  padding: 10px 13px;
  border-radius: 999px;
  color: #5e4869;
  font-size: 14px;
  font-weight: 800;
}
.nav-links a:hover,
.nav-links a.is-active {
  color: var(--plum);
  background: #f1e7fb;
}
.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--plum);
  background: #fff;
  font-weight: 900;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  color: #fff !important;
  background: linear-gradient(135deg, #5b2878, #8b45c0);
  box-shadow: 0 18px 38px rgba(91, 40, 120, 0.24);
}
.btn-soft {
  color: var(--plum);
  background: #fff;
  border-color: rgba(115, 58, 154, 0.16);
  box-shadow: 0 10px 28px rgba(64, 27, 86, 0.06);
}
.btn-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
}

.hero {
  width: min(1180px, calc(100% - 36px));
  margin: 34px auto 0;
  padding: 34px;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(380px, 1.04fr);
  gap: 34px;
  align-items: stretch;
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 44px;
  color: #fff;
  background:
    radial-gradient(circle at 78% 18%, rgba(185, 139, 234, 0.46), transparent 330px),
    linear-gradient(135deg, #25102f 0%, #3c1852 48%, #6d3498 100%);
  box-shadow: 0 34px 90px rgba(44, 18, 60, 0.23);
  overflow: hidden;
}
.hero-copy {
  min-height: 560px;
  padding: 28px 18px 24px 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 8px;
  margin: 0 0 16px;
  padding: 8px 13px;
  border: 1px solid rgba(125, 59, 178, 0.18);
  border-radius: 999px;
  color: #6a2f90;
  background: rgba(255,255,255,0.86);
  font-size: 13px;
  font-weight: 900;
}
.hero .eyebrow {
  color: #f4e6ff;
  background: rgba(255,255,255,0.10);
  border-color: rgba(255,255,255,0.22);
}
.hero h1,
.page-hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -0.035em;
}
.hero h1 {
  max-width: 660px;
  font-size: clamp(48px, 5.7vw, 82px);
  line-height: .98;
}
.hero h1 span,
.page-hero h1 span { color: #9857d0; }
.hero h1 span { color: #e8ccff; }
.lead {
  margin: 22px 0 0;
  max-width: 600px;
  color: #f2e7fb;
  font-size: 19px;
  line-height: 1.65;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.hero-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
  max-width: 640px;
}
.hero-meta div {
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 20px;
  background: rgba(255,255,255,0.08);
}
.hero-meta strong { display:block; font-size: 19px; }
.hero-meta span { display:block; color:#decbed; font-size: 12px; font-weight: 800; }

.hero-showcase {
  position: relative;
  min-height: 560px;
  padding: 18px;
  border-radius: 34px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.20);
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 16px;
}
.hero-showcase .main-photo {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: #f3e9ff;
}
.hero-showcase .main-photo img {
  width: 100%;
  height: 100%;
  min-height: 350px;
  object-fit: cover;
  filter: saturate(.96) contrast(.98);
}
.hero-showcase .main-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(33,17,40,0.03), rgba(33,17,40,0.26));
}
.booking-preview {
  display: grid;
  gap: 14px;
  padding: 22px;
  border-radius: 28px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 24px 70px rgba(22, 9, 31, .22);
}
.booking-preview small {
  color: #8b6f9b;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.booking-preview h3 { margin: 0; font-size: 24px; letter-spacing: -.02em; }
.booking-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border-radius: 18px;
  background: #f8f1ff;
  color: #533065;
  font-weight: 900;
}
.booking-row span:last-child { color: #7b3cb0; }

.ticker {
  width: min(1180px, calc(100% - 36px));
  margin: 18px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.ticker span {
  padding: 13px 16px;
  border-radius: 999px;
  text-align: center;
  color: #5c3171;
  background: rgba(255,255,255,.82);
  border: 1px solid var(--line);
  font-size: 14px;
  font-weight: 900;
}

.section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 72px 0;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 28px;
}
.section-head h2,
.page-hero h1 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1.02;
  letter-spacing: -0.032em;
}
.section-head p,
.page-hero .lead {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
}

.grid { display: grid; gap: 18px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.card {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255,255,255,.86);
  box-shadow: var(--shadow-soft);
}
.service-card {
  min-height: 250px;
  padding: 26px;
  display: flex;
  flex-direction: column;
}
.service-card .icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 17px;
  color: #fff;
  background: linear-gradient(135deg, #562470, #8c49c0);
  font-weight: 950;
}
.service-card h3 { margin: 0; font-size: 22px; letter-spacing: -.02em; }
.service-card p { margin: 12px 0 0; color: var(--muted); }
.price {
  margin-top: auto;
  padding-top: 18px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  color: #653083;
  border-top: 1px solid rgba(115,58,154,.12);
  font-weight: 950;
}
.price span { color: #92799f; }

.gallery { grid-template-columns: repeat(3, 1fr); }
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}
.gallery-item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform .35s ease;
}
.gallery-item:hover img { transform: scale(1.035); }
.gallery-item span {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 14px;
  border-radius: 999px;
  color: #32153f;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(12px);
  font-weight: 950;
}
.gallery-item span::after { content: "↗"; color: #7e3cb4; }

.split {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 24px;
  align-items: center;
}
.feature-image {
  overflow: hidden;
  border-radius: 32px;
  box-shadow: var(--shadow-soft);
  border: 1px solid var(--line);
}
.feature-image img { width:100%; aspect-ratio: 1.1/1; object-fit: cover; }
.panel {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 32px;
  background: rgba(255,255,255,.90);
  box-shadow: var(--shadow-soft);
}
.panel h2 { margin: 0 0 10px; font-size: clamp(28px, 3vw, 42px); line-height: 1.05; letter-spacing: -.03em; }
.panel p { color: var(--muted); }
.steps { display: grid; gap: 14px; margin-top: 22px; }
.step {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
  padding: 14px;
  border-radius: 22px;
  background: #faf5ff;
}
.step b {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, #5b2878, #8b45c0);
}
.step strong { display: block; }
.step p { margin: 4px 0 0; color: var(--muted); }

.cta-band {
  width: min(1180px, calc(100% - 36px));
  margin: 16px auto 0;
  padding: 34px;
  border-radius: 36px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(185,139,234,.40), transparent 280px),
    linear-gradient(135deg, #2b1238, #552574 70%, #7f3bb4);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-shadow: 0 24px 70px rgba(48,22,63,.18);
}
.cta-band h2 { margin: 0; font-size: clamp(30px, 4vw, 50px); line-height: 1; font-family: Georgia, "Times New Roman", serif; letter-spacing: -.03em; }
.cta-band p { margin: 10px 0 0; color: #eadbf3; max-width: 560px; }

.page-hero {
  width: min(1180px, calc(100% - 36px));
  margin: 34px auto 0;
  padding: 52px 34px;
  border-radius: 38px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.72);
  box-shadow: var(--shadow-soft);
}
.page-hero .lead { margin-top: 16px; font-size: 18px; line-height: 1.65; }

.booking-shell {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 22px;
  align-items: start;
}
.booking-note { padding: 28px; }
.booking-note h2 { margin: 0 0 10px; font-size: 28px; }
.booking-note p, .booking-note li { color: var(--muted); }
.booking-note ul { margin: 18px 0 0; padding-left: 18px; }
.form { display: grid; gap: 16px; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
label { display: grid; gap: 8px; color: #4d315b; font-size: 14px; font-weight: 900; }
input, select, textarea {
  width: 100%;
  min-height: 50px;
  padding: 13px 15px;
  border: 1px solid rgba(115,58,154,.22);
  border-radius: 18px;
  color: var(--ink);
  background: #fff;
  font: inherit;
  outline: 0;
}
textarea { min-height: 130px; resize: vertical; }
input:focus, select:focus, textarea:focus {
  border-color: #8b45c0;
  box-shadow: 0 0 0 4px rgba(139,69,192,.12);
}
.notice { display: none; padding: 14px 16px; border-radius: 18px; font-weight: 850; }
.notice.is-visible { display:block; }
.notice-success { color: #266246; background:#e9f8f0; }
.notice-error { color:#8b2452; background:#fdebf3; }

.price-list { overflow:hidden; }
.price-line {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  padding: 20px 22px;
  border-bottom: 1px solid rgba(115,58,154,.12);
}
.price-line:last-child { border-bottom: 0; }
.price-line strong:last-child { color: #693289; }
.contact-list { display:grid; gap: 13px; }
.contact-item {
  padding: 18px;
  border-radius: 22px;
  background: #f8f1ff;
  color: #5b4068;
}
.contact-item strong { color: var(--plum); }

.footer {
  margin-top: 70px;
  color: #f1e9f8;
  background: #211128;
}
.footer-inner {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 42px 0;
  display:flex;
  justify-content: space-between;
  gap: 24px;
}
.footer a { color:#fff; font-weight: 900; }

.admin-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 8% 0%, rgba(185,139,234,.28), transparent 340px),
    linear-gradient(180deg, #fff, #f8f1ff);
}
.admin-wrap {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 44px 0;
}
.admin-wrap h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5vw, 60px);
  line-height: 1;
  letter-spacing: -.035em;
}
.admin-wrap > .section-head {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255,255,255,.88);
  box-shadow: var(--shadow-soft);
}
.admin-table {
  width:100%;
  border-collapse: collapse;
  min-width: 920px;
  background:#fff;
}
.admin-table th, .admin-table td {
  padding: 14px;
  border-bottom: 1px solid rgba(115,58,154,.12);
  text-align:left;
  vertical-align: top;
}
.admin-table th { color:#5d287b; background:#f3e8ff; }
.status-pill {
  display:inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  color:#5d287b;
  background:#f3e8ff;
  font-size:12px;
  font-weight:950;
}
.admin-table form { display:grid; gap: 10px; min-width: 145px; }

@media (max-width: 980px) {
  .nav-toggle { display:inline-flex; }
  .nav-links {
    position:absolute;
    top: 76px;
    left: 18px;
    right: 18px;
    display:none;
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--shadow);
  }
  .nav-links.is-open { display:flex; }
  .hero { grid-template-columns:1fr; padding: 26px; }
  .hero-copy, .hero-showcase { min-height: auto; }
  .hero-meta, .ticker { grid-template-columns: repeat(2, 1fr); }
  .split, .booking-shell { grid-template-columns:1fr; }
  .grid-3, .gallery { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .nav, .hero, .section, .page-hero, .ticker, .cta-band, .footer-inner, .admin-wrap { width: min(100% - 24px, 1180px); }
  .hero { margin-top: 18px; border-radius: 30px; padding: 18px; }
  .hero-copy { padding: 22px 10px; }
  .hero h1 { font-size: 43px; }
  .lead { font-size: 16px; }
  .hero-meta, .ticker, .grid-2, .grid-3, .gallery, .form-row { grid-template-columns:1fr; }
  .section { padding: 48px 0; }
  .section-head, .cta-band, .footer-inner { display:grid; }
  .page-hero { padding: 34px 22px; border-radius: 28px; }
  .page-hero h1, .section-head h2 { font-size: 38px; }
  .panel, .booking-note { padding: 22px; }
}

/* DUNJA LOGO HEADER PATCH START */
.site-header .nav {
  min-height: 86px !important;
}

.brand.brand-logo-link,
.site-header .brand {
  width: 190px !important;
  height: 74px !important;
  min-width: 190px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-decoration: none !important;
  background: transparent !important;
  overflow: visible !important;
}

.brand-logo-img {
  display: block !important;
  width: 178px !important;
  max-width: 178px !important;
  height: auto !important;
  object-fit: contain !important;
  filter: drop-shadow(0 12px 22px rgba(82, 31, 128, 0.16));
}

/* fallback ako negde ostane stari DN markup */
.site-header .brand:not(.brand-logo-link) {
  background: url('/assets/images/dunja-logo-header.png?v=10') left center / contain no-repeat !important;
  font-size: 0 !important;
  gap: 0 !important;
}
.site-header .brand:not(.brand-logo-link) .brand-mark,
.site-header .brand:not(.brand-logo-link) > span {
  display: none !important;
}

@media (max-width: 720px) {
  .site-header .nav {
    min-height: 76px !important;
  }
  .brand.brand-logo-link,
  .site-header .brand {
    width: 150px !important;
    min-width: 150px !important;
    height: 62px !important;
  }
  .brand-logo-img {
    width: 145px !important;
    max-width: 145px !important;
  }
}
/* DUNJA LOGO HEADER PATCH END */


/* DUNJA COPY SOCIAL PATCH START */
.footer {
  padding: 54px 20px 44px !important;
}

.footer-centered {
  width: min(1120px, 100%) !important;
  margin: 0 auto !important;
  display: grid !important;
  place-items: center !important;
  text-align: center !important;
  gap: 18px !important;
}

.footer-brand {
  display: grid;
  gap: 7px;
}

.footer-brand strong {
  font-size: 26px;
  letter-spacing: -0.02em;
}

.footer-brand span {
  color: rgba(255,255,255,0.78);
  font-size: 15px;
}

.footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 4px;
}

.footer-social a {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 14px 30px rgba(0,0,0,0.16);
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.footer-social a:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,0.18);
  border-color: rgba(255,255,255,0.34);
}

.footer-social svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.footer-note {
  margin: 0;
  color: rgba(255,255,255,0.64);
  font-size: 14px;
}

.hero h1 {
  max-width: 720px !important;
}

.lead {
  max-width: 680px !important;
}

@media (max-width: 640px) {
  .footer-social {
    gap: 10px;
  }

  .footer-social a {
    width: 43px;
    height: 43px;
  }
}
/* DUNJA COPY SOCIAL PATCH END */


/* DUNJA FOOTER LOGO FINAL START */
.footer-logo-only {
  padding: 58px 20px 54px !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(145, 83, 196, 0.28), transparent 360px),
    linear-gradient(135deg, #1b0826 0%, #291136 52%, #1a0823 100%) !important;
}

.footer-center-final {
  width: min(1120px, 100%) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  gap: 24px !important;
}

.footer-logo-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
}

.footer-logo-img {
  display: block !important;
  width: clamp(170px, 22vw, 260px) !important;
  height: auto !important;
  object-fit: contain !important;
  filter: drop-shadow(0 18px 32px rgba(0, 0, 0, 0.28)) !important;
}

.footer-social-final {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 15px !important;
  margin: 0 auto !important;
}

.footer-social-final a {
  width: 48px !important;
  height: 48px !important;
  border-radius: 999px !important;
  display: grid !important;
  place-items: center !important;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.11) !important;
  border: 1px solid rgba(255, 255, 255, 0.20) !important;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.20) !important;
  transition: transform .2s ease, background .2s ease, border-color .2s ease !important;
}

.footer-social-final a:hover {
  transform: translateY(-3px) !important;
  background: rgba(255, 255, 255, 0.18) !important;
  border-color: rgba(255, 255, 255, 0.36) !important;
}

.footer-social-final svg {
  width: 22px !important;
  height: 22px !important;
  fill: currentColor !important;
}

@media (max-width: 640px) {
  .footer-logo-only {
    padding: 46px 18px !important;
  }

  .footer-logo-img {
    width: 190px !important;
  }

  .footer-social-final {
    gap: 11px !important;
  }

  .footer-social-final a {
    width: 44px !important;
    height: 44px !important;
  }
}
/* DUNJA FOOTER LOGO FINAL END */


/* DUNJA PHOTO FINAL PATCH START */
.hero-visual img,
.hero-image img,
.hero-photo img,
.hero-media img,
.feature-image img,
.booking-image img,
.studio-image img,
.about-image img,
.process-image img,
.service-image img,
.appointment-image img,
.gallery-item img,
.gallery-card img,
.portfolio-item img,
.work-card img {
  object-fit: cover !important;
  object-position: center !important;
}

.hero-visual img,
.hero-image img,
.hero-photo img,
.hero-media img {
  width: 100% !important;
  min-height: 420px !important;
  max-height: 620px !important;
  border-radius: 34px !important;
}

.feature-image img,
.booking-image img,
.studio-image img,
.about-image img,
.process-image img,
.service-image img,
.appointment-image img {
  width: 100% !important;
  min-height: 420px !important;
  border-radius: 30px !important;
}

.gallery-item,
.gallery-card,
.portfolio-item,
.work-card {
  overflow: hidden !important;
}

.gallery-item img,
.gallery-card img,
.portfolio-item img,
.work-card img {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  height: auto !important;
  display: block !important;
}

.gallery-item span,
.gallery-card span,
.portfolio-item span,
.work-card span {
  display: none !important;
}

@media (max-width: 720px) {
  .hero-visual img,
  .hero-image img,
  .hero-photo img,
  .hero-media img,
  .feature-image img,
  .booking-image img,
  .studio-image img,
  .about-image img,
  .process-image img,
  .service-image img,
  .appointment-image img {
    min-height: 320px !important;
  }
}
/* DUNJA PHOTO FINAL PATCH END */

/* DUNJA COOKIE BANNER START */
.cookie-banner {
  position: fixed;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  width: min(920px, calc(100% - 28px));
  z-index: 99999;
  padding: 18px;
  border-radius: 24px;
  background: rgba(36, 13, 48, 0.96);
  color: #fff;
  box-shadow: 0 24px 70px rgba(0,0,0,.28);
  border: 1px solid rgba(255,255,255,.16);
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.cookie-banner.is-visible {
  display: flex;
}

.cookie-banner strong {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
}

.cookie-banner p {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 14px;
  line-height: 1.45;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.cookie-actions button,
.cookie-actions a {
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 800;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}

.cookie-accept {
  background: linear-gradient(135deg, #8c45bd, #b66be0);
  color: #fff;
}

.cookie-more {
  background: rgba(255,255,255,.12);
  color: #fff;
}

@media (max-width: 720px) {
  .cookie-banner {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    bottom: 14px;
  }

  .cookie-banner.is-visible {
    display: flex;
  }

  .cookie-actions {
    width: 100%;
  }

  .cookie-actions button,
  .cookie-actions a {
    flex: 1;
    text-align: center;
  }
}
/* DUNJA COOKIE BANNER END */


/* DUNJA COOKIE FINAL START */
.cookie-banner{position:fixed;left:50%;bottom:18px;transform:translateX(-50%);width:min(920px,calc(100% - 28px));z-index:99999;padding:18px;border-radius:22px;background:rgba(36,13,48,.96);color:#fff;box-shadow:0 24px 70px rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.16);display:none;align-items:center;justify-content:space-between;gap:16px}.cookie-banner.is-visible{display:flex}.cookie-banner strong{display:block;margin-bottom:4px;font-size:16px}.cookie-banner p{margin:0;color:rgba(255,255,255,.78);font-size:14px;line-height:1.45}.cookie-actions{display:flex;gap:10px;flex-shrink:0}.cookie-actions button,.cookie-actions a{border:0;border-radius:999px;padding:12px 17px;font-weight:800;cursor:pointer;text-decoration:none;white-space:nowrap}.cookie-accept{background:linear-gradient(135deg,#8c45bd,#b66be0);color:#fff}.cookie-more{background:rgba(255,255,255,.12);color:#fff}@media(max-width:720px){.cookie-banner{flex-direction:column;align-items:flex-start;bottom:12px}.cookie-actions{width:100%}.cookie-actions button,.cookie-actions a{flex:1;text-align:center}}
/* DUNJA COOKIE FINAL END */

/* DUNJA COOKIE BANNER SAFE PATCH */
.cookie-banner{position:fixed;left:50%;bottom:20px;transform:translateX(-50%);width:min(900px,calc(100% - 28px));z-index:99999;padding:18px;border-radius:24px;background:rgba(36,13,48,.96);color:#fff;box-shadow:0 24px 70px rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.16);display:none;align-items:center;justify-content:space-between;gap:18px}
.cookie-banner.is-visible{display:flex}
.cookie-banner strong{display:block;margin-bottom:4px;font-size:16px}
.cookie-banner p{margin:0;color:rgba(255,255,255,.78);font-size:14px;line-height:1.45}
.cookie-actions{display:flex;gap:10px;flex-shrink:0}
.cookie-actions button,.cookie-actions a{border:0;border-radius:999px;padding:12px 18px;font-weight:800;cursor:pointer;text-decoration:none;white-space:nowrap}
.cookie-accept{background:linear-gradient(135deg,#8c45bd,#b66be0);color:#fff}
.cookie-more{background:rgba(255,255,255,.12);color:#fff}
@media(max-width:720px){.cookie-banner{flex-direction:column;align-items:flex-start;bottom:14px}.cookie-actions{width:100%}.cookie-actions button,.cookie-actions a{flex:1;text-align:center}}


/* ===================================================================
   DUNJA ELEGANCE LAYER — luksuzna tipografija + doterivanje (v33)
   Nadograđuje postojeće bez rušenja. Cormorant + Inter.
   =================================================================== */

/* Tipografija: karakterni display serif za naslove */
.hero h1,
.page-hero h1,
.section-head h2,
.panel h2,
.cta-band h2,
.booking-note h2,
.admin-wrap h1,
.booking-preview h3 {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em !important;
}

/* Cormorant je uzak pa ide krupnije i sa tešnjim line-height */
.hero h1 {
  font-size: clamp(52px, 5.8vw, 82px) !important;
  line-height: 0.98 !important;
  font-weight: 600 !important;
}
.section-head h2,
.page-hero h1 {
  font-size: clamp(38px, 4.4vw, 58px) !important;
  line-height: 1.02 !important;
}

/* Eyebrow: tanji, razmaknut, manje "dugme" a više editorial */
.eyebrow {
  text-transform: uppercase !important;
  letter-spacing: 0.18em !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
  padding: 7px 14px !important;
}

/* Body ostaje Inter, samo malo prozračniji */
body { letter-spacing: -0.005em; }
.lead { font-weight: 400 !important; }

/* Dugmad: manje "debela", elegantnija */
.btn { font-weight: 650 !important; letter-spacing: 0.01em; }
.btn-primary {
  background: linear-gradient(135deg, #3c1852, #7d3bb2) !important;
}

/* Kartice usluga: bez 01/02/03 numeracije — zamenjujemo tankom linijom */
.service-card .icon {
  width: auto !important;
  height: auto !important;
  background: none !important;
  color: #8a45c2 !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  margin-bottom: 20px !important;
  padding-bottom: 14px !important;
  border-bottom: 1px solid rgba(125, 59, 178, 0.20) !important;
  border-radius: 0 !important;
  display: block !important;
}
.service-card {
  border-radius: 20px !important;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 60px rgba(48, 22, 63, 0.14);
  border-color: rgba(125, 59, 178, 0.28);
}
.service-card h3 { font-size: 26px !important; }

/* Sekcije: umeren vazduh (ne previše razvučeno) */
.section { padding: 68px 0 !important; }
.section-head { margin-bottom: 30px !important; }

/* Galerija: mekši radiusi, elegantniji hover */
.gallery-item { border-radius: 18px !important; }

/* Ticker: tanji, editorial umesto "dugmići" */
.ticker span {
  background: transparent !important;
  border: 0 !important;
  border-right: 1px solid rgba(125, 59, 178, 0.18) !important;
  border-radius: 0 !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em;
  color: #7a5a8f !important;
}
.ticker span:last-child { border-right: 0 !important; }

/* Hero showcase: ublažavamo "sistem" izgled booking kartice */
.booking-preview {
  border-radius: 20px !important;
  border: 1px solid rgba(125, 59, 178, 0.10);
}
.booking-preview small {
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  font-size: 11px !important;
}
.booking-preview h3 { font-size: 27px !important; }
.booking-row { border-radius: 12px !important; }

/* Split panel + koraci: mekše */
.panel { border-radius: 24px !important; }
.step { border-radius: 16px !important; }
.step b { border-radius: 13px !important; background: linear-gradient(135deg, #3c1852, #7d3bb2) !important; }

/* CTA band */
.cta-band { border-radius: 28px !important; }

/* Forma (booking): elegantnija polja */
input, select, textarea { border-radius: 12px !important; }
label { font-weight: 650 !important; letter-spacing: 0.01em; }

/* page-hero mekši */
.page-hero { border-radius: 28px !important; }

/* Hero radius malo smiriti */
.hero { border-radius: 34px !important; }

/* Kompaktniji hero — smanjuje "razvučen" osećaj (v33.1) */
.hero-copy { min-height: 480px !important; }
.hero-showcase { min-height: 480px !important; }
.hero { padding: 28px !important; }

/* Hero-meta: ujednačene kartice, Instagram handle da ne beži (v34.1) */
.hero-meta { align-items: stretch !important; }
.hero-meta div {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}
.hero-meta strong {
  font-size: 18px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.hero-meta .hero-meta-ig {
  font-size: 15px !important;
  letter-spacing: -0.01em;
}
