/* Property Debut product and responsive viewer overrides. */

body.asset-viewer-open { overflow: hidden; }
.asset-viewer { width: min(94vw, 1320px); max-width: none; height: min(94dvh, 980px); max-height: none; padding: 0; border: 0; border-radius: 24px; overflow: hidden; background: #0b1411; color: #fff; box-shadow: 0 40px 120px rgba(0,0,0,.48); }
.asset-viewer::backdrop { background: rgba(5,12,10,.78); backdrop-filter: blur(12px); }
.asset-viewer-shell { display: grid; grid-template-rows: auto minmax(0, 1fr) auto; width: 100%; height: 100%; min-width: 0; min-height: 0; }
.asset-viewer-header, .asset-viewer-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 20px; background: rgba(11,20,17,.96); }
.asset-viewer-header { border-bottom: 1px solid rgba(255,255,255,.12); }
.asset-viewer-header strong, .asset-viewer-header span { display: block; }
.asset-viewer-header strong { font-size: 15px; }
.asset-viewer-header span { margin-top: 4px; color: #aebdb7; font-size: 12px; }
.asset-viewer-close { width: 40px; height: 40px; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: rgba(255,255,255,.08); color: #fff; font-size: 25px; line-height: 1; }
.asset-viewer-stage { position: relative; min-width: 0; min-height: 0; overflow: hidden; background: #08100d; touch-action: pan-y; }
.asset-viewer-media-frame { position: absolute; inset: 18px; display: flex; align-items: center; justify-content: center; min-width: 0; min-height: 0; overflow: hidden; }
.asset-viewer-media-frame img,
.asset-viewer-media-frame video { display: block; inline-size: 100%; block-size: 100%; object-fit: contain; border-radius: 12px; box-shadow: 0 18px 54px rgba(0,0,0,.28); background: #08100d; user-select: none; -webkit-user-drag: none; }
.asset-viewer-media-frame iframe { display: block; width: 100%; height: 100%; border: 0; border-radius: 12px; background: #fff; }
.asset-viewer-footer { border-top: 1px solid rgba(255,255,255,.12); }
.asset-viewer-footer button { min-width: 108px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: rgba(255,255,255,.08); color: #fff; padding: 10px 14px; font-weight: 750; cursor: pointer; }
.asset-viewer-footer span { color: #b8c6c1; font-size: 12px; font-variant-numeric: tabular-nums; }

.site-shell, .gift-shell { max-width: 1240px; margin: 0 auto; padding: 0 38px 72px; }
.site-topbar, .gift-topbar { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.site-main { padding-top: 84px; }
.site-hero { max-width: 940px; }
.site-hero h1 { margin: 15px 0 24px; font-size: clamp(58px, 8vw, 108px); line-height: .9; letter-spacing: -.075em; }
.site-hero p { max-width: 780px; margin: 0; color: var(--muted); font-size: 20px; line-height: 1.65; }
.site-proof-strip { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.site-proof-strip span { padding: 10px 13px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.66); font-size: 12px; font-weight: 760; }
.site-process { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 90px; }
.site-process article { padding: 27px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,253,248,.78); box-shadow: 0 14px 38px rgba(9,26,21,.05); }
.site-process article > strong { color: #648d7d; font-size: 12px; letter-spacing: .12em; }
.site-process h2 { margin: 18px 0 11px; font-size: 26px; letter-spacing: -.035em; }
.site-process p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.site-early-access { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 70px; padding: 38px; border-radius: 26px; background: var(--ink); color: #fff; }
.site-early-access h2 { margin: 10px 0 12px; font-size: 38px; letter-spacing: -.045em; }
.site-early-access p { max-width: 720px; margin: 0; color: #b8c7c1; line-height: 1.65; }
.site-early-access .button { flex: 0 0 auto; color: var(--ink); background: var(--mint); }
.site-footer { display: flex; align-items: flex-start; justify-content: space-between; gap: 40px; margin-top: 72px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; line-height: 1.55; }
.site-footer span:last-child { max-width: 680px; text-align: right; }
.site-footer-links { display: flex; flex-wrap: wrap; gap: 14px; }
.site-footer-links a, .legal-copy a { color: var(--ink); text-decoration: underline; text-decoration-color: rgba(16,32,28,.3); text-underline-offset: 3px; }
.legal-main { max-width: 860px; margin: 0 auto; padding: 72px 0 36px; }
.legal-intro { padding-bottom: 34px; border-bottom: 1px solid var(--line); }
.legal-intro h1 { margin: 14px 0 18px; font-size: clamp(44px, 7vw, 76px); line-height: .96; letter-spacing: -.06em; }
.legal-intro p, .legal-copy p, .legal-copy li { color: var(--muted); line-height: 1.7; }
.legal-copy { padding-top: 18px; }
.legal-copy section { padding: 22px 0; border-bottom: 1px solid var(--line); }
.legal-copy h2 { margin: 0 0 12px; font-size: 25px; letter-spacing: -.035em; }
.legal-copy p { margin: 0 0 12px; }
.legal-copy p:last-child { margin-bottom: 0; }
.legal-copy ul, .legal-copy ol { margin: 10px 0 0; padding-left: 22px; }
.legal-copy li + li { margin-top: 8px; }
.legal-callout { margin: 22px 0 0; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,253,248,.82); }

.gift-main { max-width: 880px; margin: 0 auto; padding: 76px 0 90px; }
.gift-card, .gift-feedback { border: 1px solid var(--line); border-radius: 28px; background: rgba(255,253,248,.88); box-shadow: var(--shadow); }
.gift-card { padding: clamp(30px, 6vw, 64px); text-align: center; }
.gift-kicker { display: inline-flex; padding: 9px 13px; border-radius: 999px; background: var(--mint); font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.gift-card h1 { margin: 22px auto 18px; max-width: 700px; font-size: clamp(46px, 7vw, 76px); line-height: .96; letter-spacing: -.06em; }
.gift-card > p { max-width: 690px; margin: 0 auto; color: var(--muted); font-size: 16px; line-height: 1.65; }
.gift-property { display: grid; gap: 7px; margin: 34px auto; padding: 23px; max-width: 660px; border: 1px solid var(--line); border-radius: 18px; background: #fff; text-align: left; }
.gift-property span { color: #527366; font-size: 10px; font-weight: 820; letter-spacing: .1em; text-transform: uppercase; }
.gift-property strong { font-size: 20px; line-height: 1.35; }
.gift-property small { color: var(--muted); }
.gift-download { min-width: min(100%, 380px); }
.gift-card .fine-print { margin-top: 15px; font-size: 11px; }
.gift-feedback { margin-top: 18px; padding: 30px; text-align: center; box-shadow: none; }
.gift-feedback h2 { margin: 9px 0 22px; font-size: 28px; letter-spacing: -.035em; }
.gift-feedback-buttons { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }
.gift-feedback-buttons button { min-height: 44px; padding: 0 16px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink); font-weight: 760; }
.gift-feedback-buttons button:hover, .gift-feedback-buttons button.selected { border-color: #648d7d; background: var(--mint-2); }
.gift-feedback-buttons button:disabled:not(.selected) { opacity: .45; }
.gift-feedback-status { min-height: 22px; margin: 17px 0 0; color: var(--muted); font-size: 12px; }

@media (max-width: 720px) {
  .site-early-access, .site-footer { align-items: flex-start; flex-direction: column; }
  .site-footer span:last-child { text-align: left; }
  .asset-viewer { width: 100vw; height: 100dvh; border-radius: 0; }
  .asset-viewer-header, .asset-viewer-footer { padding: 12px; }
  .asset-viewer-media-frame { inset: 8px; }
  .asset-viewer-footer button { min-width: 84px; padding-inline: 9px; }
  .site-shell, .gift-shell { padding: 0 18px 48px; }
  .site-main { padding-top: 54px; }
  .site-hero h1 { font-size: 58px; }
  .site-hero p { font-size: 17px; }
  .site-process { grid-template-columns: 1fr; margin-top: 58px; }
  .gift-main { padding-top: 48px; }
  .gift-topbar .private-pill { display: none; }
}
