/* Ring Style Finder: About page (editorial story). Loads after base.css. */

.measure { width: min(62ch, 100%); margin-inline: auto; }

/* ── hero (centered, editorial) ── */
.about-hero { padding: clamp(52px, 8vw, 104px) 0 clamp(30px, 4vw, 48px); text-align: center; }
.about-hero .caps { color: var(--accent-strong); letter-spacing: 0.24em; }
.about-hero h1 {
  margin: clamp(20px, 2.6vw, 30px) auto 0; max-width: 15ch;
  font-family: var(--serif); font-weight: 600; font-size: clamp(44px, 6.2vw, 78px);
  line-height: 1.0; letter-spacing: -0.03em; text-wrap: balance;
}
.about-hero .lead {
  margin: clamp(20px, 2.4vw, 28px) auto 0; max-width: 46ch;
  color: var(--ink-soft); font-size: clamp(18px, 1.7vw, 21px); font-weight: 500; line-height: 1.5;
}

/* ── feature image ── */
.about-feature { margin-top: clamp(36px, 5vw, 60px); }
.about-feature figure { margin: 0; }
.about-feature .frame {
  border-radius: 16px; overflow: hidden; border: 1px solid rgba(19, 19, 22, 0.1);
  box-shadow: 0 24px 60px rgba(18, 20, 30, 0.12);
}
.about-feature img { width: 100%; aspect-ratio: 1838 / 716; object-fit: cover; object-position: center; display: block; }
.about-feature figcaption {
  margin-top: 14px; text-align: center; color: var(--muted);
  font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
}

/* ── essay ── */
.essay { margin-top: clamp(56px, 8vw, 104px); }
.essay section { margin-top: clamp(40px, 5vw, 60px); }
.essay section:first-child { margin-top: 0; }
.essay h2 {
  margin: 0 0 14px; font-family: var(--serif); font-weight: 600;
  font-size: clamp(26px, 2.9vw, 32px); line-height: 1.1; letter-spacing: -0.015em;
}
.essay p { margin: 0; color: var(--ink-soft); font-size: 18px; line-height: 1.72; }
.essay p + p { margin-top: 16px; }

/* ── pull quote ── */
.pullquote {
  margin: clamp(56px, 8vw, 100px) auto; width: min(24ch, 100%);
  text-align: center; font-family: var(--serif); font-style: italic; font-weight: 600;
  font-size: clamp(28px, 3.8vw, 42px); line-height: 1.18; letter-spacing: -0.02em; color: var(--accent-strong);
}
.pullquote::before { content: ""; display: block; width: 40px; height: 3px; background: var(--accent); margin: 0 auto clamp(24px, 3vw, 34px); border-radius: 2px; }

/* ── studio card ── */
.studio {
  margin-top: clamp(56px, 8vw, 96px);
  padding: clamp(28px, 4vw, 44px);
  border-radius: var(--radius);
  border: 1px solid var(--glass-border);
  background:
    radial-gradient(ellipse at 100% 0%, rgba(216, 240, 231, 0.6) 0, rgba(216, 240, 231, 0) 60%),
    rgba(255, 255, 255, 0.66);
  box-shadow: 0 14px 34px rgba(18, 20, 30, 0.06);
}
.studio .caps { color: var(--accent-strong); letter-spacing: 0.2em; margin-bottom: 12px; }
.studio h2 { margin: 0 0 12px; font-family: var(--serif); font-weight: 600; font-size: clamp(24px, 2.6vw, 30px); line-height: 1.12; letter-spacing: -0.015em; }
.studio p { margin: 0; color: var(--ink-soft); font-size: 17px; line-height: 1.65; }
.studio-note { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--divider); color: var(--muted); font-size: 14.5px; line-height: 1.55; }

/* ── sign-off ── */
.signoff { margin-top: clamp(48px, 6vw, 72px); text-align: center; }
.signoff p { margin: 0 auto; max-width: 44ch; color: var(--ink-soft); font-size: 18px; line-height: 1.65; }
.signoff .sig { margin-top: 22px; font-family: var(--serif); font-style: italic; font-size: 22px; color: var(--ink); }

/* ── closing CTA (reuses base .band--closing gradient) ── */
.about-closing { margin-top: clamp(64px, 9vw, 120px); }
.cta-strip { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
.cta-strip h2 { margin: 8px 0 0; font-family: var(--serif); font-weight: 600; font-size: clamp(24px, 3vw, 34px); line-height: 1.06; letter-spacing: -0.015em; max-width: 20ch; text-wrap: balance; }
.cta-strip .store-badge { width: 184px; height: auto; display: block; }

.about-back { display: block; margin-top: clamp(40px, 5vw, 64px); text-align: center; color: var(--accent-strong); font-size: 12px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; text-decoration: none; }
.about-back:hover { color: var(--accent); }

@media (max-width: 620px) {
  .cta-strip .store-badge { width: 168px; }
}
