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

:root {
  --ink: #14291f;
  --cream: #f3efe3;
  --paper: #fbf8ef;
  --blue: #2353f3;
  --coral: #ff7154;
  --lime: #caf268;
  --line: rgba(20, 41, 31, 0.2);
  --serif: "Instrument Serif", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
button { font: inherit; }
.section-shell { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 99; background: var(--ink); color: white; padding: 10px 16px; }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  width: min(1240px, calc(100% - 64px));
  margin-inline: auto;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; font-size: 23px; letter-spacing: -1px; }
.brand > span:last-child, .footer-brand > span:last-child { font-weight: 500; }
.brand-mark { width: 22px; height: 22px; display: inline-block; background: var(--blue); border-radius: 50% 50% 6px 50%; transform: rotate(45deg); }
.site-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 600; }
.site-nav a:not(.nav-cta) { transition: opacity 180ms ease; }
.site-nav a:not(.nav-cta):hover { opacity: 0.55; }
.nav-cta { background: var(--ink); color: white; padding: 12px 18px; border-radius: 100px; }
.nav-cta span, .button span { margin-left: 12px; }
.menu-button { display: none; border: 0; background: transparent; padding: 12px 0 12px 12px; }
.menu-button > span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 6px 0; background: var(--ink); }

.hero { min-height: 720px; display: grid; grid-template-columns: 1.1fr 0.9fr; align-items: center; gap: 64px; padding-block: 80px 100px; overflow: hidden; }
.eyebrow { display: flex; gap: 10px; align-items: center; margin: 0 0 24px; text-transform: uppercase; letter-spacing: 1.6px; font-size: 11px; font-weight: 700; }
.eyebrow span { width: 8px; height: 8px; background: var(--coral); border-radius: 50%; }
h1, h2 { margin: 0; font-weight: 500; line-height: 0.92; letter-spacing: -0.055em; }
h1 { font-size: clamp(72px, 8.2vw, 122px); }
h1 em, h2 em { font-family: var(--serif); font-weight: 400; color: var(--blue); }
.hero-intro { max-width: 520px; margin: 34px 0 0; font-size: clamp(19px, 2vw, 25px); line-height: 1.38; letter-spacing: -0.02em; }
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 218px; border-radius: 100px; padding: 17px 21px; font-size: 14px; font-weight: 600; transition: transform 180ms ease, background 180ms ease; }
.button:hover { transform: translateY(-3px); }
.button-dark { background: var(--ink); color: white; }
.text-link { font-size: 14px; font-weight: 600; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.text-link span { color: var(--blue); margin-left: 8px; }

.hero-art { position: relative; height: 540px; }
.art-arch { position: absolute; inset: 20px 0 0 40px; border-radius: 260px 260px 28px 28px; background: var(--blue); overflow: hidden; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); }
.art-arch::after { content: ""; position: absolute; left: -5%; bottom: -35%; width: 110%; aspect-ratio: 1; border: 46px solid rgba(255,255,255,.13); border-radius: 50%; }
.art-sun { position: absolute; z-index: 2; width: 106px; height: 106px; background: var(--coral); border-radius: 50%; top: 2px; right: -20px; }
.mini-card { position: absolute; z-index: 2; width: 148px; min-height: 166px; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; border: 2px solid var(--ink); border-radius: 20px; box-shadow: 7px 7px 0 var(--ink); font-size: 15px; }
.mini-card span { font-size: 36px; }
.card-one { left: 11%; top: 20%; background: var(--paper); transform: rotate(-6deg); }
.card-two { right: 8%; top: 35%; background: var(--coral); transform: rotate(6deg); }
.card-three { left: 36%; bottom: 8%; min-height: 142px; background: var(--lime); transform: rotate(2deg); }
.icon-heart { color: var(--coral); }
.icon-spark { color: var(--ink); }
.icon-leaf { width: 34px; height: 34px; color: var(--ink); border-radius: 70% 20% 70% 20%; background: var(--ink); }
.growth-line { position: absolute; right: 22%; top: 8%; height: 170px; border-left: 2px solid var(--lime); }
.growth-line i { position: absolute; display: block; width: 34px; height: 18px; background: var(--lime); border-radius: 90% 10% 90% 10%; }
.growth-line i:nth-child(1) { left: 0; top: 22px; transform: rotate(-15deg); }
.growth-line i:nth-child(2) { right: 0; top: 72px; transform: rotate(195deg); }
.growth-line i:nth-child(3) { left: 0; top: 120px; transform: rotate(-15deg); }
.art-note { position: absolute; z-index: 3; right: -16px; bottom: -2px; margin: 0; padding: 13px 18px; background: var(--paper); border: 1px solid var(--ink); border-radius: 100px; font-size: 12px; font-weight: 600; line-height: 1.2; transform: rotate(-4deg); }

.ticker { overflow: hidden; padding: 15px 0; border-block: 1px solid var(--ink); background: var(--lime); }
.ticker-track { display: flex; width: max-content; align-items: center; gap: 34px; animation: ticker 28s linear infinite; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.4px; }
.ticker-track i { color: var(--blue); font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.focus { padding-block: 130px 145px; }
.section-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 60px; }
.section-number { margin: 10px 0 0; font-size: 11px; font-weight: 700; letter-spacing: 1.3px; text-transform: uppercase; }
.section-heading h2 { width: 70%; font-size: clamp(52px, 6.3vw, 88px); }
.section-lede { max-width: 660px; margin: 48px 0 70px auto; font-size: 20px; line-height: 1.5; }
.focus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.focus-card { min-height: 460px; padding: 25px; display: flex; flex-direction: column; border: 1px solid var(--ink); border-radius: 24px; transition: transform 220ms ease, box-shadow 220ms ease; }
.focus-card:hover { transform: translateY(-8px) rotate(-0.5deg); box-shadow: 8px 8px 0 var(--ink); }
.card-blue { background: var(--blue); color: white; }
.card-coral { background: var(--coral); }
.card-lime { background: var(--lime); }
.card-top { display: flex; justify-content: space-between; font-size: 12px; font-weight: 700; }
.round-arrow { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid currentColor; border-radius: 50%; font-size: 16px; }
.card-symbol { margin: 66px auto auto; min-height: 100px; display: grid; place-items: center; }
.people-symbol { grid-template-columns: repeat(3, 54px); align-items: end; }
.people-symbol i { display: block; height: 80px; border: 2px solid white; border-radius: 30px 30px 8px 8px; }
.people-symbol i::before { content: ""; display: block; width: 28px; height: 28px; margin: -38px auto 0; border: 2px solid white; border-radius: 50%; }
.people-symbol i:nth-child(2) { height: 105px; background: rgba(255,255,255,.12); }
.sun-symbol { font-size: 118px; line-height: 1; }
.leaf-symbol { position: relative; width: 120px; }
.leaf-symbol::after { content: ""; position: absolute; width: 2px; height: 100px; background: var(--ink); }
.leaf-symbol i { position: absolute; z-index: 1; width: 48px; height: 28px; background: var(--ink); border-radius: 90% 10% 90% 10%; }
.leaf-symbol i:nth-child(1) { left: 15px; top: 20px; }
.leaf-symbol i:nth-child(2) { right: 15px; top: 50px; transform: rotate(180deg); }
.leaf-symbol i:nth-child(3) { left: 15px; top: 80px; }
.focus-card h3 { margin: 38px 0 10px; font-family: var(--serif); font-size: 36px; font-weight: 400; letter-spacing: -0.02em; }
.focus-card p { margin: 0; max-width: 330px; font-size: 14px; line-height: 1.55; }

.approach { background: var(--ink); color: white; padding-block: 130px; }
.approach-inner { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 130px; }
.section-number.light { color: var(--lime); }
.approach h2 { margin-top: 36px; font-size: clamp(54px, 6.2vw, 88px); }
.approach h2 em { color: var(--lime); }
.approach-copy > p:last-child { max-width: 500px; margin-top: 44px; color: rgba(255,255,255,.68); font-size: 18px; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.22); }
.process-list li { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.process-list li > span { color: var(--coral); font-size: 12px; font-weight: 700; }
.process-list h3 { margin: -5px 0 6px; font-family: var(--serif); font-size: 31px; font-weight: 400; }
.process-list p { margin: 0; color: rgba(255,255,255,.6); font-size: 14px; }

.belief { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 100px; align-items: center; padding-block: 145px; }
.belief-stamp { width: 280px; aspect-ratio: 1; position: relative; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; background: var(--coral); transform: rotate(-8deg); }
.belief-stamp::after { content: ""; position: absolute; width: 69%; aspect-ratio: 1; border: 1px dashed var(--ink); border-radius: 50%; }
.belief-stamp span { position: absolute; top: 28px; width: 100%; text-align: center; font-size: 10px; font-weight: 700; letter-spacing: 2px; }
.belief-stamp b { font-size: 82px; font-weight: 400; }
.belief blockquote { margin: 34px 0; font-family: var(--serif); font-size: clamp(48px, 6vw, 78px); line-height: 1; letter-spacing: -0.035em; }
.belief-copy > p:last-child { max-width: 620px; font-size: 18px; }

.contact { position: relative; overflow: hidden; padding-block: 110px; border-radius: 34px 34px 0 0; background: var(--blue); color: white; text-align: center; }
.contact::before, .contact::after { content: ""; position: absolute; width: 330px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.contact::before { left: -170px; top: -100px; }
.contact::after { right: -130px; bottom: -200px; width: 420px; }
.contact .section-number { position: relative; z-index: 1; color: var(--lime); }
.contact h2 { position: relative; z-index: 1; margin: 28px 0 46px; font-size: clamp(72px, 10vw, 140px); }
.contact h2 em { color: var(--cream); }
.button-light { position: relative; z-index: 1; min-width: 260px; background: var(--cream); color: var(--ink); }
.contact-burst { position: absolute; left: 14%; top: 50%; font-size: 70px; color: var(--coral); transform: rotate(10deg); }

.site-footer { min-height: 130px; display: flex; align-items: center; gap: 30px; justify-content: space-between; font-size: 12px; }
.footer-brand { font-size: 20px; }
.footer-brand .brand-mark { width: 18px; height: 18px; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 700ms ease, transform 700ms ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .section-shell, .site-header { width: min(100% - 36px, 720px); }
  .site-header { height: 78px; }
  .menu-button { display: block; position: relative; z-index: 11; }
  .site-nav { position: fixed; inset: 0; z-index: 10; background: var(--lime); flex-direction: column; justify-content: center; gap: 24px; font-size: 28px; transform: translateY(-105%); transition: transform 300ms ease; }
  .site-nav.open { transform: translateY(0); }
  .site-nav .nav-cta { margin-top: 16px; font-size: 16px; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-block: 70px; }
  .hero-art { height: 520px; max-width: 600px; width: 100%; margin-inline: auto; }
  .section-heading { display: block; }
  .section-heading h2 { width: 100%; margin-top: 30px; }
  .section-lede { margin-left: 0; }
  .focus-grid { grid-template-columns: 1fr; }
  .focus-card { min-height: 400px; }
  .approach-inner, .belief { grid-template-columns: 1fr; gap: 80px; }
  .belief-stamp { margin-inline: auto; }
}

@media (max-width: 560px) {
  .section-shell, .site-header { width: calc(100% - 28px); }
  h1 { font-size: clamp(61px, 19vw, 82px); }
  .hero { padding-top: 54px; gap: 48px; }
  .hero-art { height: 420px; }
  .art-arch { inset: 10px 10px 0; }
  .art-sun { width: 74px; height: 74px; right: 0; }
  .mini-card { width: 112px; min-height: 130px; padding: 15px; }
  .mini-card span { font-size: 27px; }
  .card-three { min-height: 116px; }
  .growth-line { right: 18%; height: 130px; }
  .art-note { right: 5px; }
  .focus, .belief { padding-block: 90px; }
  .focus-card { min-height: 380px; }
  .approach { padding-block: 90px; }
  .contact { width: 100%; border-radius: 26px 26px 0 0; padding-block: 90px; }
  .contact h2 { font-size: 74px; }
  .contact-burst { display: none; }
  .site-footer { padding-block: 34px; flex-direction: column; align-items: flex-start; gap: 10px; }
  .site-footer p { margin: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
