
:root{
  --bg:#f7f3ea;
  --ink:#073f32;
  --muted:#5f6e69;
  --line:#e7dbc9;
  --coral:#df705f;
  --blue:#2ca4d8;
  --mint:#edf6f1;
  --deep:#0f4e3f;
  --white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  color:var(--ink);
  background:var(--bg);
  -webkit-font-smoothing:antialiased;
}
a{color:inherit}
.shell{width:min(1080px,calc(100% - 40px));margin:0 auto}
.site-header{border-bottom:1px solid var(--line);background:rgba(247,243,234,.98)}
.header-inner{height:60px;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:800}
.brand-mark{
  display:grid;place-items:center;width:34px;height:34px;border-radius:12px;
  color:#fff;background:linear-gradient(145deg,#e98572,#df705f);font-weight:900
}
.brand-name{font-size:15px}
.brand-name span{font-weight:700;color:#465c55}
.header-note{font-size:12px;color:#7b8782}

.hero{
  display:grid;grid-template-columns:1.05fr .95fr;gap:72px;align-items:center;
  padding:36px 0 48px
}
.eyebrow{font-size:12px;letter-spacing:.08em;font-weight:900;color:var(--coral);margin-bottom:12px}
h1{font-size:64px;line-height:.98;letter-spacing:-.045em;margin:0 0 14px;font-weight:900}
.lead{font-size:17px;line-height:1.45;color:#596761;max-width:560px;margin:0 0 20px}
.checks{list-style:none;margin:0 0 16px;padding:0;display:grid;gap:8px}
.checks li{display:flex;align-items:center;gap:10px;font-weight:800;font-size:15px}
.checks li span{
  width:22px;height:22px;border-radius:50%;display:grid;place-items:center;
  background:#e9f5ef;color:#11866e;font-weight:900
}
.rate-pill{
  width:max-content;border:1px solid #decfbd;background:#fff;border-radius:14px;
  padding:10px 14px;margin:10px 0 14px;display:flex;align-items:center;gap:12px
}
.rate-pill small{font-weight:800;color:#5f6965}
.rate-pill strong{font-size:15px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:7px;text-decoration:none;
  font-weight:900;border-radius:15px;transition:transform .15s ease,filter .15s ease
}
.btn:hover{transform:translateY(-1px);filter:brightness(.98)}
.btn-primary{
  min-width:470px;padding:17px 26px;background:var(--blue);color:#fff;
  box-shadow:0 16px 32px rgba(30,142,191,.17)
}
.plane{font-size:17px}
.fineprint{font-size:12px;line-height:1.45;color:#70807a;max-width:520px;margin:12px 0 0}
.hero-media img{
  display:block;width:100%;aspect-ratio:1.2/1;object-fit:cover;border-radius:22px;
  box-shadow:0 16px 42px rgba(73,54,31,.10)
}

.projects{padding:0 0 60px}
.projects h2,.how h2{font-size:26px;letter-spacing:-.025em;margin:0 0 7px}
.section-intro{margin:0 0 18px;color:#65736d;font-size:15px}
.project-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.project-card{
  overflow:hidden;border:1px solid #e3d4c0;border-radius:16px;background:#fff;cursor:pointer;
  transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease
}
.project-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(70,53,33,.08)}
.project-card.active{background:#eef7f2;border-color:#75aa97}
.project-card img{display:block;width:100%;height:108px;object-fit:cover}
.card-body{padding:12px 13px 14px}
.tag{
  display:inline-block;padding:5px 8px;border-radius:999px;background:#f8eee3;color:#9a634e;
  font-size:10px;font-weight:900;margin-bottom:8px;white-space:nowrap
}
.project-card h3{font-size:15px;margin:0 0 5px}
.project-card p{font-size:12px;color:#5d6b65;margin:0}

.how{padding:0 0 58px}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.step{background:#fff;border:1px solid #e4d6c4;border-radius:16px;padding:16px 18px 20px;min-height:158px}
.step-no{
  width:29px;height:29px;border-radius:8px;background:#edf6f1;display:grid;place-items:center;
  font-weight:900;margin-bottom:12px
}
.step h3{font-size:16px;margin:0 0 6px}
.step p{font-size:14px;line-height:1.45;color:#65716d;margin:0}

.cta{
  background:var(--deep);border-radius:20px;color:#fff;padding:20px 24px;
  display:flex;align-items:center;justify-content:space-between;gap:22px;margin-bottom:54px
}
.cta h2{font-size:22px;margin:0 0 4px}
.cta p{font-size:14px;margin:0;color:#f0f7f4}
.btn-light{background:#fff;color:var(--ink);padding:16px 22px;min-width:288px}

footer{border-top:1px solid var(--line)}
.footer-inner{
  min-height:72px;display:flex;align-items:center;justify-content:space-between;
  font-size:12px;color:#72807b
}
.footer-inner nav{display:flex;gap:20px}
.footer-inner nav a{text-decoration:none;color:var(--ink);font-weight:900}

.simple-page{padding:54px 0 80px}
.simple-card{max-width:820px;background:#fff;border:1px solid #e5d9c8;border-radius:18px;padding:30px}
.simple-card h1{font-size:38px;line-height:1.05}
.simple-card p,.simple-card li{color:#5f6d68;line-height:1.6}

@media (max-width:900px){
  .hero{grid-template-columns:1fr;gap:28px;padding-top:30px}
  .hero-media{order:-1}
  .hero-media img{max-height:380px}
  h1{font-size:52px}
  .btn-primary{min-width:0;width:100%}
  .project-grid{grid-template-columns:repeat(2,1fr)}
  .project-card:last-child{grid-column:1/-1}
  .steps{grid-template-columns:1fr}
  .cta{align-items:stretch;flex-direction:column}
  .btn-light{width:100%;min-width:0}
}
@media (max-width:560px){
  .shell{width:min(100% - 26px,1080px)}
  .header-inner{height:56px}
  .brand-name{font-size:14px}
  .brand-name span{display:none}
  .header-note{font-size:11px}
  .hero{padding:22px 0 38px}
  h1{font-size:44px}
  .lead{font-size:16px}
  .hero-media img{border-radius:18px;aspect-ratio:1.25/1}
  .project-grid{grid-template-columns:1fr 1fr;gap:10px}
  .project-card img{height:96px}
  .card-body{padding:10px}
  .tag{font-size:9px;padding:4px 6px}
  .project-card h3{font-size:14px}
  .cta{border-radius:16px}
  .footer-inner{padding:18px 0;align-items:flex-start;gap:14px;flex-direction:column}
}

/* Preserve the supplied layout while allowing narrow content to wrap. */
.hero > *, .project-card, .cta > *, .simple-card{min-width:0}
.btn-primary{min-width:0;width:100%;max-width:470px;text-align:center}
.btn-light{max-width:100%;text-align:center}
.tag{max-width:100%;white-space:normal;overflow-wrap:break-word}
.footer-inner nav{flex-wrap:wrap;row-gap:12px}
.simple-card{width:100%}
/* The supplied thumbnails contain a screenshot-text strip above each photo. */
.project-card img{height:158px;margin-top:-50px;object-position:center bottom}
@media (max-width:560px){
  .project-card img{height:146px}
  .simple-card{padding:24px 20px}
  .simple-card h1{font-size:32px}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .btn,.project-card{transition:none}
}
