@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root{
  --green:#0b6b45;
  --green-dark:#06442e;
  --green-soft:#eaf4ef;
  --red:#c92f3b;
  --ink:#111512;
  --muted:#69716c;
  --line:#e5e9e6;
  --white:#fff;
  --paper:#f7f8f7;
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:var(--white);
  font-family:"Manrope",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit}
.container{width:min(1180px,calc(100% - 48px));margin-inline:auto}
.top-line{
  height:5px;
  background:linear-gradient(90deg,var(--green) 0 72%,var(--red) 72% 100%);
}
.site-header{
  height:110px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.brand{display:flex;align-items:center;gap:14px;text-decoration:none}
.brand-mark{
  width:48px;height:48px;border-radius:15px;
  background:var(--green);
  color:#fff;display:grid;place-items:center;position:relative;
  box-shadow:0 12px 30px rgba(11,107,69,.16)
}
.mark-one{font-size:28px;font-weight:800;line-height:1;transform:translateX(-3px)}
.mark-cross{
  position:absolute;right:6px;top:5px;
  color:#fff;background:var(--red);
  border-radius:999px;width:16px;height:16px;
  font-size:13px;font-weight:800;line-height:15px;text-align:center
}
.brand-name{display:flex;flex-direction:column;line-height:1.1}
.brand-name strong{font-size:15px;letter-spacing:-.02em}
.brand-name span{font-size:13px;color:var(--green);font-weight:700;margin-top:4px}
.header-link{
  text-decoration:none;font-size:14px;font-weight:700;
  border-bottom:1px solid var(--line);padding-bottom:5px
}
.hero{padding:95px 0 100px}
.status{
  display:inline-flex;align-items:center;gap:10px;
  color:var(--green);font-size:13px;font-weight:800;
  text-transform:uppercase;letter-spacing:.12em
}
.status-dot{
  width:10px;height:10px;border-radius:50%;background:var(--red);
  box-shadow:0 0 0 7px rgba(201,47,59,.1)
}
.hero h1{
  margin:34px 0 30px;
  font-size:clamp(64px,9vw,132px);
  line-height:.88;letter-spacing:-.07em;
  max-width:1050px;font-weight:800
}
.hero h1 span{color:var(--green)}
.hero-copy{
  max-width:720px;font-size:20px;line-height:1.65;color:var(--muted);
  letter-spacing:-.015em
}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:40px}
.button{
  min-height:54px;padding:0 24px;border-radius:999px;
  display:inline-flex;align-items:center;justify-content:center;
  text-decoration:none;font-weight:800;font-size:14px;
  transition:.25s ease
}
.button:hover{transform:translateY(-2px)}
.button-primary{background:var(--green);color:#fff;box-shadow:0 16px 40px rgba(11,107,69,.2)}
.button-primary:hover{background:var(--green-dark)}
.button-secondary{border:1px solid var(--line);background:#fff}
.button-secondary:hover{border-color:#bcc6c0}
.hero-grid{
  margin-top:90px;padding-top:35px;border-top:1px solid var(--line);
  display:grid;grid-template-columns:repeat(3,1fr)
}
.metric{display:flex;flex-direction:column;gap:8px}
.metric strong{font-size:32px;letter-spacing:-.04em}
.metric span{font-size:13px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}
.story{background:var(--paper);padding:120px 0}
.story-layout{display:grid;grid-template-columns:1fr 2.1fr;gap:70px}
.section-label{
  color:var(--green);font-size:12px;font-weight:800;
  text-transform:uppercase;letter-spacing:.13em
}
.story-copy h2,.contact h2,.wholesale h2{
  margin:0 0 40px;font-size:clamp(40px,5vw,72px);
  line-height:1;letter-spacing:-.055em
}
.story-copy p{
  margin:0 0 24px;font-size:19px;line-height:1.75;color:#505853;max-width:820px
}
.story-copy .story-accent{
  color:var(--ink);font-weight:700;border-left:4px solid var(--red);
  padding:8px 0 8px 24px;margin-top:40px
}
.opportunities{padding:120px 0}
.opportunity-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:32px}
.opportunity-card{
  min-height:330px;border:1px solid var(--line);border-radius:var(--radius);
  padding:32px;display:flex;flex-direction:column
}
.card-number{font-size:13px;font-weight:800;color:var(--green)}
.opportunity-card h3{font-size:30px;letter-spacing:-.04em;margin:90px 0 18px}
.opportunity-card p{margin:0;color:var(--muted);font-size:15px;line-height:1.65}
.red-card{background:#fff7f7;border-color:#f2d9dc}
.red-card .card-number{color:var(--red)}
.wholesale{background:var(--green-dark);color:#fff;padding:120px 0}
.wholesale-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:90px;align-items:end}
.section-label.light{color:#b8e2d0}
.wholesale h2{margin-top:28px;margin-bottom:0}
.wholesale h2 span{color:#ff6673}
.wholesale-copy p{font-size:18px;line-height:1.7;color:#d6e6de;margin:0 0 22px}
.button-white{background:#fff;color:var(--green-dark);margin-top:20px}
.button-white:hover{background:#f0f5f2}
.contact{padding:100px 0}
.contact-box{
  border:1px solid var(--line);border-radius:36px;padding:65px;
  display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:end
}
.contact h2{margin:28px 0 0}
.email-link{
  text-decoration:none;display:flex;align-items:center;justify-content:space-between;
  padding:26px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);
  font-size:26px;font-weight:800;letter-spacing:-.03em
}
.email-arrow{
  width:50px;height:50px;border-radius:50%;background:var(--green-soft);
  color:var(--green);display:grid;place-items:center
}
.site-footer{
  min-height:110px;border-top:1px solid var(--line);
  display:flex;align-items:center;justify-content:space-between;
  color:var(--muted);font-size:13px
}
.footer-brand{display:flex;align-items:center;gap:10px;color:var(--ink);font-weight:700}
.mini-mark{
  width:30px;height:30px;border-radius:9px;background:var(--green);color:#fff;
  display:grid;place-items:center;font-weight:800;position:relative
}
.mini-mark span{color:#ff7b84;font-size:12px;margin-left:1px}
.reveal{opacity:0;transform:translateY(24px);animation:reveal .85s cubic-bezier(.2,.8,.2,1) forwards}
.delay-1{animation-delay:.08s}.delay-2{animation-delay:.16s}.delay-3{animation-delay:.24s}
@keyframes reveal{to{opacity:1;transform:none}}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}.reveal{opacity:1;transform:none;animation:none}.button{transition:none}
}
@media (max-width:850px){
  .container{width:min(100% - 32px,1180px)}
  .site-header{height:90px}
  .header-link{display:none}
  .hero{padding:70px 0 80px}
  .hero h1{font-size:clamp(54px,18vw,92px)}
  .hero-copy{font-size:17px}
  .hero-grid{grid-template-columns:1fr;gap:28px;margin-top:65px}
  .story,.opportunities,.wholesale{padding:80px 0}
  .story-layout,.wholesale-layout,.contact-box{grid-template-columns:1fr;gap:45px}
  .opportunity-grid{grid-template-columns:1fr}
  .opportunity-card{min-height:260px}
  .opportunity-card h3{margin-top:55px}
  .contact{padding:70px 0}
  .contact-box{padding:34px;border-radius:26px}
  .email-link{font-size:20px}
  .site-footer{padding:28px 0;gap:18px;align-items:flex-start;flex-direction:column}
}
@media (max-width:520px){
  .brand-name strong{font-size:13px}
  .brand-name span{font-size:12px}
  .brand-mark{width:44px;height:44px}
  .hero h1{letter-spacing:-.065em}
  .button{width:100%}
  .story-copy p{font-size:17px}
  .contact-box{padding:26px}
  .email-link{font-size:17px}
}
