:root {
  color-scheme: dark;
  --charcoal: #171a16;
  --charcoal-soft: #20251f;
  --cream: #f2efe4;
  --muted: #b9baa9;
  --olive: #8d9b63;
  --olive-light: #b7c58b;
  --line: rgba(183, 197, 139, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--charcoal);
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(141, 155, 99, 0.13), transparent 33rem),
    linear-gradient(145deg, #121511 0%, var(--charcoal) 52%, #1d211b 100%);
  color: var(--cream);
  font-family: "Aptos", "Segoe UI", Arial, sans-serif;
}

.holding-page {
  position: relative;
  display: grid;
  min-height: 100vh;
  grid-template-rows: 1fr auto;
  isolation: isolate;
}

.content {
  z-index: 2;
  width: min(750px, calc(100% - 40px));
  margin: auto;
  padding: 56px 0 150px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--olive-light);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.brand {
  display: flex;
  align-items: center;
  gap: 15px;
}

.brand-mark {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid var(--olive);
  color: var(--olive-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  transform: rotate(45deg);
}

.brand-mark span {
  line-height: 1;
  transform: rotate(-45deg);
}

.brand-name {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 5vw, 2.6rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.tagline {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.divider {
  width: 100%;
  height: 1px;
  margin: 34px 0;
  background: linear-gradient(90deg, var(--olive), var(--line) 65%, transparent);
}

.status {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--olive-light);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.status span {
  width: 8px;
  height: 8px;
  border: 1px solid var(--olive-light);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(183, 197, 139, 0.08);
}

h1 {
  max-width: 680px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.75rem, 8vw, 5.8rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.96;
}

.intro {
  max-width: 620px;
  margin: 28px 0 0;
  color: #d3d3c7;
  font-size: clamp(1rem, 2.5vw, 1.18rem);
  line-height: 1.72;
}

.return-message {
  margin: 12px 0 0;
  color: var(--muted);
  font-style: italic;
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.contact-links a {
  display: flex;
  min-width: 220px;
  flex-direction: column;
  gap: 5px;
  padding: 15px 18px;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.025);
  color: var(--cream);
  text-decoration: none;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.contact-links a:hover,
.contact-links a:focus-visible {
  border-color: var(--olive);
  background: rgba(141, 155, 99, 0.09);
  outline: none;
  transform: translateY(-2px);
}

.contact-label {
  color: var(--olive-light);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.landscape {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 270px;
  overflow: hidden;
  opacity: 0.64;
  pointer-events: none;
}

.sun {
  position: absolute;
  right: 12%;
  bottom: 112px;
  width: 115px;
  height: 115px;
  border: 1px solid rgba(183, 197, 139, 0.38);
  border-radius: 50%;
  box-shadow: 0 0 70px rgba(141, 155, 99, 0.1);
}

.ridge {
  position: absolute;
  right: -8%;
  bottom: 46px;
  left: -8%;
  height: 145px;
  transform: skewY(-4deg);
  transform-origin: right bottom;
}

.ridge-back {
  bottom: 52px;
  background: #30372c;
  clip-path: polygon(0 79%, 13% 62%, 25% 71%, 38% 39%, 53% 67%, 66% 46%, 80% 61%, 100% 34%, 100% 100%, 0 100%);
}

.ridge-front {
  bottom: 12px;
  background: #242a22;
  clip-path: polygon(0 76%, 15% 51%, 32% 70%, 48% 45%, 63% 69%, 77% 48%, 100% 66%, 100% 100%, 0 100%);
}

.ground {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 68px;
  background: #1a1e19;
}

.tree {
  position: absolute;
  right: 25%;
  bottom: 37px;
  width: 130px;
  height: 120px;
}

.trunk {
  position: absolute;
  bottom: 0;
  left: 61px;
  width: 9px;
  height: 80px;
  background: #171a16;
  transform: rotate(3deg);
}

.trunk::before,
.trunk::after {
  position: absolute;
  width: 5px;
  height: 44px;
  background: #171a16;
  content: "";
  transform-origin: bottom;
}

.trunk::before {
  left: -10px;
  bottom: 26px;
  transform: rotate(-34deg);
}

.trunk::after {
  right: -10px;
  bottom: 31px;
  transform: rotate(37deg);
}

.canopy {
  position: absolute;
  height: 22px;
  border-radius: 50%;
  background: #171a16;
}

.canopy-one {
  top: 17px;
  left: 0;
  width: 100px;
}

.canopy-two {
  top: 4px;
  left: 38px;
  width: 89px;
}

.canopy-three {
  top: 26px;
  right: 0;
  width: 78px;
}

footer {
  z-index: 2;
  padding: 18px 20px;
  color: rgba(242, 239, 228, 0.55);
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-align: center;
}

@media (max-width: 600px) {
  .content {
    width: min(100% - 32px, 750px);
    padding-top: 34px;
    padding-bottom: 132px;
  }

  .brand-mark {
    width: 44px;
    height: 44px;
  }

  .divider {
    margin: 25px 0;
  }

  .intro {
    margin-top: 20px;
    line-height: 1.6;
  }

  .contact-links {
    margin-top: 25px;
  }

  .contact-links a {
    width: 100%;
    min-width: 0;
  }

  .landscape {
    height: 210px;
  }

  .tree {
    right: 8%;
    transform: scale(0.82);
    transform-origin: bottom;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
