*{box-sizing:border-box;-webkit-font-smoothing:antialiased}
html{scroll-behavior:smooth}
body{margin:0;background:#F6F3EC;color:#1C1B19;font-family:'Hanken Grotesk',sans-serif}
a{color:#14674C;text-decoration:none}
a:hover{color:#0E4E39}
h1,h2,h3{margin:0}
p{margin:0}

.page{min-height:100vh;background:#F6F3EC}
.wrap{max-width:1200px;margin:0 auto;padding-left:24px;padding-right:24px}

/* Announcement bar */
.bar{background:#14674C;color:#F6F3EC;font-size:14px;font-weight:500;text-align:center;padding:10px 20px}
.bar a{color:#A9E5CB;font-weight:700}
.bar a:hover{color:#fff}

/* Header */
.header{position:sticky;top:0;z-index:10;background:rgba(246,243,236,.92);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid #DDD9CE}
.header .wrap{padding-top:16px;padding-bottom:16px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.logo{display:flex;align-items:center;gap:2px}
.logo svg{flex-shrink:0}
.logo-word{font-family:'Young Serif',serif;font-size:24px;line-height:1;letter-spacing:-.02em;color:#1C1B19}
.logo-word span{color:#14674C}
.nav{display:flex;align-items:center;gap:28px;font-size:15px;font-weight:600;flex-wrap:wrap}
.nav>a{color:#1C1B19}
.nav>a:hover{color:#14674C}
.nav-actions{display:flex;gap:10px;align-items:center}
.nav-login{color:#1C1B19;padding:10px 14px}
.nav-login:hover{color:#14674C}

/* Buttons */
.btn{display:inline-block;font-weight:700;border-radius:14px;transition:background .15s,border-color .15s,color .15s}
.btn-primary{background:#14674C;color:#F6F3EC}
.btn-primary:hover{background:#0E4E39;color:#F6F3EC}
.btn-secondary{background:#fff;color:#1C1B19;border:1.5px solid #DDD9CE}
.btn-secondary:hover{border-color:#14674C;color:#1C1B19}
.btn-sm{font-size:15px;padding:11px 18px;border-radius:12px}
.btn-lg{font-size:17px;padding:16px 26px}
.btn-xl{font-size:17px;padding:16px 28px}

/* Hero */
.hero{padding-top:80px;padding-bottom:96px;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,460px),1fr));gap:56px;align-items:center}
.hero-copy{display:flex;flex-direction:column;gap:28px}
.eyebrow{font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#5A6B62}
.hero h1{font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:clamp(44px,6.4vw,80px);line-height:.98;letter-spacing:-.035em;text-wrap:balance}
.lede{font-size:20px;line-height:1.55;color:#4A4A44;max-width:520px;text-wrap:pretty}
.actions{display:flex;gap:12px;flex-wrap:wrap}
.muted{font-size:14px;color:#5A6B62}

/* Order card */
.card{background:#fff;border-radius:24px;padding:28px;box-shadow:0 24px 60px rgba(28,27,25,.10);display:flex;flex-direction:column;gap:18px;max-width:480px;width:100%;justify-self:center}
.card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}
.card-head-copy{display:flex;flex-direction:column;gap:4px}
.label{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#9A988E}
.card-title{font-family:'Bricolage Grotesque',sans-serif;font-weight:700;font-size:24px}
.pill{background:#E3F2EA;color:#14674C;font-size:13px;font-weight:700;padding:6px 10px;border-radius:999px;white-space:nowrap}
.rows{display:flex;flex-direction:column;border-top:1px solid #EEEBE3}
.row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px 0;border-bottom:1px solid #EEEBE3}
.row-copy{display:flex;flex-direction:column;gap:2px}
.row-name{font-weight:600;font-size:16px}
.row-meta{font-size:13px;color:#9A988E}
.row-qty{font-weight:700;font-size:15px;color:#1C1B19;white-space:nowrap}
.budget{background:#FBF3E4;border-radius:14px;padding:14px 16px;display:flex;justify-content:space-between;align-items:center;gap:12px}
.budget-label{font-size:14px;color:#4A4A44}
.budget-value{font-weight:700;font-size:15px}
.approve{background:#14674C;color:#F6F3EC;text-align:center;font-weight:700;font-size:16px;padding:15px;border-radius:14px}

/* Section headings */
.h2{font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:clamp(34px,4.4vw,52px);line-height:1.04;letter-spacing:-.03em;max-width:720px;text-wrap:balance}

/* How it works */
.how{background:#fff;border-top:1px solid #DDD9CE;border-bottom:1px solid #DDD9CE}
.how .wrap{padding-top:96px;padding-bottom:96px;display:flex;flex-direction:column;gap:56px}
.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));gap:40px}
.step{display:flex;flex-direction:column;gap:14px;padding-top:24px;border-top:2px solid #1C1B19}
.step-n{font-family:'Young Serif',serif;font-size:40px;line-height:1;color:#14674C}
.step-title{font-family:'Bricolage Grotesque',sans-serif;font-weight:700;font-size:24px;letter-spacing:-.01em}
.body{font-size:17px;line-height:1.55;color:#4A4A44;text-wrap:pretty}

/* Features */
.features{padding-top:96px;padding-bottom:96px;display:flex;flex-direction:column;gap:48px}
.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:16px}
.feature{background:#fff;border-radius:20px;padding:32px;display:flex;flex-direction:column;gap:12px;border:1px solid #E6E2D8}
.feature-title{font-family:'Bricolage Grotesque',sans-serif;font-weight:700;font-size:22px;letter-spacing:-.01em}

/* GST */
.gst{background:#14674C;color:#F6F3EC}
.gst .wrap{padding-top:96px;padding-bottom:96px;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,420px),1fr));gap:56px;align-items:center}
.gst-copy{display:flex;flex-direction:column;gap:22px}
.gst .eyebrow{color:#A9E5CB}
.gst .h2{max-width:none}
.gst-body{font-size:18px;line-height:1.6;color:#D6E8DF;max-width:520px;text-wrap:pretty}
.invoice{background:#F6F3EC;color:#1C1B19;border-radius:20px;padding:28px;display:flex;flex-direction:column;gap:16px;max-width:460px;width:100%;justify-self:center}
.invoice-head{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}
.invoice-title{font-family:'Bricolage Grotesque',sans-serif;font-weight:700;font-size:20px}
.invoice-meta{font-size:14px;color:#5A6B62;line-height:1.5}
.invoice-rows{display:flex;flex-direction:column;border-top:1px solid #DDD9CE}
.invoice-row{display:flex;justify-content:space-between;padding:11px 0;border-bottom:1px solid #DDD9CE;font-size:15px}
.invoice-row span:first-child{color:#4A4A44}
.invoice-row span:last-child{font-weight:600}
.invoice-total{display:flex;justify-content:space-between;font-weight:700;font-size:18px}

/* CTA */
.cta{padding-top:112px;padding-bottom:112px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:24px}
.cta .h2{font-size:clamp(38px,5.4vw,64px);line-height:1;letter-spacing:-.035em;max-width:760px}
.cta p{font-size:19px;line-height:1.55;color:#4A4A44;max-width:520px}
.cta .actions{justify-content:center}

/* Footer */
.footer{background:#1C1B19;color:#F6F3EC}
.footer .wrap{padding-top:56px;padding-bottom:40px;display:flex;flex-direction:column;gap:40px}
.footer-top{display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap}
.footer-brand{display:flex;flex-direction:column;gap:14px}
.footer .logo-word{color:#F6F3EC}
.footer .logo-word span{color:#FF5C39}
.footer-addr{font-size:14px;color:#9A988E;max-width:280px;line-height:1.5}
.footer-cols{display:flex;gap:56px;flex-wrap:wrap;font-size:15px}
.footer-col{display:flex;flex-direction:column;gap:10px}
.footer-col a{color:#F6F3EC}
.footer-col a:hover{color:#A9E5CB}
.footer-bottom{font-size:13px;color:#9A988E;border-top:1px solid #33322E;padding-top:24px}

@media (max-width:640px){
  .hero{padding-top:48px;padding-bottom:64px}
  .how .wrap,.features,.gst .wrap{padding-top:64px;padding-bottom:64px}
  .cta{padding-top:80px;padding-bottom:80px}
  .nav{gap:16px}
}
