.about-page { overflow: hidden; background: #fff; }
.about-hero { padding: 86px 0 34px; }
.about-hero__grid { min-height: 610px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 50px; }
.about-hero__copy { position: relative; z-index: 2; padding: 45px 0; }
.about-kicker { display: inline-flex; align-items: center; gap: 10px; color: #8c9195; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.about-kicker i { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 6px rgba(228,35,41,.1); }
.about-hero h1 { max-width: 620px; margin: 26px 0 22px; font-size: clamp(40px, 4.3vw, 62px); line-height: 1.02; letter-spacing: -.058em; }
.about-hero__copy > p { max-width: 590px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.about-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 31px; }
.about-text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 11px; font-weight: 800; }
.about-text-link span { font-size: 20px; }
.about-hero__visual { position: relative; min-height: 610px; display: grid; place-items: center; }
.about-hero__halo { position: absolute; width: 510px; height: 510px; border-radius: 50%; background: #f0f1f2; }
.about-hero__halo::before { content: ''; position: absolute; inset: 55px; border: 1px solid #dfe1e3; border-radius: inherit; }
.about-hero__visual img { position: relative; z-index: 1; width: min(100%, 560px); height: 590px; object-fit: contain; filter: drop-shadow(0 30px 30px rgba(20,22,24,.14)); }
.about-hero__badge { position: absolute; z-index: 2; right: 4%; bottom: 54px; display: flex; flex-direction: column; padding: 15px 18px; border: 1px solid rgba(255,255,255,.75); border-radius: 15px; background: rgba(255,255,255,.88); box-shadow: 0 18px 40px rgba(22,24,26,.11); backdrop-filter: blur(12px); }
.about-hero__badge b { font-size: 11px; }
.about-hero__badge small { margin-top: 3px; color: var(--muted); font-size: 8px; }
.about-intro { padding: 0 0 85px; }
.about-intro__panel { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 50px; padding: 37px 42px; border-radius: 24px; background: var(--soft); }
.about-intro__panel p { max-width: 870px; margin: 0; font-size: 15px; line-height: 1.55; letter-spacing: -.025em; }
.about-intro__icons { display: flex; gap: 10px; }
.about-intro__icons span { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 15px; background: #fff; }
.about-intro__icons svg { width: 31px; height: 31px; fill: none; stroke: var(--ink); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.about-section { padding: 98px 0; }
.about-heading { max-width: 790px; margin-bottom: 45px; }
.about-heading > span, .about-mission > .shell > span { color: var(--accent); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.about-heading h2 { margin: 13px 0 0; font-size: clamp(38px, 5vw, 60px); line-height: 1.02; letter-spacing: -.058em; }
.about-origin__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-origin__grid article { min-height: 270px; display: flex; flex-direction: column; padding: 28px 29px 31px; border-left: 1px solid var(--line); }
.about-origin__grid article:first-child { border-left: 0; }
.about-origin__grid b { color: var(--accent); font-size: 10px; }
.about-origin__grid h3 { margin: auto 0 11px; font-size: 21px; letter-spacing: -.04em; }
.about-origin__grid p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.7; }
.about-reliable { background: #f5f6f7; }
.about-bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.about-bento article { min-height: 345px; grid-column: span 2; display: flex; flex-direction: column; padding: 25px; border: 1px solid #e2e4e5; border-radius: 23px; background: #fff; }
.about-bento article.about-bento__wide { min-height: 310px; grid-column: span 3; }
.about-card-art { height: 180px; margin: -6px -4px auto; overflow: hidden; border-radius: 18px; background: #f1f2f3; }
.about-card-art img { width: 100%; height: 100%; display: block; object-fit: cover; }
.about-bento__wide .about-card-art { height: 176px; }
.about-bento h3 { margin: 23px 0 8px; font-size: 19px; letter-spacing: -.04em; }
.about-bento p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.65; }
.about-mission { padding: 110px 0 120px; text-align: center; }
.about-mission h2 { max-width: 1030px; margin: 18px auto; font-size: clamp(44px, 6vw, 72px); line-height: 1.02; letter-spacing: -.064em; }
.about-mission p { max-width: 800px; margin: 0 auto; color: var(--muted); font-size: 14px; line-height: 1.7; }
.about-contacts { padding-top: 0; }
.about-contacts__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.about-contacts__grid article { min-height: 245px; display: flex; flex-direction: column; padding: 24px; border-radius: 20px; background: var(--soft); }
.about-contacts__grid svg { width: 38px; height: 38px; fill: none; stroke: var(--ink); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.about-contacts__grid h3 { margin: 27px 0 9px; font-size: 18px; letter-spacing: -.035em; }
.about-contacts__grid p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.65; }
.about-contacts__grid a { margin-top: auto; padding-top: 18px; color: var(--accent); font-size: 9px; font-weight: 800; }
.about-more { margin: 0 12px 50px; padding: 70px 0; border-radius: 28px; color: #fff; background: #111315; }
.about-more h2 { margin: 0 0 30px; font-size: clamp(32px, 4vw, 46px); letter-spacing: -.05em; }
.about-more__links { display: flex; flex-wrap: wrap; gap: 9px; }
.about-more__links a { padding: 12px 17px; border: 1px solid #4b4f52; border-radius: 999px; color: #fff; font-size: 10px; transition: border-color .2s, background .2s; }
.about-more__links a:hover { border-color: var(--accent); background: var(--accent); }

@media (max-width: 980px) {
  .about-hero { padding-top: 45px; }
  .about-hero__grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .about-hero__visual, .about-hero__grid { min-height: 540px; }
  .about-hero__visual img { height: 520px; }
  .about-hero__halo { width: 400px; height: 400px; }
  .about-contacts__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .about-hero { padding: 38px 0 20px; }
  .about-hero__grid { grid-template-columns: 1fr; }
  .about-hero__copy { padding-bottom: 0; }
  .about-hero h1 { font-size: 42px; }
  .about-hero__copy > p { font-size: 12px; }
  .about-hero__visual { min-height: 470px; }
  .about-hero__visual img { height: 470px; }
  .about-hero__halo { width: 360px; height: 360px; }
  .about-hero__badge { right: 0; bottom: 30px; }
  .about-intro { padding-bottom: 60px; }
  .about-intro__panel { grid-template-columns: 1fr; gap: 24px; padding: 28px; }
  .about-intro__panel p { font-size: 13px; }
  .about-section { padding: 70px 0; }
  .about-origin__grid { grid-template-columns: 1fr; }
  .about-origin__grid article { min-height: 220px; border-top: 1px solid var(--line); border-left: 0; }
  .about-origin__grid article:first-child { border-top: 0; }
  .about-bento { grid-template-columns: 1fr; }
  .about-bento article, .about-bento article.about-bento__wide { min-height: 320px; grid-column: auto; }
  .about-mission { padding: 80px 0; }
  .about-mission h2 { font-size: 42px; }
  .about-contacts__grid { grid-template-columns: 1fr; }
  .about-contacts__grid article { min-height: 220px; }
  .about-more { margin-inline: 7px; padding: 55px 0; }
}
