:root {
  --ink: #f8fbf4;
  --navy: #071b2e;
  --green: #70bc45;
  --lime: #c6df64;
  --line: rgba(255,255,255,.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--navy); color: var(--ink); font-family: "DM Sans", sans-serif; }
a { color: inherit; }
.page-shell { min-height: 100svh; overflow: hidden; position: relative; }
.site-header { align-items: center; display: flex; justify-content: space-between; left: 0; padding: 30px clamp(24px, 5vw, 80px); position: absolute; right: 0; top: 0; z-index: 10; }
.brand { align-items: center; display: inline-flex; gap: 13px; text-decoration: none; }
.brand-mark { color: var(--lime); height: 40px; width: 40px; }
.brand span { display: grid; line-height: 1; }
.brand strong { font-family: "Manrope", sans-serif; font-size: 15px; letter-spacing: .18em; }
.brand small { color: rgba(255,255,255,.72); font-size: 9px; letter-spacing: .44em; margin-top: 6px; }

.hero { display: flex; min-height: 100svh; overflow: hidden; position: relative; }
.hero-image { background: url("assets/farm-sunrise.png") center center / cover no-repeat; inset: 0; position: absolute; transform: scale(1.02); animation: reveal-image 1.4s cubic-bezier(.2,.7,.2,1) both; }
.hero-shade { background: linear-gradient(90deg, rgba(3,17,31,.96) 0%, rgba(3,17,31,.78) 38%, rgba(3,17,31,.2) 68%, rgba(3,17,31,.08) 100%), linear-gradient(0deg, rgba(3,15,27,.85) 0%, transparent 38%); inset: 0; position: absolute; }
.hero-content { align-self: center; max-width: 740px; padding: 145px clamp(24px, 8vw, 130px) 190px; position: relative; z-index: 2; }
.eyebrow { align-items: center; color: rgba(255,255,255,.75); display: flex; font-size: 12px; font-weight: 600; gap: 12px; letter-spacing: .16em; margin: 0 0 26px; text-transform: uppercase; }
.eyebrow span { background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 5px rgba(198,223,100,.14); height: 6px; width: 6px; }
h1 { font-family: "Manrope", sans-serif; font-size: clamp(62px, 7vw, 112px); letter-spacing: -.07em; line-height: .83; margin: 0; max-width: 780px; }
h1 em { color: var(--lime); font-style: normal; font-weight: 500; }
.intro { color: rgba(255,255,255,.72); font-size: clamp(16px, 1.3vw, 19px); line-height: 1.65; margin: 34px 0 38px; max-width: 580px; }
.launch-note { border-left: 2px solid var(--lime); color: rgba(255,255,255,.48); font-size: 10px; letter-spacing: .16em; line-height: 1.65; margin: 0; padding-left: 14px; text-transform: uppercase; }
.launch-note span { color: rgba(255,255,255,.82); }

.orbit { border: 1px solid rgba(198,223,100,.15); border-radius: 50%; pointer-events: none; position: absolute; z-index: 1; }
.orbit-one { height: 550px; right: -190px; top: -240px; width: 550px; }
.orbit-two { height: 310px; right: -100px; top: -120px; width: 310px; }
.principles { backdrop-filter: blur(14px); background: rgba(5,23,37,.42); border: 1px solid var(--line); border-radius: 16px; bottom: 70px; display: grid; grid-template-columns: repeat(3, 1fr); position: absolute; right: clamp(24px, 5vw, 80px); width: min(720px, 47vw); z-index: 3; }
.principles article { align-items: center; display: flex; gap: 14px; min-width: 0; padding: 18px 22px; }
.principles article + article { border-left: 1px solid var(--line); }
.principles span { color: var(--lime); font-size: 10px; letter-spacing: .1em; }
.principles div { display: grid; gap: 4px; }
.principles strong { font-family: "Manrope", sans-serif; font-size: 12px; letter-spacing: .02em; }
.principles small { color: rgba(255,255,255,.55); font-size: 10px; white-space: nowrap; }
.site-footer { align-items: center; bottom: 23px; color: rgba(255,255,255,.4); display: flex; font-size: 9px; justify-content: space-between; left: clamp(24px, 5vw, 80px); letter-spacing: .11em; position: absolute; right: clamp(24px, 5vw, 80px); text-transform: uppercase; z-index: 3; }
.site-footer p { margin: 0; }
.site-footer span { color: var(--lime); margin: 0 7px; }


@keyframes reveal-image { from { opacity: 0; transform: scale(1.08); } to { opacity: 1; transform: scale(1.02); } }
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; animation-duration: .01ms !important; } }

@media (max-width: 1024px) {
  .hero { min-height: 900px; }
  .hero-image { background-position: 58% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(3,17,31,.95), rgba(3,17,31,.52) 70%, rgba(3,17,31,.3)), linear-gradient(0deg, rgba(3,15,27,.9), transparent 55%); }
  .hero-content { padding-bottom: 250px; }
  .principles { bottom: 75px; left: clamp(24px, 5vw, 80px); right: auto; width: calc(100% - clamp(48px, 10vw, 160px)); }
}

@media (max-width: 680px) {
  .site-header { padding-top: 22px; }
  .hero { min-height: 100svh; }
  .hero-image { background-position: 64% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(3,17,31,.55), rgba(3,17,31,.84) 50%, rgba(3,17,31,.98)); }
  .hero-content { align-self: flex-start; padding-bottom: 340px; padding-top: 158px; }
  h1 { font-size: clamp(56px, 18vw, 80px); }
  .intro { font-size: 15px; margin: 26px 0 30px; }
  .principles { bottom: 70px; grid-template-columns: 1fr; }
  .principles article { padding: 12px 17px; }
  .principles article + article { border-left: 0; border-top: 1px solid var(--line); }
  .site-footer { bottom: 20px; }
  .site-footer p:last-child { display: none; }
}

@media (max-height: 760px) and (min-width: 681px) {
  .hero-content { padding-bottom: 170px; padding-top: 125px; }
  .principles { bottom: 58px; }
  .site-footer { bottom: 17px; }
}
