:root {
  --paper: #fff8ee;
  --paper-deep: #f6e8d6;
  --ink: #2f1809;
  --ink-soft: #6d4a2f;
  --brown: #7a3900;
  --orange: #ff8200;
  --orange-deep: #dc6500;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(90, 43, 0, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--paper);
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 18%, rgba(255, 130, 0, 0.10), transparent 27rem),
    radial-gradient(circle at 85% 80%, rgba(122, 57, 0, 0.08), transparent 28rem),
    linear-gradient(145deg, var(--paper) 0%, #fffdf9 52%, var(--paper-deep) 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.page-shell {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  isolation: isolate;
}

.ambient {
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(2px);
  pointer-events: none;
}

.ambient-one {
  top: -11rem;
  right: -8rem;
  width: 31rem;
  height: 31rem;
  border: 1px solid rgba(255, 130, 0, 0.18);
  box-shadow:
    0 0 0 3.6rem rgba(255, 130, 0, 0.035),
    0 0 0 8rem rgba(255, 130, 0, 0.025);
}

.ambient-two {
  bottom: -15rem;
  left: -10rem;
  width: 34rem;
  height: 34rem;
  border: 1px solid rgba(122, 57, 0, 0.14);
  box-shadow: 0 0 0 6rem rgba(122, 57, 0, 0.025);
}

.hero {
  flex: 1;
  display: grid;
  place-items: center;
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(3rem, 8vw, 7rem) 0 clamp(2.5rem, 7vw, 5.5rem);
}

.hero-content {
  width: min(840px, 100%);
  text-align: center;
}

.logo {
  display: block;
  width: min(720px, 94%);
  height: auto;
  margin: 0 auto clamp(1.8rem, 4vw, 3rem);
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--orange-deep);
  font-size: clamp(0.75rem, 1.3vw, 0.9rem);
  font-weight: 750;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

h1 {
  max-width: 780px;
  margin: 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.15rem, 5.6vw, 4.65rem);
  font-weight: 500;
  letter-spacing: -0.038em;
  line-height: 1.02;
  text-wrap: balance;
}

.intro {
  max-width: 620px;
  margin: 1.4rem auto 0;
  color: var(--ink-soft);
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.65;
  text-wrap: balance;
}

.email-button {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  margin-top: clamp(2rem, 5vw, 3.1rem);
  padding: 0.82rem 1.28rem 0.82rem 0.9rem;
  border: 1px solid rgba(122, 57, 0, 0.18);
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, var(--brown), #5c2700 70%);
  box-shadow: var(--shadow);
  text-decoration: none;
  text-align: left;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.email-button:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #873e00, #642a00 70%);
  box-shadow: 0 22px 55px rgba(90, 43, 0, 0.24);
}

.email-button:focus-visible {
  outline: 3px solid rgba(255, 130, 0, 0.45);
  outline-offset: 4px;
}

.email-icon {
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--ink);
  background: var(--orange);
}

.email-icon svg {
  width: 1.35rem;
  height: 1.35rem;
}

.email-button small,
.email-button strong {
  display: block;
}

.email-button small {
  margin-bottom: 0.12rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.email-button strong {
  font-size: clamp(0.95rem, 2.2vw, 1.08rem);
  font-weight: 650;
  letter-spacing: 0.01em;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.55rem;
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.2rem 0 1.6rem;
  border-top: 1px solid rgba(122, 57, 0, 0.12);
  color: rgba(47, 24, 9, 0.62);
  font-size: 0.78rem;
  line-height: 1.5;
  text-align: center;
}

.separator {
  color: var(--orange-deep);
}

@media (max-width: 620px) {
  .hero {
    width: min(100% - 1.25rem, 1120px);
    padding-top: 3.2rem;
  }

  .logo {
    width: 96%;
  }

  h1 {
    font-size: clamp(2.05rem, 11.6vw, 3.2rem);
  }

  .email-button {
    max-width: 100%;
  }

  footer {
    width: min(100% - 1.25rem, 1120px);
  }

  .separator {
    display: none;
  }

  footer span {
    width: 100%;
  }
}

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