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

/* ============================================================
   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-about {
  /* ---------- 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-about { --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-about *, .sec-bloom-about *::before, .sec-bloom-about *::after { box-sizing: border-box; }

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

.sec-bloom-about {
  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-about img, .sec-bloom-about svg, .sec-bloom-about video { display: block; max-width: 100%; }
.sec-bloom-about img { height: auto; }

.sec-bloom-about h1, .sec-bloom-about h2, .sec-bloom-about h3, .sec-bloom-about 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-about h1 { font-size: var(--fs-h1); line-height: var(--lh-tight); font-weight: 800; }
.sec-bloom-about h2 { font-size: var(--fs-h2); line-height: 1.1; }
.sec-bloom-about h3 { font-size: var(--fs-h3); }
.sec-bloom-about h4 { font-size: var(--fs-h4); }

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

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

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

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

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

.sec-bloom-about .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-about .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-about .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-about .u-dark { color: var(--c-on-dark); }
.sec-bloom-about .u-dark h1, .sec-bloom-about .u-dark h2, .sec-bloom-about .u-dark h3, .sec-bloom-about .u-dark h4 { color: var(--c-on-dark); }
.sec-bloom-about .u-dark p { color: var(--c-on-dark-mu); }
.sec-bloom-about .u-dark .u-label { color: var(--c-accent); }
.sec-bloom-about .u-dark .u-label::before { background: var(--c-accent); }
.sec-bloom-about .u-dark .u-head p { color: var(--c-on-dark-mu); }

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

.sec-bloom-about .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-about .u-label::before {
  content: "";
  width: 26px; height: 8px; border-radius: var(--r-pill);
  background: var(--c-accent);
  flex: none;
}

.sec-bloom-about .u-head > * + * { margin-top: var(--sp-3); }
.sec-bloom-about .u-head--center { text-align: center; margin-inline: auto; }
.sec-bloom-about .u-head--center .u-label { justify-content: center; }
.sec-bloom-about .u-head h2 { max-width: 20ch; }
.sec-bloom-about .u-head--center h2 { margin-inline: auto; }
.sec-bloom-about .u-head p { color: var(--c-text-muted); font-size: var(--fs-lg); max-width: 62ch; }
.sec-bloom-about .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-about .u-arc {
  position: relative;
  white-space: nowrap;
  color: var(--c-primary);
}
.sec-bloom-about .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-about .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-about .u-capsule {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-pill);
  background: var(--c-surface);
}
.sec-bloom-about .u-capsule :is(img, video) {
  width: 100%; height: 100%;
  object-fit: cover;
}
.sec-bloom-about .u-capsule--soft { border-radius: var(--r-2xl); }

/* Dot grid — the only background texture used, one per section max. */
.sec-bloom-about .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-about .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-about .u-pill--accent { --pill-bg: var(--c-accent-soft); --pill-bd: transparent; --pill-fg: var(--c-accent-dk); }
.sec-bloom-about .u-pill--plum { --pill-bg: var(--c-surface); --pill-bd: transparent; --pill-fg: var(--c-primary-dk); }
.sec-bloom-about .u-pill svg { width: 18px; height: 18px; flex: none; color: var(--c-accent-dk); }

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

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

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

.sec-bloom-about .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-about .u-btn svg { flex: none; width: 20px; height: 20px; }
.sec-bloom-about .u-btn:hover { transform: translateY(-2px); }
.sec-bloom-about .u-btn:active { transform: translateY(0) scale(0.995); transition-duration: 60ms; }

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

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

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

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

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

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

.sec-bloom-about .u-btn--lg { min-height: 60px; padding: 18px 34px; font-size: var(--fs-lg); }
.sec-bloom-about .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-about.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-about.has-js [data-reveal].is-in { opacity: 1; transform: none; }

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

@media print {
  .sec-bloom-about .site-head, .sec-bloom-about .mobile-bar, .sec-bloom-about .cta, .sec-bloom-about .stage { display: none !important; }
  .sec-bloom-about { 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-about 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-about .has-inline-video { position: relative; }

.sec-bloom-about .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-about .u-mediactl:hover { background: #fff; }
.sec-bloom-about .u-mediactl__ic { position: relative; width: 12px; height: 12px; flex: none; }
.sec-bloom-about .u-mediactl__ic::before, 
.sec-bloom-about .u-mediactl__ic::after {
  content: "";
  position: absolute; top: 0;
  width: 4px; height: 12px;
  border-radius: 1px;
  background: currentColor;
}
.sec-bloom-about .u-mediactl__ic::before { left: 0; }
.sec-bloom-about .u-mediactl__ic::after { right: 0; }

/* paused -> the icon becomes a play triangle */
.sec-bloom-about .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-about .u-mediactl[aria-pressed="true"] .u-mediactl__ic::after { opacity: 0; }

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

/* Sekcija about. */

/* ============================================================
   SECTION: ABOUT
   A two-piece capsule collage on the left, story and facts on
   the right, three circular portraits underneath. Circles for
   people, capsules for rooms — the same silhouette family the
   hero opened with.
   ============================================================ */

.sec-bloom-about .abt { background: var(--c-bg); }

.sec-bloom-about .abt__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(36px, 6vw, 88px);
  align-items: center;
}

/* ---------- Collage ---------- */

.sec-bloom-about .abt__media { position: relative; padding-bottom: 44px; }

.sec-bloom-about .abt__main {
  margin: 0;
  aspect-ratio: 0.86;
  box-shadow: var(--sh-lg);
}
.sec-bloom-about .abt__main :is(img, video) { aspect-ratio: 0.86; }

.sec-bloom-about .abt__side {
  position: absolute;
  right: -6%; bottom: 0;
  width: 44%;
  aspect-ratio: 0.72;
  margin: 0;
  border: 8px solid var(--c-bg);
  box-shadow: var(--sh-md);
}

.sec-bloom-about .abt__stamp {
  position: absolute;
  left: -4%; top: 8%;
  display: grid; gap: 2px;
  padding: 14px 20px;
  border-radius: var(--r-lg);
  background: var(--c-accent);
  color: var(--c-primary-dk);
  box-shadow: var(--sh-md);
  rotate: -4deg;
}
.sec-bloom-about .abt__stamp strong {
  font-family: var(--ff-display);
  font-size: 1.5rem; font-weight: 800;
  line-height: 1;
  letter-spacing: var(--ls-tight);
}
.sec-bloom-about .abt__stamp span { font-size: var(--fs-xs); line-height: 1.3; }

/* ---------- Copy ---------- */

.sec-bloom-about .abt__copy > * + * { margin-top: var(--sp-4); }
.sec-bloom-about .abt__copy h2 { max-width: 16ch; }
.sec-bloom-about .abt__copy p { color: var(--c-text-muted); }
.sec-bloom-about .abt__lead { font-size: var(--fs-lg); color: var(--c-text); }

.sec-bloom-about .abt__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--sp-3);
  margin-top: var(--sp-5) !important;
}
.sec-bloom-about .abt__facts li {
  padding: var(--sp-4);
  border-radius: var(--r-lg);
  background: var(--c-bg-alt);
}
.sec-bloom-about .abt__facts strong {
  display: block;
  font-family: var(--ff-display);
  font-size: 1.75rem; font-weight: 800;
  line-height: 1.1;
  letter-spacing: var(--ls-tight);
  color: var(--c-primary);
  font-variant-numeric: tabular-nums;
}
.sec-bloom-about .abt__facts span {
  display: block;
  margin-top: 6px;
  font-size: var(--fs-sm);
  color: var(--c-text-muted);
}

/* ---------- Team ---------- */

.sec-bloom-about .abt__team { margin-top: clamp(56px, 7vw, 104px); }
.sec-bloom-about .abt__teamhead { text-align: center; }

.sec-bloom-about .abt__people {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 44px);
  margin-top: var(--sp-6);
}

.sec-bloom-about .prsn { text-align: center; }
.sec-bloom-about .prsn__ph {
  width: min(216px, 62%);
  margin: 0 auto var(--sp-4);
  aspect-ratio: 1;
  border-radius: var(--r-circle);
  overflow: hidden;
  background: var(--c-surface);
  box-shadow: var(--sh-sm);
  transition: transform var(--t-base) var(--ease-out);
}
.sec-bloom-about .prsn:hover .prsn__ph { transform: translateY(-6px); }
.sec-bloom-about .prsn__ph :is(img, video) { width: 100%; height: 100%; object-fit: cover; }

.sec-bloom-about .prsn strong {
  display: block;
  font-family: var(--ff-display);
  font-size: var(--fs-h4); font-weight: 700;
  color: var(--c-primary-dk);
}
.sec-bloom-about .prsn > span {
  display: block;
  margin-top: 2px;
  font-size: var(--fs-sm);
  color: var(--c-accent-dk);
  font-weight: 600;
}
.sec-bloom-about .prsn p {
  margin-top: 10px;
  margin-inline: auto;
  max-width: 34ch;
  font-size: var(--fs-sm);
  color: var(--c-text-muted);
}

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

@media (max-width: 980px) {
  .sec-bloom-about .abt__grid { grid-template-columns: 1fr; }
  .sec-bloom-about .abt__media { max-width: 520px; }
  .sec-bloom-about .abt__people { grid-template-columns: 1fr; max-width: 420px; margin-inline: auto; }
  .sec-bloom-about .prsn__ph { width: 190px; }
}
@media (max-width: 520px) {
  .sec-bloom-about .abt__facts { grid-template-columns: 1fr; }
  .sec-bloom-about .abt__stamp { left: -2%; padding: 12px 16px; }
}