:root {
  --bg: #0b0d12;
  --panel: #121621;
  --panel-2: #171c29;
  --text: #f4f7fb;
  --muted: #aab4c3;
  --line: #273044;
  --accent: #72e3b3;
  --accent-2: #b6f5d8;
  --warning: #ffd479;
  --max: 1120px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color-scheme: dark;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin:0; background: radial-gradient(circle at 20% 0%, #182238 0, transparent 32rem), var(--bg); color:var(--text); line-height:1.6; }
a { color:inherit; }
.container { width:min(calc(100% - 2rem), var(--max)); margin-inline:auto; }
.nav { display:flex; align-items:center; justify-content:space-between; min-height:72px; gap:1rem; }
.wordmark { text-decoration:none; font-weight:800; letter-spacing:-.04em; font-size:1.35rem; }
.wordmark span { color:var(--accent); }
.navlinks { display:flex; gap:1rem; align-items:center; flex-wrap:wrap; }
.navlinks a { text-decoration:none; color:var(--muted); font-size:.95rem; }
.navlinks a:hover { color:var(--text); }
.hero { padding:6rem 0 4rem; }
.eyebrow { display:inline-flex; padding:.35rem .65rem; border:1px solid var(--line); border-radius:999px; color:var(--accent-2); background:rgba(114,227,179,.06); font-size:.82rem; font-weight:700; text-transform:uppercase; letter-spacing:.08em; }
h1 { font-size:clamp(2.6rem, 7vw, 5.4rem); line-height:.98; letter-spacing:-.055em; margin:1.2rem 0; max-width:13ch; }
h2 { font-size:clamp(1.8rem, 4vw, 3rem); line-height:1.08; letter-spacing:-.035em; margin:0 0 1rem; }
h3 { margin:.2rem 0 .55rem; letter-spacing:-.02em; }
.lede { max-width:720px; font-size:clamp(1.05rem, 2vw, 1.28rem); color:var(--muted); }
.actions { display:flex; flex-wrap:wrap; gap:.8rem; margin-top:2rem; }
.btn { display:inline-flex; align-items:center; justify-content:center; min-height:48px; padding:.72rem 1.05rem; border-radius:11px; border:1px solid var(--line); text-decoration:none; font-weight:750; background:var(--panel-2); }
.btn.primary { background:var(--accent); color:#07130e; border-color:transparent; }
.btn.disabled { opacity:.55; pointer-events:none; }
.micro { margin-top:.8rem; color:var(--muted); font-size:.9rem; }
.section { padding:4.5rem 0; }
.grid-3 { display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; }
.card { background:linear-gradient(180deg, rgba(255,255,255,.025), transparent), var(--panel); border:1px solid var(--line); border-radius:18px; padding:1.35rem; }
.card p { color:var(--muted); margin-bottom:0; }
.product-card { display:flex; flex-direction:column; gap:1rem; min-height:265px; }
.product-card .tag { color:var(--accent-2); font-size:.82rem; font-weight:700; text-transform:uppercase; letter-spacing:.07em; }
.split { display:grid; grid-template-columns:1.1fr .9fr; gap:2rem; align-items:start; }
.feature-list { display:grid; gap:.75rem; padding:0; list-style:none; }
.feature-list li { display:flex; gap:.75rem; color:var(--muted); }
.feature-list li::before { content:"✓"; color:var(--accent); font-weight:900; }
.screenshot { min-height:360px; display:grid; place-items:center; border:1px dashed #43506a; border-radius:18px; background:linear-gradient(135deg, #151c2a, #0f131c); color:var(--muted); text-align:center; padding:2rem; }
.price { font-size:3.4rem; font-weight:850; letter-spacing:-.05em; line-height:1; }
.price small { font-size:1rem; color:var(--muted); font-weight:600; letter-spacing:0; }
.faq { display:grid; gap:.7rem; }
details { border:1px solid var(--line); border-radius:13px; background:var(--panel); padding:1rem 1.1rem; }
summary { cursor:pointer; font-weight:750; }
details p { color:var(--muted); }
.notice { border-left:3px solid var(--warning); padding:.7rem 1rem; background:rgba(255,212,121,.06); color:#f2dfae; }
footer { border-top:1px solid var(--line); padding:2rem 0 3rem; color:var(--muted); }
.footer-row { display:flex; justify-content:space-between; gap:1rem; flex-wrap:wrap; }
.footer-links { display:flex; gap:1rem; flex-wrap:wrap; }
.kicker { color:var(--accent-2); font-weight:750; }
.table-wrap { overflow:auto; border:1px solid var(--line); border-radius:14px; }
table { width:100%; border-collapse:collapse; min-width:620px; }
th,td { padding:.85rem 1rem; text-align:left; border-bottom:1px solid var(--line); }
th { color:var(--muted); font-size:.86rem; }
code { background:#161c29; padding:.12rem .35rem; border-radius:5px; }
@media (max-width: 820px) {
  .grid-3, .split { grid-template-columns:1fr; }
  .hero { padding-top:4rem; }
  .navlinks .optional { display:none; }
}

/* Website v0.2 — TinyRental product visuals */
.product-hero { padding-bottom:2.2rem; }
.hero-shot-wrap { padding-bottom:2.2rem; }
.media-frame { position:relative; display:block; width:100%; padding:0; overflow:hidden; border:1px solid var(--line); border-radius:18px; background:#0e121a; box-shadow:0 22px 70px rgba(0,0,0,.32); cursor:zoom-in; color:inherit; }
.media-frame img { display:block; width:100%; height:auto; background:#111; }
.media-frame::after { content:""; position:absolute; inset:0; pointer-events:none; border-radius:inherit; box-shadow:inset 0 0 0 1px rgba(255,255,255,.025); }
.media-frame:hover { border-color:#43536f; transform:translateY(-1px); transition:.18s ease; }
.hero-shot { border-radius:20px; }
.zoom-hint { position:absolute; right:.8rem; bottom:.8rem; padding:.35rem .55rem; border-radius:999px; background:rgba(7,10,15,.78); color:#dce5f2; border:1px solid rgba(255,255,255,.1); font-size:.75rem; opacity:0; transform:translateY(4px); transition:.18s ease; backdrop-filter:blur(6px); }
.media-frame:hover .zoom-hint, .media-frame:focus-visible .zoom-hint { opacity:1; transform:translateY(0); }
.trust-strip { display:grid; grid-template-columns:repeat(4,1fr); gap:1px; background:var(--line); border:1px solid var(--line); border-radius:16px; overflow:hidden; padding:0; }
.trust-strip > div { display:flex; flex-direction:column; gap:.15rem; background:var(--panel); padding:1rem 1.1rem; }
.trust-strip strong { font-size:.95rem; }
.trust-strip span { color:var(--muted); font-size:.83rem; }
.feature-cards { grid-template-columns:repeat(3,1fr); }
.story-list { display:grid; gap:5rem; }
.story-row { display:grid; grid-template-columns:.72fr 1.28fr; gap:2.4rem; align-items:center; }
.story-row.reverse { grid-template-columns:1.28fr .72fr; }
.story-row.reverse .story-copy { order:2; }
.story-row.reverse .media-frame { order:1; }
.story-copy .lede { font-size:1.05rem; }
.practical-split { align-items:stretch; }
.gallery-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:1.2rem; }
.gallery-card { margin:0; display:grid; gap:.9rem; }
.gallery-card figcaption { display:grid; gap:.25rem; color:var(--muted); }
.gallery-card figcaption strong { color:var(--text); }
.pricing-section { padding-top:5rem; }
.pricing-card { display:grid; grid-template-columns:.82fr 1.18fr; gap:2rem; align-items:start; padding:1.7rem; }
.product-preview { display:block; margin-top:.4rem; border:1px solid var(--line); border-radius:14px; overflow:hidden; }
.product-preview img { display:block; width:100%; height:auto; }
.lightbox { width:min(96vw, 1500px); max-width:none; padding:0; border:1px solid #39455c; border-radius:18px; background:#090c11; color:var(--text); box-shadow:0 30px 120px rgba(0,0,0,.7); }
.lightbox::backdrop { background:rgba(0,0,0,.83); backdrop-filter:blur(3px); }
.lightbox img { display:block; width:100%; height:auto; max-height:90vh; object-fit:contain; border-radius:17px; }
.lightbox-close { position:absolute; top:.65rem; right:.65rem; z-index:2; width:40px; height:40px; border:1px solid rgba(255,255,255,.16); border-radius:999px; background:rgba(8,11,16,.82); color:white; font-size:1.55rem; line-height:1; cursor:pointer; }
.lightbox-close:hover { background:#1c2432; }
@media (max-width: 900px) {
  .trust-strip { grid-template-columns:repeat(2,1fr); }
  .story-row, .story-row.reverse, .pricing-card { grid-template-columns:1fr; }
  .story-row.reverse .story-copy, .story-row.reverse .media-frame { order:initial; }
  .story-list { gap:3.5rem; }
}
@media (max-width: 650px) {
  .trust-strip, .gallery-grid, .feature-cards { grid-template-columns:1fr; }
  .hero-shot-wrap { width:100%; }
  .hero-shot { border-radius:0; border-inline:0; }
  .zoom-hint { display:none; }
}
.release-list { display:grid; gap:.7rem; margin:1.2rem 0; }
.release-list > div { display:grid; grid-template-columns:minmax(95px,.35fr) 1fr; gap:1rem; padding:.7rem 0; border-bottom:1px solid var(--line); }
.release-list dt { color:var(--muted); }
.release-list dd { margin:0; color:var(--text); }
.mono { font-family:ui-monospace,SFMono-Regular,Consolas,"Liberation Mono",monospace; font-size:.9em; }
.break-anywhere { overflow-wrap:anywhere; word-break:break-word; }
@media (max-width:640px) { .release-list > div { grid-template-columns:1fr; gap:.25rem; } }

/* Website v0.4.1 — TinyRental product demo */
.demo-section { padding-top:3.3rem; padding-bottom:4.8rem; }
.demo-heading {
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:2rem;
  align-items:end;
  margin-bottom:1.4rem;
}
.demo-heading h2 { margin-bottom:0; }
.demo-heading .lede {
  margin:0;
  font-size:1.05rem;
  justify-self:end;
  max-width:620px;
}
.demo-player-frame {
  position:relative;
  overflow:hidden;
  width:min(100%, 960px);
  margin-inline:auto;
  aspect-ratio:16 / 9;
  border:1px solid var(--line);
  border-radius:18px;
  background:#07090d;
  box-shadow:0 18px 60px rgba(0,0,0,.34);
}
.demo-player-frame::after {
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  border-radius:inherit;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.025);
}
.demo-video {
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  background:#07090d;
}
.demo-note { text-align:center; margin-top:.75rem; }

@media (max-width:820px) {
  .demo-heading {
    grid-template-columns:1fr;
    gap:.5rem;
    align-items:start;
  }
  .demo-heading .lede { justify-self:start; }
}

@media (max-width:650px) {
  .demo-section { padding-top:2.5rem; }
  .demo-player-frame {
    width:100%;
    border-radius:14px;
  }
  .demo-note { padding-inline:1rem; }
}
