/* Bloom — tokeni templata, scopovani na .sec-bloom-services. */

/* ============================================================
   DESIGN TOKENS — Template 7 "Bloom"
   Niche variant: F — Dental hygiene / prophylaxis studio
   >>> NEW variant, not in the original style guide. Rules and
       reasoning live in the BUILDER-LOG, §4c. <<<

   Register: care, not treatment. Calm, tended, unhurried.
   Plum carries the page, eucalyptus is the only second tone.
   Shape language: capsules (stadium shapes) + dot grids.
   Change ONLY this file to re-skin the whole template.
   ============================================================ */

.sec-bloom-services {
  /* ---------- Color ---------- */
  --c-bg:          #FBF9FA;   /* near-white with a warm mauve cast */
  --c-bg-alt:      #F4EEF1;
  --c-white:       #FFFFFF;
  --c-surface:     #EFE6EB;   /* plum tint for cards / soft fills */

  --c-primary:     #6A3B57;   /* plum — 8.5:1 on --c-bg, safe for text */
  --c-primary-dk:  #46243A;   /* headings, dark sections */
  --c-primary-lt:  #A9829A;
  --c-primary-08:  rgba(106, 59, 87, 0.08);
  --c-primary-14:  rgba(106, 59, 87, 0.14);

  --c-accent:      #7FA98F;   /* eucalyptus — icons, fills, arcs */
  --c-accent-dk:   #3F6B54;   /* AA-safe eucalyptus for TEXT (5.9:1) */
  --c-accent-soft: #E4EFE8;
  --c-accent-tint: rgba(127, 169, 143, 0.18);

  --c-text:        #241B21;
  --c-text-muted:  #5E5059;   /* 7.3:1 on --c-bg */
  --c-on-dark:     #F6EEF2;
  --c-on-dark-mu:  rgba(246, 238, 242, 0.76);

  --c-line:        rgba(36, 27, 33, 0.10);
  --c-line-strong: rgba(36, 27, 33, 0.20);
  --c-line-dark:   rgba(246, 238, 242, 0.20);

  --c-whatsapp:    #128C7E;
  --c-whatsapp-dk: #0E6F63;
  --c-star:        #E0A02E;

  /* ---------- Elevation — soft, never hard-edged ---------- */
  --sh-xs: 0 1px 2px rgba(60, 30, 47, 0.05);
  --sh-sm: 0 4px 16px -6px rgba(60, 30, 47, 0.14);
  --sh-md: 0 14px 34px -12px rgba(60, 30, 47, 0.22);
  --sh-lg: 0 26px 58px -18px rgba(60, 30, 47, 0.28);
  --sh-xl: 0 44px 90px -28px rgba(60, 30, 47, 0.34);

  /* ---------- Radius ---------- */
  --r-xs:  10px;
  --r-sm:  14px;
  --r-md:  20px;
  --r-lg:  28px;
  --r-xl:  40px;
  --r-2xl: 56px;
  --r-pill: 999px;
  --r-circle: 50%;

  /* Gallery tiles are pinned at 12px on purpose: the brief asks for
     10–15px there, softer than the rest of the page but still crisp
     enough that a dense mosaic does not read as a bag of pills. */
  --r-gallery: 12px;

  /* ---------- Spacing — 8px base ---------- */
  --sp-1:   4px;
  --sp-2:   8px;
  --sp-3:  16px;
  --sp-4:  24px;
  --sp-5:  32px;
  --sp-6:  48px;
  --sp-7:  64px;
  --sp-8:  96px;
  --sp-9: 128px;

  --section-y: clamp(64px, 8.5vw, 118px);
  --gutter:    clamp(20px, 5vw, 48px);
  --maxw:      1240px;

  /* ---------- Typography ---------- */
  --ff-display: "Figtree", "Segoe UI", system-ui, sans-serif;
  --ff-body:    "Karla", "Segoe UI", system-ui, -apple-system, sans-serif;

  --fs-xs:   0.8125rem;
  --fs-sm:   0.9375rem;
  --fs-base: 1rem;
  --fs-md:   1.0625rem;
  --fs-lg:   clamp(1.125rem, 0.4vw + 1.05rem, 1.25rem);
  --fs-h4:   clamp(1.1875rem, 0.6vw + 1.05rem, 1.4375rem);
  --fs-h3:   clamp(1.4375rem, 1vw + 1.18rem, 1.875rem);
  --fs-h2:   clamp(2rem, 2.4vw + 1.4rem, 3.125rem);
  --fs-h1:   clamp(2.4375rem, 3.9vw + 1.35rem, 4.25rem);

  --lh-tight: 1.05;
  --lh-snug:  1.18;
  --lh-body:  1.62;

  --ls-tight: -0.025em;
  --ls-label:  0.14em;

  /* ---------- Motion ---------- */
  --ease:      cubic-bezier(0.4, 0, 0.2, 1);
  --ease-out:  cubic-bezier(0.16, 1, 0.3, 1);
  --ease-soft: cubic-bezier(0.33, 1, 0.68, 1);
  --t-fast: 150ms;
  --t-base: 280ms;
  --t-slow: 640ms;

  /* ---------- Layout ---------- */
  --header-h:  78px;   /* main bar only — the utility strip sits on top */
  --util-h:    38px;   /* collapses to 0 on scroll (header.js) */
  --z-header: 100;
  --z-mobilebar: 90;
  --z-menu: 95;
  --z-lightbox: 200;
}

@media (max-width: 900px) {
  .sec-bloom-services { --header-h: 64px; --util-h: 0px; }
}

/* Bloom — reset i zajedničke primitive (base.css). */

/* ============================================================
   BASE — Template 7 "Bloom"
   Signature: capsule (stadium) shapes .u-capsule and a dot grid
   .u-dots as the recurring device. Both are soft-edged by
   definition, which is what the style guide asks for.
   ============================================================ */

.sec-bloom-services *, .sec-bloom-services *::before, .sec-bloom-services *::after { box-sizing: border-box; }

.sec-bloom-services {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 24px);
}

.sec-bloom-services {
  margin: 0;
  background: var(--c-bg);
  color: var(--c-text);
  font-family: var(--ff-body);
  font-size: var(--fs-md);
  line-height: var(--lh-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  overflow-x: clip;
}

.sec-bloom-services img, .sec-bloom-services svg, .sec-bloom-services video { display: block; max-width: 100%; }
.sec-bloom-services img { height: auto; }

.sec-bloom-services h1, .sec-bloom-services h2, .sec-bloom-services h3, .sec-bloom-services h4 {
  font-family: var(--ff-display);
  font-weight: 700;
  color: var(--c-primary-dk);
  letter-spacing: var(--ls-tight);
  line-height: var(--lh-snug);
  margin: 0;
  text-wrap: balance;
}
.sec-bloom-services h1 { font-size: var(--fs-h1); line-height: var(--lh-tight); font-weight: 800; }
.sec-bloom-services h2 { font-size: var(--fs-h2); line-height: 1.1; }
.sec-bloom-services h3 { font-size: var(--fs-h3); }
.sec-bloom-services h4 { font-size: var(--fs-h4); }

.sec-bloom-services p { margin: 0; text-wrap: pretty; }
.sec-bloom-services ul, .sec-bloom-services ol { margin: 0; padding: 0; list-style: none; }

.sec-bloom-services a { color: inherit; text-decoration: none; transition: color var(--t-fast) var(--ease); }
.sec-bloom-services button { font: inherit; color: inherit; border: 0; background: none; cursor: pointer; }

.sec-bloom-services :focus-visible { outline: 3px solid var(--c-primary); outline-offset: 3px; border-radius: var(--r-xs); }
.sec-bloom-services :focus:not(:focus-visible) { outline: none; }
.sec-bloom-services ::selection { background: var(--c-accent-soft); color: var(--c-primary-dk); }

/* ---------- Layout primitives ---------- */

.sec-bloom-services .u-container {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.sec-bloom-services .u-section { position: relative; padding-block: var(--section-y); }
.sec-bloom-services .u-section--alt { background: var(--c-bg-alt); }

.sec-bloom-services .u-sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip-path: inset(50%); white-space: nowrap; border: 0;
}

.sec-bloom-services .u-skip-link {
  position: absolute; top: 8px; left: 8px; z-index: 999;
  transform: translateY(-200%);
  background: var(--c-primary-dk); color: var(--c-white);
  padding: 12px 22px; border-radius: var(--r-pill);
  font-size: var(--fs-sm); font-weight: 700;
}
.sec-bloom-services .u-skip-link:focus { transform: translateY(0); }

/* ============================================================
   DARK SCOPE
   A section on a brand-coloured background inherits the wrong
   text colours: h2 defaults to --c-primary-dk and .u-label to
   --c-primary, both tuned for light backgrounds. Put .u-dark on
   the section and the whole subtree is corrected in one place.
   (BUILDER-LOG section 4 — this was missed in T6 and had to be
   fixed from a screenshot afterwards.)
   ============================================================ */
.sec-bloom-services .u-dark { color: var(--c-on-dark); }
.sec-bloom-services .u-dark h1, .sec-bloom-services .u-dark h2, .sec-bloom-services .u-dark h3, .sec-bloom-services .u-dark h4 { color: var(--c-on-dark); }
.sec-bloom-services .u-dark p { color: var(--c-on-dark-mu); }
.sec-bloom-services .u-dark .u-label { color: var(--c-accent); }
.sec-bloom-services .u-dark .u-label::before { background: var(--c-accent); }
.sec-bloom-services .u-dark .u-head p { color: var(--c-on-dark-mu); }

/* ---------- Eyebrow label + section head ---------- */

.sec-bloom-services .u-label {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--ff-display);
  font-size: var(--fs-xs); font-weight: 700;
  letter-spacing: var(--ls-label); text-transform: uppercase;
  color: var(--c-primary);
}
.sec-bloom-services .u-label::before {
  content: "";
  width: 26px; height: 8px; border-radius: var(--r-pill);
  background: var(--c-accent);
  flex: none;
}

.sec-bloom-services .u-head > * + * { margin-top: var(--sp-3); }
.sec-bloom-services .u-head--center { text-align: center; margin-inline: auto; }
.sec-bloom-services .u-head--center .u-label { justify-content: center; }
.sec-bloom-services .u-head h2 { max-width: 20ch; }
.sec-bloom-services .u-head--center h2 { margin-inline: auto; }
.sec-bloom-services .u-head p { color: var(--c-text-muted); font-size: var(--fs-lg); max-width: 62ch; }
.sec-bloom-services .u-head--center p { margin-inline: auto; }

/* Underlined word — the "smile arc" the style guide suggests, drawn
   as a soft curve under one word instead of a straight rule. */
.sec-bloom-services .u-arc {
  position: relative;
  white-space: nowrap;
  color: var(--c-primary);
}
.sec-bloom-services .u-arc::after {
  content: "";
  position: absolute; left: -2%; right: -2%; bottom: -0.16em;
  height: 0.34em;
  border-radius: 0 0 var(--r-pill) var(--r-pill);
  border-bottom: 5px solid var(--c-accent);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.sec-bloom-services .u-dark .u-arc { color: var(--c-white); }

/* ---------- Capsule (signature device) ---------- */

/* A stadium-shaped media frame. On a portrait slot the short axis
   goes fully round, which is the recurring silhouette of the page. */
.sec-bloom-services .u-capsule {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-pill);
  background: var(--c-surface);
}
.sec-bloom-services .u-capsule :is(img, video) {
  width: 100%; height: 100%;
  object-fit: cover;
}
.sec-bloom-services .u-capsule--soft { border-radius: var(--r-2xl); }

/* Dot grid — the only background texture used, one per section max. */
.sec-bloom-services .u-dots {
  background-image: radial-gradient(var(--dot-c, var(--c-primary-14)) 1.6px, transparent 1.7px);
  background-size: var(--dot-s, 18px) var(--dot-s, 18px);
}

/* ---------- Pills / chips ---------- */

.sec-bloom-services .u-pill {
  display: inline-flex; align-items: center; gap: 8px;
  min-height: 38px;
  padding: 8px 16px;
  border-radius: var(--r-pill);
  background: var(--pill-bg, var(--c-white));
  color: var(--pill-fg, var(--c-primary-dk));
  border: 1px solid var(--pill-bd, var(--c-line));
  font-family: var(--ff-display);
  font-size: var(--fs-sm); font-weight: 600;
  white-space: nowrap;
}
.sec-bloom-services .u-pill--accent { --pill-bg: var(--c-accent-soft); --pill-bd: transparent; --pill-fg: var(--c-accent-dk); }
.sec-bloom-services .u-pill--plum { --pill-bg: var(--c-surface); --pill-bd: transparent; --pill-fg: var(--c-primary-dk); }
.sec-bloom-services .u-pill svg { width: 18px; height: 18px; flex: none; color: var(--c-accent-dk); }

/* ---------- Stars ---------- */

.sec-bloom-services .u-stars { display: inline-flex; gap: 2px; }
.sec-bloom-services .u-stars svg { width: 17px; height: 17px; color: var(--c-star); }
.sec-bloom-services .u-stars--lg svg { width: 22px; height: 22px; }

/* ---------- Buttons ---------- */

.sec-bloom-services .u-btn {
  --btn-bg: var(--c-primary);
  --btn-fg: var(--c-white);
  --btn-bd: transparent;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px;
  padding: 14px 28px;
  border: 2px solid var(--btn-bd);
  border-radius: var(--r-pill);
  background: var(--btn-bg);
  color: var(--btn-fg);
  font-family: var(--ff-display);
  font-size: var(--fs-md); font-weight: 600;
  line-height: 1.1;
  text-align: center;
  cursor: pointer;
  transition: transform var(--t-base) var(--ease-out),
              box-shadow var(--t-base) var(--ease-out),
              background-color var(--t-fast) var(--ease),
              color var(--t-fast) var(--ease),
              border-color var(--t-fast) var(--ease);
}
.sec-bloom-services .u-btn svg { flex: none; width: 20px; height: 20px; }
.sec-bloom-services .u-btn:hover { transform: translateY(-2px); }
.sec-bloom-services .u-btn:active { transform: translateY(0) scale(0.995); transition-duration: 60ms; }

.sec-bloom-services .u-btn--solid { box-shadow: var(--sh-md); }
.sec-bloom-services .u-btn--solid:hover { --btn-bg: var(--c-primary-dk); box-shadow: var(--sh-lg); }

.sec-bloom-services .u-btn--line { --btn-bg: transparent; --btn-fg: var(--c-primary-dk); --btn-bd: var(--c-line-strong); }
.sec-bloom-services .u-btn--line:hover { --btn-bd: var(--c-primary); --btn-bg: var(--c-white); }

.sec-bloom-services .u-btn--soft { --btn-bg: var(--c-accent-soft); --btn-fg: var(--c-accent-dk); }
.sec-bloom-services .u-btn--soft:hover { --btn-bg: #D6E8DC; }

.sec-bloom-services .u-btn--white { --btn-bg: var(--c-white); --btn-fg: var(--c-primary-dk); box-shadow: var(--sh-md); }
.sec-bloom-services .u-btn--white:hover { --btn-bg: var(--c-bg-alt); }

.sec-bloom-services .u-btn--ghost { --btn-bg: transparent; --btn-fg: var(--c-on-dark); --btn-bd: var(--c-line-dark); }
.sec-bloom-services .u-btn--ghost:hover { --btn-bg: rgba(246, 238, 242, 0.12); --btn-bd: rgba(246, 238, 242, 0.5); }

.sec-bloom-services .u-btn--wa { --btn-bg: var(--c-whatsapp); --btn-fg: #fff; box-shadow: var(--sh-md); }
.sec-bloom-services .u-btn--wa:hover { --btn-bg: var(--c-whatsapp-dk); box-shadow: var(--sh-lg); }

.sec-bloom-services .u-btn--lg { min-height: 60px; padding: 18px 34px; font-size: var(--fs-lg); }
.sec-bloom-services .u-btn--block { width: 100%; }

/* ---------- Scroll reveal ---------- */

/* Hidden start state gated on .has-js (set by app.js) so a script
   failure can never leave a blank hole where content should be. */
.sec-bloom-services.has-js [data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms var(--ease-out), transform 700ms var(--ease-out);
  transition-delay: var(--reveal-delay, 0ms);
}
.sec-bloom-services.has-js [data-reveal].is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .sec-bloom-services { scroll-behavior: auto; }
  .sec-bloom-services *, .sec-bloom-services *::before, .sec-bloom-services *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .sec-bloom-services.has-js [data-reveal] { opacity: 1; transform: none; }
}

@media print {
  .sec-bloom-services .site-head, .sec-bloom-services .mobile-bar, .sec-bloom-services .cta, .sec-bloom-services .stage { display: none !important; }
  .sec-bloom-services { background: #fff; }
}

/* ============================================================
   MEDIA SLOTS — every image slot also takes a <video>

   Each slot rule is written as `:is(img,video)`, so swapping the
   tag is the whole job — sizing, crop and radius stay identical:

     <img   src="_shared/img/hero-main.svg" width="880" height="1100" alt="...">
     <video src="_shared/video/hero.mp4" poster="_shared/img/hero-main.svg"
            width="880" height="1100" data-inline muted loop playsinline
            aria-label="..."></video>

   `data-inline` hands the element to app.js, which plays it only
   while it is on screen, pauses it when the tab is hidden, adds a
   pause control (WCAG 2.2.2) and skips autoplay entirely under
   prefers-reduced-motion — the poster stays in that case.

   Keep width/height (or let the slot aspect-ratio do it) so the
   layout does not shift while the file loads.
   ============================================================ */

/* Baseline for slots that never sized their <img> explicitly. */
.sec-bloom-services video { width: 100%; height: auto; }

/* Parent of an inline video: only promoted when it is static, so a
   slot that already positions itself is left alone. */
.sec-bloom-services .has-inline-video { position: relative; }

.sec-bloom-services .u-mediactl {
  position: absolute;
  right: 12px; bottom: 12px;
  z-index: 2;
  display: inline-flex; align-items: center; gap: 8px;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: var(--sh-sm);
  color: var(--c-text);
  font-family: var(--ff-display);
  font-size: var(--fs-xs); font-weight: 600;
  cursor: pointer;
  transition: background-color var(--t-base) var(--ease);
}
.sec-bloom-services .u-mediactl:hover { background: #fff; }
.sec-bloom-services .u-mediactl__ic { position: relative; width: 12px; height: 12px; flex: none; }
.sec-bloom-services .u-mediactl__ic::before, 
.sec-bloom-services .u-mediactl__ic::after {
  content: "";
  position: absolute; top: 0;
  width: 4px; height: 12px;
  border-radius: 1px;
  background: currentColor;
}
.sec-bloom-services .u-mediactl__ic::before { left: 0; }
.sec-bloom-services .u-mediactl__ic::after { right: 0; }

/* paused -> the icon becomes a play triangle */
.sec-bloom-services .u-mediactl[aria-pressed="true"] .u-mediactl__ic::before {
  left: 1px;
  width: 0; height: 0;
  border-radius: 0;
  background: none;
  border-left: 11px solid currentColor;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.sec-bloom-services .u-mediactl[aria-pressed="true"] .u-mediactl__ic::after { opacity: 0; }

/* Small slots (avatars, thumbnails) do not get room for a label. */
.sec-bloom-services .u-mediactl--compact { padding: 0; width: 44px; justify-content: center; }
.sec-bloom-services .u-mediactl--compact .u-mediactl__tx { display: none; }

/* Sekcija services. */

/* ============================================================
   SECTION: SERVICES
   Tier 1: three capsule-topped cards, the middle one wider and
   raised — the treatment most people are actually here for.
   Tier 2: six compact chips.
   Icons only. Never a photo in this section.
   ============================================================ */

.sec-bloom-services .svc { overflow: hidden; }   /* the hover lift must not widen the page */
.sec-bloom-services .svc__head { max-width: 62rem; }
.sec-bloom-services .svc__head h2 { max-width: 22ch; }

/* ---------- Tier 1 ---------- */

.sec-bloom-services .svc__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--sp-4);
  margin-top: clamp(32px, 4vw, 56px);
  align-items: start;
}

.sec-bloom-services .scard {
  position: relative;
  display: flex; flex-direction: column;
  padding: var(--sp-5);
  border-radius: var(--r-xl);
  background: var(--c-white);
  border: 1px solid var(--c-line);
  box-shadow: var(--sh-sm);
  transition: transform var(--t-base) var(--ease-out), box-shadow var(--t-base) var(--ease-out);
}
.sec-bloom-services .scard:hover { transform: translateY(-5px); box-shadow: var(--sh-lg); }

/* The middle card carries the main treatment: a touch bigger, tinted,
   and lifted. No badge needed — the size says it. */
.sec-bloom-services .scard--wide {
  background: linear-gradient(172deg, var(--c-white), var(--c-accent-soft) 165%);
  border-color: var(--c-accent);
  box-shadow: var(--sh-md);
}

.sec-bloom-services .scard__ic {
  display: grid; place-items: center;
  width: 62px; height: 62px;
  border-radius: var(--r-circle);
  background: var(--c-accent-soft);
  color: var(--c-accent-dk);
  margin-bottom: var(--sp-4);
}
.sec-bloom-services .scard__ic svg { width: 30px; height: 30px; }
.sec-bloom-services .scard--wide .scard__ic { background: var(--c-primary); color: var(--c-white); }

.sec-bloom-services .scard h3 { margin-bottom: 8px; }

.sec-bloom-services .scard__meta {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin-bottom: var(--sp-3);
}
.sec-bloom-services .scard__meta span {
  display: inline-flex; align-items: center;
  padding: 4px 12px;
  border-radius: var(--r-pill);
  background: var(--c-bg-alt);
  font-family: var(--ff-display);
  font-size: var(--fs-xs); font-weight: 600;
  color: var(--c-primary-dk);
}
.sec-bloom-services .scard--wide .scard__meta span { background: var(--c-white); }

.sec-bloom-services .scard__tx { color: var(--c-text-muted); }

.sec-bloom-services .scard__list {
  display: grid; gap: 10px;
  margin-top: var(--sp-4);
  padding-top: var(--sp-4);
  border-top: 1px solid var(--c-line);
  font-size: var(--fs-sm);
}
.sec-bloom-services .scard__list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
}
.sec-bloom-services .scard__list li::before {
  content: "";
  width: 22px; height: 22px;
  border-radius: var(--r-circle);
  background: var(--c-accent-tint) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233F6B54' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12.5 4.4 4.4L19 7.3'/%3E%3C/svg%3E") center / 13px no-repeat;
  margin-top: 2px;
}

.sec-bloom-services .scard__ask {
  display: inline-flex; align-items: center; gap: 8px;
  min-height: 44px;
  margin-top: auto;
  padding-top: var(--sp-4);
  font-family: var(--ff-display);
  font-size: var(--fs-sm); font-weight: 600;
  color: var(--c-whatsapp-dk);
}
.sec-bloom-services .scard__ask span { transition: transform var(--t-base) var(--ease-out); }
.sec-bloom-services .scard__ask:hover { color: var(--c-primary-dk); }
.sec-bloom-services .scard__ask:hover span { transform: translateX(4px); }

/* ---------- Responsive ---------- */

@media (max-width: 1000px) {
  .sec-bloom-services .svc__grid { grid-template-columns: 1fr; max-width: 620px; }
}
@media (max-width: 620px) {
  .sec-bloom-services .scard { padding: var(--sp-4); }
}