.about-shell {
  width: min(calc(100% - 144px), 1296px);
  margin: 0 auto;
}

.about-desktop-only { display: inline; }
.about-mobile-break { display: none; }

.about-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(105deg, #fffdf8 0%, #fff 58%, #f0faf6 100%);
}

.about-hero-inner {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 80px;
  align-items: center;
  min-height: 470px;
  padding-top: 66px;
  padding-bottom: 66px;
}

.about-hero-copy h1 {
  margin: 0 0 25px;
  font-size: clamp(48px, 5vw, 64px);
  line-height: 1.14;
  letter-spacing: -.04em;
}

.about-hero-message {
  max-width: 760px;
  margin: 32px 0 0;
  color: var(--ink);
  font-size: clamp(22px, 1.9vw, 28px);
  font-weight: 700;
  line-height: 1.75;
}

.about-hero-art { position: relative; height: 300px; }
.about-art-circle { position: absolute; display: block; border-radius: 50%; }
.about-art-amber { top: 20px; left: 48px; width: 108px; height: 108px; background: rgba(245,179,61,.19); }
.about-art-blue { top: 82px; left: 148px; width: 180px; height: 180px; border: 22px solid rgba(22,135,201,.11); }
.about-art-teal { right: 18px; bottom: 8px; width: 128px; height: 128px; background: rgba(58,169,143,.14); }
.about-art-line { position: absolute; right: 38px; bottom: 66px; width: 260px; height: 3px; background: linear-gradient(90deg, var(--amber) 0 24%, var(--blue) 24% 68%, var(--teal) 68%); }

.about-brand-rule { display: grid; grid-template-columns: 18% 52% 30%; height: 8px; }
.about-brand-rule i:nth-child(1) { background: var(--amber); }
.about-brand-rule i:nth-child(2) { background: var(--blue); }
.about-brand-rule i:nth-child(3) { background: var(--teal); }

.about-section { padding: 92px 0; }
.about-section-heading h2 { margin: 0; font-size: clamp(38px, 4vw, 48px); line-height: 1.42; letter-spacing: -.035em; }
.about-two-column { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: start; }

.about-beginning { background: var(--white); }
.about-beginning-heading h2 { font-size: clamp(38px, 3.5vw, 46px); line-height: 1.5; }
.about-speaker { display: flex; align-items: center; gap: 22px; margin-top: 26px; }
.about-speaker img { width: 138px; height: 138px; padding: 9px 8px 0; border-radius: 50%; background: linear-gradient(145deg, #f4fafc, #fffaf0); object-fit: contain; object-position: center bottom; }
.about-speaker p { display: inline-block; margin: 0; padding-top: 13px; border-top: 2px solid var(--amber); color: #566777; font-size: 14px; font-weight: 800; letter-spacing: .08em; }
.about-beginning-copy { margin-top: 50px; padding: 38px 0 0 42px; border-top: 1px solid var(--line); border-left: 3px solid var(--amber); }
.about-beginning-copy p { margin: 0; color: #566777; font-size: 17px; line-height: 2.15; }
.about-beginning-copy p:first-child { color: var(--ink); font-size: 19px; font-weight: 800; }
.about-beginning-copy p + p { margin-top: 22px; }

.about-witness { background: linear-gradient(115deg, #fffaf0, #fffdf8 55%, #f6fbfd); }
.about-witness-heading h2 { font-size: clamp(38px, 3.6vw, 48px); line-height: 1.5; }
.about-witness-photo { width: min(100%, 390px); margin: 46px 0 0; }
.about-witness-photo img { display: block; width: 100%; aspect-ratio: 4 / 3; border-radius: 2px; object-fit: cover; object-position: center 38%; filter: saturate(.82) contrast(.96); }
.about-witness-copy { border-top: 1px solid #eadcbd; }
.about-witness-copy p { position: relative; margin: 0; padding: 25px 0 25px 32px; border-bottom: 1px solid #eadcbd; color: #566777; font-size: 17px; line-height: 2; }
.about-witness-copy p::before { position: absolute; top: 37px; left: 2px; width: 10px; height: 10px; border-radius: 50%; background: var(--amber); content: ""; }

.about-turning { position: relative; overflow: hidden; padding: 88px 0 94px; color: var(--white); background: var(--blue-deep); text-align: center; }
.about-turning::before, .about-turning::after { position: absolute; border-radius: 50%; content: ""; }
.about-turning::before { top: -86px; left: 8%; width: 190px; height: 190px; border: 28px solid rgba(255,255,255,.07); }
.about-turning::after { right: 7%; bottom: -70px; width: 160px; height: 160px; background: rgba(245,179,61,.15); }
.about-turning .about-shell { position: relative; z-index: 1; }
.about-turning p { margin: 0 0 26px; color: #d9edf7; font-size: 16px; font-weight: 800; letter-spacing: .04em; }
.about-turning h2 { margin: 0; font-size: clamp(42px, 4.6vw, 60px); line-height: 1.45; letter-spacing: -.035em; }

.about-belief { overflow: hidden; background: linear-gradient(110deg, #f0f9f6, #eef7fb); }
.about-belief-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 54px 110px; }
.about-belief-heading h2 { font-size: clamp(38px, 3.7vw, 49px); line-height: 1.5; }
.about-belief-copy p { margin: 0; color: #526575; font-size: 17px; line-height: 2.05; }
.about-belief-copy p + p { margin-top: 22px; }
.about-permission-lines { display: grid; gap: 7px; margin: 32px 0; padding: 24px 0 24px 27px; border-left: 4px solid var(--blue); }
.about-permission-lines strong { color: var(--blue-deep); font-size: 20px; line-height: 1.75; }
.about-core-return { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 50px; margin-top: 16px; padding: 40px 46px; border-top: 1px solid #bed7df; border-bottom: 1px solid #bed7df; }
.about-core-return span { padding: 9px 0; color: #5d7180; font-size: 16px; font-weight: 800; }
.about-core-return span::before { display: inline-block; width: 6px; height: 6px; margin: 0 11px 3px 0; border-radius: 50%; background: var(--teal); content: ""; }
.about-future-gallery { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
.about-future-gallery figure { margin: 0; }
.about-future-gallery img { display: block; width: 100%; aspect-ratio: 3 / 2; border-radius: 2px; object-fit: cover; filter: saturate(.88) contrast(.97); }
.about-future-gallery figure:first-child img { object-position: center 47%; }
.about-future-gallery figure:last-child img { object-position: center 52%; }
.about-future-gallery figcaption { margin-top: 14px; color: #526575; font-size: 15px; font-weight: 800; letter-spacing: .03em; }
.about-core-message { grid-column: 1 / -1; margin: 0; padding: 29px 46px 34px; border-top: 1px solid #bed7df; border-bottom: 1px solid #bed7df; }
.about-core-message strong { display: block; color: var(--ink); font-size: 24px; line-height: 1.8; }

.about-name { background: var(--white); }
.about-name-inner { max-width: 1120px; }
.about-name-formula { display: flex; align-items: center; justify-content: center; gap: 26px; margin: 64px 0 0; padding: 38px 20px 34px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: clamp(34px, 5vw, 60px); font-weight: 900; line-height: 1; letter-spacing: -.04em; }
.about-name-formula .about-word-core { color: var(--blue-deep); }
.about-name-formula .about-word-able { color: var(--teal); }
.about-name-formula b, .about-name-formula i { color: var(--amber); font-size: .7em; font-style: normal; font-weight: 700; }
.about-name-result { display: flex; align-items: center; gap: 26px; }
.about-name-logo { display: block; width: clamp(170px, 18vw, 230px); height: clamp(49px, 5.2vw, 66px); object-fit: cover; object-position: center; }
.about-word-definitions { display: grid; grid-template-columns: 1fr 1fr; margin-top: 38px; }
.about-word-definitions > div { padding: 6px 48px 8px 0; }
.about-word-definitions > div + div { padding-right: 0; padding-left: 48px; border-left: 1px solid var(--line); }
.about-word-definitions span { display: block; margin-bottom: 5px; color: var(--blue-deep); font-size: 15px; font-weight: 900; letter-spacing: .08em; }
.about-word-definitions > div + div span { color: #278972; }
.about-word-definitions strong { display: block; font-size: 22px; line-height: 1.75; }
.about-name-statement { margin: 58px 0 0; padding-left: 28px; border-left: 4px solid var(--blue); color: var(--blue-deep); font-size: 24px; font-weight: 900; line-height: 1.75; }
.about-name-statement span { display: inline-block; margin-top: 10px; color: var(--ink); font-size: 17px; font-weight: 800; }

.about-cta { padding: 76px 0; background: radial-gradient(circle at 87% 16%, rgba(255,241,204,.92), transparent 26%), linear-gradient(90deg, rgba(235,248,242,.95), rgba(235,246,252,.95)); }
.about-cta-layout { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: center; }
.about-cta h2 { margin: 0 0 18px; font-size: 40px; line-height: 1.38; }
.about-cta p:last-child { max-width: 760px; margin: 0; color: #617180; }
.about-cta-actions { display: grid; gap: 14px; min-width: 275px; }
.about-cta-actions a { display: block; text-align: center; }

@media (max-width: 960px) {
  .about-shell { width: calc(100% - 56px); }
  .about-hero-inner { grid-template-columns: 1fr; gap: 26px; min-height: 0; padding-top: 70px; padding-bottom: 58px; }
  .about-hero-art { height: 200px; }
  .about-two-column, .about-belief-layout { grid-template-columns: 1fr; gap: 42px; }
  .about-cta-layout { grid-template-columns: 1fr; gap: 38px; }
  .about-cta-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); min-width: 0; }
}

@media (max-width: 680px) {
  .about-shell { width: calc(100% - 40px); }
  .about-desktop-only { display: none; }
  .about-mobile-break { display: inline; }
  .about-hero-inner { gap: 18px; min-height: 560px; padding-top: 56px; padding-bottom: 42px; }
  .about-hero-copy h1 { margin-bottom: 20px; font-size: 42px; }
  .about-hero-message { margin-top: 26px; font-size: 21px; line-height: 1.75; }
  .about-hero-art { height: 150px; }
  .about-art-amber { top: 18px; left: 32px; width: 66px; height: 66px; }
  .about-art-blue { top: 32px; left: 90px; width: 112px; height: 112px; border-width: 14px; }
  .about-art-teal { right: 28px; bottom: 4px; width: 82px; height: 82px; }
  .about-art-line { right: 24px; bottom: 35px; width: 180px; }
  .about-brand-rule { height: 7px; }
  .about-section { padding: 64px 0; }
  .about-section-heading h2, .about-beginning-heading h2, .about-witness-heading h2, .about-belief-heading h2 { font-size: 29px; line-height: 1.55; }
  .about-two-column, .about-belief-layout { gap: 34px; }
  .about-speaker { gap: 16px; margin-top: 22px; }
  .about-speaker img { width: 106px; height: 106px; padding: 7px 6px 0; }
  .about-speaker p { font-size: 13px; }
  .about-beginning-copy { margin-top: 0; padding: 26px 0 0 18px; }
  .about-beginning-copy p { font-size: 15px; line-height: 1.95; }
  .about-beginning-copy p:first-child { font-size: 16px; }
  .about-beginning-copy p + p { margin-top: 18px; }
  .about-witness-photo { width: 100%; margin-top: 32px; }
  .about-witness-photo img { object-position: center 42%; }
  .about-witness-copy p { padding: 21px 0 21px 24px; font-size: 15px; line-height: 1.95; }
  .about-witness-copy p::before { top: 33px; width: 8px; height: 8px; }
  .about-turning { padding: 66px 0 72px; }
  .about-turning::before { top: -56px; left: -55px; width: 140px; height: 140px; border-width: 20px; }
  .about-turning::after { right: -45px; bottom: -50px; width: 120px; height: 120px; }
  .about-turning p { margin-bottom: 20px; font-size: 14px; }
  .about-turning h2 { font-size: 34px; line-height: 1.55; }
  .about-belief-copy p { font-size: 15px; line-height: 1.95; }
  .about-belief-copy p + p { margin-top: 18px; }
  .about-permission-lines { gap: 8px; margin: 26px 0; padding: 20px 0 20px 17px; }
  .about-permission-lines strong { font-size: 17px; line-height: 1.75; }
  .about-core-return { grid-template-columns: 1fr; gap: 0; margin-top: 2px; padding: 28px 0; }
  .about-core-return span { padding: 7px 0; font-size: 14px; }
  .about-future-gallery { grid-template-columns: 1fr; gap: 30px; }
  .about-future-gallery figcaption { margin-top: 11px; font-size: 14px; }
  .about-core-message { padding: 25px 0 28px; }
  .about-core-message strong { font-size: 18px; line-height: 1.85; }
  .about-name-formula { flex-wrap: wrap; gap: 11px; margin-top: 44px; padding: 28px 5px; font-size: 34px; }
  .about-name-result { width: 100%; justify-content: center; gap: 10px; margin-top: 7px; }
  .about-name-logo { width: 180px; height: 52px; }
  .about-word-definitions { grid-template-columns: 1fr; margin-top: 26px; }
  .about-word-definitions > div, .about-word-definitions > div + div { padding: 24px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .about-word-definitions strong { font-size: 20px; }
  .about-name-statement { margin-top: 38px; padding-left: 18px; font-size: 19px; line-height: 1.8; }
  .about-name-statement span { font-size: 15px; line-height: 1.8; }
  .about-cta { padding: 62px 0; }
  .about-cta h2 { font-size: 31px; }
  .about-cta p:last-child { font-size: 15px; }
  .about-cta-actions { grid-template-columns: 1fr; }
}
