/* Tenowa website. Mobile first; the same palette as the app. */
:root{--ink:#243c36;--green:#116655;--green-deep:#0d4f42;--line:#e6ebe5;--bg:#f7f9f5;--panel:#fff;--muted:#6f8365;--sand:#f4eddf;--amber:#8f6220;--warn:#a74932;--radius:12px}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.6 Inter,"Segoe UI",system-ui,-apple-system,sans-serif}
img{max-width:100%;display:block}
a{color:inherit}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;font-weight:600;line-height:1.15;margin:0 0 14px;letter-spacing:-.01em}
h1{font-size:clamp(30px,7.5vw,54px)}
h2{font-size:clamp(24px,5.5vw,38px)}
h3{font-size:19px;font-family:Inter,"Segoe UI",system-ui,sans-serif;font-weight:650;margin-bottom:8px}
p{margin:0 0 12px}
.skip{position:absolute;left:-999px;top:8px;background:var(--green);color:#fff;padding:8px 12px;border-radius:6px}
.skip:focus{left:8px;z-index:10}
.eyebrow{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--green);font-weight:650;margin-bottom:10px}
.muted{color:var(--muted)}
.fine{font-size:13px;color:var(--muted)}

/* Header */
.top{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:5}
.brand{display:inline-flex;align-items:center;gap:8px;text-decoration:none;font-family:Georgia,serif;font-size:24px;font-weight:600;letter-spacing:-.02em}
.brand b{color:var(--green);font-weight:600}.brand i{color:#c9a24d;font-style:normal}
.brand.small{font-size:20px}
.top-nav{display:none}
.top-actions{margin-left:auto;display:flex;gap:8px}

/* Buttons */
.button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 16px;border-radius:9px;border:1px solid transparent;font-weight:650;font-size:14px;text-decoration:none;white-space:nowrap;transition:background .15s,color .15s}
.button.primary{background:var(--green);color:#fff}.button.primary:hover{background:var(--green-deep)}
.button.ghost{background:#fff;border-color:#cfdccb;color:var(--green)}.button.ghost:hover{background:#eef4ea}
.button.large{min-height:50px;padding:12px 22px;font-size:16px}
.top .button{min-height:38px;padding:8px 12px;font-size:13px}
@media (max-width:379px){.top{padding:12px}.top .brand{font-size:21px}.top .brand img{width:26px;height:26px}.top .button{padding:8px 9px;font-size:12px}.top-actions{gap:6px}}
.cta{display:flex;flex-direction:column;gap:10px;margin:22px 0 10px}
.cta.center{align-items:center;margin-top:28px}
.cta .button{width:100%}

/* Hero */
.hero{padding:44px 16px 24px;max-width:1100px;margin:0 auto}
.lead{font-size:18px;color:#4d6355;max-width:640px}
.shot{margin:28px 0 0;background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 18px 50px #18332618;overflow:hidden;font-size:14px}
.shot-head{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;background:#f3f7ef;border-bottom:1px solid var(--line)}
.shot-head b{color:var(--green)}
.shot-rows{list-style:none;margin:0;padding:0}
.shot-rows li{display:grid;grid-template-columns:1fr auto auto;gap:10px;align-items:center;padding:12px 16px;border-bottom:1px solid var(--line)}
.who{display:flex;flex-direction:column;font-weight:600}.who small{font-weight:400;color:var(--muted);font-size:12px}
.amt{font-variant-numeric:tabular-nums;color:#3f5747}
.badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;padding:4px 9px;border-radius:999px}
.badge::before{content:'';width:6px;height:6px;border-radius:50%;background:currentColor}
.badge.good{background:#e6f3e8;color:#1f6b45}.badge.amber{background:#fbf0d9;color:var(--amber)}.badge.warn{background:#fbe9e3;color:var(--warn)}
.shot-foot{padding:12px 16px;color:var(--muted);font-size:13px}

/* Strip */
.strip{display:grid;gap:12px;padding:8px 16px 36px;max-width:1100px;margin:0 auto}
.strip div{background:#fff;border:1px solid var(--line);border-radius:10px;padding:14px 16px;display:flex;flex-direction:column;gap:2px}
.strip b{font-size:15px}.strip span{font-size:13px;color:var(--muted)}

/* Sections */
.section{padding:44px 16px;max-width:1100px;margin:0 auto}
.section.alt{max-width:none;background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.section.alt>*{max-width:1100px;margin-left:auto;margin-right:auto}
.section.alt h2,.section.alt .eyebrow{max-width:1100px}
.grid,.roles{display:grid;gap:14px;margin-top:22px}
.grid article,.roles article{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:20px}
.section.alt .roles article{background:var(--bg)}
.grid p,.roles p{margin:0;color:#4d6355;font-size:15px}
.tag{display:inline-block;font-size:12px;font-weight:650;letter-spacing:.08em;text-transform:uppercase;color:var(--green);background:#e6f3e8;padding:4px 10px;border-radius:999px;margin-bottom:12px}

.steps{list-style:none;counter-reset:step;margin:22px 0 0;padding:0;display:grid;gap:14px}
.steps li{counter-increment:step;display:grid;grid-template-columns:40px 1fr;gap:12px;align-items:start;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:18px}
.steps li::before{content:counter(step);width:40px;height:40px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;font-weight:700;font-family:Georgia,serif;font-size:18px}
.steps b{display:block;font-size:16px;margin-bottom:4px}.steps span{grid-column:2;color:#4d6355;font-size:15px}

.checks{list-style:none;margin:20px 0 0;padding:0;display:grid;gap:10px}
.checks li{position:relative;padding-left:30px;font-size:15px;color:#3f5747}
.checks li::before{content:'';position:absolute;left:0;top:5px;width:18px;height:18px;border-radius:50%;background:#e6f3e8}
.checks li::after{content:'';position:absolute;left:6px;top:9px;width:6px;height:9px;border:solid var(--green);border-width:0 2px 2px 0;transform:rotate(45deg)}

.faq{margin:20px 0 0}
.faq dt{font-weight:650;margin-top:18px}.faq dd{margin:6px 0 0;color:#4d6355;font-size:15px}

.closing{text-align:center;padding-top:20px}
.closing h2{margin-bottom:0}

/* Footer */
.foot{padding:36px 16px 48px;border-top:1px solid var(--line);color:var(--muted);font-size:13px;text-align:center}
.foot .brand{justify-content:center;margin-bottom:12px}
.foot p{margin:4px 0}

/* Tablet and up */
@media (min-width:640px){
  .cta{flex-direction:row}.cta .button{width:auto}
  .strip{grid-template-columns:1fr 1fr}
  .grid,.roles{grid-template-columns:1fr 1fr}
  .top{padding:14px 24px}
  .hero,.section{padding-left:24px;padding-right:24px}
}
@media (min-width:900px){
  .top-nav{display:flex;gap:22px;margin-left:28px;font-size:14px;font-weight:600}
  .top-nav a{text-decoration:none;color:#4d6355}.top-nav a:hover{color:var(--green)}
  .hero{display:grid;grid-template-columns:1.1fr 1fr;grid-template-rows:1fr auto auto auto auto auto 1fr;column-gap:48px;row-gap:0;padding-top:64px;padding-bottom:40px}
  .hero .eyebrow,.hero h1,.hero .lead,.hero .cta,.hero .fine{grid-column:1}
  .hero .eyebrow{grid-row:2}.hero h1{grid-row:3}.hero .lead{grid-row:4}.hero .cta{grid-row:5}.hero .fine{grid-row:6}
  .hero .shot{grid-column:2;grid-row:1/8;margin:0;align-self:center}
  .strip{grid-template-columns:repeat(4,1fr)}
  .grid,.roles{grid-template-columns:repeat(3,1fr)}
  .steps{grid-template-columns:repeat(3,1fr)}
  .steps li{grid-template-columns:1fr;gap:14px}.steps span{grid-column:1}
  .checks{grid-template-columns:1fr 1fr;column-gap:32px}
  .faq{columns:2;column-gap:40px}.faq dt{break-after:avoid}.faq dd{break-inside:avoid}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
