:root {
  --bg: #07101b;
  --bg-deep: #02060b;
  --panel: #0d1623;
  --panel-soft: #101d2d;
  --text: #f4ead5;
  --muted: #b9ac93;
  --dim: #726956;
  --gold: #d4a957;
  --gold-bright: #f0ce86;
  --line: rgba(212, 169, 87, 0.28);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 18% 0%, rgba(212, 169, 87, 0.12), transparent 28rem),
    radial-gradient(circle at 92% 15%, rgba(118, 86, 39, 0.14), transparent 24rem),
    var(--bg);
  color: var(--text);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  min-width: 320px;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  align-items: center;
  background: rgba(2, 6, 11, 0.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(212, 169, 87, 0.18);
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  min-height: 74px;
  padding: 0.9rem clamp(1rem, 4vw, 4rem);
  position: sticky;
  top: 0;
  z-index: 10;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 0.8rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 2vw, 1.2rem);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.brand img {
  border: 1px solid var(--line);
  border-radius: 50%;
  height: 42px;
  width: 42px;
}

nav {
  align-items: center;
  display: flex;
  gap: clamp(0.9rem, 2vw, 1.8rem);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

nav a {
  transition: color 160ms ease;
}

nav a:focus-visible,
nav a:hover {
  color: var(--gold-bright);
}

.hero {
  display: grid;
  gap: clamp(1rem, 2vw, 1.6rem);
  padding: clamp(0.9rem, 2vw, 1.7rem) clamp(1rem, 4vw, 4rem) clamp(2.5rem, 5vw, 5rem);
}

.hero-art {
  background: var(--bg-deep);
  border: 1px solid rgba(212, 169, 87, 0.22);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-art img {
  aspect-ratio: 2172 / 724;
  height: clamp(190px, 23vw, 270px);
  object-fit: cover;
  width: 100%;
}

.hero-copy {
  align-items: start;
  display: grid;
  gap: 1rem;
  justify-items: start;
  margin: 0 auto;
  max-width: 920px;
  text-align: center;
}

.hero-copy > * {
  justify-self: center;
}

.section-label {
  color: var(--gold-bright);
  font-size: clamp(0.78rem, 1.3vw, 0.92rem);
  font-weight: 700;
  letter-spacing: 0.28em;
  line-height: 1.5;
  margin: 0;
  text-transform: uppercase;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 0.95;
  margin: 0;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(2.8rem, 6vw, 5.2rem);
}

h2 {
  font-size: clamp(2rem, 5vw, 5rem);
}

.hero-copy p:last-of-type,
.stewardship p,
.contact-form,
footer {
  color: var(--muted);
}

.hero-copy p:last-of-type {
  font-size: clamp(1rem, 1.9vw, 1.4rem);
  line-height: 1.6;
  margin: 0;
  max-width: 720px;
}

.button {
  align-items: center;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  border: 1px solid rgba(255, 237, 184, 0.45);
  color: #171006;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.12em;
  min-height: 48px;
  padding: 0.95rem 1.4rem;
  text-transform: uppercase;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease;
}

.button:focus-visible,
.button:hover {
  box-shadow: 0 12px 32px rgba(212, 169, 87, 0.24);
  transform: translateY(-1px);
}

.stewardship {
  background: linear-gradient(180deg, rgba(13, 22, 35, 0.68), rgba(8, 17, 29, 0.84));
  border-block: 1px solid rgba(212, 169, 87, 0.18);
}

#stewardship,
#contact {
  scroll-margin-top: 92px;
}

.section-inner {
  align-items: end;
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  margin: 0 auto;
  max-width: 1280px;
  padding: clamp(4rem, 8vw, 8rem) clamp(1rem, 4vw, 4rem);
}

.stewardship p:not(.section-label) {
  font-size: clamp(1rem, 1.7vw, 1.3rem);
  line-height: 1.7;
  margin: 0;
}

.contact {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 5vw, 6rem);
  grid-template-columns: minmax(240px, 0.75fr) minmax(320px, 1fr);
  margin: 0 auto;
  max-width: 1180px;
  padding: clamp(4rem, 8vw, 8rem) clamp(1rem, 4vw, 4rem);
}

.contact-asset {
  background: radial-gradient(circle at 50% 42%, rgba(212, 169, 87, 0.12), transparent 70%);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.contact-asset img {
  aspect-ratio: 1;
  object-fit: cover;
}

.contact-form {
  background: linear-gradient(180deg, rgba(16, 29, 45, 0.92), rgba(8, 17, 29, 0.96));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  display: grid;
  gap: 1rem;
  padding: clamp(1.25rem, 4vw, 2.5rem);
}

.form-heading {
  display: grid;
  gap: 0.65rem;
  margin-bottom: 0.5rem;
}

label {
  color: var(--text);
  display: grid;
  font-size: 0.78rem;
  font-weight: 800;
  gap: 0.45rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

input,
textarea {
  background: rgba(2, 6, 11, 0.62);
  border: 1px solid rgba(212, 169, 87, 0.24);
  color: var(--text);
  font: inherit;
  font-size: 1rem;
  letter-spacing: 0;
  min-height: 48px;
  outline: none;
  padding: 0.9rem 1rem;
  resize: vertical;
}

textarea {
  line-height: 1.5;
}

input::placeholder,
textarea::placeholder {
  color: var(--dim);
}

input:focus,
textarea:focus {
  border-color: var(--gold-bright);
  box-shadow: 0 0 0 3px rgba(212, 169, 87, 0.16);
}

.form-status {
  color: var(--gold-bright);
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
  min-height: 1.4em;
}

footer {
  align-items: center;
  border-top: 1px solid rgba(212, 169, 87, 0.18);
  display: flex;
  font-size: 0.8rem;
  gap: 1rem;
  justify-content: space-between;
  letter-spacing: 0.12em;
  padding: 1.4rem clamp(1rem, 4vw, 4rem);
  text-transform: uppercase;
}

footer a {
  color: var(--gold-bright);
}

@media (max-width: 820px) {
  .site-header,
  footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-header {
    gap: 0.9rem;
    position: static;
  }

  .hero {
    padding-top: 0;
  }

  .hero-art {
    margin-inline: -1rem;
  }

  .hero-art img {
    aspect-ratio: 1.28;
    object-position: center;
  }

  .section-inner,
  .contact {
    grid-template-columns: 1fr;
  }

  .contact-asset {
    justify-self: center;
    max-width: 420px;
  }
}

@media (max-width: 520px) {
  nav {
    flex-wrap: wrap;
  }

  h1 {
    font-size: clamp(2.8rem, 18vw, 4.4rem);
  }

  .section-label {
    letter-spacing: 0.18em;
  }

  .button {
    width: 100%;
  }
}

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