@charset "UTF-8";
/* =====================================================================
   SHISHARKA GROOMING — pages.css
   Sekcije specifične za stranice.
     01  Hero (Početna)
     02  Bento usluga (Početna)
     03  Rail sa preporukama
     04  Završni CTA (violet traka)
     05  O nama — priča, misija, izdvajanja
     06  Usluge — mreža, koraci, FAQ
     07  Kontakt — forma, info, mapa
     08  Cenovnik — stanje "u izradi"
     09  Panel za zakazivanje (booking widget)
   ===================================================================== */

/* ==================================================================
   01  HERO
   ================================================================== */
.hero {
  position: relative;
  padding-block: clamp(40px, 5vw, 88px) clamp(48px, 6vw, 96px);
  background: linear-gradient(180deg, var(--surface-page), var(--surface-elevated));
}
.hero__grid {
  display: grid; grid-template-columns: repeat(12, 1fr);
  gap: clamp(32px, 5vw, 64px); align-items: center;
}
.hero__copy { grid-column: 1 / span 7; }
.hero__media { grid-column: 8 / span 5; position: relative; }

.hero h1 { max-width: 15ch; margin-bottom: var(--space-5); }
.hero .lead { margin-bottom: var(--space-7); }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: var(--space-5); }

/* Okvir za fotografiju: beli paspartu + tanak prsten iza njega.
   Namerno tih - jedna blaga rotacija i mekana senka, bez debelih rubova. */
.hero__frame {
  position: relative; z-index: 1;
  padding: 10px;
  background: var(--surface-elevated);
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-3), var(--shadow-bevel);
  rotate: -1.5deg;
  margin-right: -40px;
}
.hero__frame img,
.hero__frame video,
.hero__frame .photo-ph {
  aspect-ratio: 3 / 4; width: 100%; height: auto; object-fit: cover;
  border-radius: calc(var(--r-xl) - 10px);
  display: block;
}
/* tanak prsten pomeren iza okvira, umesto pune obojene ploče */
.hero__plate {
  position: absolute; inset: 0; z-index: 0;
  border: 1.5px solid var(--brand-primary); opacity: .35;
  border-radius: var(--r-xl);
  translate: 14px 14px; rotate: -1.5deg; margin-right: -40px;
}
/* diskretan koralni akcenat u uglu, da okvir ne bude potpuno neutralan */
.hero__frame::after {
  content: ""; position: absolute; left: -9px; top: -9px;
  width: 56px; height: 56px; border-radius: var(--r-xl) 0 0 0;
  border-top: 3px solid var(--accent); border-left: 3px solid var(--accent);
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .hero__frame { transition: rotate var(--dur-4) var(--ease-out), box-shadow var(--dur-4) var(--ease-out); }
  .hero__media:hover .hero__frame { rotate: -0.5deg; }
  .hero__plate { transition: translate var(--dur-4) var(--ease-out); }
  .hero__media:hover .hero__plate { translate: 8px 8px; }
}
/* psi sa logotipa sede na donjoj ivici okvira */
.hero__dogs {
  position: absolute; z-index: 2; left: -12px; bottom: -24px;
  width: clamp(96px, 12vw, 148px); color: var(--brand-primary);
  filter: drop-shadow(0 8px 18px rgb(38 26 96 / .18));
}

@media (max-width: 1023px) {
  .hero__copy  { grid-column: 1 / -1; }
  .hero__media { grid-column: 1 / -1; max-width: 460px; }
  .hero__frame, .hero__plate { margin-right: 0; }
}

/* mala traka sa radnim vremenom ispod hero CTA */
.hero__meta {
  display: flex; flex-wrap: wrap; gap: var(--space-3) var(--space-5);
  margin-top: var(--space-7); padding-top: var(--space-5);
  border-top: 1px solid var(--border);
  font-size: var(--t-body-s); color: var(--ink-3);
}
.hero__meta strong { color: var(--ink-1); font-weight: 600; }
.status-dot {
  display: inline-flex; align-items: center; gap: 7px;
  font-weight: 600; color: var(--success);
}
.status-dot::before {
  content: ""; width: 8px; height: 8px; border-radius: 50%;
  background: currentColor; box-shadow: 0 0 0 3px color-mix(in srgb, currentColor 22%, transparent);
}
.status-dot--closed { color: var(--ink-3); }

/* ==================================================================
   02  BENTO USLUGA — 5 nejednakih ćelija
   ================================================================== */
.bento {
  display: grid; grid-template-columns: repeat(12, 1fr);
  gap: var(--space-5);
}
.bento__cell {
  position: relative; overflow: hidden;
  border-radius: var(--r-lg); padding: clamp(24px, 2.6vw, 36px);
  background: var(--surface-elevated); box-shadow: var(--shadow-1);
  display: flex; flex-direction: column;
  transition: transform var(--dur-3) var(--ease-out), box-shadow var(--dur-3) var(--ease-out);
  min-height: 210px;
}
.bento__cell h3 { margin-bottom: var(--space-3); transition: color var(--dur-2) var(--ease-out); }
.bento__cell p  { color: var(--ink-2); font-size: var(--t-body-s); margin-bottom: 0; }
.bento__foot {
  margin-top: auto; padding-top: var(--space-5);
  display: flex; align-items: baseline; justify-content: space-between; gap: var(--space-4);
  font-size: var(--t-body-s); font-variant-numeric: tabular-nums;
  color: var(--ink-3); opacity: .6; transition: opacity var(--dur-2) var(--ease-out);
}
@media (hover: hover) and (pointer: fine) {
  .bento__cell:hover { transform: scale(1.012); box-shadow: var(--shadow-2); }
  .bento__cell:hover .bento__foot { opacity: 1; }
  .bento__cell:hover h3 { color: var(--brand-primary); }
}

.bento__cell--a { grid-column: span 7; grid-row: span 2; min-height: 380px; justify-content: flex-end;
                  color: #fff; background: var(--brand-active); }
.bento__cell--a h3 { color: #fff; font-size: var(--t-display-l); }
.bento__cell--a p  { color: rgb(255 255 255 / .82); max-width: 38ch; }
.bento__cell--a .bento__foot { color: rgb(255 255 255 / .8); border-top: 1px solid rgb(255 255 255 / .2); }
.bento__cell--a .bento__media {
  position: absolute; inset: 0; z-index: 0; opacity: .34;
  background: center/cover no-repeat;
}
.bento__cell--a > * { position: relative; z-index: 1; }

.bento__cell--b { grid-column: span 5; background: var(--brand-subtle); }
.bento__cell--b h3 { color: var(--brand-subtle-ink); }
.bento__cell--b p  { color: var(--brand-subtle-ink); opacity: .85; }

.bento__cell--c { grid-column: span 5; }

.bento__cell--d {
  grid-column: span 4; background: var(--accent-soft); rotate: -1.5deg;
  margin-top: -12px; z-index: 2;
}
.bento__cell--d h3 { color: var(--accent-ink); }
.bento__cell--d p  { color: var(--accent-ink); opacity: .88; }
.bento__cell--d .bento__paw {
  position: absolute; right: -34px; bottom: -28px; width: 150px; height: 150px;
  color: var(--accent-ink); opacity: .12; pointer-events: none;
}

.bento__cell--e { grid-column: span 8; }

@media (max-width: 1023px) {
  .bento { grid-template-columns: repeat(6, 1fr); }
  .bento__cell--a { grid-column: span 6; grid-row: auto; min-height: 300px; }
  .bento__cell--b, .bento__cell--c { grid-column: span 3; }
  .bento__cell--d { grid-column: span 3; }
  .bento__cell--e { grid-column: span 3; }
}
@media (max-width: 699px) {
  .bento { grid-template-columns: 1fr; }
  .bento__cell { grid-column: 1 / -1 !important; min-height: 0; }
  .bento__cell--d { rotate: none; margin-top: 0; }
}

/* ==================================================================
   03  RAIL SA PREPORUKAMA
   ================================================================== */
.rail-wrap { position: relative; }
.rail {
  display: flex; gap: var(--space-5);
  overflow-x: auto; scroll-snap-type: x mandatory;
  scroll-padding-left: var(--gutter);
  padding: var(--space-2) var(--gutter) var(--space-6);
  margin-inline: calc(var(--gutter) * -1);
  scrollbar-width: thin;
  cursor: grab;
}
.rail::-webkit-scrollbar { height: 6px; }
.rail::-webkit-scrollbar-track { background: var(--border); border-radius: 99px; }
.rail::-webkit-scrollbar-thumb { background: var(--border-strong); border-radius: 99px; }
.rail.is-dragging { cursor: grabbing; scroll-snap-type: none; }

.testi {
  flex: 0 0 min(360px, 82vw); scroll-snap-align: start;
  background: var(--surface-elevated); border-radius: var(--r-lg);
  box-shadow: var(--shadow-1); padding: clamp(24px, 2.6vw, 32px);
  display: flex; flex-direction: column; gap: var(--space-5);
  transition: box-shadow var(--dur-3) var(--ease-out), opacity 240ms var(--ease-out);
}
.testi__stars { display: flex; gap: 3px; color: var(--accent); }
.testi__stars svg { width: 17px; height: 17px; }
.testi__quote { color: var(--ink-1); font-size: var(--t-body-m); line-height: 1.6; margin: 0; max-width: none; }
.testi__author { margin-top: auto; display: flex; align-items: center; gap: var(--space-3); }
.testi__avatar {
  width: 44px; height: 44px; flex: 0 0 auto; border-radius: 50%;
  background: var(--brand-subtle); color: var(--brand-primary);
  display: grid; place-items: center; overflow: hidden;
}
.testi__avatar svg { width: 26px; height: 26px; }
.testi__avatar img { width: 100%; height: 100%; object-fit: cover; }
.testi__name { font-weight: 600; color: var(--ink-1); font-size: var(--t-body-s); }
.testi__meta { font-size: var(--t-caption); color: var(--ink-3); }

@media (hover: hover) and (pointer: fine) {
  .rail:hover .testi { opacity: .8; }
  .rail .testi:hover { opacity: 1; box-shadow: var(--shadow-3); }
}

/* ==================================================================
   04  ZAVRŠNI CTA — violet traka
   ================================================================== */
.cta-band {
  position: relative; overflow: hidden;
  background: var(--brand-primary); color: #fff;
}
.cta-band__inner {
  position: relative; z-index: 2;
  padding-block: clamp(56px, 7vw, 104px);
  display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  gap: var(--space-7) var(--space-8); align-items: center;
}
@media (max-width: 899px) { .cta-band__inner { grid-template-columns: 1fr; } }
.cta-band h2 { color: #fff; max-width: 20ch; }
.cta-band p { color: rgb(255 255 255 / .84); max-width: 44ch; }
.cta-band__phone {
  display: inline-block; margin-top: var(--space-4);
  font-family: var(--font-display); font-size: var(--t-display-l);
  font-weight: 700; letter-spacing: -.022em; color: #fff;
  min-height: 44px; font-variant-numeric: tabular-nums;
}
.cta-band__phone:hover { color: #fff; text-decoration: underline; text-decoration-thickness: 3px; text-underline-offset: 6px; }
.cta-band__actions { display: flex; flex-wrap: wrap; gap: var(--space-4); }
/* psi sa logotipa, veliki i odsečeni donjom ivicom */
.cta-band__dogs {
  position: absolute; right: 2%; bottom: -34px; z-index: 1;
  width: 280px; color: #fff; opacity: .4; pointer-events: none;
  --logo-neg: var(--brand-primary);
}
@media (max-width: 1199px) { .cta-band__dogs { width: 200px; right: -20px; opacity: .28; } }
@media (max-width: 699px)  { .cta-band__dogs { display: none; } }

/* ==================================================================
   05  O NAMA
   ================================================================== */
.story { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(32px, 5vw, 72px); align-items: start; }
.story__text  { grid-column: 1 / span 5; }
.story__media { grid-column: 7 / span 6; position: relative; margin-top: -48px; }
@media (max-width: 1023px) {
  .story__text, .story__media { grid-column: 1 / -1; }
  .story__media { margin-top: 0; }
}
.story__text > p:first-of-type { font-size: var(--t-body-l); line-height: 1.55; color: var(--ink-1); }
.story__photos { position: relative; }
.story__photo-a {
  position: relative; border-radius: var(--r-xl); overflow: hidden;
  box-shadow: var(--shadow-2);
}
.story__photo-a .photo-ph,
.story__photo-a img,
.story__photo-a video { aspect-ratio: 4 / 5; width: 100%; object-fit: cover; border-radius: 0; }

.story__photo-b {
  position: relative; width: 58%; margin-left: auto; margin-top: -64px;
  border-radius: var(--r-lg); overflow: hidden;
  box-shadow: var(--shadow-3), var(--shadow-bevel); rotate: -3deg;
  background: var(--surface-elevated);
}
.story__photo-b .photo-ph,
.story__photo-b img,
.story__photo-b video { aspect-ratio: 1 / 1; width: 100%; object-fit: cover; border-radius: 0; }

/* oznaka da je u okviru video, i dugme za zvuk nije potrebno jer je nem */
.story__photo-a video { background: var(--brand-subtle); }

.pullquote {
  font-family: var(--font-display); font-size: var(--t-display-m);
  font-weight: 700; line-height: 1.25; letter-spacing: -.014em; color: var(--ink-1);
  margin: var(--space-7) 0; max-width: 30ch;
}
@media (min-width: 1024px) { .pullquote { margin-left: -48px; } }
.pullquote cite { display: block; margin-top: var(--space-3); font-style: normal;
  font-family: var(--font-body); font-size: var(--t-body-s); font-weight: 500; color: var(--ink-3); }

/* misija — jedini centrirani blok na sajtu */
.mission { position: relative; text-align: center; }
.mission__statement {
  font-family: var(--font-display); font-size: var(--t-display-l);
  font-weight: 700; line-height: 1.12; letter-spacing: -.022em; color: var(--ink-1);
  max-width: 24ch; margin-inline: auto; position: relative; z-index: 1;
}
.mission__trail {
  position: absolute; left: 50%; top: 50%; translate: -50% -50%;
  width: min(920px, 96%); height: 240px; z-index: 0;
  opacity: .08; color: var(--brand-primary); pointer-events: none;
}
.mission__trail svg { width: 100%; height: 100%; }

/* izdvajanja — bez kartica, stepenasta osnovna linija */
.diffs { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 5vw, 72px) clamp(32px, 5vw, 64px); }
@media (max-width: 799px) { .diffs { grid-template-columns: 1fr; } }
.diff { position: relative; padding-left: 0; }
.diff__ordinal { display: block; margin-bottom: calc(var(--space-4) * -1); }
.diff h3 { font-family: var(--font-body); font-size: var(--t-title-s); font-weight: 600;
           line-height: 1.3; letter-spacing: -.006em; margin-bottom: var(--space-3); }
.diff p { font-size: var(--t-body-s); color: var(--ink-2); max-width: 40ch; }
@media (min-width: 1024px) {
  .diffs > .diff:nth-child(2n) { border-left: 1px solid var(--border); padding-left: clamp(32px, 4vw, 56px); }
  .diffs > .diff:nth-child(n+3) { margin-top: 40px; }
}

/* ==================================================================
   06  USLUGE
   ================================================================== */
.svc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 3.4vw, 56px); align-items: start; }
@media (max-width: 899px) { .svc-grid { grid-template-columns: 1fr; } }
@media (min-width: 900px) {
  /* dijagonalna linija čitanja: druga kolona pada niže */
  .svc-grid > *:nth-child(even) { margin-top: 72px; }
}
.svc { display: flex; flex-direction: column; height: 100%; }
.svc p { flex: 1; }
.svc__long { font-size: var(--t-body-s); color: var(--ink-2); }

/* koraci — horizontalna vremenska linija */
.steps { position: relative; }
.steps__track { position: relative; }
.steps__path { display: block; width: 100%; height: 90px; overflow: visible; }
.steps__path .track { fill: none; stroke: var(--border-strong); stroke-width: 3; stroke-linecap: round; }
.steps__path .fillline {
  fill: none; stroke: var(--brand-primary); stroke-width: 3; stroke-linecap: round;
  stroke-dasharray: var(--len, 1400); stroke-dashoffset: var(--len, 1400);
}
.steps__list {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-5);
}
.step { text-align: left; }
.step__num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: var(--r-pill);
  background: var(--brand-subtle); color: var(--brand-subtle-ink);
  font-family: var(--font-display); font-weight: 800; font-size: .95rem;
  margin-bottom: var(--space-4);
}
.step h3 { font-size: var(--t-title-s); font-family: var(--font-body); font-weight: 600; margin-bottom: var(--space-2); }
.step p { font-size: var(--t-body-s); color: var(--ink-2); max-width: 28ch; }

@media (max-width: 899px) {
  .steps__path { display: none; }
  .steps__list { grid-template-columns: 1fr; gap: 0; border-left: 3px solid var(--border-strong); padding-left: var(--space-6); }
  .step { padding-bottom: var(--space-7); position: relative; }
  .step:last-child { padding-bottom: 0; }
  .step__num { position: absolute; left: calc(var(--space-6) * -1 - 17px); margin: 0; }
  .step h3 { margin-top: 0; }
}

/* FAQ akordeon — samo tanke linije, bez kutija */
.faq { max-width: 780px; position: relative; }
.faq__item { border-bottom: 1px solid var(--border); }
.faq__q {
  display: flex; align-items: flex-start; justify-content: space-between; gap: var(--space-5);
  width: 100%; padding: var(--space-5) 0; background: none; border: 0; text-align: left;
  font-family: var(--font-display); font-size: var(--t-display-m); font-weight: 700;
  line-height: 1.25; letter-spacing: -.012em; color: var(--ink-1);
  transition: color var(--dur-2) var(--ease-out);
}
@media (hover: hover) and (pointer: fine) { .faq__q:hover { color: var(--brand-primary); } }
.faq__marker {
  position: relative; flex: 0 0 auto; width: 28px; height: 28px; margin-top: 4px;
  border-radius: 50%; background: var(--brand-subtle);
}
.faq__marker::before, .faq__marker::after {
  content: ""; position: absolute; left: 50%; top: 50%; background: var(--brand-primary);
  border-radius: 2px; translate: -50% -50%;
}
.faq__marker::before { width: 12px; height: 2.5px; }
.faq__marker::after  { width: 2.5px; height: 12px; transition: transform 260ms var(--ease-out), opacity 260ms var(--ease-out); }
.faq__item.is-open .faq__marker::after { transform: rotate(90deg); opacity: 0; }
.faq__a {
  display: grid; grid-template-rows: 0fr;
  transition: grid-template-rows var(--dur-4) var(--ease-out);
}
.faq__item.is-open .faq__a { grid-template-rows: 1fr; }
.faq__a > div { overflow: hidden; }
.faq__a p { padding-bottom: var(--space-5); color: var(--ink-2); max-width: 62ch; }

/* ==================================================================
   07  KONTAKT
   ================================================================== */
.contact { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(32px, 4vw, 56px); align-items: start; }
.contact__form { grid-column: 1 / span 7; }
.contact__info { grid-column: 9 / span 4; }
@media (max-width: 1023px) {
  .contact__form, .contact__info { grid-column: 1 / -1; }
}
.panel {
  position: relative; z-index: 2;
  background: var(--surface-elevated); border-radius: var(--r-xl);
  box-shadow: var(--shadow-3); padding: clamp(24px, 3.4vw, 48px);
}
.info-list { list-style: none; margin: 0 0 var(--space-7); padding: 0; }
.info-list li { display: flex; gap: var(--space-4); padding-block: var(--space-4);
  border-bottom: 1px solid var(--border); }
.info-list li:last-child { border-bottom: 0; }
.info-list svg { width: 20px; height: 20px; flex: 0 0 auto; margin-top: 3px; color: var(--brand-primary); }
.info-list dt { font-size: var(--t-caption); color: var(--ink-3); margin-bottom: 2px; }
.info-list dd { margin: 0; font-weight: 600; color: var(--ink-1); font-size: var(--t-body-s); }

.hours-table { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; }
.hours-table th, .hours-table td { text-align: left; padding: 10px 0; font-size: var(--t-body-s);
  border-bottom: 1px solid var(--border); }
.hours-table th { font-weight: 500; color: var(--ink-2); }
.hours-table td { text-align: right; font-weight: 600; color: var(--ink-1); }
.hours-table tr.is-today th, .hours-table tr.is-today td { color: var(--brand-primary); }
.hours-table tr.is-closed td { color: var(--ink-3); font-weight: 500; }

/* mapa — puna širina, forma je preklapa */
.map-wrap {
  position: relative; margin-top: -64px; padding-top: 64px;
}
.map {
  position: relative; height: 380px; overflow: hidden;
  border-radius: var(--r-xl) var(--r-xl) 0 0;
  background: var(--brand-subtle);
}
.map iframe { width: 100%; height: 100%; border: 0; display: block;
  filter: grayscale(1); transition: filter 400ms var(--ease-out); }
.map:hover iframe, .map:focus-within iframe { filter: grayscale(0); }
.map__veil {
  position: absolute; inset: 0; pointer-events: none;
  background: var(--brand-subtle); opacity: .3; mix-blend-mode: multiply;
  transition: opacity 400ms var(--ease-out);
}
.map:hover .map__veil { opacity: 0; }
.map__placeholder {
  position: absolute; inset: 0; display: grid; place-items: center; text-align: center;
  padding: var(--space-6); color: var(--brand-subtle-ink);
}
.map__pin { width: 56px; margin: 0 auto var(--space-4); color: var(--brand-primary); }

/* ==================================================================
   08  CENOVNIK — "u izradi"
   ================================================================== */
.wip { max-width: 760px; }
.wip__stage { position: relative; margin: var(--space-7) 0; }
.wip__skeleton {
  rotate: -2deg; padding: clamp(20px, 3vw, 32px);
  background: var(--surface-elevated); border-radius: var(--r-lg);
  box-shadow: var(--shadow-1);
}
.sk-row { display: flex; align-items: center; gap: var(--space-4); }
.sk-row + .sk-row { margin-top: var(--space-5); }
.sk {
  border-radius: var(--r-sm); height: 16px;
  background: linear-gradient(90deg, var(--border) 0%, var(--brand-subtle) 40%, var(--border) 80%);
  background-size: 200% 100%;
  animation: sk-shimmer 1.4s var(--ease-in-out) infinite;
}
.sk--title { height: 20px; }
@keyframes sk-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -60% 0; }
}
.wip__veil {
  position: absolute; inset: -8px; border-radius: var(--r-xl);
  background: color-mix(in srgb, var(--surface-card) 80%, transparent);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  display: grid; place-items: center; text-align: center; padding: var(--space-6);
}
@supports not (backdrop-filter: blur(4px)) { .wip__veil { background: var(--surface-card); } }
.wip__veil-inner { max-width: 30ch; }

.speech {
  position: relative; display: inline-block;
  background: var(--surface-elevated); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: var(--space-3) var(--space-5);
  font-family: var(--font-display); font-weight: 700; color: var(--brand-primary);
  box-shadow: var(--shadow-1);
}
.speech::after {
  content: ""; position: absolute; left: 24px; bottom: -11px;
  width: 0; height: 0; border: 6px solid transparent;
  border-top-color: var(--border); border-right-width: 12px;
}
.wip__dog { display: flex; align-items: flex-end; gap: var(--space-4); margin-top: var(--space-7); }
.wip__dog svg { width: 92px; color: var(--brand-primary); flex: 0 0 auto; }

/* ==================================================================
   09  BOOKING WIDGET
   ================================================================== */
.booking {
  position: relative;
  background: var(--surface-elevated); border-radius: var(--r-2xl);
  box-shadow: var(--shadow-3); overflow: hidden;
}
.booking__head {
  padding: clamp(24px, 3vw, 36px) clamp(24px, 3.4vw, 48px);
  border-bottom: 1px solid var(--border);
  display: flex; flex-wrap: wrap; gap: var(--space-4) var(--space-6);
  align-items: center; justify-content: space-between;
}
.booking__body { padding: clamp(24px, 3.4vw, 48px); }

/* koraci */
.bk-steps { display: flex; gap: var(--space-2); list-style: none; margin: 0; padding: 0; flex-wrap: wrap; }
.bk-steps li {
  display: flex; align-items: center; gap: var(--space-2);
  font-size: var(--t-caption); font-weight: 600; color: var(--ink-3);
  padding: 6px var(--space-3); border-radius: var(--r-pill);
  background: var(--surface-card); border: 1px solid var(--border);
}
.bk-steps li[data-state="active"] { background: var(--brand-primary); border-color: var(--brand-primary); color: #fff; }
.bk-steps li[data-state="done"]   { background: var(--brand-subtle); border-color: var(--brand-subtle); color: var(--brand-subtle-ink); }
.bk-steps li b {
  width: 18px; height: 18px; border-radius: 50%; display: grid; place-items: center;
  background: rgb(0 0 0 / .07); font-size: 11px;
}
.bk-steps li[data-state="active"] b { background: rgb(255 255 255 / .25); }

.bk-panel { display: none; }
.bk-panel.is-active { display: block; animation: bk-in var(--dur-3) var(--ease-out); }
@keyframes bk-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.bk-legend { font-family: var(--font-display); font-size: var(--t-display-m); font-weight: 700;
  color: var(--ink-1); margin-bottom: var(--space-2); }
.bk-sub { font-size: var(--t-body-s); color: var(--ink-3); margin-bottom: var(--space-6); }

/* izbor kartica (usluga / veličina) */
.bk-options { display: grid; gap: var(--space-3); }
.bk-options--2 { grid-template-columns: 1fr 1fr; }
.bk-options--3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 699px) { .bk-options--2, .bk-options--3 { grid-template-columns: 1fr; } }

.bk-opt { position: relative; display: block; cursor: pointer; }
.bk-opt input { position: absolute; opacity: 0; inset: 0; width: 100%; height: 100%; cursor: pointer; margin: 0; }
.bk-opt__box {
  display: flex; gap: var(--space-4); align-items: flex-start;
  padding: var(--space-4) var(--space-5); min-height: 72px;
  border: 1px solid var(--border); border-radius: var(--r-md);
  background: var(--surface-card);
  transition: border-color var(--dur-2) var(--ease-out), background-color var(--dur-2) var(--ease-out),
              box-shadow var(--dur-2) var(--ease-out), transform var(--dur-2) var(--ease-out);
}
.bk-opt__title { font-weight: 600; color: var(--ink-1); font-size: var(--t-body-s); display: block; }
.bk-opt__meta  { font-size: var(--t-caption); color: var(--ink-3); display: block; margin-top: 3px; }
.bk-opt__badge {
  margin-left: auto; flex: 0 0 auto; font-size: var(--t-caption); font-weight: 700;
  color: var(--brand-primary); font-variant-numeric: tabular-nums; white-space: nowrap;
}
.bk-opt__code {
  width: 44px; height: 44px; flex: 0 0 auto; border-radius: var(--r-sm);
  background: var(--brand-subtle); color: var(--brand-subtle-ink);
  display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 800; font-size: .85rem;
}
@media (hover: hover) and (pointer: fine) {
  .bk-opt:hover .bk-opt__box { border-color: var(--border-strong); background: var(--surface-elevated); transform: translateY(-2px); }
}
.bk-opt input:checked + .bk-opt__box {
  border-color: var(--brand-primary); background: var(--surface-elevated);
  box-shadow: 0 0 0 1px var(--brand-primary), var(--shadow-1);
}
.bk-opt input:focus-visible + .bk-opt__box { outline: 3px solid var(--focus-ring); outline-offset: 2px; }
.bk-opt input:checked + .bk-opt__box .bk-opt__code { background: var(--brand-primary); color: #fff; }

/* kalendar */
.bk-cal { background: var(--surface-card); border: 1px solid var(--border); border-radius: var(--r-md); padding: var(--space-4); }
.bk-cal__head { display: flex; align-items: center; justify-content: space-between; gap: var(--space-3); margin-bottom: var(--space-4); }
.bk-cal__title { font-family: var(--font-display); font-weight: 700; font-size: var(--t-title-s); color: var(--ink-1); text-transform: capitalize; }
.bk-cal__nav { display: flex; gap: var(--space-2); }
.bk-cal__nav button {
  width: 40px; height: 40px; border-radius: var(--r-sm); border: 1px solid var(--border);
  background: var(--surface-elevated); color: var(--ink-1); display: grid; place-items: center;
  transition: background-color var(--dur-2) var(--ease-out), border-color var(--dur-2) var(--ease-out);
}
.bk-cal__nav button:hover:not([disabled]) { background: var(--brand-subtle); border-color: var(--brand-primary); }
.bk-cal__nav button[disabled] { opacity: .35; pointer-events: none; }
.bk-cal__nav svg { width: 18px; height: 18px; }

.bk-cal__grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.bk-cal__dow {
  text-align: center; font-size: 11px; font-weight: 700; letter-spacing: .06em;
  text-transform: uppercase; color: var(--ink-3); padding-bottom: var(--space-2);
}
.bk-day {
  aspect-ratio: 1; min-height: 42px; border: 1px solid transparent; border-radius: var(--r-sm);
  background: var(--surface-elevated); color: var(--ink-1);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px;
  font-size: var(--t-body-s); font-weight: 600; font-variant-numeric: tabular-nums;
  transition: background-color var(--dur-2) var(--ease-out), border-color var(--dur-2) var(--ease-out),
              color var(--dur-2) var(--ease-out), transform var(--dur-2) var(--ease-out);
}
.bk-day__dot { width: 5px; height: 5px; border-radius: 50%; background: var(--success); }
.bk-day[disabled] { background: transparent; color: var(--ink-3); opacity: .45; pointer-events: none; }
.bk-day[disabled] .bk-day__dot { display: none; }
.bk-day:hover:not([disabled]) { background: var(--brand-subtle); border-color: var(--brand-primary); transform: translateY(-1px); }
.bk-day[aria-pressed="true"] { background: var(--brand-primary); border-color: var(--brand-primary); color: #fff; }
.bk-day[aria-pressed="true"] .bk-day__dot { background: rgb(255 255 255 / .8); }
.bk-day--empty { background: none; pointer-events: none; }
.bk-day--today:not([aria-pressed="true"]) { box-shadow: inset 0 0 0 1.5px var(--border-strong); }

/* vremena */
.bk-times { display: grid; grid-template-columns: repeat(auto-fill, minmax(92px, 1fr)); gap: var(--space-2); }
.bk-time {
  min-height: 48px; border-radius: var(--r-sm); border: 1px solid var(--border);
  background: var(--surface-elevated); color: var(--ink-1);
  font-weight: 600; font-size: var(--t-body-s); font-variant-numeric: tabular-nums;
  transition: background-color var(--dur-2) var(--ease-out), border-color var(--dur-2) var(--ease-out),
              transform var(--dur-2) var(--ease-out);
}
.bk-time:hover { background: var(--brand-subtle); border-color: var(--brand-primary); transform: translateY(-2px); }
.bk-time[aria-pressed="true"] { background: var(--brand-primary); border-color: var(--brand-primary); color: #fff; }
.bk-times--empty { color: var(--ink-3); font-size: var(--t-body-s); }

/* rezime */
.bk-summary {
  background: var(--brand-subtle); border-radius: var(--r-md);
  padding: var(--space-5); margin-bottom: var(--space-6);
}
.bk-summary dl { display: grid; grid-template-columns: auto 1fr; gap: var(--space-2) var(--space-5); margin: 0; }
.bk-summary dt { font-size: var(--t-caption); color: var(--brand-subtle-ink); opacity: .8; }
.bk-summary dd { margin: 0; font-size: var(--t-body-s); font-weight: 600; color: var(--brand-subtle-ink); }

.bk-actions {
  display: flex; flex-wrap: wrap; gap: var(--space-3); align-items: center;
  margin-top: var(--space-6); padding-top: var(--space-5); border-top: 1px solid var(--border);
}
.bk-actions .bk-back { margin-right: auto; }

/* uspeh */
.bk-done { text-align: left; padding: var(--space-6) 0; }
.bk-done__mark {
  width: 64px; height: 64px; border-radius: 50%; display: grid; place-items: center;
  background: var(--success-soft); color: var(--success); margin-bottom: var(--space-5);
}
.bk-done__mark svg { width: 32px; height: 32px; }
