/* ==========================================================================
   About page — Option B extensions
   Loads after base.css + option-b.css. Extends the flagship/CRO system with
   About-only components; tokens come from base.css untouched.
   ========================================================================== */

/* Mobile hygiene (GLM-set lesson): no horizontal document scroll, ever */
body { overflow-x: clip; }

/* --- Hero (About variant) ---------------------------------------------------- */
.hero--about .hero__sub { max-width: 52ch; }
.hero__jump { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 20px 0 8px; }
.hero__jump-label { font-size: 0.8rem; font-weight: 600; color: var(--shiitake); margin-right: 4px; }
.hero__jump a {
  display: inline-flex; align-items: center; min-height: 44px;
  padding: 9px 16px; border: 1.5px solid var(--stucco); border-radius: 999px;
  font-size: 0.85rem; font-weight: 500; text-decoration: none;
  transition: border-color var(--t-hover), color var(--t-hover), background-color var(--t-hover);
}
.hero__jump a:hover { border-color: var(--cypress); color: var(--cypress); }
@media (min-width: 940px) {
  .hero--about .hero__media img { object-position: 50% 62%; }
  .hero__jump-label { color: rgba(243, 234, 218, 0.7); }
  .hero__jump a { border-color: rgba(243, 234, 218, 0.45); color: var(--paper); }
  .hero__jump a:hover { background: var(--paper); border-color: var(--paper); color: var(--cypress-deep); }
}

/* --- Story ---------------------------------------------------------------------- */
.story { padding: var(--section-y) 0; }
.story__grid { display: grid; gap: 36px; }
@media (min-width: 940px) { .story__grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 56px; align-items: center; } }
.story__figure { background: var(--cream); border-radius: var(--radius-l); padding: 14px; box-shadow: var(--shadow-soft); }
.story__figure img { width: 100%; height: auto; border-radius: var(--radius-s); aspect-ratio: 1; object-fit: cover; }
.story__figure figcaption { font-size: 0.85rem; color: var(--shiitake); text-align: center; padding: 12px 6px 2px; }
.story__body h2 { font-size: clamp(1.8rem, 3.2vw, 2.5rem); margin: 12px 0 18px; }
.story__body > p { font-size: 0.98rem; line-height: 1.72; color: #4c4a40; max-width: 58ch; }
.story__body > p + p { margin-top: 16px; }
.story__cta { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 26px; }

/* --- Team ---------------------------------------------------------------------------- */
.pros { background: var(--paper-deep); padding: var(--section-y) 0; }
.pros__grid { display: grid; gap: 16px; }
@media (min-width: 900px) { .pros__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.pro-card {
  background: var(--cream); border: 1px solid var(--stucco-tint);
  border-radius: var(--radius-m); overflow: hidden;
  display: flex; flex-direction: column;
}
.pro-card figure img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.pro-card__body { padding: 22px 22px 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.pro-card__body h3 { font-size: 1.3rem; }
.pro-card__body p { font-size: 0.92rem; line-height: 1.65; color: #5c5245; }
.pro-card__role { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--sage); }

/* --- Method (dark band reuses .flagship styles) ---------------------------------------- */
.method .flagship__steps p + p { margin-top: 8px; }
.method__note { font-size: 0.8rem; color: rgba(243, 234, 218, 0.6); margin-top: 18px; }

/* --- Proof (stats only — no figure) ------------------------------------------------------ */
.proof__grid--solo { grid-template-columns: minmax(0, 1fr); max-width: 760px; }
@media (min-width: 940px) { .proof__grid--solo { grid-template-columns: minmax(0, 1fr); } }

/* --- Awards -------------------------------------------------------------------------------- */
.awards { background: var(--sage-tint); padding: var(--section-y) 0; }
.awards__railwrap { position: relative; }
.awards__rail > li { width: min(280px, 74vw); }
.award-card {
  background: var(--cream); border: 1px solid rgba(164, 147, 130, 0.28);
  border-radius: var(--radius-m); padding: 24px 22px 26px;
  height: 100%; display: flex; flex-direction: column; gap: 0;
}
.award-card img { height: 24px; width: auto; max-width: 140px; object-fit: contain; filter: grayscale(1); opacity: 0.8; }
.award-card h3 { margin-top: 16px; font-size: 1.18rem; line-height: 1.28; min-height: 3em; }
.award-card p { margin-top: 8px; font-size: 0.84rem; color: var(--shiitake); }
.awards__nav { display: flex; justify-content: flex-end; gap: 10px; margin-top: 18px; }

/* --- Sister brands ---------------------------------------------------------------------------- */
.brands { padding: var(--section-y) 0; }
.brands__panel {
  background: var(--cream); border: 1px solid var(--stucco-tint);
  border-radius: var(--radius-l); padding: clamp(26px, 5vw, 56px);
}
.brands__title { font-size: clamp(1.8rem, 3.2vw, 2.5rem); margin: 12px 0 6px; }
.brands__intro { font-size: 0.95rem; color: #5c5245; max-width: 58ch; }
.brand-chips { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.brand-chip {
  display: inline-flex; align-items: center; min-height: 52px;
  padding: 12px 24px; border: 1.5px solid var(--stucco); border-radius: 999px;
  font-family: var(--serif); font-size: clamp(1.02rem, 1.6vw, 1.2rem); font-weight: 500;
  text-decoration: none; color: var(--jet);
  transition: border-color var(--t-hover), color var(--t-hover), background-color var(--t-hover);
}
.brand-chip:hover { border-color: var(--cypress); color: var(--cypress); background: rgba(138, 144, 101, 0.08); }
.brands__ethos { margin-top: clamp(28px, 4vw, 44px); border-top: 1px solid var(--stucco-tint); padding-top: clamp(24px, 3vw, 36px); max-width: 66ch; }
.brands__ethos h3 { font-family: var(--serif); font-style: italic; font-size: clamp(1.3rem, 2.2vw, 1.65rem); }
.brands__ethos p { margin-top: 12px; font-size: 0.95rem; line-height: 1.7; color: #4c4a40; }
.brands__services { margin-top: clamp(24px, 3vw, 36px); border-top: 1px solid var(--stucco-tint); }
.brands__services summary {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  min-height: 56px; padding: 14px 2px; cursor: pointer; list-style: none;
  font-weight: 600; font-size: 1rem;
}
.brands__services summary::-webkit-details-marker { display: none; }
.brands__services summary::after { content: "+"; font-size: 1.3rem; color: var(--shiitake); }
.brands__services[open] summary::after { content: "–"; }
.brands__services ul { display: grid; gap: 4px 36px; padding-bottom: 14px; }
@media (min-width: 720px) { .brands__services ul { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.brands__services li {
  position: relative; padding: 7px 0 7px 20px;
  font-size: 0.9rem; line-height: 1.55; color: #5c5245;
}
.brands__services li::before {
  content: ""; position: absolute; left: 0; top: 15px;
  width: 8px; height: 1.5px; background: var(--sage);
}

/* --- Boutiques: phone lines ---------------------------------------------------------------------- */
.loc-card__tel { font-size: 0.85rem; color: var(--shiitake); margin-bottom: 8px; }
.loc-card__tel a { text-decoration: none; color: var(--cypress); font-weight: 600; }
.loc-card__tel a:hover { text-decoration: underline; text-underline-offset: 4px; }
