/* Timeback rebrand · Phase 1 · copper */
@font-face { font-family: 'Inter Tight'; font-style: normal; font-weight: 400; font-display: swap; src: url(/assets/fonts/InterTight-400.woff2) format('woff2'); }
@font-face { font-family: 'Inter Tight'; font-style: normal; font-weight: 600; font-display: swap; src: url(/assets/fonts/InterTight-600.woff2) format('woff2'); }
@font-face { font-family: 'Inter Tight'; font-style: italic; font-weight: 600; font-display: swap; src: url(/assets/fonts/InterTight-600i.woff2) format('woff2'); }
@font-face { font-family: 'Inter Tight'; font-style: normal; font-weight: 800; font-display: swap; src: url(/assets/fonts/InterTight-800.woff2) format('woff2'); }
@font-face { font-family: 'Playfair Display'; font-style: italic; font-weight: 700; font-display: swap; src: url(/assets/fonts/Playfair-700i.woff2) format('woff2'); }
@font-face { font-family: 'Instrument Serif'; font-style: italic; font-weight: 400; font-display: swap; src: url(/assets/fonts/InstrumentSerif-Italic.woff2) format('woff2'); }

:root {
  --bone: #F7F1E6; --paper: #FFFDF8; --ink: #1B1710;
  --line: #E6DAC2; --dim: #6A5F4C; --dim2: #857A66;
  --gold: #B5822C; --gold2: #D6A24A; --orange: #C0531D;
  --acc: #B5822C; --on-acc: #FFF7EA; --acc-text: #C0531D;
  --dark: #171208; --dark-line: #3A3120;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
body {
  font-family: 'Inter Tight', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--bone); color: var(--ink);
  font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
em.sig, .sig { font-family: 'Instrument Serif', Georgia, serif; font-style: italic; font-weight: 400; color: var(--gold); }

/* reveal */
.rv { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.rv.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .rv { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

/* banner + nav */
.banner { background: var(--dark); color: var(--on-acc); text-align: center; padding: 11px 16px; font-weight: 600; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.banner b { color: var(--gold2); }
.banner a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.nav { position: sticky; top: 0; z-index: 100; background: rgba(247,241,230,.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.nav-in { display: flex; justify-content: space-between; align-items: center; padding: 16px 24px; max-width: 1160px; margin: 0 auto; }
.logo { font-weight: 800; font-size: 21px; letter-spacing: -.03em; color: var(--ink); }
.logo i { font-style: italic; color: var(--gold); font-weight: 700; }
.nav-links { display: flex; gap: 26px; align-items: center; font-weight: 600; font-size: 14.5px; letter-spacing: -.01em; color: #4B4133; }
.nav-links a:hover { color: var(--acc-text); }
.nav-links a.live { color: var(--acc-text); }
.nav-links .login { color: var(--dim2); }
.nav-cta { background: var(--ink); color: var(--bone); font-weight: 600; font-size: 13px; padding: 10px 20px; border-radius: 5px; white-space: nowrap; }
.nav-cta:hover { background: #2A2012; }
.burger { display: none; background: none; border: none; cursor: pointer; padding: 6px; color: var(--ink); }

/* hero */
.hero { padding: 72px 0 64px; }
.hero-grid { display: grid; grid-template-columns: 1.08fr 1fr; gap: 52px; align-items: center; }
h1 { font-weight: 800; font-size: clamp(38px, 5.4vw, 68px); line-height: .98; letter-spacing: -.04em; max-width: 17ch; text-wrap: balance; }
.eye { font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--orange); margin-bottom: 18px; }
.sub { font-size: 18px; line-height: 1.6; color: var(--dim); max-width: 46ch; margin-top: 20px; }
.sub .sig { font-size: 1.14em; }
.btn { display: inline-block; background: var(--gold); color: var(--on-acc); font-weight: 600; font-size: 15px; padding: 16px 32px; border-radius: 7px; margin-top: 30px; transition: transform .2s ease, background .2s; }
.btn:hover { background: #9C6E22; transform: translateY(-2px); }
.btn.acc { background: var(--gold); color: var(--on-acc); }
.btn.acc:hover { background: #9C6E22; }
.btn.dark { background: var(--ink); color: var(--bone); }
.btn.dark:hover { background: #2A2012; }
.btn.g { background: transparent; color: var(--ink); border: 1.5px solid var(--line); }
.btn.g:hover { background: transparent; border-color: var(--gold); }
.hctas { display: flex; gap: 14px; align-items: center; margin-top: 30px; flex-wrap: wrap; }
.hctas .btn { margin-top: 0; }
.ph { border-radius: 14px; overflow: hidden; }
.ph img { width: 100%; height: 100%; object-fit: cover; }
.r43 { aspect-ratio: 4/3; } .r11 { aspect-ratio: 1/1; }

/* sections */
.sec { padding: 76px 0; border-top: 1px solid var(--line); }
h2 { font-weight: 800; font-size: clamp(28px, 3.6vw, 42px); line-height: 1.04; letter-spacing: -.03em; text-wrap: balance; }
.sec-sub { font-size: 16px; color: var(--dim); max-width: 60ch; margin-top: 14px; }

/* choose split */
.choose { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.choice { border: 1px solid var(--line); border-radius: 12px; background: var(--paper); padding: 26px 28px; }
.choice h3 { font-size: 19px; font-weight: 800; letter-spacing: -.02em; }
.choice p { font-size: 14.5px; color: var(--dim); margin: 8px 0 16px; max-width: 44ch; }
.link { font-weight: 600; font-size: 14px; color: var(--acc-text); }
.link:hover { text-decoration: underline; text-underline-offset: 3px; }

/* stats */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: var(--paper); }
.stat { padding: 24px 28px; border-right: 1px solid var(--line); }
.stat:last-child { border-right: none; }
.stat b { display: block; font-weight: 500; font-size: clamp(24px, 2.6vw, 34px); letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.stat span { font-size: 13px; color: var(--dim2); }

/* journey */
.journey { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 36px; }
.jstep { position: relative; border-radius: 12px; overflow: hidden; aspect-ratio: 3/4.1; background: var(--dark); }
.jstep > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .94; transition: transform .6s ease; }
.jstep:hover > img { transform: scale(1.035); }
.jveil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(23,18,8,0) 32%, rgba(23,18,8,.82) 100%); }
.jtxt { position: absolute; left: 0; right: 0; bottom: 0; padding: 18px 20px; color: #F2EFE7; }
.jn { font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: 11px; letter-spacing: .12em; color: #E5A24C; }
.jtxt h3 { font-size: 18px; font-weight: 800; letter-spacing: -.01em; margin: 5px 0 4px; }
.jtxt p { font-size: 13px; line-height: 1.5; color: #D8CEBB; }

/* app mini mock (journey step + club) */
.appcard { position: absolute; inset: 0; background: #fff; padding: 14px; }
.app-h { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.app-h b { font-size: 12px; font-weight: 700; color: #1B1710; }
.chip { font-size: 9.5px; font-weight: 700; color: #8D672E; background: #F5EBDA; border-radius: 999px; padding: 3px 9px; white-space: nowrap; }
.lvl { display: flex; align-items: center; gap: 10px; border: 1px solid #ECE8DE; border-radius: 9px; padding: 9px 11px; margin-bottom: 7px; background: #fff; }
.ring { width: 28px; height: 28px; border-radius: 50%; flex: none; display: flex; align-items: center; justify-content: center; font-size: 8px; font-weight: 700; color: #1B1710; }
.lvl h6 { font-size: 11px; font-weight: 700; color: #1B1710; }
.lvl p { font-size: 9.5px; color: #6B6A62; margin-top: 1px; }
.lock { margin-left: auto; font-size: 8.5px; font-weight: 700; color: #9C9689; letter-spacing: .08em; white-space: nowrap; }

/* movement */
.move { background: var(--dark); color: #F1E9D8; padding: 84px 0; }
.move-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.state { font-weight: 600; font-size: clamp(22px, 3vw, 33px); line-height: 1.24; letter-spacing: -.02em; }
.state em.sig { color: #D6A24A; }
.mbul { list-style: none; margin-top: 24px; font-size: 15px; line-height: 2.1; color: #C9BFAC; }
.mbul b { color: #F1E9D8; font-weight: 600; font-variant-numeric: tabular-nums; }
.mbul li::before { content: "·"; color: #D6A24A; font-weight: 800; margin-right: 10px; }
.mphotos { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.mphotos .tall { grid-row: span 2; }
.mphotos .ph { height: 100%; }
.mcard { border-radius: 12px; background: #221B0E; border: 1px solid #3A3120; display: flex; flex-direction: column; justify-content: center; padding: 18px; aspect-ratio: 1/1; }
.mcard .k { font-family: ui-monospace, Menlo, monospace; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: #D6A24A; }
.mcard b { font-weight: 700; font-size: 16px; color: #F1E9D8; margin-top: 7px; }
.mcard span { font-size: 12px; color: #B9AE98; margin-top: 4px; }

/* cards row */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; margin-top: 36px; }
.card { border: 1px solid var(--line); border-radius: 12px; background: var(--paper); padding: 24px 26px; }
.card .k { display: inline-block; font-family: ui-monospace, Menlo, monospace; font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--acc-text); margin-bottom: 12px; }
.card h3 { font-size: 17px; font-weight: 700; letter-spacing: -.01em; }
.card p { font-size: 14px; line-height: 1.55; color: var(--dim); margin-top: 7px; }
.card .save { display: inline-block; margin-top: 12px; font-size: 12.5px; font-weight: 600; color: var(--acc-text); }

/* offer cards (image-backed) */
.offers { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 36px; }
.offer { position: relative; border-radius: 14px; overflow: hidden; min-height: 420px; display: flex; align-items: flex-end; background: var(--dark); }
.offer > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .5; filter: sepia(.4) saturate(1.1); }
.offer::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(23,18,8,.1) 0%, rgba(23,18,8,.88) 78%); z-index: 1; }
.offer-in { position: relative; z-index: 2; padding: 30px 32px; color: #F2EFE7; width: 100%; }
.badge { display: inline-block; background: var(--acc); color: var(--on-acc); font-weight: 700; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; padding: 6px 11px; border-radius: 5px; margin-bottom: 14px; }
.offer-in h3 { font-size: 26px; font-weight: 800; letter-spacing: -.02em; }
.price { font-weight: 700; font-size: 22px; letter-spacing: -.01em; margin: 8px 0 2px; font-variant-numeric: tabular-nums; }
.price small { font-size: 14px; font-weight: 600; color: #C9BFAC; }
.offer-in p.d { font-size: 14.5px; line-height: 1.55; color: #D8CEBB; margin: 8px 0 18px; max-width: 46ch; }
.offer .btn { margin-top: 0; }

/* immersive */
.im { position: relative; min-height: 560px; display: flex; align-items: center; overflow: hidden; }
.im > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.im::before { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(23,18,8,.32) 0%, rgba(23,18,8,0) 60%); z-index: 1; }
.im-card { position: relative; z-index: 2; background: rgba(255,253,248,.96); border-radius: 14px; margin: 72px 24px; padding: 40px 42px; max-width: 500px; box-shadow: 0 28px 70px -32px rgba(23,18,8,.55); }
.im-card.right { margin-left: auto; }
.im-card h1, .im-card h2 { font-size: clamp(30px, 4vw, 46px); }
.im-card p { font-size: 15px; line-height: 1.62; color: var(--dim); margin-top: 14px; }
.im-card .btn { margin-top: 24px; }

/* steps list */
.steps { border: 1px solid var(--line); border-radius: 12px; overflow: hidden; margin-top: 36px; background: var(--paper); }
.step { display: grid; grid-template-columns: 120px 1fr; gap: 20px; padding: 22px 26px; border-bottom: 1px solid var(--line); }
.step:last-child { border-bottom: none; }
.step .t { font-family: ui-monospace, Menlo, monospace; font-size: 12.5px; letter-spacing: .06em; color: var(--acc-text); padding-top: 3px; }
.step h3 { font-size: 16.5px; font-weight: 700; }
.step p { font-size: 14.5px; color: var(--dim); margin-top: 4px; }

/* tiers */
.tiers { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 36px; }
.tier { border: 1px solid var(--line); border-radius: 12px; background: var(--paper); padding: 30px 32px; }
.tier.hi { border-color: var(--acc); border-width: 2px; }
.tier h3 { font-size: 18px; font-weight: 800; }
.tier .pr { font-weight: 700; font-size: 32px; letter-spacing: -.02em; margin: 10px 0 4px; font-variant-numeric: tabular-nums; }
.tier .pr small { font-size: 15px; font-weight: 600; color: var(--dim2); }
.tier ul { margin: 16px 0 0 18px; font-size: 14.5px; color: var(--dim); }
.tier li { margin-bottom: 7px; }
.tier .btn { margin-top: 22px; font-size: 14px; padding: 13px 24px; }
.fine { margin-top: 18px; font-size: 13.5px; color: var(--dim2); max-width: 70ch; }
.fine b { color: var(--acc-text); font-weight: 600; }

/* slots */
.slots { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.slot { border: 1px solid var(--line); border-radius: 9px; background: var(--paper); padding: 14px 20px; font-size: 14px; font-weight: 600; }
.slot span { display: block; font-family: ui-monospace, Menlo, monospace; font-size: 10.5px; letter-spacing: .06em; color: var(--dim2); font-weight: 400; margin-top: 3px; }
.slot.full { opacity: .45; }

/* dark band */
.band { background: var(--dark); color: #F1E9D8; padding: 64px 0; }
.band .state { max-width: 34ch; color: #F1E9D8; }

/* footer */
.foot { border-top: 1px solid var(--line); padding: 40px 0; }
.foot-in { display: flex; justify-content: space-between; align-items: center; gap: 18px; flex-wrap: wrap; font-size: 13.5px; color: var(--dim2); }
.foot-in a:hover { color: var(--ink); }
.foot-links { display: flex; gap: 22px; }

/* newsletter */
.nl { display: flex; gap: 10px; max-width: 460px; margin-top: 22px; }
.nl input { flex: 1; border: 1px solid var(--line); border-radius: 6px; background: #fff; padding: 13px 16px; font: inherit; font-size: 14.5px; }
.nl button { border: none; cursor: pointer; font: inherit; }
.form-msg { margin-top: 10px; font-size: 13.5px; }
.form-msg.success { color: #2E7D4F; } .form-msg.error { color: #B0453A; }

/* responsive */
@media (max-width: 900px) {
  .hero-grid, .move-grid, .choose, .offers, .tiers { grid-template-columns: 1fr; }
  .journey { grid-template-columns: 1fr 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(2n) { border-right: none; }
  .stat { border-bottom: 1px solid var(--line); }
  .im { min-height: 480px; }
  .im-card { margin: 40px 18px; padding: 30px 26px; }
  .nav-links { display: none; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: var(--bone); border-bottom: 1px solid var(--line); padding: 18px 24px; gap: 16px; align-items: flex-start; }
  .burger { display: block; }
  .hero { padding: 44px 0 48px; }
  .sec { padding: 56px 0; }
  .move { padding: 60px 0; }
}
@media (max-width: 560px) {
  .journey, .stats { grid-template-columns: 1fr; }
  .stat { border-right: none; }
  .jstep { aspect-ratio: 3/3.4; }
  .offer { min-height: 340px; }
  .step { grid-template-columns: 1fr; gap: 6px; }
}

/* real app screenshots (added 2026-07-29) */
.appshots { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 36px; align-items: start; }
.appshots figure { margin: 0; display: flex; flex-direction: column; gap: 10px; }
.appshots img { width: 100%; height: auto; border-radius: 12px; border: 1px solid var(--line); box-shadow: 0 18px 44px -26px rgba(20,15,5,.45); }
.appshots figcaption { font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--dim2); font-weight: 600; text-align: center; }
@media (max-width: 860px) { .appshots { grid-template-columns: repeat(2, 1fr); gap: 14px; } }
