:root {
  --forest: #1c3a11;
  --moss: #355923;
  --leaf: #5f8d5b;
  --sage: #a5c4a2;
  --cream: #f5f1e8;
  --gold: #e6c13b;
  --ink: #10210c;
  --white: #ffffff;
  --border: rgba(28, 58, 17, 0.16);
  --shadow: 0 24px 80px rgba(28, 58, 17, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at top left, rgba(165, 196, 162, 0.55), transparent 34rem),
    linear-gradient(135deg, #f8f5ee 0%, #edf2e7 100%);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
}

a {
  color: inherit;
}

.background-glow {
  position: fixed;
  z-index: -1;
  border-radius: 999px;
  filter: blur(30px);
  opacity: 0.45;
}

.background-glow-one {
  width: 22rem;
  height: 22rem;
  top: 8%;
  right: -7rem;
  background: var(--gold);
}

.background-glow-two {
  width: 18rem;
  height: 18rem;
  bottom: -6rem;
  left: -5rem;
  background: var(--leaf);
}

.site-header,
.hero,
footer {
  width: min(1180px, calc(100% - 2.5rem));
  margin-inline: auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: -0.02em;
}

.brand-mark {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border-radius: 0.85rem;
  background: var(--forest);
  color: var(--cream);
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
  box-shadow: 0 10px 25px rgba(28, 58, 17, 0.22);
}

.contact-link {
  padding: 0.75rem 1rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  text-decoration: none;
  font-weight: 600;
  backdrop-filter: blur(12px);
  transition: transform 180ms ease, background 180ms ease;
}

.contact-link:hover,
.contact-link:focus-visible {
  transform: translateY(-2px);
  background: var(--white);
}

.hero {
  display: grid;
  min-height: calc(100vh - 10rem);
  grid-template-columns: 1.12fr 0.88fr;
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
  padding: 4rem 0 5rem;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--moss);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(3.2rem, 8vw, 7rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
}

h1 span {
  display: block;
  color: var(--forest);
  font-style: italic;
}

.intro {
  max-width: 650px;
  margin: 1.8rem 0 0;
  color: rgba(16, 33, 12, 0.76);
  font-size: clamp(1.05rem, 2vw, 1.24rem);
  line-height: 1.75;
}

.status-card {
  display: flex;
  max-width: 650px;
  gap: 1rem;
  align-items: flex-start;
  margin-top: 2rem;
  padding: 1.15rem;
  border: 1px solid var(--border);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 16px 45px rgba(28, 58, 17, 0.08);
  backdrop-filter: blur(14px);
}

.status-dot {
  flex: 0 0 auto;
  width: 0.72rem;
  height: 0.72rem;
  margin-top: 0.42rem;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(230, 193, 59, 0.18);
}

.status-title,
.status-copy {
  margin: 0;
}

.status-title {
  font-weight: 700;
}

.status-copy {
  margin-top: 0.25rem;
  color: rgba(16, 33, 12, 0.67);
  line-height: 1.55;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.social-links a {
  padding: 0.82rem 1rem;
  border-radius: 0.9rem;
  background: var(--forest);
  color: var(--cream);
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, opacity 180ms ease;
}

.social-links a:hover,
.social-links a:focus-visible {
  transform: translateY(-3px);
  opacity: 0.9;
}

.visual-panel {
  position: relative;
  display: grid;
  min-height: 30rem;
  place-items: center;
  isolation: isolate;
}

.visual-card {
  position: relative;
  z-index: 2;
  width: min(100%, 27rem);
  aspect-ratio: 4 / 5;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2.2rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 2.2rem;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.22), transparent 45%),
    var(--forest);
  color: var(--cream);
  box-shadow: var(--shadow);
  transform: rotate(2deg);
}

.visual-card::before {
  content: "";
  position: absolute;
  width: 14rem;
  height: 14rem;
  top: -4rem;
  right: -4rem;
  border-radius: 50%;
  border: 1px solid rgba(245, 241, 232, 0.28);
}

.visual-small,
.visual-large,
.visual-caption {
  position: relative;
  z-index: 1;
  margin: 0;
}

.visual-small {
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.35em;
}

.visual-large {
  margin-top: 0.4rem;
  font-family: "Playfair Display", serif;
  font-size: clamp(3.4rem, 8vw, 5.2rem);
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.visual-caption {
  margin-top: 1.25rem;
  color: rgba(245, 241, 232, 0.72);
  font-size: 0.96rem;
}

.orbital {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  border: 1px solid rgba(28, 58, 17, 0.18);
}

.orbital-one {
  width: 28rem;
  height: 28rem;
}

.orbital-two {
  width: 20rem;
  height: 20rem;
  border-style: dashed;
  animation: spin 24s linear infinite;
}

footer {
  padding: 0 0 2rem;
  color: rgba(16, 33, 12, 0.58);
  font-size: 0.88rem;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 850px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 2.5rem;
  }

  .visual-panel {
    min-height: 25rem;
  }

  .visual-card {
    max-width: 23rem;
  }
}

@media (max-width: 520px) {
  .site-header,
  .hero,
  footer {
    width: min(100% - 1.5rem, 1180px);
  }

  .site-header {
    padding-top: 1rem;
  }

  .brand span:last-child {
    display: none;
  }

  .hero {
    padding-bottom: 3rem;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 4.8rem);
  }

  .visual-panel {
    min-height: 22rem;
  }

  .visual-card {
    width: 90%;
  }
}

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