:root { color-scheme: dark; --background: #151316; --surface: #211c20; --cream: #fff2df; --muted: #c0b5b9; --peach: #f5b09d; --line: #393137; --serif: Georgia, 'Times New Roman', serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--background); color: var(--cream); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-underline-offset: .22em; }
a:hover { color: var(--peach); }
a:focus-visible, summary:focus-visible { outline: 2px solid var(--peach); outline-offset: 6px; border-radius: 3px; }
img { max-width: 100%; }
h1 span { white-space: nowrap; }
.line-icon { width: 20px; height: 20px; display: inline-block; vertical-align: middle; }
.note-icon .line-icon { width: 24px; height: 24px; }
.wrap { width: min(1240px, calc(100% - 104px)); margin-inline: auto; }
.skip-link { position: absolute; top: -100px; left: 20px; padding: 10px 18px; color: var(--background); background: var(--cream); z-index: 10; }
.skip-link:focus { top: 12px; }
.site-header { min-height: 94px; display: flex; justify-content: space-between; align-items: center; gap: 24px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--cream); font: 32px/1 var(--serif); text-decoration: none; }
.brand-mark { width: 48px; height: 48px; object-fit: contain; mix-blend-mode: screen; filter: brightness(1.2) contrast(1.6); }
nav { display: flex; align-items: center; gap: 32px; color: var(--muted); font-size: 13px; }
nav a { min-height: 44px; display: inline-flex; align-items: center; text-decoration: none; }
nav a[aria-current] { text-decoration: underline; }
.hero { position: relative; isolation: isolate; background: var(--background); min-height: 654px; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-photograph { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; background-size: cover; background-position: center 61%; }
.hero-shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(180deg, #151316 0%, #151316ed 14%, #15131676 45%, transparent 70%), linear-gradient(90deg, #151316b3, transparent 65%); }
.hero-layout { position: relative; padding-top: 60px; }
.hero-copy { position: relative; z-index: 2; width: 59%; }
h1, h2 { font-family: var(--serif); font-weight: 400; }
h1 { font-size: clamp(47px, 5.2vw, 72px); line-height: 1.03; letter-spacing: -.035em; margin: 0 0 24px; }
.hero-benefits { margin: 0 0 8px; color: var(--peach); font-size: 23px; line-height: 1.4; font-weight: 600; }
.hero-description { margin: 0; font-size: 18px; line-height: 1.5; }
.hero-actions { position: relative; z-index: 3; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; margin-top: 32px; }
.launch-note { display: flex; align-items: baseline; flex-wrap: wrap; gap: 6px 12px; margin: 0; line-height: 1.2; }
.launch-note strong { font: 36px/1.2 var(--serif); }
.launch-note > span { color: var(--muted); font-size: 16px; }
.explore-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; color: var(--peach); font-size: 16px; text-decoration: none; }
.explore-link:hover { text-decoration: underline; }
.explore-link svg { width: 18px; height: 18px; }
.companion-scene { position: absolute; right: -2px; top: 34px; width: 500px; height: 360px; }
.scene-mark { position: absolute; width: 105px; height: 105px; left: 203px; top: 0; mix-blend-mode: screen; filter: brightness(1.2) contrast(1.6); }
.thought-card { position: absolute; width: 188px; padding: 20px 16px; border: 1px solid #48383c; border-radius: 12px; background: linear-gradient(125deg, #2b2225f0, #251e22eb); box-shadow: inset 0 0 0 1px #fff5e905, 0 12px 28px #00000012; }
.remember-card { left: 0; top: 22px; transform: rotate(-6deg); }
.plan-card { right: -32px; top: 50px; transform: rotate(4deg); }
.thought-card h2 { font-size: 22px; line-height: 1.15; margin: 12px 0 10px; letter-spacing: -.02em; }
.thought-card p { font-size: 12px; line-height: 1.55; color: var(--muted); margin: 0; }
.note-icon { font-size: 24px; line-height: 1; color: var(--peach); }
.check-icon { display: inline-grid; place-items: center; background: var(--peach); color: #38251f; border-radius: 50%; width: 24px; height: 24px; font-size: 15px; }
.kitty-face { position: absolute; width: 190px; height: 190px; top: 151px; left: 161px; filter: drop-shadow(0 0 26px #ffb17910); }
.scene-connectors { position: absolute; width: 100%; height: 100%; inset: 0; color: var(--peach); }
.kitty-caption { position: absolute; top: 294px; left: 365px; width: 155px; font-family: 'Bradley Hand', 'Segoe Print', cursive; font-size: 15px; line-height: 1.25; transform: rotate(-6deg); }
.kitty-caption span { display: block; font-size: 26px; margin-bottom: 5px; }
.benefits-section { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px; padding-block: 38px; border-bottom: 1px solid var(--line); }
.benefits-section h2 { font-size: 27px; line-height: 1.2; margin: 0 0 12px; }
.benefits-section p { color: var(--muted); font-size: 15px; line-height: 1.6; margin: 0; max-width: 34ch; }
.film-section { padding-block: 44px 28px; border-bottom: 1px solid var(--line); }
.film-heading { margin-bottom: 26px; }
.film-heading .section-number { margin-bottom: 15px; }
.film-heading h2 { font-size: 38px; line-height: 1.15; margin: 0; letter-spacing: -.02em; }
.film-player { display: block; width: 100%; aspect-ratio: 16 / 9; min-height: 202px; border: 1px solid var(--line); border-radius: 16px; background: var(--background); }
.gmail-section { display: grid; grid-template-columns: .95fr 1.05fr; gap: 66px; align-items: center; padding-block: 36px 30px; }
.section-number { display: flex; align-items: center; gap: 13px; color: var(--peach); font: 13px/1 ui-monospace, monospace; letter-spacing: .04em; margin: 0 0 22px; }
.section-number span { width: 54px; height: 1px; background: #7a6669; }
.gmail-copy h2 { font-size: 38px; line-height: 1.1; letter-spacing: -.02em; margin: 0 0 14px; }
.gmail-copy > p:not(.section-number) { color: var(--muted); font-size: 15px; line-height: 1.6; margin: 0 0 12px; }
.gmail-copy > .local-note { font-size: 13px !important; margin-bottom: 0 !important; }
.mail-preview { min-height: 222px; padding: 22px; display: grid; grid-template-columns: 155px 1fr; gap: 22px; background: linear-gradient(115deg, #292126e6, #19161ce6); border: 1px solid #47373e; border-radius: 18px; box-shadow: inset 0 0 0 1px #fff5e905; }
.preview-sidebar { padding-right: 12px; border-right: 1px solid #51404a55; font-size: 12px; color: var(--muted); }
.preview-sidebar p { display: flex; align-items: center; gap: 14px; padding: 5px 9px; margin: 0 0 5px; border-radius: 6px; }
.preview-sidebar span { width: 18px; text-align: center; font-size: 19px; line-height: 1; }
.preview-sidebar .selected { background: #40303a; color: var(--cream); }
.preview-intro { font-size: 15px; line-height: 1.4; margin: 0 0 12px; }
.preview-content ul { margin: 0; padding: 0; list-style: none; }
.preview-content li { display: flex; gap: 12px; align-items: center; color: #dfd0ce; font-size: 12px; padding: 5px 0; }
.preview-content li span { width: 18px; color: var(--peach); font-size: 18px; line-height: 1; }
.gmail-details { padding-bottom: 20px; }
.gmail-details details { border-top: 1px solid var(--line); }
summary { min-height: 48px; cursor: pointer; color: var(--muted); font-size: 13px; display: flex; align-items: center; justify-content: space-between; gap: 15px; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--peach); font-size: 24px; font-weight: 300; }
details[open] summary span { transform: rotate(45deg); }
.connection-details { padding: 10px 0 24px; }
.availability { font-size: 14px; color: var(--cream); }
.detail-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.detail-columns h3 { font: 23px/1.2 var(--serif); }
.detail-columns p { font-size: 14px; color: var(--muted); }
.detail-columns a { color: var(--peach); }
.site-footer { border-top: 1px solid var(--line); min-height: 86px; display: flex; justify-content: space-between; align-items: center; gap: 28px; }
.site-footer .brand { font-size: 25px; gap: 10px; }
.site-footer .brand-mark { width: 36px; height: 36px; }
.site-footer nav { font-size: 12px; gap: 30px; }
.policy { max-width: 780px; padding-block: 65px 80px; }
.policy .eyebrow { color: var(--peach); text-transform: uppercase; font-size: 11px; letter-spacing: .14em; margin-bottom: 20px; }
.policy h1 { font-size: clamp(44px, 6vw, 72px); margin-bottom: 24px; }
.policy h2 { font-size: 29px; line-height: 1.2; margin: 0 0 14px; }
.policy section { margin-top: 42px; }
.policy p { color: var(--muted); }
.policy a { color: var(--peach); overflow-wrap: anywhere; }
@media (min-width: 901px) { .hero-photograph { background-image: url("assets/afterhours-desk.png"); } }
@media (min-width: 1500px) { .hero-photograph { background-position: center 65%; } }
@media (min-width: 901px) and (max-width: 1250px) {
  .wrap { width: calc(100% - 64px); }
  .hero { min-height: 620px; }
  .hero-copy { width: 60%; }
  h1 { font-size: clamp(42px, 5vw, 58px); }
  .hero-benefits { font-size: 20px; }
  .hero-description { max-width: 360px; font-size: 17px; }
  .companion-scene { right: 0; top: 38px; width: 390px; height: 281px; }
  .scene-mark { width: 82px; height: 82px; left: 143px; }
  .thought-card { width: 147px; padding: 16px 12px; border-radius: 9px; }
  .remember-card { top: 17px; }
  .plan-card { right: 0; top: 39px; }
  .thought-card h2 { font-size: 17px; margin: 9px 0 8px; }
  .thought-card p { font-size: 10px; }
  .kitty-face { width: 148px; height: 148px; top: 118px; left: 108px; }
  .kitty-caption { top: 230px; left: 270px; width: 120px; font-size: 12px; }
  .kitty-caption span { font-size: 21px; }
  .gmail-section { gap: 30px; }
  .mail-preview { grid-template-columns: 120px 1fr; gap: 14px; padding: 18px; }
  .preview-sidebar { padding-right: 6px; }
  .preview-sidebar p { gap: 6px; padding-inline: 5px; }
}
@media (max-width: 900px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { min-height: 76px; }
  .brand { font-size: 26px; gap: 8px; }
  .brand-mark { width: 38px; height: 38px; }
  nav { gap: 20px; font-size: 12px; }
  .hero { min-height: auto; }
  .hero-photograph, .hero-shade { display: none; }
  .hero-layout { padding-top: 26px; padding-bottom: 24px; display: flex; flex-direction: column; }
  .hero-copy { width: 100%; }
  h1 { max-width: 460px; font-size: clamp(40px, 10.4vw, 58px); line-height: .99; letter-spacing: -.025em; margin: 0 0 12px; }
  .hero-benefits { max-width: 380px; font-size: 18px; margin-top: 20px; }
  .hero-description { max-width: 350px; font-size: 16px; line-height: 1.45; }
  .companion-scene { position: relative; right: auto; top: auto; width: min(100%, 360px); height: 267px; margin: 10px auto 0; }
  .scene-mark { width: 76px; height: 76px; left: calc(50% - 38px); top: 0; }
  .kitty-face { width: 133px; height: 133px; left: calc(50% - 66.5px); top: 65px; z-index: 2; }
  .thought-card { width: 46%; min-height: 86px; padding: 11px 12px; border-radius: 8px; top: 181px; }
  .remember-card { left: 1%; transform: rotate(-4deg); }
  .plan-card { right: 1%; transform: rotate(4deg); }
  .thought-card h2 { font-size: clamp(15px, 4vw, 18px); line-height: 1.1; margin: 8px 0 0; }
  .thought-card p, .kitty-caption { display: none; }
  .note-icon { font-size: 17px; }
  .check-icon { width: 18px; height: 18px; font-size: 12px; }
  .scene-connectors { top: 74px; height: 238px; }
  .kitty-arrow { display: none; }
  .hero-actions { align-items: center; gap: 10px; width: 100%; margin-top: 28px; }
  .launch-note { justify-content: center; }
  .launch-note strong { font-size: 32px; }
  .launch-note > span { font-size: 14px; }
  .benefits-section { grid-template-columns: 1fr; gap: 25px; padding-block: 30px; }
  .benefits-section h2 { font-size: 26px; margin-bottom: 7px; }
  .benefits-section p { font-size: 14px; max-width: 42ch; }
  .film-section { padding-block: 30px 24px; }
  .film-heading { margin-bottom: 16px; }
  .film-heading h2 { font-size: 31px; }
  .film-player { border-radius: 10px; }
  .gmail-section { display: block; padding-block: 25px 20px; }
  .section-number { font-size: 11px; margin-bottom: 16px; }
  .gmail-copy h2 { font-size: 31px; line-height: 1.05; margin-bottom: 12px; }
  .gmail-copy > p:not(.section-number) { font-size: 14px; max-width: 350px; margin-bottom: 12px; }
  .gmail-copy > .local-note { font-size: 11px !important; }
  .desktop-break { display: none; }
  .mail-preview { margin-top: 16px; min-height: auto; padding: 13px 16px; display: block; border-radius: 12px; }
  .preview-sidebar, .preview-intro { display: none; }
  .preview-content li { font-size: 12px; padding-block: 7px; }
  .preview-content li:last-child { display: none; }
  .gmail-details { padding-bottom: 10px; }
  .detail-columns { grid-template-columns: 1fr; gap: 4px; }
  .site-footer { min-height: 75px; gap: 16px; }
  .site-footer .brand { font-size: 22px; gap: 6px; }
  .site-footer .brand-mark { width: 30px; height: 30px; }
  .site-footer nav { gap: 20px; font-size: 11px; }
  .policy { padding-block: 36px 50px; }
  .policy h1 { font-size: 46px; line-height: 1.03; }
  .policy h2 { font-size: 26px; }
  .policy p { font-size: 16px; }
  .policy-page .site-footer { align-items: flex-start; padding-block: 16px; flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
