/* Home-only refinement. Palette and self-hosted type inherited from styles.css.
   Composition reference: 21st, vaib215 / Hero with Product Mockup.
   Layout and typography reviewed with Impeccable. */
.home { --content-width: 1200px; --faint: var(--muted); }
.home ::selection { background: var(--patina); color: var(--patina-ink); }
.home a { text-underline-offset: .2em; }
.home .wrap { max-width: var(--content-width); }
.home section { padding-block: clamp(64px, 8vw, 112px); scroll-margin-top: 88px; }
.home .nav .wrap { min-height: 88px; }
.home .brand .t { font-size: 28px; }
.home .brand svg { width: 38px; height: 38px; }
.home .brand .ar { padding-left: 12px; margin-left: 8px; border-left: 1px solid var(--line); font-size: 20px; }
.home .nav .links { gap: 32px; }
.home .nav .links a { min-height: 44px; display: inline-flex; align-items: center; }
.home .btn { border-radius: 8px; min-height: 52px; padding: 12px 24px; }
.home .btn-sm { min-height: 44px; padding: 8px 20px; }
.home .hero { padding-top: 64px; padding-bottom: 48px; }
.home .hero-grid { grid-template-columns: 1.12fr 1fr; gap: 48px; }
.home .hero h1 { font-size: clamp(46px, 5.4vw, 72px); line-height: 1.06; letter-spacing: -.035em; max-width: none; }
.home .hero .sub { max-width: 43ch; font-size: 18px; line-height: 1.7; margin-top: 28px; }
.home .hero .actions { align-items: center; gap: 24px; margin-top: 32px; }
.home .hero .btn span { font-size: 22px; margin-left: 12px; }
.home .text-link { font-size: 15px; font-weight: 600; color: var(--ink); min-height: 44px; display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.home .text-link:hover { color: var(--patina); }
.home .hero .trust { font-family: inherit; color: var(--muted); font-size: 12px; letter-spacing: 0; margin-top: 24px; }
.product-scene { position: relative; margin: 0; min-width: 0; padding: 12px 0 36px; display: grid; justify-items: center; }
.scene-arch { position: absolute; inset: 36px 0 64px; border-radius: 240px 240px 16px 16px; background: var(--sunk); }
.scene-arch::after { content: ''; position: absolute; inset: 20px; border: 1px solid var(--line); border-radius: inherit; }
.phone-preview { width: 288px; position: relative; background: var(--surface); border: 6px solid var(--ink); border-radius: 42px; padding: 14px 20px 16px; box-shadow: 12px 24px 40px #1e40341a; transform: rotate(-3deg); }
.phone-status { display: flex; align-items: center; justify-content: space-between; font-size: 10px; font-weight: 700; padding-inline: 4px; }
.phone-island { width: 72px; height: 20px; background: var(--ink); border-radius: 20px; }
.preview-brand { margin-top: 24px; display: flex; align-items: center; gap: 6px; font: 24px 'Fraunces',serif; }
.preview-brand svg { width: 28px; height: 28px; color: var(--patina); }
.protection-state { text-align: center; padding: 24px 0; }
.protection-state > svg { width: 80px; height: 80px; color: var(--patina); }
.protection-state h2 { font-size: 23px; margin-top: 16px; }
.protection-state p { font-size: 12px; color: var(--patina); margin: 12px 0 0; }
.status-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: currentColor; margin-right: 5px; }
.preview-row { display: flex; justify-content: space-between; gap: 8px; padding: 14px 0; border-top: 1px solid var(--line); font-size: 11px; }
.preview-row > span { color: var(--muted); }
.partner-preview { display: flex; align-items: center; gap: 8px; margin-top: 12px; padding: 12px 0; border-top: 1px solid var(--line); }
.partner-avatar { border-radius: 50%; width: 30px; height: 30px; display: grid; place-items: center; background: var(--sunk); color: var(--pine); font-size: 12px; }
.partner-preview div { flex: 1; font-size: 10px; }
.partner-preview div span { display: block; margin-top: 2px; color: var(--muted); }
.partner-preview svg { width: 16px; height: 16px; color: var(--patina); }
.phone-note { text-align: center; font-size: 10px; color: var(--muted); margin: 18px 0; }
.home-indicator { background: var(--ink); width: 80px; height: 4px; border-radius: 4px; margin: 0 auto; }
.notification-preview { position: absolute; right: -8px; bottom: 88px; display: flex; gap: 12px; width: 300px; padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); box-shadow: 0 12px 32px #1e40341a; transform: rotate(3deg); }
.notification-preview > svg { flex: 0 0 32px; width: 32px; height: 36px; color: var(--patina); }
.notification-preview > div { flex: 1; }
.notification-title { display: flex; justify-content: space-between; gap: 8px; font-size: 10px; }
.notification-title > span { color: var(--muted); }
.notification-preview p { font-size: 12px; margin: 5px 0 0; font-weight: 600; }
.notification-preview div > span { font-size: 10px; color: var(--muted); }
.product-scene figcaption { margin-top: 24px; font-size: 10px; color: var(--muted); z-index: 1; }
.phone-status, .partner-preview div, .phone-note, .notification-title, .notification-preview div > span, .product-scene figcaption { font-size: 11px; }
.phone-preview { border-color: #1E1B16; box-shadow: 12px 24px 40px #0000001a; }
.phone-island { background: #1E1B16; }
.notification-preview { box-shadow: 0 12px 32px #0000001a; bottom: 52px; }
.benefit-strip { display: flex; justify-content: space-between; gap: 24px; padding-block: 28px; border-block: 1px solid var(--line); }
.benefit-strip span { display: flex; align-items: center; gap: 12px; font-size: 14px; color: var(--muted); }
.benefit-strip svg { width: 18px; height: 18px; color: var(--patina); }
.home .embrasure { display: none; }
.home .shead { font-size: clamp(32px, 3.5vw, 44px); letter-spacing: -.025em; margin-bottom: 20px; }
.home .sintro { font-size: 17px; max-width: 58ch; margin-bottom: 40px; }
.home .problem .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.home .problem .shead em { color: var(--patina); }
.home .problem ul { gap: 24px; }
.home .problem li { font-size: 16px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.home #how { background: var(--surface); }
.home .steps { gap: 40px; }
.home .step { padding: 24px 0 0; background: none; border: none; border-top: 1px solid var(--line); border-radius: 0; }
.home .step .n { font: 24px 'Fraunces',serif; color: var(--patina); }
.home .step h3 { font-size: 24px; margin: 24px 0 16px; }
.home .step p { font-size: 16px; line-height: 1.7; }
.home .tiers th { color: var(--muted); font-family: inherit; font-size: 13px; text-transform: none; letter-spacing: 0; }
.home .tiers td, .home .tiers th { padding: 18px 20px; }
.home .tiers td:nth-child(3), .home .tiers th:nth-child(3) { background: color-mix(in srgb, var(--patina) 7%, transparent); }
.home .tiers th:nth-child(3) { color: var(--patina); }
.home .tiers caption { margin-top: 20px; }
.home .honesty { background: var(--surface); color: var(--ink); }
.home .honesty h2 { font-size: clamp(32px, 4vw, 48px); max-width: 16ch; }
.home .honesty p { color: var(--muted); max-width: 62ch; }
.home .honesty p strong { color: var(--ink); }
.home .honesty .alertmark { color: var(--alert); background: var(--bg); border: 1px solid var(--line); }
.home .privacy dl { gap: 32px 48px; }
.home .privacy dt { font-size: 21px; font-family: 'Fraunces',serif; font-weight: 500; margin-bottom: 12px; }
.home .privacy dd { font-size: 16px; }
.home .final { padding-top: 0; }
.home .final .card { background: var(--sunk); border: none; border-radius: 16px; padding: 64px 24px; text-align: center; }
.home .final .card::before { display: none; }
.final-mark { width: 52px; height: 60px; color: var(--patina); margin-bottom: 24px; }
.home .final h2 { font-size: clamp(36px, 4.5vw, 56px); letter-spacing: -.025em; }
.home .final h2 em { color: var(--patina); }
.home .final p { max-width: 50ch; margin: 24px auto 32px; }
.home footer { padding-block: 40px; }
.home footer .watch { font-family: inherit; font-size: 13px; color: var(--muted); border: 1px solid var(--line); border-radius: 12px; padding: 24px; max-width: 480px; background: var(--surface); }
.watch-header { display: flex; justify-content: space-between; gap: 16px; font-size: 12px; margin-bottom: 20px; }
.watch-header time { flex-shrink: 0; font-variant-numeric: tabular-nums; }
.watch-body { display: flex; align-items: flex-start; gap: 16px; }
.watch-body > svg { width: 36px; height: 40px; flex-shrink: 0; color: var(--alert); }
.watch-body strong { font-size: 17px; color: var(--ink); font-weight: 600; }
.watch-body p { margin: 8px 0 0; line-height: 1.6; }
.watch-delivery { display: flex; align-items: center; gap: 8px; border-top: 1px solid var(--line); padding-top: 16px; margin-top: 20px; color: var(--patina); font-size: 12px; }
.watch-delivery svg { width: 16px; height: 16px; }
.platforms { display: flex; align-items: center; gap: 16px; color: var(--patina); font-size: 14px; font-weight: 600; margin: 24px 0 0; }
.platforms span { color: var(--line); font-weight: 400; }
.home footer .cols { gap: 24px; }
.home footer:has(.watch) .wrap { align-items: center; }
.home footer .watch { width: 100%; }
.home footer:has(.watch) .cols { justify-content: center; }
.home footer:has(.watch) .fine { text-align: center; }
.home footer .cols a { display: inline-flex; align-items: center; min-height: 44px; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 100; padding: 12px 20px; background: var(--surface); }
.skip-link:focus { top: 12px; }
@media (max-width: 950px) {
  .home .hero-grid { gap: 24px; }
  .home .hero h1 { font-size: 52px; }
  .home .nav .links { gap: 20px; }
  .notification-preview { right: -4px; width: 270px; }
  .home .problem .wrap { gap: 32px; }
}
@media (max-width: 720px) {
  .home .nav .wrap { min-height: 76px; }
  .home .nav .section-link { display: none !important; }
  .home .hero { padding-top: 48px; }
  .home .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .home .hero h1 { font-size: clamp(44px, 9vw, 64px); }
  .home .hero .sub { font-size: 17px; max-width: 48ch; }
  .product-scene { width: min(100%, 430px); justify-self: center; }
  .notification-preview { right: 0; }
  .benefit-strip { flex-wrap: wrap; gap: 16px 24px; }
  .benefit-strip span { font-size: 12px; }
  .home .problem .wrap { grid-template-columns: 1fr; gap: 0; }
  .home .steps { grid-template-columns: 1fr; gap: 32px; }
  .home .step h3 { margin-top: 12px; }
  .home .tiers { font-size: 12px; }
  .home .tiers td, .home .tiers th { padding: 14px 8px; }
  .home .tiers td.c, .home .tiers th.c { width: 60px; }
  .home .privacy dl { grid-template-columns: 1fr; }
}
@media (max-width: 380px) {
  .home .brand .ar { display: none; }
  .home .nav .links { gap: 12px; }
  .phone-preview { width: 264px; }
  .notification-preview { width: 252px; bottom: 72px; }
}
@media (prefers-reduced-motion: reduce) { .home { scroll-behavior: auto; } html:has(.home) { scroll-behavior: auto; } }

/* Emil design-engineering pass: legibility, state explanation, restrained motion. */
.home .hero { padding-top: clamp(32px, 4vw, 56px); }
.home .hero h1 { text-wrap: balance; }
.home .hero .sub { line-height: 1.6; max-width: 41ch; }
.home .hero .trust { font-size: 13px; line-height: 1.6; }
.home .nav .wrap { min-height: 76px; }
.home .btn { box-shadow: 0 1px 2px #0000000d, inset 0 1px 0 #ffffff14; transition: transform 140ms cubic-bezier(.23,1,.32,1), background-color 140ms ease; }
.home .btn:active { transform: scale(.97); }
.home .btn:focus-visible { transition: none; }
.phone-preview { transform: none; border-width: 5px; box-shadow: 0 0 0 1px #00000012, 0 8px 12px -8px #00000030, 0 24px 48px -20px #1e403438; }
.scene-arch { inset: 48px 8px 100px; opacity: .65; }
.protection-state { margin-top: 20px; padding: 20px 10px; border-radius: 14px; background: color-mix(in srgb, var(--patina) 8%, var(--surface)); }
.protection-state > svg { width: 60px; height: 60px; }
.protection-state h2 { font-size: 21px; letter-spacing: -.025em; }
.protection-state p { font-size: 12px; }
.preview-row { font-size: 12px; }
.preview-row:first-of-type { margin-top: 12px; }
.notification-preview { right: -4px; bottom: 122px; transform: none; border: 0; box-shadow: 0 0 0 1px #0000000a, 0 4px 8px #00000008, 0 16px 32px -8px #00000026; transition: opacity 220ms ease, transform 220ms cubic-bezier(.23,1,.32,1); }
.notification-preview p { font-size: 13px; }
.preview-ready .notification-preview { opacity: 0; transform: translateY(8px) scale(.97); pointer-events: none; }
.preview-ready.preview-alert .notification-preview { opacity: 1; transform: translateY(0) scale(1); }
.preview-alert .protection-state > svg, .preview-alert .protection-state p { color: var(--alert); }
.product-scene figcaption { margin-top: 12px; font-size: 11px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
@media (hover: hover) and (pointer: fine) {
  .home .text-link:hover span { transform: translateY(2px); }
  .home .text-link span { transition: transform 160ms cubic-bezier(.23,1,.32,1); }
}
@media (hover: none) {
  .home .btn-primary:hover { transform: none; background: #2E6B58; }
  .home .btn-primary:active { transform: scale(.97); }
}
@media (max-width: 720px) {
  .home .hero { padding-top: 32px; }
  .home .hero .actions { gap: 12px 24px; }
  .home .hero .trust { margin-top: 16px; }
  .notification-preview { right: 0; width: min(300px, 95%); }
  .home .brand .ar { display: none; }
}
@media (prefers-reduced-motion: reduce) {
}

.product-scene figcaption { margin-top: 24px; }
@media (prefers-reduced-motion: reduce) {
  .home .btn, .home .notification-preview, .home .text-link span { transition: none; }
  .home .btn:active { transform: none; }
}
