
/* --- Early Access Modal Form Styles (cleaned up) --- */

/* --- Early Access Modal Form Styles: Premium, Compact, Balanced --- */
.ea-form-title {
  text-align: center;
  font-size: 1.18rem;
  font-weight: 600;
  color: #955420;
  margin-bottom: 0.7rem;
  letter-spacing: 0.01em;
}
.ea-form-row {
  display: flex;
  gap: 0.55rem;
  margin-bottom: 0.38rem;
  flex-wrap: wrap;
}
.ea-form-group {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.ea-form-full {
  flex-basis: 100%;
}
.ea-form-group label {
  font-weight: 600;
  color: var(--text-primary);
  opacity: 1;
  margin-bottom: 0.18rem;
  font-size: 0.93rem;
  text-align: left;
  letter-spacing: 0.01em;
}
.ea-form-group input,
.ea-form-group select,
.ea-form-group textarea {
  border: 1.5px solid #d4c4b3;
  border-radius: 9px;
  padding: 0.44rem 0.7rem;
  font-size: 0.98rem;
  background: #f9f6f1;
  color: #432405;
  box-shadow: inset 0 1.5px 4px rgba(149,84,32,0.06);
  transition: border 0.18s, box-shadow 0.18s, border-left 0.18s;
  margin-bottom: 0;
  box-sizing: border-box;
}
.ea-form-group input:focus,
.ea-form-group select:focus,
.ea-form-group textarea:focus {
  border-color: var(--accent-brown);
  border-left: 2.5px solid var(--accent-brown);
  outline: none;
  box-shadow: 0 0 0 2.5px rgba(229,128,59,0.10), inset 0 1.5px 4px rgba(149,84,32,0.06);
}
.ea-form-group textarea {
  min-height: 44px;
  resize: vertical;
}
.ea-form-btn {
  background: #c97a3a;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 22px;
  padding: 0.42rem 1.3rem;
  font-size: 0.97rem;
  cursor: pointer;
  transition: background 0.18s, box-shadow 0.18s;
  box-shadow: 0 1.5px 6px rgba(149,84,32,0.10);
  margin-left: auto;
  width: auto;
  min-width: 0;
  max-width: 140px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
.ea-form-btn:hover,
.ea-form-btn:focus {
  background: #955420;
  box-shadow: 0 4px 16px rgba(149,84,32,0.16);
}
.ea-form-btn svg {
  width: 1.1em;
  height: 1.1em;
  vertical-align: middle;
  margin-left: 0.1em;
  fill: #fff;
  transition: transform 0.18s;
}
.ea-form-btn:hover svg {
  transform: translateX(2px);
}
.ea-form-actions {
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 700px) {
  .ea-form-row {
    flex-direction: column;
    gap: 0.4rem;
    margin-bottom: 0.38rem;
  }
  .ea-form-btn {
    width: 100%;
    margin-left: 0;
    max-width: 100%;
  }
}
@media (min-width: 480px) {
  .ea-form-row {
    flex-direction: row;
    gap: 1.1rem;
  }
}

.site-header > .container.header-content {
  padding-left: 1.5rem !important;
  margin-left: 0 !important;
}
.site-header > .container {
  padding-left: 0 !important;
}
/* --- Subtle Background Grain Texture --- */
body::before {
  content: "";
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.07;
  background-image: url('data:image/svg+xml;utf8,<svg width="120" height="120" viewBox="0 0 120 120" fill="none" xmlns="http://www.w3.org/2000/svg"><filter id="grain"><feTurbulence type="fractalNoise" baseFrequency="0.85" numOctaves="2"/></filter><rect width="120" height="120" fill="white"/><rect width="120" height="120" filter="url(%23grain)" opacity="0.45"/></svg>');
  background-size: 220px 220px;
}
/* --- Footer Layout --- */
.site-footer {
  background: var(--bg-page);
  color: var(--text-primary);
  border-top: 1px solid var(--border-soft);
  padding: 0;
  margin-top: 3rem;
  min-height: 300px;
  overflow: visible;
  position: relative;
  z-index: 1;
}

.footer-main-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 2.5rem 2rem;
  align-items: flex-start;
  padding: 2.5rem 2rem 1.5rem 2rem;
  position: relative;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.footer-logo-block {
  align-items: flex-start;
  gap: 1.2rem;
}
.footer-logo {
  width: 70px;
  height: auto;
  margin-bottom: 0.7rem;
}
.footer-tagline {
  font-size: 1.18rem;
  color: var(--text-primary);
  opacity: 0.95;
  font-weight: 400;
  line-height: 1.4;
}

.footer-heading {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--accent-brown);
  margin-bottom: 0.5rem;
}
.footer-address {
  font-size: 1rem;
  opacity: 0.85;
  color: var(--text-primary);
  line-height: 1.5;
}

.footer-email {
  display: inline-block;
  margin-top: 0.5rem;
  color: var(--accent-brown);
  font-size: inherit;
  font-style: inherit;
  text-decoration: none;
}

.footer-email:hover {
  text-decoration: underline;
  color: var(--accent-orange);
}

.footer-social-icons {
  display: flex;
  gap: 1.1rem;
  align-items: center;
}
.footer-social svg {
  display: block;
  width: 2.2em;
  height: 2.2em;
  transition: transform 0.18s, box-shadow 0.18s;
  border-radius: 8px;
}
.footer-social:hover svg {
  transform: scale(1.08) translateY(-2px);
  box-shadow: 0 2px 8px rgba(149, 84, 32, 0.10);
}

.footer-legal {
  font-size: 1rem;
  opacity: 0.7;
  color: var(--text-primary);
  text-align: left;
  padding: 1.2rem 2rem 1.2rem 2rem;
  border-top: 1px solid var(--border-soft);
  margin-top: 0.5rem;
  background: var(--bg-page);
  position: relative;
  z-index: 2;
}

/* --- Back to Top Button --- */
.back-to-top {
  position: absolute;
  right: 0.5rem;
  bottom: 1.2rem;
  background: var(--accent-brown);
  border-radius: 50%;
  width: 2.7em;
  height: 2.7em;
  box-shadow: 0 2px 8px rgba(149, 84, 32, 0.13);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.18s, box-shadow 0.18s;
  z-index: 10;
}
.back-to-top svg {
  width: 1.7em;
  height: 1.7em;
}
.back-to-top:hover {
  background: var(--accent-orange);
  box-shadow: 0 4px 12px rgba(149, 84, 32, 0.18);
}

@media (max-width: 1023px) {
  .footer-main-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1.2rem;
    padding: 2rem 1rem 1.2rem 1rem;
  }
  .footer-logo-block {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
  }
  .footer-tagline {
    font-size: 1.05rem;
  }
  .back-to-top {
    right: 0.5rem;
    bottom: 1.2rem;
  }
  .footer-legal {
    padding: 1rem 1rem 1rem 1rem;
  }
}

@media (max-width: 700px) {
  .footer-main-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem 0;
    padding: 1.2rem 0.5rem 0.7rem 0.5rem;
  }
  .footer-logo {
    width: 48px;
  }
  .footer-heading {
    font-size: 1.1rem;
  }
  .footer-tagline {
    font-size: 0.98rem;
  }
  .footer-legal {
    font-size: 0.95rem;
    padding: 0.7rem 0.5rem 0.7rem 0.5rem;
  }
  .back-to-top {
    width: 2.2em;
    height: 2.2em;
    right: 0.2rem;
    bottom: 0.7rem;
  }
}
.site-header {
  background: var(--bg-page);
  border-bottom: 1px solid var(--border-soft);
  padding: 16px 0;
}

.header-content {
  padding-left: 0 !important;
}

.logo {
  max-height: 56px;
  width: auto;
  margin-top: -4px;
  margin-bottom: -4px;
}

.nav-list a {
  font-size: var(--label-size);
  color: var(--text-primary);
  text-decoration: none;
  font-weight: 500;
  padding: 0.25em 0.5em;
  transition: color 0.2s;
  line-height: 1.3;
  position: relative;
}
.nav-list a::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0.1em;
  height: 2px;
  background: var(--accent-brown);
  border-radius: 2px;
  transform: scaleX(0);
  transition: transform 0.22s cubic-bezier(.4,0,.2,1);
  pointer-events: none;
}
.nav-list a:hover::after, .nav-list a:focus::after {
  transform: scaleX(1);
}

.nav-list a:hover {
  color: var(--accent-brown);
}

.backed-by {
  color: var(--text-secondary);
  font-size: var(--label-size);
  margin-right: 0.5em;
}

.alacrity-logo {
  color: var(--text-secondary);
  font-size: var(--label-size);
  font-weight: 700;
  background: var(--border-soft);
  padding: 0.2em 0.7em;
  border-radius: 6px;
}

.btn {
  display: inline-block;
  min-width: 180px;
  padding: 0.6em 2.1em;
  font-size: var(--body-lg);
  font-weight: 500;
  border-radius: 12px;
  text-align: center;
  margin-right: 1.2rem;
  margin-bottom: 1rem;
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
  border: none;
}

.btn-primary {
  background: var(--accent-cta);
  color: var(--bg-page);
  border: 1px solid var(--accent-cta);
}

.btn-secondary {
  background: var(--bg-page);
  color: var(--text-secondary-strong);
  border: 1px solid var(--accent-brown);
}

.btn-primary:hover, .btn-secondary:hover {
  opacity: 0.92;
  box-shadow: 0 4px 16px 0 rgba(149, 84, 32, 0.13), 0 1.5px 6px 0 rgba(0,0,0,0.04);
  transform: translateY(-2px) scale(1.025);
}
.btn-primary:focus, .btn-secondary:focus {
  outline: 2px solid var(--accent-brown);
  outline-offset: 2px;
  box-shadow: 0 0 0 3px var(--accent-orange, #F7B26733);
}

@media (max-width: 700px) {
  .btn {
    min-width: 120px;
    padding: 0.8em 1.2em;
    font-size: 1rem;
    margin-right: 0;
  }
}

.step-marker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-brown);
  color: var(--text-on-accent);
  font-size: 1.3rem;
  font-weight: 700;
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  margin-right: 0.8em;
  flex-shrink: 0;
}

.early-link {
  font-size: var(--link-size);
  color: var(--accent-brown);
  text-decoration: underline;
  font-weight: 500;
}

.early-link:hover {
  color: var(--accent-orange);
}

  .back-to-top {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    background: var(--bg-page);
    border-radius: 50%;
    width: 3.2em;
    height: 3.2em;
    box-shadow: 0 2px 8px rgba(149, 84, 32, 0.08);
    border: 1.5px solid var(--accent-brown);
    display: flex;
  }