/* Real product hero. Screenshots are unmodified captures from the public demo. */
.real-hero.personal-hero { padding: 52px 0 0; overflow: clip; }
.real-hero .hero-message { max-width: 1120px; text-align: center; }
.real-hero .eyebrow { display: flex; justify-content: center; align-items: center; gap: 12px; margin-bottom: 24px; letter-spacing: .09em; }
.personal-edition { padding: 5px 10px; border: 1px solid #b9cba4; border-radius: 5px; color: var(--forest); font-weight: 600; }
.personal-home .real-hero h1 { font-size: clamp(3rem, 5.6vw, 5rem); line-height: 1.06; font-weight: 550; letter-spacing: -.065em; }
.real-hero .intro { max-width: 65ch; margin: 24px auto; font-size: 1.0625rem; }
.real-hero .actions { justify-content: center; gap: 28px; }
.real-hero .reassurance { margin-top: 16px; font-size: .75rem; }
.real-hero .reassurance span { margin: 0 7px; }
.product-stage { position: relative; isolation: isolate; margin-top: 48px; padding-bottom: 32px; }
.product-stage::before { content: ''; position: absolute; z-index: -2; inset: 30% 0 0; background: var(--forest); }
.stage-orbit { position: absolute; z-index: -1; width: 1350px; height: 570px; border: 1px solid #aecb91; border-radius: 50%; top: 40px; left: 50%; transform: translateX(-50%) rotate(-8deg); pointer-events: none; }
.real-product.wrap { width: min(calc(100% - var(--gutter) * 2), 1120px); margin: 0 auto; position: relative; border: 1px solid #315a38; border-radius: 16px; background: #011c0c; color: var(--sage); box-shadow: 0 28px 60px -26px #01120780; overflow: hidden; }
.capture-toolbar { min-height: 58px; padding: 10px 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid #29492c; }
.capture-brand { font-size: 1rem; font-weight: 600; letter-spacing: -.04em; white-space: nowrap; }
.capture-brand > span { color: #a5bd94; font-size: .6875rem; letter-spacing: .1em; font-weight: 400; margin-left: 6px; }
.capture-switcher { display: flex; gap: 4px; flex-wrap: wrap; }
.capture-switcher button { min-height: 38px; padding: 8px 14px; border: 1px solid transparent; border-radius: 6px; color: #b4c79c; background: transparent; font-size: .875rem; transition: color 180ms, background 180ms, border-color 180ms; }
.capture-switcher button:hover { color: white; background: #173622; }
.capture-switcher button[aria-pressed=true] { color: var(--apple); background: #14341c; border-color: #365834; }
.capture-expand { display: inline-flex; align-items: center; gap: 7px; min-height: 38px; text-decoration: none; font-size: .8125rem; color: #c3d6b0; white-space: nowrap; }
.capture-expand > span { font-size: 1.4rem; }
.capture-expand:hover { color: white; }
.capture-image-link { display: block; position: relative; background: #011207; }
#hero-capture { width: 100%; height: auto; aspect-ratio: 1265 / 712; object-fit: contain; }
.capture-hover-hint { position: absolute; left: 50%; bottom: 22px; transform: translate(-50%, 6px); padding: 9px 14px; border-radius: 8px; border: 1px solid #bad19d; background: #e2f0ccf5; color: var(--ink); font-size: .875rem; box-shadow: 0 5px 20px #01120740; opacity: 0; pointer-events: none; transition: opacity 200ms, transform 200ms; }
.capture-hover-hint > span { margin-left: 12px; }
.capture-image-link:focus-visible .capture-hover-hint { opacity: 1; transform: translate(-50%, 0); }
.real-product figcaption { padding: 15px 20px; min-height: 54px; display: flex; justify-content: space-between; gap: 18px; font-size: .8125rem; border-top: 1px solid #29492c; }
.real-product figcaption > span:last-child { font-size: .75rem; color: #a5bd94; white-space: nowrap; }
.product-story { max-width: 1120px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 32px; margin-top: 30px; color: #b4c79c; }
.product-story > div { display: flex; gap: 14px; font-size: .8125rem; }
.product-story > div > span { color: var(--apple); font-size: .75rem; margin-top: 3px; }
.product-story strong { color: var(--sage); font-weight: 500; display: block; margin-bottom: 3px; }
.capture-dialog { width: min(1440px,calc(100vw - 40px)); max-width: none; max-height: calc(100dvh - 40px); padding: 0; border: 1px solid #365834; border-radius: 14px; background: #011c0c; color: var(--sage); box-shadow: 0 30px 90px #0008; }
.capture-dialog::backdrop { background: #011207df; }
.capture-dialog-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 12px 20px; border-bottom: 1px solid #29492c; font-size: .875rem; }
.capture-close { display: flex; align-items: center; gap: 14px; min-height: 44px; border: 1px solid #37563b; border-radius: 6px; background: #14341c; color: var(--sage); padding: 8px 14px; }
.capture-close span { font-size: 1.3rem; }
.capture-dialog-body { overflow: auto; }
.capture-dialog-body img { display: block; width: 100%; min-width: 1000px; max-width: none; height: auto; }
.capture-dialog > p { padding: 12px 20px; font-size: .75rem; color: #a5bd94; }
.real-product :focus-visible, .capture-dialog :focus-visible { outline-color: var(--apple); }
body.capture-open { overflow: hidden; }
@media(hover:hover) { .capture-image-link:hover .capture-hover-hint { opacity: 1; transform: translate(-50%, 0); } }
@media(max-width:900px) {
  .real-hero.personal-hero { padding-top: 38px; }
  .real-hero .hero-message { max-width: 760px; }
  .capture-brand { display: none; }
  .capture-toolbar { padding: 9px 14px; }
  .product-story { gap: 20px; }
  .real-product figcaption { flex-wrap: wrap; gap: 6px; }
  .product-stage { margin-top: 36px; }
}
@media(max-width:600px) {
  .personal-home .real-hero h1 { font-size: clamp(2.25rem,9vw,3.3rem); letter-spacing: -.055em; }
  .real-hero .eyebrow { font-size: .625rem; gap: 8px; letter-spacing: .04em; margin-bottom: 20px; }
  .real-hero .intro { font-size: 1rem; margin: 22px auto; }
  .hero-desktop-break { display: none; }
  .real-hero .actions { gap: 5px; }
  .real-hero .reassurance { line-height: 1.8; margin-top: 10px; }
  .real-hero .reassurance span { margin: 0 3px; }
  .product-stage { margin-top: 28px; padding-bottom: 28px; }
  .stage-orbit { width: 700px; height: 280px; top: 30px; }
  .real-product.wrap { width: calc(100% - 24px); border-radius: 10px; }
  .capture-toolbar { flex-wrap: wrap; gap: 4px 12px; padding: 8px 10px; }
  .capture-switcher { gap: 0; }
  .capture-switcher button { font-size: .75rem; padding: 9px 8px; min-height: 44px; }
  .capture-expand { font-size: .75rem; min-height: 44px; margin-left: auto; }
  .capture-expand > span { font-size: 1.2rem; }
  .real-product figcaption { padding: 12px; font-size: .75rem; }
  .real-product figcaption > span:last-child { white-space: normal; }
  .product-story { grid-template-columns: 1fr; gap: 15px; margin-top: 24px; }
  .product-story strong { display: inline; }
  .product-story strong::after { content: ' '; }
  .capture-dialog { width: calc(100vw - 16px); max-height: calc(100dvh - 16px); border-radius: 10px; }
  .capture-dialog-header { padding: 8px 12px; font-size: .75rem; gap: 12px; }
  .capture-dialog-body { max-height: 70dvh; }
}
@media(prefers-reduced-motion:reduce) {
  .real-product *, .capture-dialog * { transition: none !important; animation: none !important; }
}
