:root{
  --forest:#2C4A35; --forest-d:#203829; --sage:#7E9B6E; --bark:#6B5638;
  --brass:#B08D3F; --cream:#F4EFE3; --ink:#2A2A24; --paper:#FBF8F0; --line:#D9CFBA;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  color:var(--ink); background:var(--paper); line-height:1.6;
}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif; color:var(--forest); line-height:1.2}
a{color:var(--forest)}
.wrap{max-width:880px;margin:0 auto;padding:0 22px}

/* Header / nav */
header.site{position:sticky;top:0;z-index:10;background:rgba(251,248,240,.92);
  backdrop-filter:saturate(160%) blur(8px);border-bottom:1px solid var(--line)}
header.site .wrap{display:flex;align-items:center;gap:14px;padding:12px 22px}
header.site img{width:34px;height:34px;border-radius:8px}
header.site .brand{font-family:Georgia,serif;font-weight:700;color:var(--forest);font-size:1.2rem}
header.site nav{margin-left:auto;display:flex;gap:18px;flex-wrap:wrap}
header.site nav a{text-decoration:none;color:var(--bark);font-weight:600;font-size:.95rem}
header.site nav a:hover{color:var(--forest)}

/* Hero */
.hero{position:relative;min-height:64vh;display:flex;align-items:flex-end;
  background:#26342b center/cover no-repeat;color:#fff}
.hero::after{content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.72))}
.hero .wrap{position:relative;z-index:1;padding-top:64px;padding-bottom:48px}
.hero h1{color:#fff;font-size:clamp(2.4rem,7vw,4rem)}
.hero p{font-size:clamp(1.05rem,2.6vw,1.35rem);max-width:30ch;margin-top:10px;
  text-shadow:0 1px 3px rgba(0,0,0,.4)}
.badge{display:inline-block;margin-top:22px;padding:10px 18px;border-radius:30px;
  background:var(--brass);color:#241c08;font-weight:700;text-decoration:none}
.appbadge{display:inline-block;margin-top:22px}
.appbadge img{height:58px;width:auto;display:block}
.soon{margin-top:10px;color:#fff;opacity:.9;font-size:.85rem;letter-spacing:.06em;text-transform:uppercase}

/* Screenshot mockups */
.shots .phones{display:flex;gap:24px;flex-wrap:wrap;justify-content:center;margin-top:8px}
.phone{width:228px;background:#1c2620;border-radius:36px;padding:11px;
  box-shadow:0 18px 44px rgba(0,0,0,.20);border:1px solid #0d130f}
.phone .screen{background:var(--paper);border-radius:26px;overflow:hidden;
  aspect-ratio:9/19;display:flex;flex-direction:column;position:relative}
.phone .notch{height:22px;display:flex;justify-content:center;align-items:flex-start}
.phone .notch::before{content:"";width:88px;height:16px;background:#1c2620;border-radius:0 0 12px 12px}
.phone .top{font-family:Georgia,serif;font-weight:700;color:var(--forest);
  text-align:center;font-size:1rem;padding:2px 0 0}
.phone .mode{text-align:center;color:var(--bark);font-size:.72rem;letter-spacing:.08em;
  text-transform:uppercase;margin-bottom:6px}
.phone .art{flex:1;display:flex;align-items:center;justify-content:center;padding:4px}
.phone .art svg{width:100%;height:auto}
.phone .cap{text-align:center;font-weight:700;padding:8px 6px 16px;font-size:.92rem}
.phone .cap.green{color:var(--forest)} .phone .cap.gold{color:var(--brass)}

/* Sections */
section{padding:54px 0}
section.alt{background:var(--cream)}
section h2{font-size:clamp(1.6rem,4vw,2.2rem);margin-bottom:8px}
section .lead{color:var(--bark);max-width:60ch;margin-bottom:26px}

.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}
.card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px;
  box-shadow:0 6px 18px rgba(0,0,0,.05)}
.card h3{font-size:1.2rem;margin-bottom:6px}
.card p{color:var(--bark);font-size:.96rem}
.kicker{display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.12em;
  text-transform:uppercase;color:var(--brass);margin-bottom:8px}

/* Founder */
.founder{display:flex;gap:22px;align-items:center;flex-wrap:wrap}
.founder img{width:132px;height:132px;border-radius:50%;object-fit:cover;border:3px solid var(--line)}
.founder blockquote{flex:1;min-width:240px;color:var(--ink);font-size:1.05rem}
.founder cite{display:block;margin-top:8px;color:var(--bark);font-style:normal;font-weight:700}

/* Content pages */
.page{padding:48px 0 64px}
.page h1{font-size:clamp(2rem,5vw,2.8rem);margin-bottom:6px}
.page .updated{color:var(--bark);margin-bottom:26px;font-size:.95rem}
.page h2{font-size:1.35rem;margin:28px 0 8px}
.page p,.page li{color:var(--ink);margin-bottom:10px}
.page ul{padding-left:22px}
.btn{display:inline-block;margin-top:8px;padding:11px 20px;border-radius:12px;
  background:var(--forest);color:#fff;text-decoration:none;font-weight:700}
.btn.ghost{background:transparent;color:var(--forest);border:1px solid var(--forest)}

/* Footer */
footer.site{background:var(--forest-d);color:#dfe7df;padding:34px 0;margin-top:10px}
footer.site .wrap{display:flex;gap:18px;flex-wrap:wrap;align-items:center}
footer.site a{color:#fff;text-decoration:none;font-weight:600}
footer.site a:hover{text-decoration:underline}
footer.site .sp{margin-left:auto;color:#aebbae;font-size:.9rem}
