@charset "UTF-8";
/* CSS Document */

      :root {
        --cream: #fdf4ee;
        --cream-2: #fbf3e9;
        --ink: #292527;
        --sage: #405943;
        --sage-2: #6f765c;
        --sage-3: #87906f;
        --line: #d8cab9;
        --muted: #6e6b64;
        --card: #fff8ef;
      }

      * {
        box-sizing: border-box;
      }

      html {
        background: var(--cream);
      }

      body {
        margin: 0;
        min-height: 100%;
        background: var(--cream);
        color: var(--ink);
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
      }

      button,
      input {
        font: inherit;
      }

      .page {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background: var(--cream);
}

      .hero {
        position: relative;
        z-index: 2;
        min-height: 1268px;
        padding: 58px 24px 420px;
      }

      .coming {
        margin: 0;
        color:#C2C5B8;
        font-size: 24px;
        line-height: 1;
        letter-spacing: 0.42em;
        font-weight: 700;
      }

      .divider {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 16px;
        margin: 34px 0 20px;
        color: var(--sage-3);
        opacity: 0.78;
      }

      .divider::before,
      .divider::after {
        content: "";
        display: block;
        width: 88px;
        height: 1px;
        background: currentColor;
        opacity: 0.56;
      }

      .leaf {
        width: 22px;
        height: 18px;
        flex: 0 0 auto;
      }

      .brand-word {
        display: block;
        width: min(470px, 86vw);
        height: auto;
        margin: 0 auto;
        filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.08));
      }

      .copy-divider {
        margin-top: 0;
      }

      .intro {
        max-width: 720px;
        margin: 12px auto 0;
        font-size: 20px;
        line-height: 1.55;
        letter-spacing: 0;
      }

      .signup {
        max-width: 920px;
        margin: 58px auto 0;
      }
		
		.signup-heading {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  color: #40423D;
}

.signup-copy {
  max-width: 690px;
  margin: 14px auto 0;
  color:#40423D;
  font-size: 19px;
  line-height: 1.5;
}

.signup-instruction {
  margin: 66px auto 28px;
  color: var(--sage-2);
  font-size: 20px;
  font-weight: 400;
}

      .signup-form {
        display: grid;
        grid-template-columns: minmax(150px, 0.78fr) minmax(240px, 1.2fr) 190px;
        gap: 16px;
        align-items: center;
        width: 100%;
      }

      .input-shell {
        position: relative;
        display: flex;
        align-items: center;
      }

      .input-shell svg {
        position: absolute;
        left: 22px;
        width: 22px;
        height: 22px;
        color: #7b7f63;
        pointer-events: none;
      }

      input[type="text"],
      input[type="email"] {
        width: 100%;
        height: 76px;
        border: 1px solid rgba(111, 104, 91, 0.34);
        border-radius: 12px;
        background: rgba(255, 253, 249, 0.82);
        box-shadow: 0 10px 28px rgba(62, 55, 47, 0.045), inset 0 1px 0 rgba(255, 255, 255, 0.65);
        padding: 0 24px 0 58px;
        font-size: 20px;
        color: var(--ink);
        outline: none;
      }

      input[type="text"]::placeholder,
      input[type="email"]::placeholder {
        color: #8c8c86;
        opacity: 1;
      }

      input[type="text"]:focus,
      input[type="email"]:focus {
        border-color: rgba(64, 89, 67, 0.6);
        box-shadow: 0 0 0 4px rgba(64, 89, 67, 0.1), 0 10px 28px rgba(62, 55, 47, 0.045);
      }

      button {
        height: 76px;
        border: 0;
        border-radius: 10px;
        background: linear-gradient(180deg, #4b674d 0%, #344a37 100%);
        color: #fff;
        font-size: 22px;
        letter-spacing: 0;
        cursor: pointer;
        box-shadow: 0 10px 26px rgba(42, 61, 45, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.1);
        transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
      }

      button:hover {
        transform: translateY(-1px);
        filter: brightness(1.03);
        box-shadow: 0 14px 28px rgba(42, 61, 45, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.1);
      }

      button:active {
        transform: translateY(0);
      }

      button:disabled {
        cursor: wait;
        opacity: 0.75;
        transform: none;
      }

      .privacy-note {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  max-width: 620px;
  margin: 14px auto 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #6f675d;
}

     .privacy-note .lock-icon,
.privacy-note svg,
.privacy-note img {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin-top: 2px;
}

      .status {
        min-height: 1.2em;
        margin-top: 10px;
        color: var(--sage);
        font-size: 15px;
        font-weight: 700;
      }

      .status.is-error {
        color: #8c3f32;
      }

      .forest {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  z-index: 1;
  background-image: linear-gradient(
      180deg,
      rgba(253, 244, 238, 0.72) 0%,
      rgba(253, 244, 238, 0.48) 42%,
      rgba(253, 244, 238, 0.18) 100%
    ),
    url("assets/forest-bg-light.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  pointer-events: none;
}

      .legacy-line {
        position: relative;
        z-index: 3;
        margin: -432px auto 0;
        padding: 0 24px;
      }

      .legacy-line h2 {
        margin: 0;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 31px;
        font-weight: 500;
        line-height: 1.2;
      }

      .lower-divider {
        margin-top: 32px;
      }

      .features {
        position: relative;
        z-index: 3;
        width: min(1100px, 84vw);
        margin: 54px auto 74px;
        background: rgba(255, 248, 239, 0.92);
        border-radius: 18px;
        box-shadow: 0 18px 60px rgba(46, 38, 28, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.75);
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        overflow: hidden;
        backdrop-filter: blur(2px);
      }

      .feature {
        position: relative;
        min-height: 260px;
        padding: 48px 52px 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
      }

      .feature + .feature::before {
        content: "";
        position: absolute;
        left: 0;
        top: 30px;
        bottom: 30px;
        width: 1px;
        background: rgba(139, 127, 108, 0.24);
      }

      .icon-circle {
        width: 82px;
        height: 82px;
        border-radius: 50%;
        background: rgba(111, 118, 92, 0.12);
        display: grid;
        place-items: center;
        margin-bottom: 22px;
		  
		box-shadow:
  0 3px 8px rgba(46, 38, 28, 0.16),
  inset 0 1px 0 rgba(255, 255, 255, 0.55);
      }

      .icon-circle img {
        width: 48px;
        height: 48px;
        object-fit: contain;
        opacity: 0.98;
      }

      .feature h3 {
        margin: 0 0 12px;
        font-family: Georgia, "Times New Roman", serif;
        font-weight: 500;
        color: #344a37;
        font-size: 28px;
        line-height: 1.1;
      }

      .feature p {
        margin: 0;
        max-width: 250px;
        color: #46594a;
        font-size: 18px;
        line-height: 1.45;
      }

		.site-footer {
  position: relative;
  z-index: 3;
  padding: 28px 20px 36px;
  color: rgba(64, 89, 67, 0.72);
  font-size: 13px;
  line-height: 1.5;
			background-color: #555D47;
}

.site-footer p {
  margin: 0;
	color:#B9BAAA;
}
		
      .hidden-field,
      .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
      }

      @media (max-width: 980px) {
        .hero {
          min-height: 1120px;
          padding-top: 64px;
          padding-bottom: 360px;
        }

        .coming {
          font-size: 18px;
          letter-spacing: 0.34em;
        }

        .brand-word {
          width: min(500px, 82vw);
        }

        .intro {
          max-width: 620px;
          font-size: 18px;
        }

        .signup {
          max-width: 680px;
          margin-top: 40px;
        }

        .signup-form {
          grid-template-columns: 1fr 1fr;
          gap: 14px;
        }

        .signup-form button {
          grid-column: 1 / -1;
        }

        input[type="text"],
        input[type="email"],
        button {
          height: 62px;
          font-size: 17px;
        }

        .legacy-line {
          margin-top: -370px;
        }

        .features {
          width: min(680px, 88vw);
          grid-template-columns: 1fr;
          margin-top: 42px;
        }

        .feature {
          min-height: auto;
          padding: 34px 32px;
        }

        .feature + .feature {
  border-top: none;
}

.feature + .feature::before {
  content: "";
  display: block;
  position: absolute;
  left: 54px;
  right: 54px;
  top: 0;
  bottom: auto;
  width: auto;
  height: 1px;
  background: rgba(139, 127, 108, 0.24);
}
      }

      @media (max-width: 620px) {
        .hero {
          min-height: 1000px;
          padding: 46px 20px 320px;
        }

        .coming {
          font-size: 14px;
          letter-spacing: 0.28em;
        }

        .divider {
          gap: 10px;
          margin-top: 24px;
        }

        .divider::before,
        .divider::after {
          width: 58px;
        }

        .brand-word {
          width: min(380px, 90vw);
        }

        .copy-divider {
          margin-top: 36px;
        }

        .intro {
          margin-top: 28px;
          font-size: 16px;
          line-height: 1.55;
        }

        .signup {
          margin-top: 30px;
        }

        .signup-form {
          grid-template-columns: 1fr;
          gap: 12px;
        }

        input[type="text"],
        input[type="email"],
        button {
          height: 54px;
          border-radius: 9px;
          font-size: 15px;
        }

        input[type="text"],
        input[type="email"] {
          padding-left: 52px;
        }

        .input-shell svg {
          left: 20px;
          width: 19px;
          height: 19px;
        }

        .privacy-note {
          margin-top: 14px;
          gap: 8px;
          font-size: 14px;
        }

        .privacy-note svg {
          width: 15px;
          height: 15px;
        }

        .forest {
  height: 100vh;
  background-position: center top;
}

        .legacy-line {
          margin-top: -330px;
        }

        .legacy-line h2 {
          font-size: 23px;
        }

        .lower-divider {
          margin-top: 22px;
        }

        .features {
          width: 88vw;
          margin-top: 30px;
          margin-bottom: 44px;
          border-radius: 14px;
        }

        .feature {
          padding: 26px 22px 28px;
        }

        .icon-circle {
          width: 64px;
          height: 64px;
          margin-bottom: 16px;
        }

        .icon-circle img {
          width: 38px;
          height: 38px;
        }

        .feature h3 {
          margin-bottom: 9px;
          font-size: 22px;
        }

        .feature p {
          max-width: 280px;
          font-size: 15px;
        }
      }
    


.site-footer a {
  color: #E5DFC9;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
  text-decoration: underline;
}

.interior-page {
  min-height: 100vh;
  overflow: hidden;
}

.interior-forest {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  height: 100vh;
  z-index: 1;
  background-image: linear-gradient(
      180deg,
      rgba(253, 244, 238, 0.72) 0%,
      rgba(253, 244, 238, 0.48) 42%,
      rgba(253, 244, 238, 0.18) 100%
    ),
    url("assets/forest-bg-light.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  pointer-events: none;
}

.interior-hero {
  position: relative;
  z-index: 3;
  max-width: 920px;
  margin: 0 auto;
  padding: 54px 24px 20px;
}

.brand-link {
  display: inline-block;
  text-decoration: none;
}

.interior-brand {
  width: min(340px, 74vw);
}

.eyebrow {
  margin: 6px 0 12px;
  color: #7a8064;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.interior-title {
  max-width: 820px;
  margin: 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  color: #344a37;
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 500;
  line-height: 1.08;
}

.interior-intro {
  max-width: 720px;
  margin: 18px auto 0;
  color: #40423D;
  font-size: 19px;
  line-height: 1.55;
}

.content-card {
  position: relative;
  z-index: 3;
  width: min(920px, 88vw);
  margin: 28px auto 74px;
  padding: 46px min(56px, 7vw);
  background: rgba(255, 248, 239, 0.94);
  border-radius: 18px;
  box-shadow: 0 18px 60px rgba(46, 38, 28, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.75);
  text-align: left;
  backdrop-filter: blur(2px);
}

.legal-content .effective-date {
  margin-top: 0;
  color: #6f765c;
  font-size: 15px;
  font-weight: 700;
}

.legal-content h2,
.contact-card h2 {
  margin: 34px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  color: #344a37;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.2;
}

.legal-content h2:first-of-type,
.contact-card h2:first-child {
  margin-top: 0;
}

.legal-content p,
.legal-content li,
.contact-card p {
  color: #40423D;
  font-size: 17px;
  line-height: 1.62;
}

.legal-content ul {
  padding-left: 22px;
}

.legal-content a,
.contact-card a {
  color: #344a37;
  font-weight: 700;
}

.contact-card {
  text-align: center;
}

.contact-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 32px 0;
}

.contact-method {
  display: block;
  padding: 24px;
  border: 1px solid rgba(111, 104, 91, 0.22);
  border-radius: 14px;
  background: rgba(255, 253, 249, 0.72);
  text-align: center;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(62, 55, 47, 0.045);
}

.contact-method:hover,
.contact-method:focus {
  transform: translateY(-1px);
}

.contact-label {
  display: block;
  color: #6f765c;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-value {
  display: block;
  margin-top: 10px;
  color: #344a37;
  font-size: 19px;
  font-weight: 700;
}

.contact-note {
  max-width: 650px;
  margin: 0 auto 30px;
}

.return-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 10px;
  background: linear-gradient(180deg, #4b674d 0%, #344a37 100%);
  color: #fff !important;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(42, 61, 45, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (max-width: 720px) {
  .interior-hero {
    padding-top: 42px;
  }

  .content-card {
    width: 90vw;
    margin-top: 20px;
    padding: 32px 24px;
  }

  .contact-methods {
    grid-template-columns: 1fr;
  }

  .legal-content p,
  .legal-content li,
  .contact-card p {
    font-size: 16px;
  }
}
