@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Fraunces:opsz,wght@9..144,300;9..144,500&display=swap');

:root {
  --forest: #173f32;
  --forest-deep: #0c2d24;
  --cream: #f3efe5;
  --paper: #fbf9f3;
  --lavender: #a89aba;
  --lime: #cce56d;
  --peach: #e7a878;
  --ink: #16362d;
  --line: rgba(22, 54, 45, 0.17);
  --sans: 'DM Sans', Arial, sans-serif;
  --serif: 'Fraunces', Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 100;
  padding: .8rem 1rem;
  border-radius: 999px;
  background: var(--lime);
  color: var(--forest-deep);
  transition: top .2s;
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.75rem clamp(1.25rem, 5vw, 5rem);
  color: #fff;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  color: inherit;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: -.02em;
}
.brand-mark { width: 2.45rem; height: 2.45rem; }
.brand-mark path:first-child { fill: rgba(255,255,255,.09); stroke: currentColor; stroke-width: 1.3; }
.brand-mark path:last-child { fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.4; }
.header-meta {
  display: flex;
  align-items: center;
  gap: .65rem;
  padding: .65rem 1rem;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px;
  background: rgba(10,34,28,.17);
  backdrop-filter: blur(9px);
  font-size: .73rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.status-dot {
  display: inline-block;
  width: .5rem;
  height: .5rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 4px rgba(204,229,109,.15);
  animation: pulse 2.2s infinite;
}

.hero {
  position: relative;
  min-height: 790px;
  height: 100svh;
  overflow: hidden;
  display: flex;
  align-items: center;
  color: #fff;
  background: var(--forest-deep);
}
.hero-image {
  position: absolute;
  inset: 0;
  background: url('assets/lalaranch-hero.jpg') center center / cover no-repeat;
  animation: gentleZoom 18s ease-out both;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 29, 22, .88) 0%, rgba(8, 34, 26, .61) 37%, rgba(8, 27, 21, .09) 72%),
    linear-gradient(0deg, rgba(6, 26, 20, .62) 0%, transparent 42%);
}
.hero-content {
  position: relative;
  z-index: 1;
  width: min(690px, 90%);
  margin-left: clamp(1.25rem, 8vw, 8.5rem);
  padding-top: 4rem;
}
.eyebrow {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  margin: 0 0 1.7rem;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow span:first-child { color: var(--lime); }
.eyebrow span + span { padding-left: 1.25rem; border-left: 1px solid rgba(255,255,255,.4); }
.hero h1,
.intro h2,
.manifesto h2,
.coming-soon h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 300;
  letter-spacing: -.055em;
  line-height: .89;
}
.hero h1 { font-size: clamp(4.4rem, 8.3vw, 8.4rem); }
.hero h1 em,
.manifesto h2 em,
.coming-soon h2 em {
  color: var(--lime);
  font-weight: 300;
}
.hero-lead {
  max-width: 540px;
  margin: 2rem 0 2.4rem;
  color: rgba(255,255,255,.84);
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.65;
}
.hero-link {
  display: inline-flex;
  align-items: center;
  gap: 1.25rem;
  padding: .85rem .9rem .85rem 1.3rem;
  border-radius: 999px;
  color: var(--forest-deep);
  background: var(--lime);
  text-decoration: none;
  font-size: .87rem;
  font-weight: 600;
  transition: transform .2s, background .2s;
}
.hero-link:hover { transform: translateY(-2px); background: #d8ee83; }
.hero-link svg {
  width: 2rem;
  height: 2rem;
  padding: .45rem;
  border-radius: 50%;
  background: var(--forest);
  stroke: #fff;
  stroke-width: 1.6;
  fill: none;
}
.hero-note {
  position: absolute;
  z-index: 1;
  right: clamp(1.25rem, 5vw, 5rem);
  bottom: 2.5rem;
  width: min(370px, calc(100% - 2.5rem));
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 1rem;
  padding: 1.25rem;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 1rem;
  background: rgba(12, 45, 36, .59);
  backdrop-filter: blur(12px);
}
.note-index { color: var(--lime); font-size: .66rem; letter-spacing: .08em; }
.hero-note strong { font-family: var(--serif); font-size: 1.1rem; font-weight: 500; }
.hero-note p { margin: .35rem 0 0; color: rgba(255,255,255,.65); font-size: .78rem; }
.scroll-cue {
  position: absolute;
  z-index: 1;
  left: 2.2rem;
  bottom: 2.5rem;
  display: flex;
  align-items: center;
  gap: .65rem;
  font-size: .63rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}
.scroll-cue span { width: 1px; height: 42px; background: rgba(255,255,255,.55); }

.intro { padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 6vw, 6.5rem); }
.section-kicker {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin: 0 0 3.5rem;
  font-size: .69rem;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.section-kicker span { color: #8c958d; }
.intro-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
  gap: 8vw;
  align-items: end;
  margin-bottom: clamp(4rem, 8vw, 7rem);
}
.intro h2 { font-size: clamp(3.6rem, 7.4vw, 7.6rem); }
.intro h2 span { color: var(--lavender); font-style: italic; }
.intro-copy > p {
  max-width: 520px;
  margin: 0 0 .5rem;
  color: #617169;
  font-size: 1rem;
  line-height: 1.8;
}
.profile-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.profile-card {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
  border-radius: 1.2rem;
  isolation: isolate;
  transition: transform .35s cubic-bezier(.2,.7,.2,1);
}
.profile-card:hover { transform: translateY(-7px); }
.profile-card--flowers { color: #2f2043; background: #d9cfe2; }
.profile-card--fields { color: #193a2e; background: #dce79d; }
.profile-card--animals { color: #542d1f; background: #efc0a0; }
.card-number {
  position: absolute;
  z-index: 2;
  top: 1.5rem;
  left: 1.5rem;
  padding: .45rem .65rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: .65rem;
  letter-spacing: .1em;
}
.card-art {
  position: absolute;
  z-index: -1;
  inset: 0 0 auto auto;
  width: 90%;
  opacity: .78;
}
.card-art svg { width: 100%; height: auto; fill: none; stroke: currentColor; stroke-width: 2; }
.card-art--flower .petals { fill: rgba(255,255,255,.26); }
.card-art--flower circle { fill: #f1d66e; stroke: currentColor; }
.card-art--field .sun { fill: rgba(255,247,191,.8); stroke: none; }
.card-art--field .stem { stroke-width: 3; }
.card-art--animal .sheep { fill: rgba(255,246,226,.75); }
.card-body { position: relative; z-index: 2; }
.card-body > p {
  margin: 0 0 .45rem;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.card-body h3 {
  margin: 0 0 1.3rem;
  font-family: var(--serif);
  font-size: clamp(2.4rem, 4vw, 4rem);
  font-weight: 400;
  letter-spacing: -.04em;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tags li {
  padding: .52rem .74rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: .74rem;
  background: rgba(255,255,255,.13);
}

.manifesto {
  position: relative;
  overflow: hidden;
  min-height: 680px;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  align-items: center;
  gap: 7vw;
  padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 9vw, 10rem);
  color: var(--cream);
  background: var(--forest);
}
.manifesto::before,
.manifesto::after {
  content: '';
  position: absolute;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 50%;
}
.manifesto::before { width: 650px; height: 650px; left: -330px; top: -360px; }
.manifesto::after { width: 420px; height: 420px; right: -200px; bottom: -250px; }
.manifesto-orbit { position: relative; width: min(310px, 100%); aspect-ratio: 1; justify-self: center; }
.manifesto-orbit > svg:first-child { width: 100%; animation: spin 25s linear infinite; }
.manifesto-orbit text { fill: rgba(255,255,255,.75); font: 600 8.8px var(--sans); letter-spacing: 2.15px; }
.orbit-leaf { position: absolute; inset: 36%; width: 28%; }
.orbit-leaf path:first-child { fill: var(--lime); stroke: none; }
.orbit-leaf path:last-child { fill: none; stroke: var(--forest); stroke-width: 1.5; }
.section-kicker--light { margin-bottom: 2.8rem; color: var(--cream); }
.section-kicker--light span { color: rgba(255,255,255,.45); }
.manifesto h2 { font-size: clamp(3.8rem, 7vw, 7.2rem); }
.manifesto-copy > p:last-child {
  max-width: 600px;
  margin: 2.4rem 0 0;
  color: rgba(255,255,255,.65);
  font-size: 1rem;
  line-height: 1.75;
}

.coming-soon { padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 8vw, 8.5rem); background: var(--cream); }
.soon-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; align-items: end; }
.coming-soon h2 { font-size: clamp(4.8rem, 10vw, 10.5rem); }
.coming-soon h2 em { color: var(--lavender); }
.soon-copy > p { margin: 0 0 2.2rem; color: #5e6e67; line-height: 1.8; }
.domain-pill {
  display: flex;
  align-items: center;
  gap: .8rem;
  width: fit-content;
  padding: .9rem 1.15rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  font-size: .84rem;
}
.domain-pill strong { color: var(--forest); }

footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  padding: 2.3rem clamp(1.25rem, 5vw, 5rem);
  color: rgba(255,255,255,.7);
  background: var(--forest-deep);
  font-size: .75rem;
}
footer p { margin: 0; }
footer p:nth-child(2) { text-transform: uppercase; letter-spacing: .11em; }
footer p:last-child { text-align: right; }
.brand--footer { color: #fff; font-size: 1.1rem; }
.brand--footer .brand-mark { width: 2rem; height: 2rem; }

@keyframes pulse { 50% { opacity: .5; transform: scale(.82); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes gentleZoom { from { transform: scale(1.035); } to { transform: scale(1); } }

@media (max-width: 920px) {
  .hero { min-height: 720px; height: 100svh; }
  .hero-content { margin-left: clamp(1.25rem, 6vw, 4rem); }
  .scroll-cue { display: none; }
  .intro-copy { grid-template-columns: 1fr; gap: 2rem; }
  .profile-grid { grid-template-columns: 1fr; }
  .profile-card { min-height: 430px; }
  .card-art { width: min(430px, 76%); }
  .manifesto { grid-template-columns: .7fr 1.3fr; padding-inline: 6vw; }
  .soon-layout { grid-template-columns: 1fr; gap: 3rem; }
}

@media (max-width: 640px) {
  .site-header { padding: 1.1rem 1.25rem; }
  .header-meta span:last-child { display: none; }
  .header-meta { padding: .65rem; }
  .hero { min-height: 760px; align-items: flex-start; }
  .hero-image { background-position: 61% center; }
  .hero-shade {
    background: linear-gradient(90deg, rgba(5,29,22,.87), rgba(5,29,22,.18)), linear-gradient(0deg, rgba(6,26,20,.8), transparent 65%);
  }
  .hero-content { width: calc(100% - 2.5rem); margin: 0 1.25rem; padding-top: 9rem; }
  .hero h1 { font-size: clamp(3rem, 12.6vw, 4rem); }
  .hero-van { display: block; }
  .eyebrow span:last-child { display: none; }
  .hero-lead { max-width: 94%; margin-top: 1.5rem; }
  .hero-note { left: 1.25rem; right: auto; bottom: 1.25rem; }
  .intro { padding-inline: 1.25rem; }
  .section-kicker { margin-bottom: 2.3rem; }
  .intro h2 { font-size: clamp(3.55rem, 18vw, 5.1rem); }
  .profile-card { min-height: 400px; }
  .manifesto { min-height: 720px; grid-template-columns: 1fr; gap: 1rem; padding-inline: 1.25rem; text-align: center; }
  .manifesto-orbit { width: 210px; }
  .manifesto-copy { align-self: start; }
  .section-kicker--light { justify-content: center; }
  .manifesto h2 { font-size: clamp(3.7rem, 17vw, 5.4rem); }
  .coming-soon { padding-inline: 1.25rem; }
  .coming-soon h2 { font-size: clamp(4.6rem, 21vw, 7rem); }
  .domain-pill { flex-wrap: wrap; border-radius: 1.2rem; }
  footer { grid-template-columns: 1fr auto; }
  footer p:nth-child(2) { display: none; }
}

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