/* Fann.co About Us Page — clean, brand-led, responsive. */
.fann-about-page {
  --about-accent: var(--fann-accent, #ffc20e);
  --about-black: var(--fann-black, #050505);
  --about-ink: var(--fann-ink, #111111);
  --about-muted: #6f737a;
  --about-border: #e4e5e8;
  --about-soft: #f7f7f8;
  color: var(--about-ink);
  overflow: hidden;
}
.fann-about-shell { width: min(1360px, calc(100% - 48px)); margin: 0 auto; }

.fann-about-hero { padding: 88px 0 94px; background: linear-gradient(135deg, #fff8d8 0%, #fff 58%, #f6f7f9 100%); border-bottom: 1px solid #eceef1; color: var(--about-ink); position: relative; }
.fann-about-breadcrumb { display: flex; align-items: center; gap: 8px; margin-bottom: 22px; color: #74777f; font-size: 13px; line-height: 1.4; }
.fann-about-breadcrumb a { transition: color .2s ease; }
.fann-about-breadcrumb a:hover { color: #111; }
.fann-about-hero__content { max-width: 900px; }
.fann-about-eyebrow, .fann-about-kicker { display: inline-flex; align-items: center; gap: 9px; color: #765600; background: rgba(255,194,14,.15); border: 1px solid rgba(255,194,14,.34); border-radius: 999px; padding: 8px 13px; font-size: 11px; font-weight: 800; letter-spacing: 1.4px; line-height: 1; }
.fann-about-eyebrow { display: inline-block; margin-bottom: 7px; padding: 0; border: 0; border-radius: 0; background: transparent; color: #8b6a00; font-size: 12px; font-weight: 800; letter-spacing: .12em; line-height: 1.3; text-transform: uppercase; }
.fann-about-hero h1 { margin: 0; max-width: 900px; color: var(--about-ink); font-size: clamp(32px, 4vw, 52px); line-height: 1.05; letter-spacing: -.045em; font-weight: 750; }
.fann-about-hero__content > p { margin: 10px 0 0; max-width: 720px; color: #686b72; font-size: 16px; line-height: 1.7; }


.fann-about-hero--story .fann-about-story__grid { align-items: center; }
.fann-about-hero--story .fann-about-section-heading__line { margin-bottom: 24px; }
.fann-about-hero--story .fann-about-section-heading > p { margin-bottom: 15px; }
.fann-about-hero--story .fann-about-story__content p:last-of-type { margin-bottom: 0; }
.fann-about-hero--story .fann-about-story__promise { margin-top: 34px; }

.fann-about-story { padding: 100px 0; background: #fff; }
.fann-about-story__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 120px; align-items: start; }
.fann-about-section-heading__line { display: block; width: 58px; height: 4px; border-radius: 99px; background: var(--about-accent); margin-bottom: 24px; }
.fann-about-section-heading > p, .fann-about-kicker { margin: 0 0 15px; font-size: 11px; font-weight: 800; letter-spacing: 1.4px; }
.fann-about-section-heading > p { color: #8b6a00; }
.fann-about-section-heading h1, .fann-about-section-heading h2, .fann-about-products h2, .fann-about-values h2, .fann-about-cta h2 { margin: 0; color: var(--about-ink); font-size: clamp(32px, 3.15vw, 48px); line-height: 1.12; letter-spacing: -1.5px; font-weight: 720; }
.fann-about-story__content { max-width: 790px; }
.fann-about-story__content p { margin: 0 0 20px; color: #4c5056; font-size: 17px; line-height: 1.9; }
.fann-about-story__promise { margin-top: 34px; display: inline-flex; align-items: center; gap: 14px; padding: 14px 18px; border: 1px solid #eee4bf; border-radius: 16px; background: #fffaf0; color: #272727; font-size: 14px; font-weight: 650; }
.fann-about-story__promise-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: var(--about-accent); color: var(--about-black); flex: 0 0 auto; }
.fann-about-story__promise-icon svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.fann-about-products { padding: 92px 0 100px; background: var(--about-soft); border-block: 1px solid #eff0f2; }
.fann-about-products__head { display: grid; grid-template-columns: 1fr .8fr; gap: 80px; align-items: end; margin-bottom: 42px; }
.fann-about-products__head > p { margin: 0; color: var(--about-muted); font-size: 16px; line-height: 1.75; }
.fann-about-kicker { color: #6f5200; margin-bottom: 17px; }
.fann-about-products__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.fann-about-product-card { min-height: 165px; position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; border: 1px solid var(--about-border); border-radius: 22px; background: #fff; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; overflow: hidden; }
.fann-about-product-card::after { content: ""; position: absolute; right: -28px; top: -28px; width: 100px; height: 100px; border-radius: 50%; background: rgba(255,194,14,.1); transition: transform .25s ease; }
.fann-about-product-card:hover { transform: translateY(-4px); border-color: rgba(255,194,14,.7); box-shadow: 0 16px 34px rgba(0,0,0,.06); }
.fann-about-product-card:hover::after { transform: scale(1.2); }
.fann-about-product-card__icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 15px; background: #fff8df; color: #775600; }
.fann-about-product-card__icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.fann-about-product-card h3 { margin: 24px 42px 0 0; font-size: 18px; line-height: 1.3; font-weight: 700; }
.fann-about-product-card__arrow { position: absolute; right: 22px; bottom: 21px; width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: var(--about-black); color: #fff; font-size: 14px; }

.fann-about-values { padding: 100px 0; background: #fff; }
.fann-about-values__head { max-width: 780px; margin-bottom: 44px; }
.fann-about-values__grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.fann-about-value-card { padding: 26px; min-height: 300px; display: flex; flex-direction: column; border: 1px solid var(--about-border); border-radius: 22px; background: #fff; }
.fann-about-value-card__top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.fann-about-value-card__icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; background: var(--about-accent); color: var(--about-black); }
.fann-about-value-card__icon svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.85; stroke-linecap: round; stroke-linejoin: round; }
.fann-about-value-card__number { color: #c8c8c8; font-size: 13px; font-weight: 800; letter-spacing: 1px; }
.fann-about-value-card h3 { margin: auto 0 12px; font-size: 20px; line-height: 1.25; font-weight: 720; }
.fann-about-value-card p { margin: 0; color: var(--about-muted); font-size: 14px; line-height: 1.75; }

.fann-about-cta { padding: 0 0 100px; background: #fff; }
.fann-about-cta__card { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 64px; align-items: center; padding: 52px 56px; border-radius: 28px; background: var(--about-black); overflow: hidden; }
.fann-about-cta__card::after { content: ""; position: absolute; right: -90px; top: -110px; width: 360px; height: 360px; border: 1px solid rgba(255,194,14,.18); border-radius: 50%; box-shadow: 0 0 0 58px rgba(255,194,14,.025); }
.fann-about-kicker--light { color: var(--about-accent); background: rgba(255,194,14,.09); border-color: rgba(255,194,14,.25); }
.fann-about-cta h2 { color: #fff; max-width: 800px; }
.fann-about-cta__copy > p { margin: 18px 0 0; max-width: 700px; color: rgba(255,255,255,.63); font-size: 15px; line-height: 1.75; }
.fann-about-cta__actions { position: relative; z-index: 1; display: flex; gap: 11px; flex-wrap: wrap; justify-content: flex-end; }
.fann-about-btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 17px; padding: 0 21px; border-radius: 14px; font-size: 14px; font-weight: 750; transition: transform .2s ease, background .2s ease, color .2s ease; }
.fann-about-btn:hover { transform: translateY(-2px); }
.fann-about-btn--primary { background: var(--about-accent); color: var(--about-black); }
.fann-about-btn--primary:hover { background: #ffd24d; }
.fann-about-btn--secondary { border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.07); color: #fff; }
.fann-about-btn--secondary:hover { background: #fff; color: var(--about-black); }

@media (max-width: 1100px) {
  .fann-about-story__grid { gap: 70px; }
  .fann-about-values__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .fann-about-value-card { min-height: 250px; }
  .fann-about-cta__card { grid-template-columns: 1fr; }
  .fann-about-cta__actions { justify-content: flex-start; }
}

@media (max-width: 820px) {
  .fann-about-shell { width: min(100% - 30px, 1360px); }
  .fann-about-hero { padding: 68px 0 72px; }
  .fann-about-breadcrumb { margin-bottom: 16px; }
  .fann-about-hero h1 { font-size: 34px; letter-spacing: -.045em; }
  .fann-about-hero__content > p { font-size: 14px; }
  .fann-about-story, .fann-about-values { padding: 72px 0; }
  .fann-about-story__grid { grid-template-columns: 1fr; gap: 34px; }
  .fann-about-story__content p { font-size: 16px; line-height: 1.82; }
  .fann-about-products { padding: 72px 0; }
  .fann-about-products__head { grid-template-columns: 1fr; gap: 18px; }
  .fann-about-products__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fann-about-cta { padding-bottom: 72px; }
  .fann-about-cta__card { padding: 38px 30px; border-radius: 24px; }
}

@media (max-width: 540px) {
  .fann-about-shell { width: min(100% - 24px, 1360px); }
  .fann-about-hero { padding: 54px 0 58px; }
  .fann-about-breadcrumb { margin-bottom: 16px; font-size: 12px; }
  .fann-about-eyebrow { margin-bottom: 7px; }
  .fann-about-hero h1 { font-size: 34px; line-height: 1.05; letter-spacing: -.045em; }
  .fann-about-story, .fann-about-values, .fann-about-products { padding: 58px 0; }
  .fann-about-section-heading h1, .fann-about-section-heading h2, .fann-about-products h2, .fann-about-values h2, .fann-about-cta h2 { font-size: 31px; letter-spacing: -.8px; }
  .fann-about-story__promise { align-items: flex-start; width: 100%; }
  .fann-about-products__grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .fann-about-product-card { min-height: 145px; padding: 17px; border-radius: 18px; }
  .fann-about-product-card__icon { width: 42px; height: 42px; border-radius: 13px; }
  .fann-about-product-card__icon svg { width: 23px; height: 23px; }
  .fann-about-product-card h3 { margin: 20px 26px 0 0; font-size: 15px; }
  .fann-about-product-card__arrow { right: 15px; bottom: 15px; width: 27px; height: 27px; }
  .fann-about-values__grid { grid-template-columns: 1fr; gap: 10px; }
  .fann-about-value-card { min-height: 220px; padding: 22px; border-radius: 18px; }
  .fann-about-cta { padding-bottom: 58px; }
  .fann-about-cta__card { padding: 30px 22px; }
  .fann-about-cta__actions { display: grid; grid-template-columns: 1fr; width: 100%; }
  .fann-about-btn { width: 100%; }
}
