/* ===========================================================
   Zlatna Koka Organik — styles.css  (v2 redesign)
   Sveža zelena + žumance-žuta. Plus Jakarta Sans + Inter.
   =========================================================== */

/* ---------- Fonts (self-hosted, variable, latin + latin-ext) ---------- */
@font-face {
  font-family: "Jakarta";
  src: url("/assets/fonts/jakarta-latin.woff2") format("woff2");
  font-weight: 400 800; font-style: normal; font-display: swap;
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: "Jakarta";
  src: url("/assets/fonts/jakarta-latinext.woff2") format("woff2");
  font-weight: 400 800; font-style: normal; font-display: swap;
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF,U+FB00-FB06;
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/inter-latin.woff2") format("woff2");
  font-weight: 400 700; font-style: normal; font-display: swap;
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/inter-latinext.woff2") format("woff2");
  font-weight: 400 700; font-style: normal; font-display: swap;
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF,U+FB00-FB06;
}

/* ---------- Design tokens ---------- */
:root {
  /* color */
  --green-900: #102619;
  --green-800: #163A26;
  --green-700: #1B5E3A;
  --green-600: #1F7A4A;   /* primary CTA / brand */
  --green-500: #2E9E63;
  --green-100: #DCEEE2;
  --green-050: #EEF6F0;
  --yolk-600:  #E0950F;
  --yolk:      #F6B321;   /* accent */
  --yolk-300:  #FBD978;
  --yolk-100:  #FCEFC8;
  --cream:     #FCF8F1;
  --cream-2:   #F4ECDC;
  --ink:       #1B2A21;
  --muted:     #5C6A5E;
  --white:     #ffffff;
  --line:      rgba(27, 42, 33, .10);

  /* type scale */
  --f-display: "Jakarta", system-ui, sans-serif;
  --f-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --fs-xs: .8125rem;
  --fs-sm: .9375rem;
  --fs-base: 1.0625rem;
  --fs-lead: 1.1875rem;

  /* layout */
  --maxw: 1200px;
  --gutter: clamp(1.15rem, 4vw, 2.5rem);
  --r-sm: 14px;
  --r: 22px;
  --r-lg: 32px;
  --r-pill: 999px;
  --shadow-sm: 0 6px 18px -10px rgba(20, 40, 25, .30);
  --shadow:    0 22px 50px -24px rgba(20, 40, 25, .38);
  --shadow-lg: 0 36px 80px -32px rgba(20, 40, 25, .45);
  --t: .28s cubic-bezier(.22,.61,.36,1);
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 84px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--f-body);
  color: var(--ink);
  background: var(--cream);
  font-size: var(--fs-base);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}

img, svg, iframe { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 { font-family: var(--f-display); font-weight: 800; line-height: 1.08; letter-spacing: -.02em; color: var(--green-800); }
h1 { font-size: clamp(2.35rem, 5.4vw, 3.9rem); line-height: 1.04; }
h2 { font-size: clamp(1.9rem, 3.7vw, 2.75rem); letter-spacing: -.018em; }
h3 { font-size: 1.28rem; font-weight: 700; letter-spacing: -.01em; }

p { color: var(--muted); }
.lead { font-size: var(--fs-lead); line-height: 1.6; color: #46524a; }
strong { color: var(--ink); font-weight: 700; }

.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
section { position: relative; }

/* kicker / eyebrow */
.kicker {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--f-body); font-weight: 700; font-size: var(--fs-xs);
  letter-spacing: .14em; text-transform: uppercase; color: var(--green-600);
  margin-bottom: 1rem;
}
.kicker .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--yolk); box-shadow: 0 0 0 4px var(--yolk-100); }
.kicker.on-dark { color: var(--yolk-300); }

/* highlighted word */
.hl { color: var(--green-700); background: linear-gradient(transparent 62%, var(--yolk-300) 62% 92%, transparent 92%); padding: 0 .06em; }

.skip-link { position: absolute; left: 50%; top: -64px; transform: translateX(-50%); background: var(--green-700); color: #fff; padding: .6rem 1rem; border-radius: 0 0 12px 12px; z-index: 1000; transition: top var(--t); }
.skip-link:focus { top: 0; }
:focus-visible { outline: 3px solid var(--green-500); outline-offset: 2px; border-radius: 8px; }

/* decorative blobs */
.blob { position: absolute; border-radius: 50%; filter: blur(8px); z-index: 0; pointer-events: none; }
.blob-yolk  { background: radial-gradient(closest-side, rgba(246,179,33,.40), transparent 70%); }
.blob-green { background: radial-gradient(closest-side, rgba(46,158,99,.26), transparent 70%); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  font-family: var(--f-body); font-weight: 700; font-size: 1rem;
  padding: .8rem 1.5rem; border-radius: var(--r-pill);
  border: 1.5px solid transparent; cursor: pointer; white-space: nowrap; line-height: 1.1;
  transition: transform var(--t), background var(--t), color var(--t), box-shadow var(--t), border-color var(--t);
}
.btn svg { width: 18px; height: 18px; }
.btn-lg { padding: 1rem 1.9rem; font-size: 1.05rem; }
.btn-block { width: 100%; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--green-600); color: #fff; box-shadow: 0 10px 24px -10px rgba(31,122,74,.6); }
.btn-primary:hover { background: var(--green-700); transform: translateY(-2px); box-shadow: 0 16px 30px -12px rgba(31,122,74,.7); }
.btn-yolk { background: var(--yolk); color: #3b2a05; box-shadow: 0 10px 24px -10px rgba(224,149,15,.6); }
.btn-yolk:hover { background: var(--yolk-300); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--green-700); border-color: rgba(27,94,58,.28); }
.btn-ghost:hover { background: var(--green-050); border-color: var(--green-600); transform: translateY(-2px); }
.btn-light { background: #fff; color: var(--green-700); }
.btn-light:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-text { background: transparent; color: var(--green-700); padding-inline: .4rem; }
.btn-text:hover { color: var(--green-600); }
.btn-text svg { color: var(--yolk-600); }

.link-arrow { display: inline-flex; align-items: center; gap: .45rem; font-weight: 700; color: var(--green-600); }
.link-arrow span { transition: transform var(--t); }
.link-arrow:hover span { transform: translateX(4px); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(252, 248, 241, .82); backdrop-filter: saturate(150%) blur(12px);
  border-bottom: 1px solid transparent; transition: border-color var(--t), box-shadow var(--t);
}
.site-header.scrolled { border-bottom-color: var(--line); box-shadow: 0 8px 26px -20px rgba(20,40,25,.7); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 72px; }
.brand { display: inline-flex; align-items: center; gap: .6rem; }
.brand-mark { width: 44px; height: 44px; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name { font-family: var(--f-display); font-weight: 800; font-size: 1.24rem; letter-spacing: -.01em; color: var(--green-800); }
.brand-sub { font-size: .6rem; letter-spacing: .32em; font-weight: 700; color: var(--yolk-600); margin-top: 4px; }

.nav-toggle { display: inline-flex; flex-direction: column; gap: 5px; justify-content: center; width: 46px; height: 46px; padding: 0 11px; background: transparent; border: 0; cursor: pointer; }
.nav-toggle span { height: 2.5px; border-radius: 3px; background: var(--green-800); transition: transform var(--t), opacity var(--t); }
.nav-menu { list-style: none; padding: 0; }

@media (max-width: 879px) {
  .nav-menu {
    position: fixed; inset: 72px 0 auto 0; background: var(--cream);
    border-bottom: 1px solid var(--line); display: flex; flex-direction: column; gap: .15rem;
    padding: 1rem var(--gutter) 1.6rem; transform: translateY(-12px); opacity: 0; pointer-events: none;
    transition: transform var(--t), opacity var(--t); box-shadow: var(--shadow);
  }
  .nav-menu li a:not(.btn) { display: block; padding: .75rem .2rem; font-weight: 600; color: var(--green-800); border-bottom: 1px solid var(--line); }
  .nav-cta { margin-top: .8rem; }
  .nav-cta .btn { width: 100%; }
  .nav.open .nav-menu { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav.open .nav-toggle span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
  .nav.open .nav-toggle span:nth-child(2) { opacity: 0; }
  .nav.open .nav-toggle span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
}
@media (min-width: 880px) {
  .nav-toggle { display: none; }
  .nav-menu { display: flex; align-items: center; gap: 2rem; }
  .nav-menu li a:not(.btn) { font-weight: 600; color: var(--green-800); position: relative; padding: .3rem 0; font-size: .98rem; }
  .nav-menu li a:not(.btn)::after { content: ""; position: absolute; left: 0; bottom: -3px; height: 2px; width: 0; background: var(--yolk); transition: width var(--t); }
  .nav-menu li a:not(.btn):hover::after { width: 100%; }
  .nav-cta { margin-left: .4rem; }
}

/* ---------- Hero ---------- */
.hero { padding: clamp(2rem, 5vw, 4rem) 0 clamp(2.6rem, 6vw, 4.4rem); overflow: visible; }
.hero .blob-yolk  { width: 460px; height: 460px; top: -120px; right: -90px; }
.hero .blob-green { width: 380px; height: 380px; bottom: -140px; left: -120px; }
.hero-grid { display: grid; gap: clamp(2rem, 5vw, 3.4rem); align-items: center; position: relative; z-index: 1; }
.hero h1 { margin-bottom: 1.1rem; }
.hero .lead { max-width: 36ch; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .6rem 1rem; margin-top: 1.8rem; }
.hero-trust { list-style: none; padding: 0; margin: 1.7rem 0 0; display: flex; flex-wrap: wrap; gap: .6rem 1.4rem; }
.hero-trust li { display: inline-flex; align-items: center; gap: .45rem; font-size: var(--fs-sm); font-weight: 600; color: var(--green-800); }
.hero-trust svg { width: 18px; height: 18px; color: var(--green-600); flex: none; }

.hero-media { position: relative; }
.media-arch {
  position: relative; border-radius: 290px 290px var(--r) var(--r); overflow: hidden;
  box-shadow: var(--shadow-lg); border: 8px solid #fff; max-width: 460px; margin-inline: auto;
  aspect-ratio: 5 / 6.4;
}
.media-arch img { width: 100%; height: 100%; object-fit: cover; }
.hero-media .float-card {
  position: absolute; left: -8px; bottom: 26px; z-index: 3;
  display: flex; align-items: center; gap: .7rem; background: #fff;
  padding: .6rem .9rem .6rem .6rem; border-radius: var(--r-pill); box-shadow: var(--shadow);
}
.hero-media .float-card img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; }
.hero-media .float-card b { display: block; font-size: .92rem; color: var(--ink); font-family: var(--f-display); }
.hero-media .float-card span { display: block; font-size: .76rem; color: var(--muted); }
.hero-media .float-pill {
  position: absolute; top: 20px; right: -6px; z-index: 3;
  display: inline-flex; align-items: center; gap: .45rem; background: var(--yolk);
  color: #3b2a05; font-weight: 700; font-size: .86rem; padding: .5rem .9rem; border-radius: var(--r-pill);
  box-shadow: var(--shadow); rotate: 3deg;
}
.hero-media .float-pill svg { width: 17px; height: 17px; }

@media (min-width: 880px) {
  .hero-grid { grid-template-columns: 1.02fr .98fr; }
  .media-arch { margin-right: 0; margin-left: auto; max-width: 480px; }
}

/* ---------- Features ---------- */
.features { padding: clamp(2.6rem, 6vw, 4.4rem) 0; }
.features .container { background: var(--green-050); border: 1px solid var(--green-100); border-radius: var(--r-lg); padding: clamp(1.6rem, 4vw, 3rem); }
.features-head { max-width: 56ch; margin-bottom: clamp(1.6rem, 3vw, 2.4rem); }
.feature-grid { display: grid; grid-template-columns: 1fr; gap: clamp(.9rem, 2vw, 1.3rem); }
.feature { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 1.5rem 1.4rem; transition: transform var(--t), box-shadow var(--t); }
.feature:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.feature-icon { display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; border-radius: 16px; margin-bottom: 1rem; background: var(--green-100); color: var(--green-700); }
.feature:nth-child(2) .feature-icon { background: var(--yolk-100); color: var(--yolk-600); }
.feature-icon svg { width: 28px; height: 28px; }
.feature h3 { color: var(--green-800); margin-bottom: .35rem; }
.feature p { font-size: var(--fs-sm); }
@media (min-width: 620px) { .feature-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 980px) { .feature-grid { grid-template-columns: repeat(4, 1fr); } }

/* ---------- Story ---------- */
.story { padding: clamp(2.8rem, 7vw, 5.4rem) 0; overflow: hidden; }
.story .blob-yolk { width: 360px; height: 360px; top: 40px; left: -160px; }
.story-grid { display: grid; gap: clamp(2.2rem, 6vw, 4rem); align-items: center; position: relative; z-index: 1; }
.story-media { position: relative; padding: 0 0 2.2rem; }
.story-panel { position: absolute; inset: 1.6rem -1.2rem -0.2rem 1.6rem; background: var(--green-100); border-radius: var(--r-lg); z-index: 0; }
.story-figure { position: relative; z-index: 1; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow); border: 8px solid #fff; aspect-ratio: 4 / 3.3; }
.story-figure img { width: 100%; height: 100%; object-fit: cover; }
.story-stat {
  position: absolute; right: -.4rem; bottom: 0; z-index: 2; background: #fff; border-radius: var(--r);
  box-shadow: var(--shadow); padding: .9rem 1.1rem; display: flex; align-items: center; gap: .7rem;
}
.story-stat .num { font-family: var(--f-display); font-weight: 800; font-size: 1.5rem; color: var(--green-600); line-height: 1; }
.story-stat .lbl { font-size: .8rem; color: var(--muted); line-height: 1.25; }
.story-copy h2 { margin-bottom: 1rem; }
.story-copy p + p { margin-top: .9rem; }
.story-mini { display: flex; flex-wrap: wrap; gap: .7rem; margin: 1.5rem 0; }
.story-mini span { display: inline-flex; align-items: center; gap: .5rem; background: var(--cream-2); border-radius: var(--r-pill); padding: .5rem .95rem; font-size: var(--fs-sm); font-weight: 600; color: var(--green-800); }
.story-mini svg { width: 17px; height: 17px; color: var(--green-600); }
@media (min-width: 900px) { .story-grid { grid-template-columns: 1.05fr .95fr; } }

/* ---------- Gallery ---------- */
.gallery { padding: clamp(2.8rem, 7vw, 5.4rem) 0; }
.gallery-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 1rem; margin-bottom: clamp(1.6rem, 3vw, 2.4rem); }
.gallery-head .lead { max-width: 42ch; }
.g-grid { display: grid; grid-template-columns: 1fr; gap: clamp(.8rem, 1.6vw, 1.1rem); }
.g-item { position: relative; overflow: hidden; border-radius: var(--r); box-shadow: var(--shadow-sm); min-height: 240px; }
.g-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.22,.61,.36,1); }
.g-item:hover img { transform: scale(1.06); }
.g-cap { position: absolute; left: .9rem; bottom: .9rem; z-index: 2; display: inline-flex; align-items: center; gap: .45rem; background: rgba(252,248,241,.92); color: var(--green-800); font-weight: 700; font-size: .88rem; padding: .45rem .85rem; border-radius: var(--r-pill); box-shadow: var(--shadow-sm); }
.g-cap svg { width: 16px; height: 16px; color: var(--yolk-600); }
@media (min-width: 720px) {
  .g-grid { grid-template-columns: repeat(4, 1fr); grid-auto-rows: 230px; }
  .g-item { min-height: 0; }
  .g-item.big { grid-column: span 2; grid-row: span 2; }
  .g-item.wide { grid-column: span 2; }
}

/* ---------- CTA band ---------- */
.cta-band { margin: clamp(1rem, 3vw, 2rem) 0; }
.cta-inner {
  position: relative; overflow: hidden; border-radius: var(--r-lg); text-align: center; color: #fff;
  padding: clamp(2.8rem, 7vw, 5rem) var(--gutter);
  background-image: linear-gradient(rgba(16,38,25,.80), rgba(22,58,38,.86)), url("/assets/img/eggs-tray-1600.webp");
  background-size: cover; background-position: center;
}
@media (min-width: 1100px) { .cta-inner { background-image: linear-gradient(rgba(16,38,25,.80), rgba(22,58,38,.86)), url("/assets/img/eggs-tray-2200.webp"); } }
.cta-inner h2 { color: #fff; max-width: 18ch; margin: .4rem auto 0; }
.cta-inner .lead { color: rgba(255,255,255,.86); max-width: 44ch; margin: .9rem auto 0; }
.cta-actions { display: flex; flex-wrap: wrap; gap: .7rem; justify-content: center; margin-top: 1.9rem; }

/* ---------- Contact ---------- */
.contact { padding: clamp(2.8rem, 7vw, 5.2rem) 0 clamp(2rem, 5vw, 3.4rem); }
.contact-grid { display: grid; gap: clamp(1.6rem, 4vw, 2.6rem); align-items: start; }
.contact-info h2 { margin-bottom: 1rem; }
.contact-info .lead { max-width: 38ch; }
.contact-list { list-style: none; padding: 0; margin-top: 1.8rem; display: grid; gap: 1.1rem; }
.contact-list li { display: flex; gap: .9rem; align-items: center; }
.contact-list .ci-icon { flex: none; width: 46px; height: 46px; border-radius: 14px; background: var(--green-100); color: var(--green-700); display: inline-flex; align-items: center; justify-content: center; }
.contact-list .ci-icon svg { width: 22px; height: 22px; }
.contact-list .ci-label { display: block; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); font-weight: 700; margin-bottom: 1px; }
.contact-list a, .contact-list .ci-val { font-weight: 600; color: var(--ink); }
.contact-list a:hover { color: var(--green-600); }

.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.4rem, 4vw, 2.2rem); box-shadow: var(--shadow); }
.field { margin-bottom: 1rem; }
.field label { display: block; font-weight: 600; font-size: .9rem; color: var(--green-800); margin-bottom: .4rem; }
.field .opt { color: var(--muted); font-weight: 400; }
.field input, .field textarea { width: 100%; font-family: inherit; font-size: 1rem; color: var(--ink); background: var(--cream); border: 1.5px solid var(--line); border-radius: 12px; padding: .8rem .95rem; transition: border-color var(--t), background var(--t), box-shadow var(--t); }
.field textarea { resize: vertical; min-height: 124px; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--green-500); background: #fff; box-shadow: 0 0 0 4px rgba(46,158,99,.16); }
.field input:user-invalid, .field textarea:user-invalid { border-color: #c0612b; box-shadow: 0 0 0 4px rgba(192,97,43,.14); }
.form-hint { font-size: .82rem; color: var(--muted); margin-top: .85rem; text-align: center; }
@media (min-width: 900px) { .contact-grid { grid-template-columns: 1fr 1.08fr; } }

/* ---------- Map ---------- */
.map-section { padding-bottom: clamp(2.4rem, 6vw, 4rem); }
.map-frame { border-radius: var(--r-lg); overflow: hidden; border: 8px solid #fff; box-shadow: var(--shadow); }
.map-frame iframe { width: 100%; height: clamp(320px, 40vw, 440px); border: 0; }
.map-actions { margin-top: 1rem; text-align: center; }

/* ---------- Footer ---------- */
.site-footer { background: var(--green-900); color: rgba(255,255,255,.72); }
.footer-top { display: grid; gap: 1.8rem; padding: clamp(2.6rem, 5vw, 3.6rem) 0 1.8rem; }
.footer-brand { display: flex; align-items: center; gap: .8rem; }
.footer-brand img { width: 44px; height: 44px; }
.footer-name { display: block; font-family: var(--f-display); font-weight: 800; font-size: 1.18rem; color: var(--cream); }
.footer-tag { display: block; font-size: .9rem; color: rgba(255,255,255,.6); margin-top: 3px; }
.footer-blurb { max-width: 40ch; font-size: var(--fs-sm); color: rgba(255,255,255,.62); }
.footer-col h4 { color: var(--yolk-300); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: .8rem; font-family: var(--f-body); font-weight: 700; }
.footer-col ul { list-style: none; padding: 0; display: grid; gap: .5rem; font-size: .95rem; }
.footer-col a:hover { color: var(--yolk-300); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding: 1.1rem 0 1.4rem; font-size: .82rem; color: rgba(255,255,255,.5); display: flex; flex-wrap: wrap; gap: .4rem 1rem; justify-content: space-between; }
@media (min-width: 760px) { .footer-top { grid-template-columns: 1.6fr 1fr 1fr; } }

/* ---------- Floating call ---------- */
.float-call { position: fixed; right: clamp(1rem, 4vw, 1.8rem); bottom: clamp(1rem, 4vw, 1.8rem); z-index: 90; width: 58px; height: 58px; border-radius: 50%; background: var(--green-600); color: #fff; display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 14px 30px -10px rgba(31,122,74,.7); transition: transform var(--t), background var(--t); }
.float-call svg { width: 26px; height: 26px; }
.float-call:hover { background: var(--green-700); transform: translateY(-3px) scale(1.05); }
@media (min-width: 880px) { .float-call { width: 62px; height: 62px; } }

/* ---------- 404 ---------- */
.nf { min-height: 78vh; display: grid; place-items: center; text-align: center; padding: 3rem var(--gutter); }
.nf img { width: 88px; height: 88px; margin: 0 auto 1.4rem; }
.nf p { margin: .9rem auto 1.8rem; max-width: 38ch; }

/* ---------- Reveal (gated behind .js) ---------- */
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.22,.61,.36,1); }
.js .reveal.in { opacity: 1; transform: none; }
.js .reveal.d1 { transition-delay: .08s; }
.js .reveal.d2 { transition-delay: .16s; }
.js .reveal.d3 { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) { .js .reveal { opacity: 1; transform: none; transition: none; } }
