/* About us — frames about-us-page (12:233) and mobile-about-us (43:5). Numbers from fig-spec. */

/* ── 03 editorial hero ────────────────────────────────────────────────── */
.ahero {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  min-height: 520px; padding: 64px var(--container-pad);
  background: var(--color-purple); overflow: hidden;
}
.ahero__content { display: flex; flex-direction: column; gap: 16px; width: 700px; max-width: 100%; }
.ahero__eyebrow { font-weight: 800; font-size: 14px; line-height: 18px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--color-brand); }
.ahero__title { font-family: var(--font-display); font-size: 56px; line-height: 60px; text-transform: uppercase; color: var(--color-text); }
.ahero__lead { font-size: 16px; line-height: 24px; color: var(--color-text); opacity: .9; }
.ahero__media { flex: none; width: 480px; height: 380px; position: relative; background: var(--color-bg); }
.ahero__media picture, .ahero__media img { display: block; width: 100%; height: 100%; }
.ahero__media img { object-fit: cover; }
.ahero__media::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 0 2px var(--color-brand); pointer-events: none; }   /* 2px INSIDE stroke over the photo (a shadow on the box paints under the image) */

/* ── 04 operator fact strip ───────────────────────────────────────────── */
.facts {
  display: flex; align-items: center; min-height: 90px; padding-inline: var(--container-pad);
  background: var(--color-surface); box-shadow: inset 0 1px 0 var(--color-border), inset 0 -1px 0 var(--color-border);
}
.facts__list { display: flex; width: 100%; }
.fact { position: relative; flex: 1; display: flex; flex-direction: column; gap: 4px; }
.fact::after { content: ""; position: absolute; right: 0; top: 50%; width: 1px; height: 40px; transform: translateY(-50%); background: var(--color-border); }   /* rotated Figma LINE 40×0 */
.fact__head { display: flex; flex-direction: column; gap: 4px; }
.fact__num { font-family: var(--font-mono); font-weight: 800; font-size: 14px; line-height: 18px; color: var(--color-purple-light); }
.fact__label { font-family: var(--font-display); font-size: 11px; line-height: 12px; letter-spacing: 1px; text-transform: uppercase; color: var(--color-muted); }
.fact__value { font-weight: 700; font-size: 18px; line-height: 23px; color: var(--color-text); }

/* ── 05 brand / legal clarity ─────────────────────────────────────────── */
.operated { min-height: 66px; padding: 24px var(--container-pad); background: var(--color-bg); }
.operated__text { font-weight: 600; font-size: 14px; line-height: 18px; color: var(--color-muted); }

/* ── 06–07 our story + operating principles ───────────────────────────── */
.story {
  display: grid; grid-template-columns: 400px minmax(0, 1fr); grid-template-rows: max-content 1fr; column-gap: 48px; row-gap: 12px; align-items: start;
  min-height: 804px; padding: 80px var(--container-pad); background: var(--color-card-2);
}
.story__intro { grid-column: 1; display: flex; flex-direction: column; gap: 12px; }
.story__num { font-family: var(--font-display); font-size: 48px; line-height: 52px; color: var(--color-purple); }
.story__label { font-weight: 700; font-size: 14px; line-height: 18px; letter-spacing: 1px; text-transform: uppercase; color: var(--color-ink); }
.story__main { grid-column: 2; grid-row: 1 / 3; display: flex; flex-direction: column; gap: 32px; }
.story__title { font-family: var(--font-display); font-size: 40px; line-height: 48px; text-transform: uppercase; color: var(--color-ink); }
.story__lead { font-size: 18px; line-height: 28px; color: var(--color-gray-600); }
.story__text { font-size: 15px; line-height: 24px; color: var(--color-gray-600); }
.story__media { height: 280px; border-radius: 6px; overflow: hidden; }   /* 6px as drawn (one-off, no token) */
.story__media img { width: 100%; height: 100%; object-fit: cover; }
.principles { grid-column: 1; grid-row: 2; display: flex; flex-direction: column; gap: 16px; min-height: 469px; padding-top: 40px; }   /* frame 469 FIXED: the bottom 40 is clipped in the mockup */
.principles__title { font-family: var(--font-display); font-size: 14px; line-height: 15px; letter-spacing: 1px; text-transform: uppercase; color: var(--color-gray-600); }
.principles__list { display: flex; flex-direction: column; }
.principle { display: flex; flex-direction: column; gap: 12px; padding: 24px 0; box-shadow: inset 0 -1px 0 var(--color-border-light); }
.principle__title { font-family: var(--font-display); font-size: 18px; line-height: 20px; text-transform: uppercase; color: var(--color-ink); }
.principle__text { font-size: 14px; line-height: 21px; color: var(--color-gray-600); }

/* ── 08 what we offer ─────────────────────────────────────────────────── */
.offer { display: flex; flex-direction: column; gap: 48px; padding: 80px var(--container-pad); background: var(--color-bg); }
.offer__head { display: flex; flex-direction: column; gap: 8px; align-self: flex-start; }
.offer__eyebrow { font-weight: 700; font-size: 14px; line-height: 18px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--color-brand); }
.offer__title { font-family: var(--font-display); font-size: 32px; line-height: 35px; text-transform: uppercase; color: var(--color-text); }
.offer__lead { font-size: 16px; line-height: 21px; color: var(--color-muted); }
.offer__list { display: flex; flex-direction: column; }
.offer-row { display: flex; align-items: center; gap: 40px; min-height: 82px; padding: 28px 0; box-shadow: inset 0 1px 0 var(--color-border); }
.offer-row__head { display: contents; }
.offer-row__num { flex: none; width: 60px; font-family: var(--font-display); font-size: 24px; line-height: 26px; color: var(--color-purple-light); }
.offer-row__title { flex: none; width: 280px; font-family: var(--font-display); font-size: 20px; line-height: 22px; text-transform: uppercase; color: var(--color-text); }
.offer-row__text { width: 640px; font-size: 15px; line-height: 23px; color: var(--color-muted); }
.offer-row__text--wide { width: 860px; }
.offer-row__link {
  display: inline-flex; align-items: center; justify-content: flex-end; gap: 8px; flex: none; width: 180px; margin-left: auto;
  font-weight: 700; font-size: 13px; line-height: 17px; text-transform: uppercase; color: var(--color-brand); text-decoration: none;
}
.offer-row__link:hover { text-decoration: underline; }
.offer-row__arrow { width: 16px; height: 16px; }

/* ── 09 operator details ──────────────────────────────────────────────── */
.operator { display: flex; flex-direction: column; gap: 40px; padding: 80px var(--container-pad); background: var(--color-bg); }
.operator__head { display: flex; flex-direction: column; gap: 8px; align-self: flex-start; }
.operator__eyebrow { font-weight: 700; font-size: 14px; line-height: 18px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--color-brand); }
.operator__title { font-family: var(--font-display); font-size: 32px; line-height: 35px; text-transform: uppercase; color: var(--color-text); }
.operator__lead { font-size: 15px; line-height: 20px; color: var(--color-muted); }
.details { display: flex; flex-direction: column; }
.details__row { display: flex; gap: 24px; padding: 16px 0; box-shadow: inset 0 -1px 0 var(--color-border); }
.details__label { flex: none; width: 280px; font-family: var(--font-display); font-size: 12px; line-height: 13px; letter-spacing: 1px; text-transform: uppercase; color: var(--color-muted); }
.details__label--plain { text-transform: none; }
.details__value { flex: 1; min-width: 0; font-size: 14px; line-height: 21px; color: var(--color-text); }
.details__row--short .details__value { display: none; }   /* the licence row is drawn without a value cell */

/* ── 10 responsible transition ────────────────────────────────────────── */
.resp { display: flex; flex-direction: column; gap: 24px; padding: 80px var(--container-pad); background: var(--color-purple); }
.resp__head { display: flex; flex-direction: column; gap: 24px; }
.resp__eyebrow { font-weight: 800; font-size: 14px; line-height: 18px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--color-brand); }
.resp__title { font-family: var(--font-display); font-size: 36px; line-height: 42px; text-transform: uppercase; color: var(--color-text); }
.resp__lead { max-width: 800px; font-size: 16px; line-height: 24px; color: var(--color-text); opacity: .9; }
.resp__btn { align-self: flex-start; }

/* ── mobile (390 frame) ───────────────────────────────────────────────── */
@media (max-width: 1199px) {
  .ahero { flex-direction: column; align-items: stretch; gap: 24px; min-height: 0; padding: 32px var(--container-pad); }
  .ahero__content { width: auto; gap: 12px; }
  .ahero__eyebrow { font-size: 12px; line-height: 16px; color: #f5a623; }   /* one-off amber from the mobile frame */
  .ahero__title { font-size: 32px; line-height: 38px; }
  .ahero__lead { font-size: 14px; line-height: 22px; }
  .ahero__media { width: 100%; height: 240px; border-radius: var(--radius-xs); overflow: hidden; }
  .ahero__media::after { box-shadow: inset 0 0 0 1px var(--color-brand); }

  .facts { display: block; min-height: 136px; padding: 0; box-shadow: inset 0 -1px 0 var(--color-border); }
  .facts__list { display: grid; grid-template-columns: 1fr 1fr; grid-auto-rows: 68px; align-items: start; }
  .fact { gap: 4px; padding: 16px; }
  .fact::after { display: none; }
  .fact:nth-child(odd) { box-shadow: inset -1px 0 0 var(--color-border); }
  .fact:nth-child(n+3) { box-shadow: inset 0 1px 0 var(--color-border); }
  .fact:nth-child(3) { box-shadow: inset -1px 0 0 var(--color-border), inset 0 1px 0 var(--color-border); }
  .fact__head { display: block; font-family: var(--font-mono); font-weight: 800; font-size: 11px; line-height: 14px; color: var(--color-purple-light); }
  .fact__num, .fact__label { font-family: var(--font-mono); font-weight: 800; font-size: 11px; line-height: 14px; text-transform: uppercase; color: var(--color-purple-light); }
  .fact__value { font-family: var(--font-display); font-weight: 400; font-size: 15px; line-height: 16px; }
  .fact:nth-child(even) .fact__value { font-family: var(--font-body); font-weight: 700; font-size: 14px; line-height: 18px; }   /* as drawn: items 2 and 4 are set in Geist */

  .operated { min-height: 49px; padding: 16px var(--container-pad); box-shadow: inset 0 -1px 0 var(--color-border); }
  .operated__text { font-size: 13px; line-height: 17px; }

  .story { display: flex; flex-direction: column; align-items: stretch; gap: 24px; min-height: 0; padding: 40px var(--container-pad) 0; }
  .story__intro { margin-bottom: -12px; }   /* mobile header gap is 12, the section gap 24 */
  .story__num { font-family: var(--font-mono); font-weight: 800; font-size: 12px; line-height: 16px; letter-spacing: 1px; text-transform: uppercase; color: var(--color-purple-btn); }
  .story__main { display: contents; }
  .story__title { font-size: 28px; line-height: 34px; }
  .story__lead { font-size: 15px; line-height: 22px; }
  .story__text { margin-top: -8px; font-size: 14px; line-height: 21px; }
  .story__media { height: 180px; border-radius: var(--radius-xs); }
  .principles { min-height: 0; background: var(--color-card-2); margin-inline: calc(-1 * var(--container-pad)); padding: 8px var(--container-pad) 40px; gap: 24px; }
  .principle { gap: 8px; padding: 16px 0; box-shadow: inset 0 1px 0 var(--color-muted); opacity: .85; }
  .principle__num { font-family: var(--font-mono); font-weight: 800; font-size: 11px; line-height: 14px; color: var(--color-purple-btn); }
  .principle__title { font-size: 16px; line-height: 17px; }
  .principle__text { font-size: 13px; line-height: 18px; }

  .offer { gap: 24px; padding: 40px var(--container-pad); }
  .offer__eyebrow { font-family: var(--font-mono); font-size: 12px; line-height: 16px; }
  .offer__title { font-size: 24px; line-height: 26px; }
  .offer__lead { font-size: 14px; line-height: 18px; }
  .offer-row { flex-direction: column; align-items: stretch; gap: 12px; min-height: 0; padding: 20px 0; }
  .offer-row__head { display: flex; align-items: center; gap: 12px; }
  .offer-row__num { width: auto; font-size: 18px; line-height: 20px; }
  .offer-row__title { width: auto; font-size: 16px; line-height: 17px; }
  .offer-row__text, .offer-row__text--wide { width: auto; font-size: 13px; line-height: 19px; }
  .offer-row__link { width: auto; margin: 0; justify-content: flex-start; gap: 6px; font-size: 12px; line-height: 16px; }
  .offer-row__arrow { width: 12px; height: 12px; }

  .operator { gap: 24px; padding: 40px var(--container-pad); }
  .operator__eyebrow { font-family: var(--font-mono); font-size: 12px; line-height: 16px; }
  .operator__title { font-size: 24px; line-height: 26px; }
  .operator__lead { font-size: 14px; line-height: 18px; }
  .details__row { flex-direction: column; gap: 4px; padding: 12px 0; }
  .details__label { width: auto; font-size: 11px; line-height: 12px; letter-spacing: .5px; }
  .details__value { font-size: 13px; line-height: 18px; }

  .resp { gap: 20px; padding: 32px var(--container-pad); background: var(--color-purple-btn); }
  .resp__head { gap: 8px; }
  .resp__eyebrow { font-family: var(--font-mono); font-size: 12px; line-height: 16px; }
  .resp__title { font-size: 24px; line-height: 28px; }
  .resp__lead { font-size: 13px; line-height: 20px; }
  .resp__btn { align-self: stretch; min-height: 42px; padding: 14px 20px; border-radius: var(--radius-sm); font-family: var(--font-display); font-weight: 400; font-size: 13px; line-height: 14px; }
}
