/* =====================================================================
   LILIUM — Salon vjenčanica · Konjic
   Atelier Linije — couture editorial design system
   ===================================================================== */

/* ---------- Design tokens ---------- */
:root {
  --ivory:      #F6F1E9;
  --champagne:  #EBDDC7;
  --sand:       #E2D0B6;
  --gold:       #B0894F;
  --gold-light: #C9A86A;
  --gold-deep:  #6F5526;   /* AA-compliant gold for small text (>=4.5:1 on ivory/champagne/sand/pearl) */
  --greige:     #5C5346;   /* darkened for WCAG AA on all light section backgrounds */
  --espresso:   #2E2620;
  --cocoa:      #4A3F35;
  --blush:      #E6CFC6;
  --pearl:      #FCFAF5;

  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Jost", system-ui, sans-serif;
  --font-accent: "Pinyon Script", cursive;
  --font-name: "Italiana", serif;

  --frame-inset: 14px;
  --maxw: 1280px;
  --ease-couture: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: no-preference) { html.lenis { scroll-behavior: auto; } }

body {
  font-family: var(--font-body);
  font-weight: 300;
  color: var(--espresso);
  background: var(--ivory);
  line-height: 1.75;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

::selection { background: var(--gold); color: var(--ivory); }

/* ---------- Lenis ---------- */
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

/* ---------- Typography helpers ---------- */
.eyebrow {
  font-family: var(--font-body);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  font-size: 0.72rem;
  color: var(--gold-deep);
  margin-bottom: 1.4rem;
}

.headline {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2.6rem, 6vw, 5.6rem);
  line-height: 1.02;
  letter-spacing: -0.01em;
  color: var(--espresso);
}
.headline em { font-style: italic; font-weight: 400; color: var(--gold-deep); }
.hero__title em { font-style: italic; font-weight: 400; color: var(--gold); }

.line-mask { display: block; overflow: hidden; padding-bottom: 0.04em; }
.line-mask > span { display: block; }

.section__intro {
  max-width: 56ch;
  margin-top: 1.6rem;
  color: var(--cocoa);
  font-size: 1.05rem;
}

.lead { font-size: 1.12rem; }

.script-accent {
  font-family: var(--font-accent);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  color: var(--gold-deep);
  line-height: 1.2;
  margin: 1.4rem 0;
}

.caption {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 0.95rem;
  color: var(--greige);
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1rem;
}
.tick { width: 22px; height: 1px; background: var(--gold); display: inline-block; flex: none; }

.dropcap {
  font-family: var(--font-display);
  font-weight: 500;
  font-style: italic;
  font-size: 3.4rem;
  line-height: 0.7;
  float: left;
  color: var(--gold-deep);
  margin: 0.25rem 0.6rem 0 0;
}

/* ---------- Layout ---------- */
.section {
  position: relative;
  padding: clamp(5rem, 10vw, 9rem) clamp(1.4rem, 5vw, 5rem);
  max-width: var(--maxw);
  margin: 0 auto;
}
.section.champagne, .section.sand { max-width: none; }
.champagne { background: var(--champagne); }
.sand { background: var(--sand); }
.section.champagne > *, .section.sand > * { max-width: var(--maxw); margin-left: auto; margin-right: auto; }

.section__head { max-width: 60ch; margin-bottom: clamp(2.5rem, 5vw, 4rem); }

/* Editorial ghosted numeral */
.numeral {
  position: absolute;
  top: clamp(2rem, 5vw, 4rem);
  right: clamp(1rem, 5vw, 4rem);
  font-family: var(--font-name);
  font-size: clamp(5rem, 14vw, 11rem);
  color: var(--espresso);
  opacity: 0.07;
  line-height: 1;
  pointer-events: none;
  z-index: 0;
}
.section > *:not(.numeral) { position: relative; z-index: 1; }

/* ---------- Couture frame + grain + motes ---------- */
.couture-frame {
  position: fixed;
  inset: var(--frame-inset);
  border: 1px solid color-mix(in srgb, var(--gold) 55%, transparent);
  pointer-events: none;
  z-index: 1000;
}
@media (max-width: 600px) { :root { --frame-inset: 8px; } }

.grain {
  position: fixed; inset: 0; pointer-events: none; z-index: 999; opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.motes { position: fixed; inset: 0; pointer-events: none; z-index: 998; overflow: hidden; }
.mote {
  position: absolute; width: 4px; height: 4px; border-radius: 50%;
  background: radial-gradient(circle, var(--gold-light), transparent 70%);
  opacity: 0; will-change: transform, opacity;
}

/* ---------- Photo wrapper (warm grade) ---------- */
.photo {
  position: relative;
  overflow: hidden;
  background: var(--champagne);
}
.photo img {
  width: 100%; height: 100%; object-fit: cover;
  filter: sepia(0.10) saturate(0.96) brightness(1.02);
  transition: transform 0.9s var(--ease-couture);
}
.photo::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(135deg, color-mix(in srgb, var(--champagne) 40%, transparent), color-mix(in srgb, var(--gold) 12%, transparent));
  mix-blend-mode: multiply; opacity: 0.28;
}
/* Keep portrait/bride shots crisp — exempt from the warm multiply */
.hero__photo::after, .look .photo::after { opacity: 0.14; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-body); font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase; font-size: 0.78rem;
  padding: 1.05rem 2.2rem; position: relative; overflow: hidden;
  transition: color 0.4s ease, background 0.4s ease, border-color 0.4s ease;
  will-change: transform;
}
.btn--block { width: 100%; }
.btn--primary { background: var(--espresso); color: var(--ivory); }
.btn--primary::before {
  content: ""; position: absolute; inset: 0; transform: translateX(-120%);
  background: linear-gradient(110deg, transparent, color-mix(in srgb, var(--gold-light) 60%, transparent), transparent);
  transition: transform 0.7s ease;
}
.btn--primary:hover::before { transform: translateX(120%); }
.btn--primary:hover { box-shadow: inset 0 0 0 1px var(--gold-light); }
.btn--ghost { border: 1px solid var(--gold); color: var(--espresso); }
.btn--ghost::before {
  content: ""; position: absolute; inset: 0; background: var(--champagne);
  transform: scaleX(0); transform-origin: left; transition: transform 0.5s var(--ease-couture); z-index: -1;
}
.btn--ghost:hover::before { transform: scaleX(1); }

.link-underline {
  display: inline-block; position: relative; font-weight: 500;
  letter-spacing: 0.08em; font-size: 0.82rem; text-transform: uppercase;
  color: var(--espresso); padding-bottom: 3px;
}
.link-underline::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px;
  background: var(--gold); transform: scaleX(0); transform-origin: left;
  transition: transform 0.4s var(--ease-couture);
}
.link-underline:hover::after { transform: scaleX(1); }

:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

/* Skip link — visible only on focus */
.skip-link {
  position: fixed; top: 0; left: 50%; transform: translate(-50%, -120%);
  z-index: 2100; background: var(--espresso); color: var(--ivory);
  font-family: var(--font-body); font-weight: 500; font-size: 0.78rem;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 0.9rem 1.6rem; border: 1px solid var(--gold);
  transition: transform 0.3s var(--ease-couture);
}
.skip-link:focus { transform: translate(-50%, 12px); outline: 2px solid var(--gold); outline-offset: 2px; }

/* =====================================================================
   PRELOADER
   ===================================================================== */
.preloader {
  position: fixed; inset: 0; z-index: 2000;
  display: grid; place-items: center; background: transparent;
}
.preloader__inner { position: relative; z-index: 2; text-align: center; }
.preloader__lily { width: 64px; height: 84px; margin: 0 auto 1.4rem; display: block; }
.preloader__word {
  font-family: var(--font-name); font-size: clamp(2rem, 6vw, 3.2rem);
  letter-spacing: 0.6em; padding-left: 0.6em; color: var(--espresso);
}
.preloader__panel {
  position: absolute; left: 0; width: 100%; height: 50%; background: var(--champagne); z-index: 1;
}
.preloader__panel--top { top: 0; }
.preloader__panel--bottom { bottom: 0; }
.lily-path { stroke-dasharray: 1; }

/* =====================================================================
   CURSOR
   ===================================================================== */
.cursor {
  position: fixed; top: 0; left: 0; width: 30px; height: 30px;
  border: 1px solid var(--gold); border-radius: 50%;
  transform: translate(-50%, -50%); pointer-events: none; z-index: 1500;
  mix-blend-mode: difference; transition: width 0.3s, height 0.3s, background 0.3s;
  display: none;
}
.cursor__label {
  font-family: var(--font-body); font-size: 0.6rem; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--ivory); opacity: 0;
  display: grid; place-items: center; height: 100%; transition: opacity 0.3s;
}
.cursor.is-active { width: 70px; height: 70px; background: color-mix(in srgb, var(--gold) 70%, transparent); }
.cursor.is-active .cursor__label { opacity: 1; }
@media (hover: hover) and (pointer: fine) { .cursor { display: block; } body.has-cursor { cursor: none; } body.has-cursor a, body.has-cursor button { cursor: none; } }

/* =====================================================================
   NAV
   ===================================================================== */
.nav {
  position: fixed; top: var(--frame-inset); left: var(--frame-inset); right: var(--frame-inset);
  z-index: 900; transition: background 0.5s ease, box-shadow 0.5s ease, padding 0.4s ease;
}
.nav__inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.5rem clamp(1.2rem, 4vw, 3rem); transition: padding 0.4s ease;
  position: relative;
}
.nav.is-solid {
  background: color-mix(in srgb, var(--ivory) 82%, transparent);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
}
.nav.is-solid .nav__inner { padding-top: 1rem; padding-bottom: 1rem; }
.nav.is-solid::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px;
  background: var(--gold); transform: scaleX(1); transform-origin: left;
  animation: drawLine 0.6s var(--ease-couture);
}
@keyframes drawLine { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.nav.is-hidden { transform: translateY(calc(-100% - var(--frame-inset) - 10px)); }
.nav { transition: transform 0.5s var(--ease-couture), background 0.5s ease; }

.nav__logo { display: flex; align-items: center; gap: 0.6rem; font-family: var(--font-name); font-size: 1.35rem; letter-spacing: 0.28em; padding-left: 0.28em; color: var(--espresso); transition: font-size 0.4s ease; }
.nav.is-solid .nav__logo { font-size: 1.2rem; }
.nav__lily { width: 26px; height: 26px; }

.nav__menu { display: flex; align-items: center; gap: clamp(1rem, 2vw, 1.9rem); }
.nav__menu a {
  font-weight: 500; font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase;
  position: relative; padding-bottom: 4px; color: var(--espresso);
}
.nav__menu a:not(.nav__cta)::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px;
  background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform 0.35s var(--ease-couture);
}
.nav__menu a:not(.nav__cta):hover::after { transform: scaleX(1); }
.nav__cta { border: 1px solid var(--gold); padding: 0.6rem 1.2rem !important; transition: background 0.4s; }
.nav__cta:hover { background: var(--gold); color: var(--ivory); }

.nav__toggle { display: none; flex-direction: column; gap: 5px; width: 32px; height: 32px; justify-content: center; align-items: center; z-index: 950; }
.nav__toggle span { width: 24px; height: 1.5px; background: var(--espresso); transition: transform 0.4s var(--ease-couture), opacity 0.3s; }
/* 6.5px = bar gap (5px) + bar height (1.5px); keep in sync if either changes */
.nav__toggle.is-open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav__toggle.is-open span:nth-child(2) { opacity: 0; }
.nav__toggle.is-open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* =====================================================================
   HERO
   ===================================================================== */
.hero { position: relative; min-height: 100vh; display: grid; align-items: center; overflow: hidden; }
.hero__media { position: absolute; inset: 0; z-index: 0; }
.hero__photo { width: 100%; height: 100%; }
.hero__photo img { width: 100%; height: 100%; will-change: transform; }
.hero__media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, color-mix(in srgb, var(--espresso) 64%, transparent) 0%, color-mix(in srgb, var(--espresso) 26%, transparent) 44%, transparent 64%),
              linear-gradient(0deg, color-mix(in srgb, var(--espresso) 44%, transparent) 0%, transparent 52%);
}
.hero__content {
  position: relative; z-index: 2; max-width: var(--maxw); width: 100%;
  margin: 0 auto; padding: 0 clamp(1.6rem, 6vw, 5rem); color: var(--ivory);
}
.hero__content .eyebrow { color: var(--gold-light); margin-bottom: 1.1rem; text-shadow: 0 1px 14px rgba(33, 27, 22, 0.65); }
.hero__title {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(2.8rem, 8vw, 7rem); line-height: 1.0; letter-spacing: -0.015em;
  color: var(--pearl); max-width: 14ch;
  text-shadow: 0 2px 30px rgba(33, 27, 22, 0.55), 0 1px 4px rgba(33, 27, 22, 0.32);
}
.hero__title em { color: var(--gold-light); }
.hero__subtext { max-width: 46ch; margin-top: 1.6rem; color: color-mix(in srgb, var(--ivory) 94%, transparent); font-size: 1.04rem; text-shadow: 0 1px 16px rgba(33, 27, 22, 0.6); }
.hero__cta { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.4rem; }
.hero__cta .btn--ghost { color: var(--ivory); border-color: var(--gold-light); }
.hero__cta .btn--ghost::before { background: color-mix(in srgb, var(--ivory) 18%, transparent); }

.hero__scroll {
  position: absolute; bottom: clamp(2rem, 5vh, 3.5rem); left: 50%; transform: translateX(-50%);
  z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 0.8rem;
  color: var(--ivory); font-size: 0.62rem; letter-spacing: 0.25em; text-transform: uppercase;
}
.hero__scroll-line { width: 1px; height: 50px; background: linear-gradient(var(--gold-light), transparent); position: relative; overflow: hidden; }
.hero__scroll-line::after { content: ""; position: absolute; top: -50%; left: 0; width: 100%; height: 50%; background: var(--ivory); animation: scrollCue 2s ease-in-out infinite; }
@keyframes scrollCue { 0% { top: -60%; } 100% { top: 110%; } }


/* =====================================================================
   O NAMA
   ===================================================================== */
.onama__grid { display: grid; grid-template-columns: 0.85fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.onama__media .photo { aspect-ratio: 4/5; }
.onama__text .lead { margin: 1.6rem 0 1.2rem; }
.stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem;
  margin-top: clamp(3rem, 6vw, 5rem); padding-top: 3rem;
  border-top: 1px solid color-mix(in srgb, var(--gold) 40%, transparent);
}
.stat { text-align: center; }
.stat__num { display: block; font-family: var(--font-display); font-weight: 300; font-size: clamp(2.6rem, 6vw, 4.2rem); color: var(--gold-deep); line-height: 1; }
.stat__label { display: block; margin-top: 0.6rem; font-size: 0.8rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--greige); }

/* divider */
.divider { display: grid; place-items: center; padding: clamp(2rem, 5vw, 4rem) 0; }
.divider svg { width: 44px; height: 60px; }

/* =====================================================================
   USLUGE
   ===================================================================== */
.usluge__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 4vw, 3rem); }
.card { position: relative; padding: clamp(1.4rem, 3vw, 2.4rem); background: var(--pearl); border: 1px solid transparent; transition: border-color 0.5s, box-shadow 0.5s, transform 0.5s var(--ease-couture); }
.card:hover { border-color: color-mix(in srgb, var(--gold) 50%, transparent); box-shadow: 0 30px 60px -40px rgba(46,38,32,0.4); transform: translateY(-4px); }
.card__num { position: absolute; top: 0.6rem; right: 1.4rem; font-family: var(--font-name); font-size: 4.5rem; color: var(--espresso); opacity: 0.10; line-height: 1; }
.card__photo { aspect-ratio: 4/3; margin-bottom: 1.6rem; }
.card:hover .card__photo img { transform: scale(1.05); }
.card__title { font-family: var(--font-display); font-weight: 400; font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 0.7rem; }
.card__desc { color: var(--cocoa); margin-bottom: 1.4rem; max-width: 42ch; }

/* =====================================================================
   ŠIVENJE PO MJERI
   ===================================================================== */
.sivenje__layout { display: grid; grid-template-columns: 0.9fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.sivenje__media { position: sticky; top: 14vh; }
.sivenje__photo { aspect-ratio: 3/4; }
.sivenje__photo img { will-change: filter; }
.bespoke-steps { margin-top: 2.2rem; display: grid; gap: 1.6rem; }
.bespoke-steps li { display: grid; grid-template-columns: auto 1fr; gap: 1.2rem; align-items: start; padding-bottom: 1.6rem; border-bottom: 1px solid color-mix(in srgb, var(--gold) 28%, transparent); }
.bespoke-steps li:last-child { border-bottom: none; }
.bespoke-steps__n { font-family: var(--font-name); font-size: 1.4rem; color: var(--gold-deep); }
.bespoke-steps h4 { font-family: var(--font-display); font-weight: 500; font-size: 1.4rem; margin-bottom: 0.3rem; }
.bespoke-steps p { color: var(--cocoa); font-size: 0.98rem; }

/* =====================================================================
   KOLEKCIJE
   ===================================================================== */
.kolekcije__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(1rem, 2.5vw, 2rem); }
.kolekcije__grid--editorial { grid-template-columns: repeat(3, 1fr); }
.kol-card .photo { aspect-ratio: 3/4; margin-bottom: 1rem; }
.kol-card:hover .photo img { transform: scale(1.05); }
.kol-card__body { position: relative; }
.kol-card__n { font-family: var(--font-name); color: var(--gold-deep); font-size: 0.9rem; letter-spacing: 0.1em; }
.kol-card h3 { font-family: var(--font-display); font-weight: 500; font-size: 1.5rem; margin: 0.2rem 0 0.4rem; }
.kol-card p { color: var(--cocoa); font-size: 0.92rem; }

/* =====================================================================
   GALERIJA / LOOKBOOK
   ===================================================================== */
.lookbook { overflow: hidden; }
.lookbook__track { display: flex; gap: clamp(1rem, 2.5vw, 2rem); will-change: transform; }
.look { flex: 0 0 auto; width: clamp(240px, 32vw, 380px); }
.look .photo { aspect-ratio: 4/5; transition: transform 0.6s var(--ease-couture); position: relative; }
.look:hover .photo { transform: scale(1.03); }
.look:hover .photo::after { opacity: 0.2; }
.look:hover .photo img { transform: scale(1.06); }
.look figcaption { margin-top: 0.9rem; font-family: var(--font-display); font-style: italic; color: var(--greige); display: flex; align-items: center; gap: 0.6rem; font-size: 0.95rem; }
.lookbook__hint { text-align: center; margin-top: 1.6rem; font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--greige); }

/* =====================================================================
   PROCES TIMELINE
   ===================================================================== */
.timeline { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: start; gap: 0; }
.timeline__step { text-align: center; padding: 0 1.5rem; position: relative; }
.timeline__num { font-family: var(--font-name); font-size: clamp(2.4rem, 5vw, 3.6rem); color: var(--gold-deep); display: block; }
.timeline__node { width: 12px; height: 12px; border-radius: 50%; background: var(--gold); display: block; margin: 1.2rem auto; transform: scale(0); }
.timeline.in-view .timeline__node { animation: bloom 0.6s var(--ease-couture) forwards; }
.timeline__step:nth-child(3) .timeline__node { animation-delay: 0.4s; }
.timeline__step:nth-child(5) .timeline__node { animation-delay: 0.8s; }
@keyframes bloom { to { transform: scale(1); } }
.timeline__step h3 { font-family: var(--font-display); font-weight: 500; font-size: 1.7rem; margin-bottom: 0.5rem; }
.timeline__step p { color: var(--cocoa); max-width: 30ch; margin: 0 auto; font-size: 0.96rem; }
.timeline__connector { align-self: center; padding-top: 4rem; }
.timeline__connector span { display: block; width: clamp(30px, 6vw, 90px); height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: left; }
.timeline.in-view .timeline__connector span { animation: drawX 0.6s var(--ease-couture) forwards; }
.timeline__connector:nth-of-type(2) span { animation-delay: 0.2s; }
.timeline__connector:nth-of-type(4) span { animation-delay: 0.6s; }
@keyframes drawX { to { transform: scaleX(1); } }

/* =====================================================================
   ZAŠTO + TESTIMONIALS
   ===================================================================== */
.zasto__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem, 4vw, 3rem); margin-bottom: clamp(3rem, 6vw, 5rem); }
.zasto__item { padding-top: 1.6rem; border-top: 1px solid var(--gold); }
.zasto__item h3 { font-family: var(--font-display); font-weight: 500; font-size: 1.6rem; margin-bottom: 0.6rem; }
.zasto__item p { color: var(--cocoa); }
.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem, 4vw, 2.5rem); }
.quote { background: var(--pearl); padding: clamp(1.5rem, 3vw, 2.2rem); }
.quote p { font-family: var(--font-display); font-style: italic; font-size: 1.12rem; line-height: 1.55; color: var(--cocoa); }
.quote footer { margin-top: 1.4rem; font-weight: 500; font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold-deep); }
.quote footer span { color: var(--greige); }

/* =====================================================================
   POSJETITE / KONTAKT
   ===================================================================== */
.posjetite__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); }
.info-block { margin-bottom: 2rem; }
.info-block h3 { font-family: var(--font-display); font-weight: 500; font-size: 1.4rem; margin-bottom: 0.6rem; }
.map-pin { display: flex; align-items: flex-start; gap: 0.7rem; color: var(--cocoa); }
.pin { width: 12px; height: 12px; border-radius: 50% 50% 50% 0; background: var(--gold); transform: rotate(-45deg); margin-top: 6px; flex: none; box-shadow: 0 0 0 0 color-mix(in srgb, var(--gold) 50%, transparent); }
.in-view .pin { animation: pinPulse 2.4s ease-out 0.4s; }
@keyframes pinPulse { 0% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--gold) 50%, transparent); } 100% { box-shadow: 0 0 0 22px transparent; } }
.hours li { display: flex; justify-content: space-between; gap: 1rem; padding: 0.5rem 0; border-bottom: 1px dashed color-mix(in srgb, var(--greige) 40%, transparent); color: var(--cocoa); }
.hours li span { color: var(--espresso); }
.placeholder { color: var(--greige); font-size: 0.92rem; font-style: italic; }
.contact-line { color: var(--cocoa); font-size: 0.95rem; padding: 0.2rem 0; }
.contact-line a { color: var(--espresso); border-bottom: 1px solid color-mix(in srgb, var(--gold) 60%, transparent); transition: border-color 0.3s, color 0.3s; }
.contact-line a:hover { color: var(--gold-deep); border-color: var(--gold); }
.map-frame { margin-top: 1.6rem; border: 1px solid var(--gold); aspect-ratio: 16/10; overflow: hidden; }
.map-frame iframe { width: 100%; height: 100%; border: 0; filter: grayscale(0.3) sepia(0.1); }
.map-link { display: inline-flex; align-items: center; gap: 0.4rem; margin-top: 0.85rem; font-family: var(--font-body); font-weight: 500; font-size: 0.74rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-deep); border-bottom: 1px solid color-mix(in srgb, var(--gold) 55%, transparent); padding-bottom: 2px; transition: color 0.3s, border-color 0.3s; }
.map-link:hover { color: var(--espresso); border-color: var(--gold); }

.kontakt-form { background: var(--pearl); padding: clamp(1.6rem, 4vw, 2.6rem); border: 1px solid color-mix(in srgb, var(--gold) 35%, transparent); align-self: start; }
.kontakt-form h3 { font-family: var(--font-display); font-weight: 500; font-size: 1.8rem; margin-bottom: 1.4rem; }
.field { margin-bottom: 1.2rem; }
.field label { display: block; font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--greige); margin-bottom: 0.5rem; }
.field input, .field textarea {
  width: 100%; font-family: var(--font-body); font-size: 1rem; color: var(--espresso);
  background: var(--ivory); border: 1px solid color-mix(in srgb, var(--greige) 40%, transparent);
  padding: 0.85rem 1rem; transition: border-color 0.3s; resize: vertical;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--gold); }
.form-note { font-size: 0.8rem; color: var(--greige); margin-top: 1rem; text-align: center; }
.form-success { margin-top: 1.2rem; padding: 1rem; background: color-mix(in srgb, var(--gold) 14%, transparent); border-left: 2px solid var(--gold); color: var(--cocoa); font-size: 0.95rem; }

/* =====================================================================
   FOOTER
   ===================================================================== */
.footer { background: var(--champagne); text-align: center; padding: clamp(4rem, 8vw, 7rem) 1.4rem clamp(3rem, 5vw, 4rem); position: relative; }
.footer__line { width: 0; height: 1px; background: var(--gold); margin: 0 auto clamp(2.5rem, 5vw, 4rem); max-width: var(--maxw); }
.footer.in-view .footer__line { animation: footerLine 1.2s var(--ease-couture) forwards; }
@keyframes footerLine { to { width: min(90%, var(--maxw)); } }
.footer__script { font-family: var(--font-accent); font-size: clamp(2.2rem, 5vw, 3.4rem); color: var(--gold-deep); margin-bottom: 1rem; }
.footer__wordmark { font-family: var(--font-name); font-size: clamp(3rem, 12vw, 8rem); letter-spacing: 0.28em; padding-left: 0.28em; color: var(--espresso); line-height: 1; }
.footer__sub { font-size: 0.8rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--greige); margin-top: 1rem; }
.footer__social { display: flex; align-items: center; justify-content: center; gap: 1.6rem; margin: 2.5rem 0; flex-wrap: wrap; }
.footer__social-note { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--greige); }
.footer__copy { font-size: 0.8rem; color: var(--greige); }

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width: 1024px) {
  .kolekcije__grid, .kolekcije__grid--editorial { grid-template-columns: repeat(2, 1fr); }
  .zasto__grid, .testimonials { grid-template-columns: 1fr; }
  .sivenje__media { position: static; }
}
@media (max-width: 820px) {
  .nav__menu {
    position: fixed; inset: 0; flex-direction: column; justify-content: center;
    background: var(--ivory); gap: 1.8rem; transform: translateX(100%);
    transition: transform 0.5s var(--ease-couture), visibility 0s linear 0.5s; z-index: 940;
    visibility: hidden;
  }
  .nav__menu.is-open { transform: translateX(0); visibility: visible; transition: transform 0.5s var(--ease-couture); }
  .nav__menu a { font-size: 1rem; }
  .nav__toggle { display: flex; }
  .onama__grid, .sivenje__layout, .usluge__grid, .posjetite__grid { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr; gap: 2.5rem; }
  .timeline { grid-template-columns: 1fr; gap: 2.5rem; }
  .timeline__connector { display: none; }

  /* Lookbook: native horizontal scroll (GSAP scrub is gated to >820px) */
  .lookbook {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-bottom: 0.5rem;
  }
  .lookbook__track { padding-right: clamp(1.4rem, 5vw, 5rem); }
  .look { scroll-snap-align: start; }

  /* Narrow crop centres the hero text over the bright gown — strengthen the scrim
     (top + bottom) so the near-white headline stays legible on phones. */
  .hero__media::after {
    background: linear-gradient(0deg, color-mix(in srgb, var(--espresso) 62%, transparent) 0%, color-mix(in srgb, var(--espresso) 28%, transparent) 40%, transparent 74%),
                linear-gradient(180deg, color-mix(in srgb, var(--espresso) 34%, transparent) 0%, transparent 32%);
  }
}
@media (max-width: 480px) {
  .kolekcije__grid, .kolekcije__grid--editorial { grid-template-columns: 1fr; }
  .hero__title { font-size: clamp(2.4rem, 12vw, 3.4rem); }
  .eyebrow { letter-spacing: 0.2em; }
}

/* =====================================================================
   GSAP initial states (only when ready — prevents FOUC of hidden content)
   ===================================================================== */
html.gsap-ready [data-anim="fade-up"] { opacity: 0; transform: translateY(24px); }
html.gsap-ready [data-anim="lines"] .line-mask > span { transform: translateY(110%); }
html.gsap-ready .hero__title .line-mask > span { transform: translateY(110%); }
html.gsap-ready [data-reveal] { clip-path: inset(0 0 100% 0); }
html.gsap-ready .hero__photo[data-reveal="curtain"] { clip-path: inset(0 0 0 72%); }

/* =====================================================================
   REDUCED MOTION
   ===================================================================== */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
  .hero__scroll-line::after, .mote { animation: none !important; }
  .cursor { display: none !important; }
  body.has-cursor { cursor: auto !important; }
  html.gsap-ready [data-anim], html.gsap-ready [data-reveal], html.gsap-ready .line-mask > span { opacity: 1 !important; transform: none !important; clip-path: none !important; }
  .motes { display: none; }
}
