:root {
  --black: #050505;
  --charcoal: #11110f;
  --soft-black: #181816;
  --cream: #f6efe3;
  --muted: #c6b9a6;
  --green: #17382e;
  --green-light: #285a48;
  --copper: #b87333;
  --copper-light: #d19a5f;
  --line: rgba(246, 239, 227, 0.14);
  --shadow: 0 32px 90px rgba(0, 0, 0, 0.45);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--black);
  color: var(--cream);
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  line-height: 1.6;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top left, rgba(184, 115, 51, 0.14), transparent 32rem),
    radial-gradient(circle at bottom right, rgba(23, 56, 46, 0.55), transparent 34rem),
    linear-gradient(135deg, rgba(255,255,255,0.035), transparent 40%);
}

a { color: inherit; }

.site-shell {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.hero {
  position: relative;
  min-height: 100vh;
  padding: 28px clamp(20px, 5vw, 76px) 72px;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--line);
}

.topbar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 36px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.brand-logo {
  width: clamp(130px, 16vw, 190px);
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.35));
}

.brand-logo:not([src]),
.brand-logo[src=""] { display: none; }

.brand-text {
  display: grid;
  line-height: 1.05;
}

.fallback-brand { display: none; }

.brand-logo[src="assets/alchemy-logo.png"] + .fallback-brand {
  display: grid;
}

.brand-text strong {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  letter-spacing: 0.03em;
}

.brand-text small {
  color: var(--muted);
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.22em;
}

.nav-status {
  color: var(--muted);
  border: 1px solid rgba(246, 239, 227, 0.16);
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(5, 5, 5, 0.22);
}

.hero-grid {
  position: relative;
  z-index: 2;
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.72fr);
  align-items: center;
  gap: clamp(32px, 6vw, 86px);
}

.hero-content {
  max-width: 780px;
}

.eyebrow,
.section-label,
.card-kicker {
  margin: 0 0 18px;
  color: var(--copper-light);
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 12px;
  font-weight: 700;
}

h1, h2, h3 {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  line-height: 0.98;
}

h1 {
  max-width: 850px;
  font-size: clamp(54px, 9vw, 116px);
  letter-spacing: -0.055em;
}

.lead {
  max-width: 680px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover { transform: translateY(-2px); }

.primary {
  background: var(--copper);
  color: #140c06;
}

.secondary {
  border: 1px solid rgba(246, 239, 227, 0.28);
  color: var(--cream);
}

.feature-card {
  position: relative;
  padding: clamp(28px, 4vw, 46px);
  background: linear-gradient(145deg, rgba(23, 56, 46, 0.72), rgba(17, 17, 15, 0.9));
  border: 1px solid rgba(246, 239, 227, 0.14);
  border-radius: 28px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.feature-card::after {
  content: '';
  position: absolute;
  width: 180px;
  height: 180px;
  right: -70px;
  top: -70px;
  border-radius: 50%;
  background: rgba(184, 115, 51, 0.2);
  filter: blur(4px);
}

.card-line {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, var(--copper), transparent);
  margin-bottom: 30px;
}

.feature-card h2 {
  font-size: clamp(38px, 5vw, 62px);
  letter-spacing: -0.035em;
}

.feature-card p:not(.card-kicker) {
  color: var(--muted);
  margin: 22px 0 0;
}

.mini-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.mini-list span {
  border: 1px solid rgba(246, 239, 227, 0.16);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--cream);
  font-size: 13px;
}

.section {
  padding: clamp(62px, 9vw, 120px) clamp(20px, 5vw, 76px);
}

.intro {
  display: grid;
  grid-template-columns: 0.42fr 1fr;
  gap: clamp(24px, 6vw, 80px);
  border-bottom: 1px solid var(--line);
}

.intro-copy h2 {
  max-width: 900px;
  font-size: clamp(42px, 6vw, 82px);
  letter-spacing: -0.045em;
}

.intro-copy p {
  max-width: 770px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 19px;
}

.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.pillars article {
  background: rgba(5, 5, 5, 0.92);
  padding: clamp(34px, 5vw, 62px);
  min-height: 320px;
}

.number {
  color: var(--copper-light);
  font-size: 13px;
  letter-spacing: 0.2em;
  font-weight: 800;
}

.pillars h3 {
  margin-top: 46px;
  font-size: 42px;
  letter-spacing: -0.035em;
}

.pillars p {
  color: var(--muted);
  margin: 18px 0 0;
}


.mailing-list {
  padding: clamp(62px, 9vw, 120px) clamp(20px, 5vw, 76px);
  border-bottom: 1px solid var(--line);
}

.signup-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.65fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
  padding: clamp(34px, 6vw, 72px);
  border: 1px solid rgba(246, 239, 227, 0.14);
  border-radius: 32px;
  background:
    radial-gradient(circle at top left, rgba(184, 115, 51, 0.16), transparent 26rem),
    linear-gradient(135deg, rgba(23, 56, 46, 0.54), rgba(17, 17, 15, 0.92));
  box-shadow: var(--shadow);
}

.signup-copy h2 {
  font-size: clamp(44px, 7vw, 88px);
  letter-spacing: -0.045em;
}

.signup-copy p:not(.eyebrow) {
  max-width: 660px;
  color: var(--muted);
  font-size: 19px;
}

.signup-form {
  display: grid;
  gap: 12px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(246, 239, 227, 0.14);
  border-radius: 24px;
  background: rgba(5, 5, 5, 0.32);
}

.signup-form label {
  color: var(--copper-light);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.signup-form input,
.signup-form select {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(246, 239, 227, 0.18);
  border-radius: 14px;
  padding: 0 14px;
  background: rgba(5, 5, 5, 0.52);
  color: var(--cream);
  font: inherit;
  outline: none;
}

.signup-form input::placeholder { color: rgba(198, 185, 166, 0.68); }

.signup-form input:focus,
.signup-form select:focus {
  border-color: rgba(209, 154, 95, 0.82);
  box-shadow: 0 0 0 4px rgba(184, 115, 51, 0.12);
}

.form-button {
  width: 100%;
  border: 0;
  cursor: pointer;
  margin-top: 8px;
  font-family: inherit;
}

.form-button:disabled {
  cursor: not-allowed;
  opacity: 0.68;
}

.form-note,
.form-message {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.form-message.success { color: #d9f3df; }
.form-message.error { color: #ffd1c7; }

.visit {
  padding: clamp(62px, 9vw, 120px) clamp(20px, 5vw, 76px);
}

.visit-panel {
  position: relative;
  padding: clamp(34px, 6vw, 72px);
  border-radius: 32px;
  border: 1px solid rgba(246, 239, 227, 0.14);
  background: linear-gradient(135deg, rgba(24, 24, 22, 0.92), rgba(23, 56, 46, 0.48));
  box-shadow: var(--shadow);
}

.visit-panel h2 {
  font-size: clamp(44px, 7vw, 88px);
  letter-spacing: -0.045em;
}

.visit-panel p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: 19px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.contact-grid a,
.contact-grid span {
  min-height: 92px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 6px;
  padding: 20px;
  border: 1px solid rgba(246, 239, 227, 0.14);
  border-radius: 18px;
  color: var(--cream);
  text-decoration: none;
  background: rgba(5, 5, 5, 0.22);
  overflow-wrap: anywhere;
}

.contact-grid small {
  color: var(--copper-light);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 11px;
  font-weight: 800;
}

.contact-grid strong {
  color: var(--cream);
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.2;
}

.ambient {
  position: absolute;
  border-radius: 999px;
  filter: blur(35px);
  opacity: 0.55;
  pointer-events: none;
}

.ambient-one {
  width: 320px;
  height: 320px;
  background: rgba(184, 115, 51, 0.18);
  top: 18%;
  right: 18%;
}

.ambient-two {
  width: 460px;
  height: 460px;
  background: rgba(23, 56, 46, 0.4);
  bottom: -160px;
  left: -120px;
}

@media (max-width: 900px) {
  .hero { min-height: auto; }
  .hero-grid,
  .intro,
  .pillars,
  .signup-panel,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .feature-card { margin-top: 20px; }
  .pillars article { min-height: auto; }
}

@media (max-width: 620px) {
  .topbar {
    align-items: flex-start;
    flex-direction: column;
  }
  .nav-status { align-self: flex-start; }
  h1 { font-size: 52px; }
  .button { width: 100%; }
  .hero { padding-top: 22px; }
}
