/* ==========================================================================
   AMORINA — glavni stylesheet · polish pass 2026-09
   1 tokeni · 2 baza · 3 tipografija · 4 layout · 5 staklo · 6 komponente ·
   7 sekcije · 8 stranice · 9 cover · 10 motion · 11 responsive
   ========================================================================== */

/* 1 ── TOKENI ────────────────────────────────────────────────────────────── */
:root {
  --ivory-000: #FDFCFA; --ivory-050: #F7F4EE; --ivory-100: #EFEAE1;
  --sage-100: #DDE3D8; --sage-300: #A9B7A0; --sage-500: #7C8F72; --sage-700: #556149;
  --champagne: #C9A96A;
  --ink-900: #1E1C19; --ink-600: #4A4640; --ink-400: #8A847A;
  --error: #A9563F;                                   /* jedina boja izvan palete: greške u formi */

  --font-display: "Cormorant Garamond", "Times New Roman", serif;
  --font-body: "Figtree", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-script: "Petit Formal Script", "Snell Roundhand", cursive;

  /* Tipografska ljestvica — fluid, 390 → 1440 */
  --text-display: clamp(2.75rem, 1.9rem + 3.4vw, 4.75rem);
  --text-h1: clamp(2.5rem, 1.7rem + 3.2vw, 4.25rem);
  --text-h2: clamp(2rem, 1.45rem + 2.2vw, 3.25rem);
  --text-h3: clamp(1.5rem, 1.35rem + 0.65vw, 1.875rem);
  --text-h4: clamp(1.25rem, 1.15rem + 0.4vw, 1.5rem);
  --text-lead: clamp(1.0625rem, 1rem + 0.3vw, 1.1875rem);
  --text-body: clamp(1rem, 0.96rem + 0.18vw, 1.0625rem);
  --text-small: 0.875rem;
  --text-caps: 0.6875rem;
  --text-btn: 0.9375rem;
  --track-caps: 0.18em;

  --container: 1240px;
  --gutter: clamp(1.25rem, 5vw, 4rem);
  --section: clamp(4.5rem, 3rem + 5vw, 8rem);
  --section-head: clamp(2rem, 1.5rem + 2vw, 3.5rem);
  --gap: 1.5rem;
  --s1: 8px; --s2: 16px; --s3: 24px; --s4: 32px; --s5: 40px; --s6: 48px; --s8: 64px; --s10: 80px;

  --r-card: 24px; --r-media: 16px; --r-inner: 12px; --r-field: 14px; --r-pill: 999px;

  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-ui: cubic-bezier(0.4, 0, 0.2, 1);
  --ease: var(--ease-out);
  --t-fast: 150ms; --t-ui: 200ms; --t-reveal: 600ms; --t-img: 800ms;
  --dur: var(--t-reveal); --dur-fast: var(--t-ui); --dur-slow: var(--t-img);

  --blur: 24px;
  --glass-1: rgba(255, 255, 255, 0.55);
  --glass-2: rgba(255, 255, 255, 0.72);
  --glass-border: rgba(255, 255, 255, 0.65);
  --glass-hairline: rgba(30, 28, 25, 0.06);
  --shadow-1: 0 1px 2px rgba(30, 28, 25, 0.04), 0 12px 32px -14px rgba(30, 28, 25, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.70);
  --shadow-2: 0 2px 4px rgba(30, 28, 25, 0.05), 0 24px 48px -18px rgba(30, 28, 25, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.80);
  --white-glass: var(--glass-1); --white-glass-strong: var(--glass-2);
  --shadow-glass: var(--shadow-1); --shadow-glass-hover: var(--shadow-2);
  --header-h: 72px;
  --safe-b: env(safe-area-inset-bottom, 0px);
  --safe-t: env(safe-area-inset-top, 0px);
}

/* 2 ── BAZA ──────────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; overflow-x: clip;
  background: var(--ivory-000); color: var(--ink-600);
  font-family: var(--font-body); font-size: var(--text-body); font-weight: 400; line-height: 1.65;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1;
}
body.is-locked { overflow: hidden; }
p { margin: 0; text-wrap: pretty; }
p + p { margin-top: 1em; }
a { color: inherit; text-decoration: none; transition: color var(--t-ui) var(--ease-ui); }
img, video { display: block; max-width: 100%; height: auto; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
ul, ol { margin: 0; padding: 0; list-style: none; }
strong { font-weight: 500; }
::selection { background: var(--sage-100); color: var(--ink-900); }
[hidden] { display: none !important; }

:focus-visible { outline: 2px solid var(--champagne); outline-offset: 3px; border-radius: 6px; }
.btn:focus-visible, .chip:focus-visible, .glass:focus-visible, .icon-btn:focus-visible { outline-offset: 3px; }
.btn:focus-visible, .chip:focus-visible { border-radius: var(--r-pill); }

.skip-link { position: absolute; top: -100px; left: var(--s2); z-index: 1000; padding: 10px 16px; background: var(--ink-900); color: var(--ivory-000); border-radius: var(--r-pill); }
.skip-link:focus { top: calc(var(--s2) + var(--safe-t)); }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* 3 ── TIPOGRAFIJA ───────────────────────────────────────────────────────── */
h1, h2, h3, h4 { margin: 0; font-family: var(--font-display); font-weight: 500; letter-spacing: 0; color: var(--ink-900); text-wrap: balance; font-feature-settings: "kern" 1, "liga" 1; overflow-wrap: break-word; }
h1 { font-size: var(--text-h1); line-height: 1.04; letter-spacing: -0.005em; }
h2 { font-size: var(--text-h2); line-height: 1.08; }
h3 { font-size: var(--text-h3); line-height: 1.18; }
h4 { font-size: var(--text-h4); line-height: 1.25; }
.lead { font-size: var(--text-lead); line-height: 1.55; color: var(--ink-600); max-width: 56ch; }
.small { font-size: var(--text-small); line-height: 1.5; }
.meta { font-size: var(--text-small); line-height: 1.45; color: var(--ink-600); }
.script { font-family: var(--font-script); font-weight: 400; letter-spacing: 0; }
.serif { font-family: var(--font-display); font-weight: 500; }
.no-wrap { white-space: nowrap; }
.num, .tile__num, .prow__num, .ah-counter__num, .progress__step, .tstep__ghost, .spec-table td, .gallery-meta { font-variant-numeric: lining-nums tabular-nums; }

/* Caps oznaka: zlatna crtica + tinta (zlato samo kao tekst pada ispod AA) */
.eyebrow {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--font-body); font-size: var(--text-caps); font-weight: 500;
  text-transform: uppercase; letter-spacing: var(--track-caps); line-height: 1;
  color: var(--sage-700); margin-bottom: var(--s2);
}
.eyebrow::before { content: ""; width: 24px; height: 1px; background: var(--champagne); flex: none; }
.section-head--center .eyebrow { justify-content: center; }

/* 4 ── LAYOUT ────────────────────────────────────────────────────────────── */
.container { width: 100%; max-width: calc(var(--container) + 2 * var(--gutter)); margin-inline: auto; padding-inline: var(--gutter); }
.section { position: relative; padding-block: var(--section); }
.section--compact { padding-block: calc(var(--section) * 0.625); }
.section--alt { background: var(--ivory-050); }
.section > .container { position: relative; z-index: 1; }

.grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--gap); align-items: start; }
.col-4 { grid-column: auto / span 4; } .col-5 { grid-column: auto / span 5; } .col-6 { grid-column: auto / span 6; }
.col-7 { grid-column: auto / span 7; } .col-8 { grid-column: auto / span 8; } .col-12 { grid-column: auto / span 12; }
.col-start-2 { grid-column-start: 2; } .col-start-6 { grid-column-start: 6; } .col-start-8 { grid-column-start: 8; } .col-start-9 { grid-column-start: 9; }

.section-head { margin-bottom: var(--section-head); max-width: 720px; }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head .lead { margin-top: var(--s3); }
.section-head--row { display: flex; align-items: flex-end; justify-content: space-between; gap: var(--s4); max-width: none; }
.section-head--row .section-head__text { max-width: 720px; }
.section-head--row > .btn { flex: none; margin-bottom: 4px; }

/* Meke mrlje ispod stakla */
.has-blobs { isolation: isolate; overflow: clip; }
.has-blobs::before, .has-blobs::after {
  content: ""; position: absolute; z-index: 0; pointer-events: none;
  width: clamp(420px, 55vw, 820px); aspect-ratio: 1; border-radius: 50%; opacity: 0.35;
}
.has-blobs::before { top: -12%; left: -14%; background: radial-gradient(circle at center, var(--sage-300) 0%, rgba(169, 183, 160, 0.35) 38%, rgba(169, 183, 160, 0) 68%); }
.has-blobs::after { bottom: -18%; right: -12%; background: radial-gradient(circle at center, var(--champagne) 0%, rgba(201, 169, 106, 0.32) 36%, rgba(201, 169, 106, 0) 66%); }
.has-blobs--alt::before { left: auto; right: -10%; top: -8%; }
.has-blobs--alt::after { right: auto; left: -8%; bottom: -14%; }
.has-blobs--sage::after { background: radial-gradient(circle at center, var(--sage-100) 0%, rgba(221, 227, 216, 0.4) 40%, rgba(221, 227, 216, 0) 68%); opacity: .7; }

/* 5 ── STAKLO (dvije razine) ─────────────────────────────────────────────── */
.glass {
  background: var(--glass-1);
  -webkit-backdrop-filter: blur(var(--blur)) saturate(150%); backdrop-filter: blur(var(--blur)) saturate(150%);
  border: 1px solid var(--glass-border); border-radius: var(--r-card); box-shadow: var(--shadow-1);
}
.glass--strong { background: var(--glass-2); }
.glass--pill { border-radius: var(--r-pill); }
.glass--media { border-radius: var(--r-media); }

/* 6 ── KOMPONENTE ────────────────────────────────────────────────────────── */
/* Gumbi */
.btn {
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 48px; padding: 0 26px; border-radius: var(--r-pill);
  font-size: var(--text-btn); font-weight: 500; letter-spacing: 0.01em; line-height: 1; white-space: nowrap;
  transition: color var(--t-ui) var(--ease-ui), background-color var(--t-ui) var(--ease-ui), border-color var(--t-ui) var(--ease-ui), box-shadow var(--t-ui) var(--ease-ui), transform var(--t-fast) var(--ease-ui);
}
.btn:active { transform: scale(0.98); }
.btn--primary { background: var(--sage-700); color: #fff; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 8px 20px -10px rgba(85, 97, 73, 0.55); }
.btn--primary:hover { background: color-mix(in oklab, var(--sage-700), var(--ink-900) 18%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 10px 24px -10px rgba(85, 97, 73, 0.6); }
.btn--secondary {
  background: var(--glass-1); color: var(--ink-900); border: 1px solid rgba(201, 169, 106, 0.6);
  -webkit-backdrop-filter: blur(var(--blur)) saturate(150%); backdrop-filter: blur(var(--blur)) saturate(150%); box-shadow: var(--shadow-1);
}
.btn--secondary:hover { border-color: var(--champagne); background: var(--glass-2); }
.btn--ghost { padding: 0 4px; min-height: 44px; color: var(--ink-900); border-radius: 6px; }
.btn--ghost::after { content: ""; position: absolute; left: 4px; right: 4px; bottom: 8px; height: 1px; background: var(--champagne); transform: scaleX(0.35); transform-origin: left; transition: transform var(--t-reveal) var(--ease-out); }
.btn--ghost:hover::after, .btn--ghost:focus-visible::after { transform: scaleX(1); }
.btn--sm { min-height: 40px; padding: 0 18px; font-size: var(--text-small); }
.btn[disabled], .btn[aria-disabled="true"] { opacity: .55; cursor: default; pointer-events: none; }
.btn .icon { width: 18px; height: 18px; flex: none; margin-top: -1px; }
.arrow { display: inline-block; translate: 0 -0.04em; transition: transform var(--t-ui) var(--ease-ui); }
a:hover .arrow, button:hover .arrow { transform: translateX(3px); }

/* Čipovi */
.chip {
  display: inline-flex; align-items: center; gap: 8px; min-height: 40px; padding: 0 16px; border-radius: var(--r-pill);
  font-size: var(--text-small); font-weight: 500; white-space: nowrap; color: var(--ink-600);
  background: var(--ivory-100); border: 1px solid transparent;
  transition: background-color var(--t-ui) var(--ease-ui), color var(--t-ui) var(--ease-ui), border-color var(--t-ui) var(--ease-ui), transform var(--t-fast) var(--ease-ui);
}
.chip:hover { background: var(--sage-100); color: var(--ink-900); }
.chip:active { transform: scale(0.98); }
.chip.is-active, .chip[aria-pressed="true"] { background: var(--sage-700); color: #fff; }

/* Media */
.media { position: relative; overflow: hidden; border-radius: var(--r-media); background: var(--ivory-100); }
.media img, .media video { width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; }
.media--45 { aspect-ratio: 4 / 5; } .media--916 { aspect-ratio: 9 / 16; } .media--11 { aspect-ratio: 1; } .media--169 { aspect-ratio: 16 / 9; } .media--34 { aspect-ratio: 3 / 4; }
.play-badge { position: absolute; right: 12px; top: 12px; z-index: 2; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: var(--ink-900); }
.play-badge svg { width: 14px; height: 14px; margin-left: 2px; }

/* Header */
.header { position: fixed; inset: 0 0 auto 0; z-index: 100; padding: var(--safe-t) 0 0; transition: padding 400ms var(--ease-out); }
.header__bar {
  display: flex; align-items: center; justify-content: space-between; gap: var(--s3);
  height: var(--header-h); padding-inline: var(--gutter);
  max-width: calc(var(--container) + 2 * var(--gutter)); margin-inline: auto;
  border: 1px solid transparent; border-radius: var(--r-pill);
  transition: background-color 400ms var(--ease-out), box-shadow 400ms var(--ease-out), border-color 400ms var(--ease-out), height 400ms var(--ease-out), padding 400ms var(--ease-out), max-width 400ms var(--ease-out);
}
.header.is-scrolled { padding: calc(10px + var(--safe-t)) var(--s2) 0; }
.header.is-scrolled .header__bar {
  height: 56px; padding-inline: 8px 8px; max-width: var(--container);
  background: var(--glass-2); -webkit-backdrop-filter: blur(var(--blur)) saturate(150%); backdrop-filter: blur(var(--blur)) saturate(150%);
  border-color: var(--glass-border); box-shadow: var(--shadow-2);
}
.header.is-scrolled .brand { padding-left: 14px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink-900); }
.brand__name { font-family: var(--font-script); font-size: 1.85rem; line-height: 1; letter-spacing: 0; translate: 0 -0.06em; }
.brand__rule { width: 1px; height: 18px; background: var(--champagne); opacity: .85; }
.brand__tag { font-size: 10px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-600); translate: 0 0.5px; }
.nav { display: flex; align-items: center; gap: 4px; }
.nav__link {
  position: relative; padding: 8px 12px; border-radius: var(--r-pill); white-space: nowrap;
  font-size: 0.9rem; font-weight: 500; color: var(--ink-600);
  transition: color var(--t-ui) var(--ease-ui), background-color var(--t-ui) var(--ease-ui);
}
.nav__link:hover { color: var(--ink-900); background: rgba(255, 255, 255, 0.5); }
.nav__link[aria-current="page"] { color: var(--ink-900); }
.nav__link[aria-current="page"]::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: 5px; height: 1px; background: var(--champagne); }
.header__actions { display: flex; align-items: center; gap: 10px; }
.lang { display: inline-flex; align-items: center; min-height: 36px; padding: 0 4px; border-radius: var(--r-pill); border: 1px solid var(--glass-hairline); background: rgba(255, 255, 255, 0.4); font-size: 12px; font-weight: 500; letter-spacing: 0.08em; }
.lang__opt { display: inline-flex; align-items: center; min-height: 28px; padding: 0 9px; border-radius: var(--r-pill); color: var(--ink-600); transition: color var(--t-ui) var(--ease-ui), background-color var(--t-ui) var(--ease-ui); }
.lang__opt.is-active { color: var(--ink-900); background: rgba(255, 255, 255, 0.85); box-shadow: 0 1px 2px rgba(30, 28, 25, 0.06); }
.lang__opt:hover:not(.is-active) { color: var(--ink-900); }
.menu-btn { display: none; width: 44px; height: 44px; margin-right: -8px; border-radius: 50%; place-items: center; color: var(--ink-900); }
.menu-btn svg { width: 22px; height: 22px; }

/* Mobilni izbornik */
.menu {
  position: fixed; inset: 0; z-index: 200; display: none; flex-direction: column;
  padding: calc(var(--header-h) + var(--s3) + var(--safe-t)) var(--gutter) calc(var(--s4) + var(--safe-b));
  background: rgba(253, 252, 250, 0.86);
  -webkit-backdrop-filter: blur(var(--blur)) saturate(150%); backdrop-filter: blur(var(--blur)) saturate(150%);
  opacity: 0; transition: opacity var(--t-ui) var(--ease-ui);
}
.menu.is-open { display: flex; opacity: 1; transition: opacity 320ms var(--ease-out); }
.menu__close { position: absolute; top: calc(10px + var(--safe-t)); right: var(--gutter); width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; }
.menu__close svg { width: 22px; height: 22px; }
.menu__list { display: flex; flex-direction: column; gap: 2px; margin-top: var(--s2); }
.menu__link {
  display: block; padding: 10px 0; font-family: var(--font-display); font-weight: 500; font-size: clamp(2.25rem, 9vw, 3rem); line-height: 1.1; color: var(--ink-900);
  opacity: 0; transform: translateY(12px); transition: opacity 500ms var(--ease-out), transform 500ms var(--ease-out);
}
.menu.is-open .menu__link { opacity: 1; transform: none; transition-delay: calc(60ms + var(--i, 0) * 40ms); }
.menu__link[aria-current="page"] { color: var(--sage-700); }
.menu__more { display: flex; flex-wrap: wrap; gap: 4px 24px; margin-top: var(--s3); padding-top: var(--s3); border-top: 1px solid rgba(201, 169, 106, .45); }
.menu__link--sm { font-family: var(--font-body); font-weight: 500; font-size: 1rem; line-height: 1.4; color: var(--ink-600); padding: 12px 0; }
.menu__foot { margin-top: auto; display: flex; flex-wrap: wrap; align-items: center; gap: var(--s2); padding-top: var(--s4); }
.contact-faq { margin: 0; font-size: var(--text-small); color: var(--ink-600); display: flex; flex-wrap: wrap; align-items: center; gap: 4px 12px; }

/* Kartice */
.card { display: block; position: relative; padding: 12px; color: inherit; transition: transform var(--t-reveal) var(--ease-out), box-shadow var(--t-reveal) var(--ease-out); }
.card .media { border-radius: var(--r-inner); }
.card .media img, .card .media video { transition: transform var(--t-img) var(--ease-out); }
.card:hover { transform: translateY(-2px); box-shadow: var(--shadow-2); }
.card:hover .media img { transform: scale(1.02); }
.card:active { transform: translateY(0); }
.card__body { padding: 18px 8px 8px; }
.card__title { font-size: var(--text-h3); margin-bottom: 6px; }
.card__text { color: var(--ink-600); font-size: 0.95rem; line-height: 1.55; }
.card__link { display: inline-flex; align-items: center; gap: 6px; min-height: 28px; margin-top: 12px; font-size: var(--text-small); font-weight: 500; color: var(--sage-700); }

/* Tekst-kartica */
.tile { padding: var(--s4); }
.tile h3 { margin-bottom: 10px; }
.tile__num { display: block; font-family: var(--font-display); font-weight: 500; font-size: 2.25rem; line-height: 1; color: var(--champagne); margin-bottom: var(--s2); }

/* Spec tablica */
.spec-table { width: 100%; border-collapse: collapse; }
.spec-table th, .spec-table td { padding: 16px 0; text-align: left; vertical-align: top; border-bottom: 1px solid var(--glass-hairline); }
.spec-table th { width: 32%; font-weight: 500; color: var(--ink-900); padding-right: var(--s3); }
.spec-table tr:last-child th, .spec-table tr:last-child td { border-bottom: 0; }

/* Breadcrumb */
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; font-size: var(--text-small); color: var(--ink-600); }
.breadcrumb a { padding-block: 6px; }
.breadcrumb a:hover { color: var(--ink-900); }
.breadcrumb li + li::before { content: "/"; margin-right: 8px; color: var(--ink-400); }
.breadcrumb [aria-current] { color: var(--ink-900); }

/* Reveal: 14 px + fade, jednom; slike se „slegnu” 1.03 → 1 */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity var(--t-reveal) var(--ease-out), transform var(--t-reveal) var(--ease-out); transition-delay: var(--d, 0ms); }
.reveal.is-in { opacity: 1; transform: none; }
.reveal .media img { transform: scale(1.03); transition: transform var(--t-img) var(--ease-out); transition-delay: var(--d, 0ms); }
.reveal.is-in .media img { transform: none; }
.reveal.is-in.card:hover .media img { transform: scale(1.02); transition-delay: 0ms; }
.reveal.card:hover, .reveal.tile:hover { transition-delay: 0ms; }

/* 7 ── SEKCIJE ───────────────────────────────────────────────────────────── */
/* Podstranice: hero s fotografijom (O nama) */
.hero__bg { position: absolute; inset: 0; z-index: -2; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: 30% 50%; }
.hero__scrim { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(253, 252, 250, 0.7) 0%, rgba(253, 252, 250, 0.25) 18%, rgba(253, 252, 250, 0.05) 45%, rgba(253, 252, 250, 0.3) 100%); }
.hero__card { padding: clamp(2rem, 4vw, 3.25rem); background: rgba(253, 252, 250, 0.78); }
.hero__card .eyebrow { margin-bottom: var(--s3); }
.hero__card h1 { max-width: 14ch; }
.hero__card .lead { margin-top: var(--s3); max-width: 44ch; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: var(--s4); }

.page-hero { position: relative; padding-top: calc(var(--header-h) + var(--safe-t) + clamp(2.5rem, 2rem + 4vw, 6rem)); padding-bottom: clamp(2.5rem, 2rem + 2vw, 4rem); overflow: hidden; isolation: isolate; }
.page-hero h1 { max-width: 18ch; }
.page-hero .lead { margin-top: var(--s3); }
.page-hero--photo { min-height: 60vh; min-height: 60svh; display: grid; align-items: end; }
.page-hero--photo .hero__scrim { background: linear-gradient(180deg, rgba(253, 252, 250, 0.55) 0%, rgba(253, 252, 250, 0.2) 60%, rgba(253, 252, 250, 0.35) 100%); }
.page-hero__card { padding: clamp(1.75rem, 3.5vw, 2.75rem); max-width: 640px; }

/* Kategorije */
.cat-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--s3); }
.cat-card .media { aspect-ratio: 4 / 5; }
.cat-card .card__title { font-size: var(--text-h3); }

/* Izdvojeni radovi */
.featured__track {
  display: flex; gap: var(--s3);
  margin-inline: calc(-1 * var(--gutter)); padding-inline: var(--gutter); padding-bottom: 6px;
  overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: var(--gutter);
  scrollbar-width: none; cursor: grab; overscroll-behavior-x: contain; -webkit-overflow-scrolling: touch;
}
.featured__track::-webkit-scrollbar { display: none; }
.featured__track.is-dragging { cursor: grabbing; scroll-snap-type: none; }
.featured__item { flex: 0 0 clamp(260px, 26vw, 340px); scroll-snap-align: start; }
.featured__item .media { aspect-ratio: 4 / 5; }
.featured__item .card__body { padding: 14px 8px 6px; display: flex; flex-direction: column; gap: 2px; }
.featured__item .meta { font-size: 0.8125rem; }
.featured__nav { display: flex; gap: 8px; }
.icon-btn { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; color: var(--ink-900); transition: transform var(--t-fast) var(--ease-ui), background-color var(--t-ui) var(--ease-ui), box-shadow var(--t-ui) var(--ease-ui); }
.icon-btn:hover { background: rgba(255, 255, 255, 0.9); box-shadow: var(--shadow-2); }
.icon-btn:active { transform: scale(0.96); }
.icon-btn svg { width: 18px; height: 18px; }
.couple-name { font-family: var(--font-script); font-size: 1.3rem; color: var(--ink-900); line-height: 1.25; }

/* Kako radimo */
.steps { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--s3); counter-reset: step; }
.steps::before { content: ""; position: absolute; left: 6%; right: 6%; top: 53px; height: 1px; background: linear-gradient(90deg, transparent, var(--champagne) 12%, var(--champagne) 88%, transparent); opacity: .8; }
.steps .tile { position: relative; padding-top: var(--s4); }
.steps .tile__num { position: relative; display: grid; place-items: center; width: 42px; height: 42px; margin: 0 0 var(--s3); border-radius: 50%; font-size: 1.2rem; font-weight: 500; color: var(--sage-700); background: var(--ivory-000); border: 1px solid rgba(201, 169, 106, 0.6); }
.steps .tile p { font-size: var(--text-small); line-height: 1.55; }

/* Instagram */
.ig-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.ig-tile { position: relative; display: block; aspect-ratio: 4 / 5; border-radius: var(--r-inner); overflow: hidden; background: var(--ivory-100); }
.ig-tile img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; transition: transform var(--t-img) var(--ease-out); }
.ig-tile.reveal img { transform: scale(1.03); }
.ig-tile.reveal.is-in img { transform: none; }
.ig-tile.is-in:hover img { transform: scale(1.02); }
.ig-tile .play-badge { right: 10px; top: 10px; }
.ig-head { display: flex; align-items: flex-end; justify-content: space-between; gap: var(--s3); margin-bottom: var(--section-head); }
.ig-head h2 { font-size: var(--text-h2); }
.ig-head .lead { margin-top: var(--s2) !important; }
.ig-head > .btn { flex: none; margin-bottom: 4px; }

/* Rezervacijska traka */
.cta-band { position: relative; isolation: isolate; overflow: hidden; padding-block: clamp(5rem, 3rem + 8vw, 10rem); }
.cta-band__bg { position: absolute; inset: 0; z-index: -2; }
.cta-band__bg img { width: 100%; height: 100%; object-fit: cover; object-position: 30% 40%; }
.cta-band__scrim { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(253, 252, 250, 0.4), rgba(253, 252, 250, 0.15)); }
.cta-band__panel { max-width: 640px; margin-inline: auto; padding: clamp(2rem, 4vw, 3.25rem); text-align: center; background: rgba(253, 252, 250, 0.8); }
.cta-band__panel h2 { margin-bottom: var(--s2); }
.cta-band__panel .btn { margin-top: var(--s3); }
.cta-band__note { margin-top: var(--s2); font-size: var(--text-small); color: var(--ink-600); }

/* Podnožje */
.footer { position: relative; padding-top: clamp(3.5rem, 2.5rem + 3vw, 6rem); background: var(--ivory-050); border-top: 1px solid var(--glass-hairline); }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: var(--s5); }
.footer__brand p { margin-top: var(--s2); max-width: 30ch; font-size: 0.95rem; }
.footer__line strong { font-weight: 500; color: var(--ink-900); }
.footer h4 { font-family: var(--font-body); font-size: var(--text-caps); letter-spacing: var(--track-caps); text-transform: uppercase; color: var(--sage-700); margin-bottom: var(--s2); font-weight: 500; line-height: 1; }
.footer li { font-size: 0.95rem; }
.footer li a { display: inline-block; padding-block: 5px; }
.footer li a:hover { color: var(--ink-900); }
.footer__social { display: flex; gap: 10px; margin-top: var(--s2); }
.footer__social a { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; color: var(--ink-900); }
.footer__social svg { width: 18px; height: 18px; }
.footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: var(--s2) var(--s4); margin-top: clamp(2.5rem, 2rem + 2vw, 4rem); padding-block: var(--s3) calc(var(--s3) + var(--safe-b)); border-top: 1px solid var(--glass-hairline); font-size: 0.8125rem; color: var(--ink-600); }
.footer__bottom ul { display: flex; gap: var(--s3); }
.footer__bottom a { display: inline-block; padding-block: 4px; }
.footer__bottom a:hover { color: var(--ink-900); }

/* 8 ── STRANICE ──────────────────────────────────────────────────────────── */
/* O nama */
.story .dropcap::first-letter { float: left; font-family: var(--font-display); font-weight: 500; font-size: 4.6em; line-height: .8; padding: 0.06em 0.12em 0 0; color: var(--sage-700); }
.story p { font-size: var(--text-body); }
.values { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--s3); }
.materials { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: var(--s2); }
.material { padding: 10px; text-align: left; }
.material .media { aspect-ratio: 1; border-radius: var(--r-inner); }
.material__name { display: block; margin: 12px 6px 4px; font-family: var(--font-display); font-weight: 500; font-size: 1.4rem; color: var(--ink-900); }
.material p { margin: 0 6px 6px; font-size: 0.85rem; }
.mosaic { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: var(--s2); }
.mosaic .media { aspect-ratio: 4 / 5; }
.mosaic__item { grid-column: span 2; }
.mosaic__item--wide { grid-column: span 3; }

/* Proizvodi — izmjenični redovi */
.prow { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--gap); align-items: center; padding-block: clamp(2.5rem, 2rem + 2vw, 4rem); }
.prow + .prow { border-top: 1px solid var(--glass-hairline); }
.prow__media { grid-column: 1 / span 6; }
.prow__body { grid-column: 8 / span 5; }
.prow--flip .prow__media { grid-column: 7 / span 6; grid-row: 1; }
.prow--flip .prow__body { grid-column: 1 / span 5; grid-row: 1; }
.prow__media .media { aspect-ratio: 4 / 5; }
.prow__num { display: block; font-family: var(--font-display); font-weight: 500; font-size: 1.1rem; color: var(--champagne); letter-spacing: 0.06em; margin-bottom: var(--s2); }
.prow h2 { font-size: clamp(1.9rem, 1.4rem + 1.6vw, 2.6rem); margin-bottom: var(--s2); }
.prow__body > p { margin-bottom: var(--s4); }

/* Detalj kategorije */
.product-hero { position: relative; padding-top: calc(var(--header-h) + var(--safe-t) + var(--s4)); }
.product-hero .breadcrumb { margin-bottom: var(--s4); }
.product-hero__grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--gap); align-items: end; }
.product-hero__media { grid-column: 1 / span 7; }
.product-hero__media .media { aspect-ratio: 4 / 5; border-radius: var(--r-card); }
.product-hero__card { grid-column: 8 / span 5; padding: clamp(1.75rem, 3vw, 2.5rem); margin-bottom: var(--s6); }
.product-hero__card h1 { font-size: clamp(2.25rem, 1.6rem + 2.4vw, 3.5rem); }
.product-hero__card .lead { margin-top: var(--s3); font-size: var(--text-body); }
.product-hero__facts { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: var(--s3); font-size: var(--text-small); color: var(--ink-600); }
.product-hero__facts strong { color: var(--ink-900); }
.features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--s3); }
.cta-inline { display: grid; grid-template-columns: 1fr auto; gap: var(--s4); align-items: center; padding: clamp(2rem, 4vw, 3rem); }
.cta-inline h2 { font-size: clamp(1.75rem, 1.3rem + 1.4vw, 2.5rem); margin-bottom: 8px; }

/* Galerija */
.gallery-bar { position: sticky; top: calc(var(--header-h) + var(--safe-t) + 8px); z-index: 50; margin-bottom: var(--s5); border-radius: 26px; }
.gallery-bar__inner { display: flex; align-items: center; gap: 12px; padding: 8px; }
.gallery-bar__chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; row-gap: 4px; flex: 1; padding: 2px; }
.gallery-bar__chips .chip { background: transparent; }
.gallery-bar__chips .chip:hover { background: rgba(255, 255, 255, 0.7); }
.gallery-bar__chips .chip.is-active { background: var(--sage-700); color: #fff; }
.gallery-bar__selects { display: flex; gap: 6px; flex: none; }
.select { position: relative; }
.select select { appearance: none; -webkit-appearance: none; min-height: 40px; padding: 0 34px 0 16px; border-radius: var(--r-pill); border: 1px solid var(--glass-hairline); background: rgba(255, 255, 255, 0.6); color: var(--ink-600); font: inherit; font-size: var(--text-small); font-weight: 500; cursor: pointer; }
.select::after { content: ""; position: absolute; right: 14px; top: 50%; width: 7px; height: 7px; border-right: 1.5px solid var(--ink-600); border-bottom: 1.5px solid var(--ink-600); transform: translateY(-70%) rotate(45deg); pointer-events: none; }
.gallery-meta { display: flex; justify-content: space-between; align-items: center; margin-bottom: var(--s3); font-size: var(--text-small); color: var(--ink-600); }
.masonry { columns: 3; column-gap: var(--s3); }
.gtile { display: block; position: relative; break-inside: avoid; margin-bottom: var(--s3); border-radius: var(--r-media); overflow: hidden; background: var(--ivory-100); text-align: left; width: 100%; cursor: zoom-in; }
.gtile.is-hidden { display: none; }
.gtile img { width: 100%; height: auto; display: block; transition: transform var(--t-img) var(--ease-out); }
.gtile:hover img { transform: scale(1.02); }
.gtile__scrim { position: absolute; inset: auto 0 0; padding: 56px 18px 16px; background: linear-gradient(180deg, rgba(30, 28, 25, 0) 0%, rgba(30, 28, 25, 0.58) 100%); color: #fff; }
.gtile__couple { font-family: var(--font-script); font-size: 1.35rem; line-height: 1.25; }
.gtile__title { font-family: var(--font-display); font-weight: 500; font-size: 1.3rem; }
.gtile__meta { font-size: 0.75rem; letter-spacing: 0.04em; margin-top: 2px; font-variant-numeric: lining-nums tabular-nums; }
.gtile .play-badge { background: rgba(255, 255, 255, 0.6); }
.gallery-more { display: flex; justify-content: center; margin-top: var(--s5); }
.gallery-empty { padding: var(--s6) var(--s4); text-align: center; max-width: 560px; margin-inline: auto; }
.gallery-empty p { margin-bottom: var(--s3); }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 300; display: none; align-items: center; justify-content: center; padding: clamp(12px, 3vw, 40px); background: rgba(253, 252, 250, 0.86); -webkit-backdrop-filter: blur(var(--blur)) saturate(140%); backdrop-filter: blur(var(--blur)) saturate(140%); opacity: 0; transition: opacity var(--t-ui) var(--ease-ui); }
.lightbox.is-open { display: flex; opacity: 1; transition: opacity 300ms var(--ease-out); }
.lightbox__stage { position: relative; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.lightbox__media { max-width: min(100%, 1100px); max-height: calc(100vh - 140px); display: flex; align-items: center; justify-content: center; }
.lightbox__media img, .lightbox__media video { max-width: 100%; max-height: calc(100vh - 140px); width: auto; height: auto; object-fit: contain; border-radius: var(--r-media); box-shadow: 0 30px 80px -30px rgba(30, 28, 25, 0.35); background: var(--ivory-100); }
.lightbox__caption { position: absolute; left: 50%; bottom: 8px; transform: translateX(-50%); display: flex; align-items: center; gap: 14px; padding: 10px 18px; white-space: nowrap; max-width: 92vw; overflow: hidden; }
.lightbox__caption .couple-name { font-size: 1.25rem; }
.lightbox__btn { position: absolute; z-index: 2; width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; color: var(--ink-900); transition: transform var(--t-fast) var(--ease-ui), background-color var(--t-ui) var(--ease-ui); }
.lightbox__btn:hover { background: var(--glass-2); }
.lightbox__btn:active { transform: scale(0.96); }
.lightbox__btn svg { width: 20px; height: 20px; }
.lightbox__close { top: 0; right: 0; }
.lightbox__prev { left: 0; top: 50%; transform: translateY(-50%); }
.lightbox__next { right: 0; top: 50%; transform: translateY(-50%); }
.lightbox__prev:active { transform: translateY(-50%) scale(0.96); }
.lightbox__next:active { transform: translateY(-50%) scale(0.96); }
.lightbox__sound { top: 0; left: 0; }

/* Proces — vertikalna crta */
.timeline { position: relative; display: flex; flex-direction: column; gap: clamp(2rem, 1.5rem + 2vw, 3.5rem); padding-block: var(--s3); }
.timeline::before { content: ""; position: absolute; left: 50%; top: 0; bottom: 0; width: 1px; background: linear-gradient(transparent, var(--champagne) 8%, var(--champagne) 92%, transparent); }
.tstep { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.tstep__card { position: relative; z-index: 1; grid-column: 1; padding: var(--s4); }
.tstep--right .tstep__card { grid-column: 2; }
.tstep__ghost { position: absolute; top: 50%; transform: translateY(-50%); font-family: var(--font-display); font-weight: 500; font-size: clamp(6rem, 14vw, 12rem); line-height: 1; color: transparent; -webkit-text-stroke: 1px rgba(201, 169, 106, 0.55); pointer-events: none; user-select: none; z-index: 0; }
.tstep:not(.tstep--right) .tstep__ghost { right: 6%; }
.tstep--right .tstep__ghost { left: 6%; }
.tstep__dot { position: absolute; left: 50%; top: 50%; width: 11px; height: 11px; transform: translate(-50%, -50%); border-radius: 50%; background: var(--ivory-000); border: 1px solid var(--champagne); box-shadow: 0 0 0 6px var(--ivory-000); }
.tstep__card h3 { margin-bottom: 10px; }
.tstep__timing { display: inline-flex; align-items: center; gap: 8px; margin-top: var(--s2); font-size: var(--text-small); color: var(--ink-600); }
.tstep__timing::before { content: ""; width: 14px; height: 1px; background: var(--champagne); }

/* FAQ */
.faq-layout { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 4fr); gap: var(--s8); align-items: start; }
.faq-group + .faq-group { margin-top: var(--s8); }
.faq-group h2 { font-size: clamp(1.6rem, 1.3rem + 1vw, 2.1rem); margin-bottom: var(--s3); }
.acc { border-top: 1px solid var(--glass-hairline); }
.acc__btn { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: var(--s3); padding: 20px 4px; text-align: left; font-family: var(--font-display); font-weight: 500; font-size: 1.4rem; line-height: 1.25; color: var(--ink-900); transition: color var(--t-ui) var(--ease-ui); }
.acc__btn:hover { color: var(--sage-700); }
.acc__chev { flex: none; width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--glass-hairline); transition: transform var(--t-ui) var(--ease-ui), background-color var(--t-ui) var(--ease-ui); }
.acc__chev svg { width: 12px; height: 12px; }
.acc__btn[aria-expanded="true"] .acc__chev { transform: rotate(180deg); background: var(--sage-100); }
.acc__panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 320ms var(--ease-ui); }
.acc__panel > div { overflow: hidden; }
.acc__panel.is-open { grid-template-rows: 1fr; }
.acc__panel p { padding: 0 4px 22px; max-width: 62ch; }
.acc:last-child { border-bottom: 1px solid var(--glass-hairline); }
.faq-side { position: sticky; top: calc(var(--header-h) + 28px); padding: var(--s4); }
.faq-side h3 { margin-bottom: 8px; }
.faq-side .btn { margin-top: var(--s3); }

/* Kontakt + forma */
.contact-layout { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: var(--s6); align-items: start; }
.form-panel { padding: clamp(1.5rem, 1rem + 2.5vw, 3rem); }
.form-panel h2 { font-size: clamp(1.9rem, 1.4rem + 1.6vw, 2.5rem); margin-bottom: 8px; }
.progress { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-block: 0 var(--s4); padding: 6px; }
.progress__step { position: relative; padding: 10px 12px 12px; border-radius: 18px; font-size: 0.8125rem; font-weight: 500; line-height: 1.3; color: var(--ink-600); text-wrap: balance; transition: color var(--t-ui) var(--ease-ui), background-color var(--t-ui) var(--ease-ui); }
.progress__step::before { content: ""; display: block; height: 2px; border-radius: 2px; background: var(--ivory-100); margin-bottom: 8px; transition: background-color 320ms var(--ease-ui); }
.progress__step.is-active { color: var(--ink-900); background: rgba(255, 255, 255, 0.75); }
.progress__step.is-active::before { background: var(--sage-700); }
.progress__step.is-done::before { background: var(--sage-300); }
.step-panel { display: none; }
.step-panel.is-active { display: block; animation: stepIn 320ms var(--ease-out) both; }
.step-panel h3 { margin-bottom: var(--s3); }
.inquiry fieldset { border: 0; padding: 0; margin: 0; min-width: 0; }
.inquiry .field__legend { padding: 0; margin-bottom: 4px; }
.fields { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s3); }
.field { display: flex; flex-direction: column; gap: 6px; }
.field--full { grid-column: 1 / -1; }
.field label, .field__legend { font-size: var(--text-small); font-weight: 500; line-height: 1.4; color: var(--ink-900); }
.field label .opt, .field__legend .opt { font-weight: 400; color: var(--ink-600); }
.field input, .field select, .field textarea {
  width: 100%; min-height: 48px; padding: 12px 16px; border-radius: var(--r-field);
  border: 1px solid rgba(30, 28, 25, 0.12); background: rgba(255, 255, 255, 0.72);
  font: inherit; font-size: max(1rem, var(--text-body)); color: var(--ink-900);
  transition: border-color var(--t-ui) var(--ease-ui), box-shadow var(--t-ui) var(--ease-ui), background-color var(--t-ui) var(--ease-ui);
}
.field textarea { min-height: 140px; resize: vertical; line-height: 1.5; }
.field input::placeholder, .field textarea::placeholder { color: var(--ink-400); }
.field input:hover, .field select:hover, .field textarea:hover { border-color: rgba(30, 28, 25, 0.22); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--champagne); box-shadow: 0 0 0 3px rgba(201, 169, 106, 0.24); background: #fff; }
.field [aria-invalid="true"] { border-color: var(--error); }
.field [aria-invalid="true"]:focus { box-shadow: 0 0 0 3px rgba(169, 86, 63, 0.18); border-color: var(--error); }
.field__error { display: none; font-size: 0.8125rem; line-height: 1.4; color: var(--error); }
.field__error.is-visible { display: block; animation: errIn var(--t-ui) var(--ease-out) both; }
.field__hint { font-size: 0.8125rem; color: var(--ink-600); }
.field__warn { display: none; font-size: 0.8125rem; line-height: 1.45; color: var(--ink-900); padding: 10px 14px; border-radius: 12px; background: rgba(201, 169, 106, 0.16); }
.field__warn.is-visible { display: block; }
.field__warn a { text-decoration: underline; text-underline-offset: 2px; }
.field select { appearance: none; -webkit-appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--ink-600) 50%), linear-gradient(135deg, var(--ink-600) 50%, transparent 50%); background-position: calc(100% - 20px) 50%, calc(100% - 15px) 50%; background-size: 5px 5px; background-repeat: no-repeat; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chips input { position: absolute; opacity: 0; width: 0; height: 0; }
.chips input:focus-visible + .chip { outline: 2px solid var(--champagne); outline-offset: 3px; }
.chips input:checked + .chip { background: var(--sage-700); color: #fff; }
.field.is-invalid .chip { border-color: var(--error); }

/* Odabir kategorija */
.pick-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 10px; margin-top: 10px; }
.pick { position: relative; display: block; cursor: pointer; }
.pick input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.pick__card {
  display: flex; align-items: center; gap: 12px; height: 100%; min-height: 64px; padding: 8px 12px 8px 8px;
  border-radius: var(--r-media); background: rgba(255, 255, 255, 0.75); border: 1px solid rgba(30, 28, 25, 0.08);
  box-shadow: 0 1px 2px rgba(30, 28, 25, 0.04);
  transition: border-color var(--t-ui) var(--ease-ui), background-color var(--t-ui) var(--ease-ui), box-shadow var(--t-ui) var(--ease-ui), transform var(--t-fast) var(--ease-ui);
}
.pick:hover .pick__card { border-color: var(--sage-300); box-shadow: 0 10px 24px -16px rgba(30, 28, 25, 0.35); transform: translateY(-1px); }
.pick:active .pick__card { transform: scale(0.99); }
.pick__thumb { flex: none; width: 48px; height: 48px; border-radius: 10px; overflow: hidden; background: var(--ivory-100); }
.pick__thumb img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 40%; filter: saturate(.85); transition: filter var(--t-ui) var(--ease-ui); }
.pick__name { flex: 1; font-size: 0.9rem; font-weight: 500; line-height: 1.3; color: var(--ink-900); overflow-wrap: break-word; }
.pick__check { flex: none; width: 22px; height: 22px; border-radius: 50%; border: 1.5px solid rgba(30, 28, 25, 0.18); display: grid; place-items: center; transition: background-color var(--t-ui) var(--ease-ui), border-color var(--t-ui) var(--ease-ui); }
.pick__check svg { width: 12px; height: 12px; fill: none; stroke: #fff; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 16; stroke-dashoffset: 16; transition: stroke-dashoffset 300ms var(--ease-out) 60ms; }
.pick input:checked + .pick__card { background: rgba(221, 227, 216, 0.45); border-color: var(--sage-500); box-shadow: 0 0 0 3px rgba(124, 143, 114, 0.14), 0 10px 24px -16px rgba(85, 97, 73, 0.45); }
.pick input:checked + .pick__card .pick__thumb img { filter: none; }
.pick input:checked + .pick__card .pick__check { background: var(--sage-700); border-color: var(--sage-700); }
.pick input:checked + .pick__card .pick__check svg { stroke-dashoffset: 0; }
.pick input:focus-visible + .pick__card { outline: 2px solid var(--champagne); outline-offset: 3px; }
.field.is-invalid .pick__card { border-color: var(--error); }

/* Segmentirana kontrola — klizeći „palac” */
.segmented { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 4px; padding: 4px; margin-top: 10px; border-radius: 18px; background: var(--ivory-100); border: 1px solid rgba(30, 28, 25, 0.06); }
.segmented::before { content: ""; position: absolute; top: 4px; bottom: 4px; left: 4px; width: calc((100% - 16px) / 3); border-radius: 14px; background: #fff; box-shadow: 0 1px 2px rgba(30, 28, 25, 0.06), 0 8px 20px -12px rgba(30, 28, 25, 0.3); transition: transform 280ms var(--ease-ui); }
.segmented:has(label:nth-child(2) input:checked)::before { transform: translateX(calc(100% + 4px)); }
.segmented:has(label:nth-child(3) input:checked)::before { transform: translateX(calc(200% + 8px)); }
.segmented label { position: relative; z-index: 1; display: block; cursor: pointer; }
.segmented input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.segmented__opt { display: flex; flex-direction: column; gap: 2px; height: 100%; min-height: 48px; padding: 12px 14px; border-radius: 14px; transition: background-color var(--t-ui) var(--ease-ui); }
.segmented__label { font-size: 0.95rem; font-weight: 500; color: var(--ink-600); transition: color var(--t-ui) var(--ease-ui); }
.segmented__hint { font-size: 0.78rem; color: var(--ink-600); line-height: 1.35; text-wrap: balance; }
.segmented label:hover .segmented__opt { background: rgba(255, 255, 255, 0.45); }
.segmented input:checked + .segmented__opt { background: transparent; }
.segmented input:checked + .segmented__opt .segmented__label { color: var(--sage-700); }
.segmented input:focus-visible + .segmented__opt { outline: 2px solid var(--champagne); outline-offset: 2px; }
/* bez :has (stariji preglednici): bijela pozadina na odabranoj opciji */
@supports not selector(:has(a)) {
  .segmented::before { display: none; }
  .segmented input:checked + .segmented__opt { background: #fff; box-shadow: 0 1px 2px rgba(30, 28, 25, 0.06), 0 8px 20px -12px rgba(30, 28, 25, 0.3); }
}

.dropzone { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; min-height: 140px; padding: var(--s3); text-align: center; border: 1px dashed rgba(30, 28, 25, 0.2); border-radius: 18px; background: rgba(255, 255, 255, 0.5); transition: border-color var(--t-ui) var(--ease-ui), background-color var(--t-ui) var(--ease-ui); }
.dropzone.is-over { border-color: var(--sage-500); background: rgba(221, 227, 216, 0.5); }
.dropzone input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.dropzone__hint { font-size: 0.8125rem; color: var(--ink-600); max-width: 42ch; }
.previews { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.preview { position: relative; width: 84px; }
.preview__img { width: 84px; height: 84px; object-fit: cover; border-radius: 12px; background: var(--ivory-100); display: grid; place-items: center; font-size: 11px; color: var(--ink-600); text-transform: uppercase; letter-spacing: 0.08em; }
.preview__name { display: block; margin-top: 4px; font-size: 11px; color: var(--ink-600); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.preview__rm { position: absolute; top: -8px; right: -8px; width: 26px; height: 26px; border-radius: 50%; background: var(--ink-900); color: #fff; display: grid; place-items: center; font-size: 14px; line-height: 1; }
.consent { display: flex; align-items: flex-start; gap: 12px; font-size: var(--text-small); line-height: 1.5; color: var(--ink-600); cursor: pointer; }
.consent input { flex: none; width: 18px; height: 18px; margin: 3px 0 0; accent-color: var(--sage-700); }
.consent a { text-decoration: underline; text-underline-offset: 2px; }
.form-nav { display: flex; justify-content: space-between; align-items: center; gap: var(--s2); margin-top: var(--s4); }
.form-nav__right { display: flex; align-items: center; gap: var(--s2); margin-left: auto; }
.form-alert { display: none; margin-bottom: var(--s3); padding: 12px 16px; border-radius: var(--r-field); background: rgba(169, 86, 63, 0.08); border: 1px solid rgba(169, 86, 63, 0.18); color: var(--error); font-size: 0.9rem; line-height: 1.45; }
.form-alert.is-visible { display: block; animation: errIn var(--t-ui) var(--ease-out) both; }
.form-alert a { text-decoration: underline; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.contact-side { position: sticky; top: calc(var(--header-h) + 28px); padding: var(--s4); display: flex; flex-direction: column; gap: var(--s4); }
.contact-side h3 { margin-bottom: 12px; }
.contact-side ul li { display: flex; align-items: center; gap: 12px; min-height: 36px; }
.contact-side ul li svg { width: 18px; height: 18px; color: var(--sage-700); flex: none; }
.contact-side ul li a:hover { color: var(--sage-700); }

/* Hvala / 404 / pravne */
.center-page { min-height: 70vh; min-height: 70svh; display: grid; place-items: center; text-align: center; padding-top: calc(var(--header-h) + var(--safe-t)); }
.center-page .glass { padding: clamp(2rem, 5vw, 4rem); max-width: 720px; }
.center-page .lead { margin: var(--s3) auto 0; }
.center-page .actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: var(--s4); }
.legal { max-width: 720px; }
.legal h2 { font-size: 1.75rem; margin: var(--s5) 0 var(--s2); }
.legal .meta { margin-bottom: var(--s4); }

/* 9 ── COVER „Od jednog ogledala” ────────────────────────────────────────── */
.ah { position: relative; min-height: 100vh; min-height: 100svh; background: var(--ivory-000); overflow: hidden; isolation: isolate; }
.ah:not(.is-go) [data-am] { animation-play-state: paused !important; }
.ah.is-done [data-am] { animation: none !important; }                       /* ponovni posjet u sesiji: konačno stanje */
.ah-blob { position: absolute; border-radius: 50%; pointer-events: none; z-index: -1; }
.ah-blob--a { left: -12%; top: -22%; width: 58vw; height: 58vw; background: var(--sage-100); filter: blur(90px); opacity: .85; animation: ahBlobA 28s ease-in-out infinite alternate; }
.ah-blob--b { right: -10%; bottom: -26%; width: 48vw; height: 48vw; background: rgba(201, 169, 106, .24); filter: blur(100px); animation: ahBlobB 32s ease-in-out infinite alternate; }
.ah-blob--c { right: 6%; top: 8%; width: 30vw; height: 30vw; background: rgba(124, 143, 114, .16); filter: blur(90px); animation: ahBlobA 36s ease-in-out infinite alternate-reverse; }
.ah .ah-blob { animation-play-state: running; }
.ah.is-done .ah-blob { animation: ahBlobA 28s ease-in-out infinite alternate !important; }

.ah-desk { position: relative; max-width: 1480px; margin: 0 auto; min-height: 100vh; min-height: 100svh; padding: calc(var(--header-h) + var(--safe-t) + 32px) 56px 48px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, 430px); gap: 56px; align-items: center; }
.ah-stage { position: relative; width: min(100%, calc((100svh - var(--header-h) - 112px) / 0.9)); aspect-ratio: 10 / 9; margin: 0 auto; }
.ah-pos { position: absolute; will-change: transform; }
.ah-pos--mirror { left: 31%; top: 9%; width: 38%; z-index: 2; }
.ah-mob { display: none; }

.ah-frame { background: rgba(255, 255, 255, .72); border: 1px solid var(--glass-border); padding: 7px; border-radius: 26px; box-shadow: 0 18px 40px -18px rgba(30, 28, 25, .22), 0 2px 6px rgba(30, 28, 25, .05); animation: ahRise 520ms var(--ease-out) var(--dl, 0s) both; }
.ah-frame__img { position: relative; border-radius: 19px; overflow: hidden; background: var(--ivory-100); }
.ah-frame__img picture, .ah-frame__img img { display: block; width: 100%; height: 100%; }
.ah-frame__img img { object-fit: cover; }

.ah-settle { animation: ahSettle 960ms var(--ease-out) 2.7s both; transform-origin: 50% 55%; }
.ah-settle--s { animation-name: ahSettleS; transform-origin: 50% 50%; }
.ah-mirror { position: relative; aspect-ratio: 2 / 3; }
.ah-mirror__shadow, .ah-mirror__glass { position: absolute; left: 4%; right: 4%; top: 2.667%; bottom: 2.667%; border-radius: 50% 50% 4px 4px / 32.4% 32.4% 4px 4px; }
.ah-mirror__shadow { box-shadow: 0 40px 70px -34px rgba(30, 28, 25, .35); animation: ahFade 720ms var(--ease-out) 0.9s both; }
.ah-mirror__glass { overflow: hidden; }
.ah-mirror__photo { position: absolute; inset: 0; background: var(--ivory-100); animation: ahFill 840ms var(--ease-out) 0.9s both; }
.ah-mirror__photo picture, .ah-mirror__photo img { display: block; width: 100%; height: 100%; }
.ah-mirror__photo img { object-fit: cover; object-position: 46% 30%; }
.ah-mirror__sheen { position: absolute; inset: -20% -60%; background: linear-gradient(115deg, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 58%); opacity: 0; pointer-events: none; animation: ahSheen 960ms var(--ease-out) 1.26s both; }
.ah-mirror__arc { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.ah-arc { stroke: var(--champagne); stroke-dasharray: 1; stroke-dashoffset: 0; animation: ahDraw 900ms var(--ease-out) 0.06s both; }
.ah-arc--out { stroke-width: .9; }
.ah-arc--in { stroke-width: .5; stroke-opacity: .55; animation-delay: 0.21s; }

.ah-script { position: absolute; left: -20%; width: 140%; bottom: -13%; pointer-events: none; z-index: 3; }
.ah-script__glow { position: absolute; left: 12%; right: 12%; top: 18%; bottom: 10%; border-radius: 50%; background: radial-gradient(closest-side, rgba(253, 252, 250, .9), rgba(253, 252, 250, 0)); filter: blur(6px); animation: ahFade 720ms var(--ease-out) 1.74s both; }
.ah-script svg { position: relative; display: block; width: 100%; height: auto; overflow: visible; }
.ah-script text { font-family: var(--font-script); font-size: 64px; stroke: #B08D52; stroke-width: .8; stroke-dasharray: 260; }
.ah-script tspan[data-am] { animation: ahStroke 420ms var(--ease-out) var(--dl) both, ahInk 360ms var(--ease-out) calc(var(--dl) + 0.18s) both; }

.ah-counter { display: flex; flex-direction: column; gap: 6px; animation: ahFade 540ms var(--ease-out) 2.94s both; }
.ah-counter__row { display: flex; align-items: center; gap: 12px; font-family: var(--font-display); font-weight: 500; font-size: 32px; line-height: 1; color: var(--ink-900); }
.ah-counter__line { width: 36px; height: 1px; background: var(--champagne); }
.ah-counter__num { display: flex; }
.ah-counter__num [data-count] { min-width: 1.6em; }
.ah-counter__label { font-size: var(--text-caps); font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-600); }

.ah-card { position: relative; z-index: 3; background: rgba(255, 255, 255, .62); -webkit-backdrop-filter: blur(var(--blur)); backdrop-filter: blur(var(--blur)); border: 1px solid var(--glass-border); border-radius: var(--r-card); box-shadow: var(--shadow-2); padding: 44px 40px 36px; animation: ahCard 560ms var(--ease-out) 4.2s both; }
.ah-card__eyebrow { display: flex; align-items: center; gap: 12px; font-size: var(--text-caps); font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: var(--sage-700); }
.ah-rule { width: 24px; height: 1px; background: var(--champagne); }
.ah-card h1 { margin: 20px 0 18px; font-size: var(--text-display); line-height: 1.02; letter-spacing: -0.005em; }
.ah-card p { margin: 0 0 32px; font-size: var(--text-body); line-height: 1.6; color: var(--ink-600); }
.ah-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 28px; border-radius: var(--r-pill); background: var(--sage-700); color: #fff; font-size: var(--text-btn); font-weight: 500; letter-spacing: 0.01em; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 10px 24px -12px rgba(85, 97, 73, .6); transition: background-color var(--t-ui) var(--ease-ui), box-shadow var(--t-ui) var(--ease-ui), transform var(--t-fast) var(--ease-ui); }
.ah-btn:hover { background: color-mix(in oklab, var(--sage-700), var(--ink-900) 18%); color: #fff; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 14px 30px -12px rgba(85, 97, 73, .7); }
.ah-btn:active { transform: scale(0.98); }
.ah-btn:focus-visible { outline: 2px solid var(--champagne); outline-offset: 3px; }
.ah-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 22px; }
.ah-card__rule { height: 1px; background: rgba(201, 169, 106, .35); margin: 34px 0 18px; }
.ah-facts { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; font-size: 13px; color: var(--ink-600); }
.ah-facts > span { white-space: nowrap; }
.ah-facts--list { display: grid; gap: 8px; justify-items: start; }
.ah-facts--list > span::before, .ah-facts > span + span::before { content: ""; display: inline-block; width: 3px; height: 3px; margin-right: 10px; border-radius: 50%; background: var(--champagne); vertical-align: middle; }
.ah-card--home h1 { margin-top: 0; }
.ah-card--home p { margin-bottom: 30px; }

@media (max-width: 1100px) and (min-width: 760px) {
  .ah-desk { grid-template-columns: minmax(0, 1fr); gap: 40px; padding-inline: var(--gutter); }
  .ah-stage { width: min(100%, 720px); }
  .ah-desk .ah-card { max-width: 560px; margin: 0 auto; }
}
@media (max-width: 759px) {
  .ah-desk { display: none; }
  .ah-mob { display: flex; flex-direction: column; gap: 28px; position: relative; padding: calc(var(--header-h) + var(--safe-t) + 12px) var(--gutter) 48px; }
  .ah-mob__mirror { position: relative; width: 100%; max-width: min(340px, calc((100svh - var(--header-h) - 300px) * 0.72)); min-width: 240px; margin: 0 auto 40px; }
  .ah-mob .ah-mirror__shadow { box-shadow: 0 36px 60px -32px rgba(30, 28, 25, .35); }
  .ah-mob .ah-script { left: -6%; width: 112%; bottom: -14%; }
  .ah-mob .ah-script__glow { left: 8%; right: 8%; bottom: 8%; background: radial-gradient(closest-side, rgba(253, 252, 250, .92), rgba(253, 252, 250, 0)); }
  .ah-mob .ah-script text { stroke-width: 1; }
  .ah-mob .ah-card { background: rgba(255, 255, 255, .66); padding: 28px 24px 24px; }
  .ah-mob .ah-card h1 { margin: 12px 0 14px; }
  .ah-mob .ah-card--home h1 { margin-top: 0; }
  .ah-mob .ah-card p { margin-bottom: 24px; line-height: 1.6; }
  .ah-mob .ah-btn { display: flex; min-height: 52px; padding: 0 28px; }
  .ah-mob .ah-actions { flex-direction: column; align-items: stretch; gap: 8px; }
  .ah-mob .ah-actions .btn--ghost { align-self: center; min-height: 48px; }
  .ah-mob .ah-card__rule { margin: 24px 0 16px; }
  .ah-mob .ah-facts { justify-content: center; }
  .ah-mob .ah-facts--list { justify-items: center; }
  .ah-mob__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 12px; }
  .ah-mob__tall { grid-row: span 2; }
  .ah-mob .ah-frame { padding: 6px; border-radius: 22px; box-shadow: 0 16px 34px -18px rgba(30, 28, 25, .22); }
  .ah-mob .ah-frame__img { border-radius: 16px; }
  .ah-frame--fill { height: 100%; display: flex; flex-direction: column; }
  .ah-frame--fill .ah-frame__img { flex: 1; min-height: 0; }
  .ah-frame--fill .ah-frame__img picture { position: absolute; inset: 0; }
  .ah-blob { animation: none !important; }                                    /* 60 fps: mrlje miruju na mobitelu */
}

@keyframes ahDraw { from { stroke-dashoffset: 1; } to { stroke-dashoffset: 0; } }
@keyframes ahFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ahFill { from { opacity: 0; filter: blur(12px) brightness(1.2); transform: scale(1.06); } to { opacity: 1; filter: blur(0) brightness(1); transform: scale(1); } }
@keyframes ahSheen { 0% { transform: translateX(-75%); opacity: 0; } 18% { opacity: 1; } 82% { opacity: 1; } 100% { transform: translateX(75%); opacity: 0; } }
@keyframes ahStroke { from { stroke-dashoffset: 260; } to { stroke-dashoffset: 0; } }
@keyframes ahInk { from { fill-opacity: 0; } to { fill-opacity: 1; } }
@keyframes ahSettle { from { transform: translateY(5%) scale(1.14); } to { transform: none; } }
@keyframes ahSettleS { from { transform: scale(1.04); } to { transform: none; } }
@keyframes ahRise { from { opacity: 0; transform: translateY(16px) scale(.98); } to { opacity: 1; transform: none; } }
@keyframes ahCard { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes ahBlobA { from { transform: translate(0, 0) scale(1); } to { transform: translate(6%, 5%) scale(1.08); } }
@keyframes ahBlobB { from { transform: translate(0, 0) scale(1); } to { transform: translate(-5%, -6%) scale(1.06); } }

/* 10 ── MOTION ───────────────────────────────────────────────────────────── */
@keyframes stepIn { from { opacity: 0; transform: translateX(12px); } to { opacity: 1; transform: none; } }
@keyframes errIn { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: 0.01ms !important; }
  .reveal, .reveal .media img, .ig-tile.reveal img { opacity: 1; transform: none; }
  .card:hover, .btn:active, .chip:active { transform: none; }
  .card:hover .media img, .gtile:hover img, .ig-tile:hover img { transform: none; }
  .menu__link { opacity: 1; transform: none; }
  .ah [data-am], .ah .ah-blob { animation: none !important; }
}

/* 11 ── RESPONSIVE ───────────────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .cat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .materials { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ig-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .faq-layout, .contact-layout { grid-template-columns: 1fr; }
  .faq-side, .contact-side { position: static; }
  .header .brand__rule, .header .brand__tag { display: none; }
}
@media (max-width: 900px) {
  :root { --blur: 16px; }
  .nav { display: none; }
  .menu-btn { display: grid; }
  .grid { gap: var(--s3); }
  .col-4, .col-5, .col-6, .col-7, .col-8, .col-start-2, .col-start-6, .col-start-8, .col-start-9 { grid-column: 1 / -1; }
  .steps { grid-template-columns: 1fr 1fr; }
  .steps::before { display: none; }
  .values, .features { grid-template-columns: 1fr; }
  .masonry { columns: 2; }
  .prow__media, .prow__body, .prow--flip .prow__media, .prow--flip .prow__body { grid-column: 1 / -1; grid-row: auto; }
  .product-hero__media, .product-hero__card { grid-column: 1 / -1; }
  .product-hero__card { margin: calc(-1 * var(--s6)) var(--s2) 0; }
  .cta-inline { grid-template-columns: 1fr; }
  .timeline::before { left: 18px; }
  .tstep { grid-template-columns: 1fr; padding-left: 48px; }
  .tstep__card, .tstep--right .tstep__card { grid-column: 1; }
  .tstep__dot { left: 18px; }
  .tstep__ghost, .tstep--right .tstep__ghost { left: auto; right: 4%; font-size: 5rem; opacity: .7; }
  .mosaic { grid-template-columns: repeat(2, 1fr); }
  .mosaic__item, .mosaic__item--wide { grid-column: span 1; }
  .fields { grid-template-columns: 1fr; }
  .section-head--row, .ig-head { flex-direction: column; align-items: flex-start; }
  .section-head--row > .btn, .ig-head > .btn { margin-bottom: 0; }
  .hero__card h1 { max-width: none; }
  .gallery-bar__inner { flex-wrap: wrap; }
  .gallery-bar__selects { width: 100%; }
  .gallery-bar__selects .select { flex: 1; }
  .gallery-bar__selects select { width: 100%; }
  .lightbox__caption { max-width: calc(100vw - 24px); }
  .lightbox__caption .meta { display: none; }
}
@media (max-width: 760px) {
  .gallery-bar { border-radius: var(--r-pill); }
  .gallery-bar__chips { flex-wrap: nowrap; justify-content: flex-start; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x proximity; padding-inline: 12px; margin-inline: -8px; -webkit-mask-image: linear-gradient(90deg, transparent, #000 12px, #000 calc(100% - 28px), transparent); mask-image: linear-gradient(90deg, transparent, #000 12px, #000 calc(100% - 28px), transparent); }
  .gallery-bar__chips::-webkit-scrollbar { display: none; }
  .gallery-bar__chips .chip { scroll-snap-align: start; }
}
@media (max-width: 600px) {
  :root { --header-h: 64px; --blur: 12px; }
  .glass, .btn--secondary, .header.is-scrolled .header__bar { -webkit-backdrop-filter: blur(var(--blur)); backdrop-filter: blur(var(--blur)); }
  .header.is-scrolled { padding: calc(8px + var(--safe-t)) 12px 0; }
  .header__actions { gap: 8px; }
  .menu-btn { margin-right: -10px; }
  .steps { grid-template-columns: 1fr; gap: var(--s2); }
  .steps .tile { padding: var(--s3); }
  .steps .tile__num { margin-bottom: var(--s2); }
  /* Kategorije: 2 stupca, deveta (Najam i postava) kao široka završna kartica */
  .cat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .cat-card { padding: 8px; }
  .cat-card .card__body { padding: 12px 6px 6px; }
  .cat-card .card__title { font-size: 1.25rem; line-height: 1.15; hyphens: auto; -webkit-hyphens: auto; }
  .cat-card .card__text { font-size: 0.8125rem; line-height: 1.5; hyphens: auto; -webkit-hyphens: auto; }
  .cat-card .card__link { margin-top: 10px; font-size: 0.8125rem; }
  .cat-card:nth-child(9) { grid-column: 1 / -1; }
  .cat-card:nth-child(9) .media { aspect-ratio: 16 / 10; }
  .cat-card:nth-child(9) .card__title { font-size: 1.5rem; }
  .cat-card:nth-child(9) .card__text { font-size: 0.9rem; }
  .featured__item { flex-basis: min(78vw, 320px); }
  .featured__nav { display: none; }
  .masonry { columns: 1; }
  .materials { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ig-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .footer__grid { grid-template-columns: 1fr; gap: var(--s4); }
  .footer__bottom { padding-bottom: calc(var(--s4) + var(--safe-b)); }
  .btn--primary, .btn--secondary { width: 100%; }
  .hero__actions .btn, .form-nav .btn, .actions .btn, .gallery-more .btn, .menu__foot .btn { width: auto; }
  .btn--ghost { min-height: 48px; }
  .lightbox { padding: 12px; }
  .lightbox__close { top: var(--safe-t); }
  .lightbox__prev, .lightbox__next { top: auto; bottom: calc(12px + var(--safe-b)); transform: none; }
  .lightbox__prev { left: 12px; } .lightbox__next { right: 12px; }
  .lightbox__prev:active, .lightbox__next:active { transform: scale(0.96); }
  .lightbox__caption { bottom: calc(76px + var(--safe-b)); }
  .lightbox__media, .lightbox__media img, .lightbox__media video { max-height: calc(100vh - 200px); max-height: calc(100svh - 200px); }
  .prow h2 { font-size: 1.9rem; }
  .form-nav { flex-wrap: wrap; }
  .form-panel { padding: 20px 16px 24px; }
  .progress { padding: 4px; gap: 4px; }
  .progress__step { padding: 8px 8px 10px; font-size: 0.75rem; }
  .pick-grid { grid-template-columns: 1fr; }
  .segmented__opt { padding: 10px 10px; }
  .segmented__label { font-size: 0.875rem; }
  .segmented__hint { font-size: 0.72rem; }
  .product-hero__card { margin: calc(-1 * var(--s5)) 8px 0; }
}
@media (max-width: 380px) {
  .segmented { grid-template-columns: 1fr; }
  .segmented::before { width: calc(100% - 8px); height: calc((100% - 16px) / 3); }
  .segmented:has(label:nth-child(2) input:checked)::before { transform: translateY(calc(100% + 4px)); }
  .segmented:has(label:nth-child(3) input:checked)::before { transform: translateY(calc(200% + 8px)); }
}

/* ── Logotip .amorina (klijent, 2026-09) ── */
.brand__logo { display: block; height: 30px; width: auto; }
.header.is-scrolled .brand__logo { height: 26px; }
.brand--footer .brand__logo { height: auto; width: 200px; max-width: 100%; }
@media (max-width: 760px) { .brand__logo { height: 26px; } }

/* ── Galerija (klijent, 2026-09): imena parova u serifu logotipa, traka filtera ostaje gore ── */
.couple-name, .gtile__couple { font-family: var(--font-display); font-weight: 500; font-style: normal; letter-spacing: 0.005em; }
.gtile__couple { font-size: 1.4rem; line-height: 1.2; }
.couple-name { font-size: 1.35rem; }
.gallery-bar { position: relative; top: auto; }
