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

:root {
  --ink: #18352e;
  --muted: #60716a;
  --green: #176b57;
  --green-deep: #0e4d40;
  --mint: #dcefe7;
  --sand: #f2ead8;
  --blue: #dcebed;
  --line: rgba(24, 53, 46, .14);
  --white: #fffdf9;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: 'DM Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }

.shell { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }

.site-header {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand { display: inline-flex; align-items: center; gap: 10px; font: 800 23px/1 'Manrope', sans-serif; letter-spacing: -.06em; }
.brand-mark { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 12px; background: var(--green); color: white; }
.brand-mark svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.header-login { font-size: 14px; font-weight: 600; color: var(--green); border-bottom: 1px solid var(--green); padding-bottom: 4px; }

.hero { min-height: 610px; display: grid; grid-template-columns: minmax(0, .95fr) minmax(400px, 1.05fr); align-items: center; gap: 48px; padding: 56px 0 80px; }
.eyebrow { margin: 0 0 18px; color: var(--green); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: 'Manrope', sans-serif; letter-spacing: -.055em; }
h1 { max-width: 610px; margin-bottom: 25px; font-size: clamp(49px, 6.2vw, 82px); line-height: .99; font-weight: 800; }
.hero-text { max-width: 485px; margin-bottom: 34px; color: var(--muted); font-size: 18px; line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; gap: 18px; min-height: 52px; padding: 0 20px; border-radius: 99px; font-size: 14px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 9px 22px rgba(14, 77, 64, .15); }
.button-primary { background: var(--green); color: white; }
.button-light { background: white; color: var(--green-deep); }
.text-link { color: var(--green-deep); font-size: 14px; font-weight: 700; }
.text-link span { margin-left: 8px; font-size: 17px; }

.hero-art { position: relative; min-height: 455px; overflow: hidden; border-radius: 38px; background: #e9f2eb; }
.sun { position: absolute; width: 310px; height: 310px; top: 45px; left: 50%; transform: translateX(-50%); border-radius: 50%; background: #f7d77a; opacity: .78; }
.art-card { position: absolute; z-index: 3; width: 270px; padding: 28px; border-radius: 25px; background: rgba(255, 253, 249, .91); box-shadow: 0 24px 50px rgba(27, 78, 63, .13); }
.art-card-main { left: 12%; bottom: 13%; }
.art-label, .art-caption { display: block; color: var(--green); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.art-card strong { display: block; margin: 19px 0 25px; font: 700 27px/1.05 'Manrope', sans-serif; letter-spacing: -.06em; }
.art-line { display: block; width: 45px; height: 3px; margin-bottom: 16px; border-radius: 2px; background: #ef9d61; }
.art-caption { color: var(--muted); font-size: 10px; letter-spacing: .05em; }
.art-orb { position: absolute; z-index: 2; border-radius: 50%; }
.orb-green { width: 125px; height: 125px; right: 9%; top: 23%; background: #6da883; }
.orb-yellow { width: 72px; height: 72px; right: 24%; bottom: 14%; background: #edaf4d; }
.art-leaf { position: absolute; z-index: 1; width: 110px; height: 210px; border-radius: 100% 0 100% 0; background: var(--green); transform: rotate(25deg); opacity: .78; }
.leaf-one { right: 17%; bottom: -34px; }
.leaf-two { right: 38%; top: -64px; transform: rotate(205deg) scale(.75); background: #8bb999; }

.intro { display: grid; grid-template-columns: .85fr 1fr; gap: 80px; padding: 94px 0 64px; border-top: 1px solid var(--line); }
h2 { margin-bottom: 0; font-size: clamp(34px, 4vw, 54px); line-height: 1.04; }
.intro-text { max-width: 510px; margin: 33px 0 0; color: var(--muted); font-size: 20px; line-height: 1.65; }
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: 0 0 100px; }
.pillar { min-height: 270px; padding: 28px; border-radius: 24px; }
.pillar-green { background: var(--mint); }.pillar-sand { background: var(--sand); }.pillar-blue { background: var(--blue); }
.pillar-number { display: block; margin-bottom: 64px; color: var(--green); font-size: 12px; font-weight: 700; }
.pillar h3 { margin-bottom: 10px; font-size: 24px; }.pillar p { max-width: 270px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.55; }
.portal-callout { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 48px 56px; margin-bottom: 74px; border-radius: 28px; background: var(--green-deep); color: white; }
.portal-callout .eyebrow { color: #9ed4bd; }.portal-callout h2 { max-width: 520px; margin-bottom: 13px; font-size: 39px; }.portal-callout p:not(.eyebrow) { max-width: 500px; margin-bottom: 0; color: #c3ddd3; font-size: 16px; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 100px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }.footer-brand { color: var(--ink); font: 800 17px 'Manrope', sans-serif; letter-spacing: -.05em; }

@media (max-width: 760px) {
  .shell, .site-header { width: min(100% - 36px, 560px); }
  .site-header { min-height: 76px; }.header-login { font-size: 12px; }
  .hero { display: block; padding-top: 55px; }.hero-copy { margin-bottom: 52px; } h1 { font-size: clamp(48px, 14vw, 70px); }
  .hero-art { min-height: 390px; }.art-card-main { left: 7%; bottom: 8%; }.sun { width: 260px; height: 260px; }
  .intro { display: block; padding-top: 70px; }.intro-text { margin-top: 28px; }
  .pillars { grid-template-columns: 1fr; padding-bottom: 70px; }.pillar { min-height: 220px; }.pillar-number { margin-bottom: 40px; }
  .portal-callout { display: block; padding: 34px 28px; }.portal-callout h2 { font-size: 33px; margin-bottom: 15px; }.portal-callout .button { margin-top: 28px; }
  .site-footer { align-items: flex-start; flex-direction: column; justify-content: center; padding: 25px 0; }
}
