/* =========================================================
   OPT-IN PAGE — GLOBAL
   ========================================================= */

   .optin-page {
    width: 100%;
    background-color: #422b72;
    color: #fdfdef;
  }
  
  body {
    background-color: #422b72;
    color: #fdfdef;
  }
  
  .optin-page,
  .site-footer-full {
    background-color: #422b72;
  }
  
  
  /* =========================================================
     OPT-IN PAGE — HERO SECTION
     ========================================================= */
  
  .optin-hero {
    padding: 48px 24px 80px;
  }
  
  .optin-hero-container {
    max-width: 1380px;
    margin: 0 auto;
    width: 100%;
  }
  
  .optin-hero-intro {
    margin-bottom: 120px;
  }
  
  .optin-hero-eyebrow {
    margin: 0 0 60px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
  }
  
  .optin-hero-mobile-break {
    display: none;
  }
  
  .optin-hero-title {
    margin: 0;
    font-family: 'EB Garamond', serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
  }
  
  .optin-hero-emphasis {
    font-style: italic;
  }
  
  /* -------------------------
     DESKTOP / TABLET HERO
     ------------------------- */
  
  .optin-hero-grid {
    display: grid;
    grid-template-columns: 560px 500px;
    column-gap: 56px;
    justify-content: center;
    align-items: start;
  }
  
  .optin-hero-desktop {
    display: grid;
  }
  
  .optin-hero-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  
  .optin-hero-subtitle {
    margin: 0 0 36px;
    font-family: 'EB Garamond', serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.1;
  }
  
  .optin-hero-text {
    margin: 0 0 64px;
    font-family: 'Inter', sans-serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.5;
  }
  
  .optin-hero-media {
    width: 540px;
    display: flex;
    justify-content: center;
  }
  
  .optin-hero-media img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0;
  }
  
  /* -------------------------
     ONE REAL FORM
     ------------------------- */
  
  .optin-hero-form {
    width: 300px;
  }
  
  .optin-hero-form-master {
    display: none;
  }
  
  .optin-hero-form-slot:empty {
    display: none;
  }
  
  .mailchimp-embed,
  .mailchimp-embed form {
    width: 100%;
  }
  
  .mailchimp-field-group {
    margin-bottom: 16px;
  }
  
  .mailchimp-field-group input[type="text"],
  .mailchimp-field-group input[type="email"] {
    width: 100%;
    height: 48px;
    padding: 0 16px;
    border: 1px solid #d8d2ca;
    border-radius: 14px;
    background-color: #422b72;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3;
    color: #fdfdef;
    appearance: none;
    -webkit-appearance: none;
  }
  
  .mailchimp-field-group input[type="text"]::placeholder,
  .mailchimp-field-group input[type="email"]::placeholder {
    color: #fdfdef;
  }
  
  .mailchimp-submit {
    display: flex;
    justify-content: flex-start;
  }
  
  .mailchimp-submit input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 0;
    height: 48px;
    padding: 0 20px;
    border: 0;
    border-radius: 14px;
    background-color: #fdfdef;
    color: #000000;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
  }
  
  .mailchimp-hidden {
    position: absolute;
    left: -5000px;
  }
  
  .mailchimp-response {
    margin: 0 0 16px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.4;
  }
  
  /* -------------------------
     MOBILE-ONLY HERO LAYOUT
     ------------------------- */
  
  .optin-hero-mobile-layout {
    display: none;
  }
  
  
  /* =========================================================
     OPT-IN PAGE — INFO SECTION
     ========================================================= */
  
  .optin-info {
    padding: 120px 24px 0;
  }
  
  .optin-info-container {
    max-width: 1380px;
    margin: 0 auto;
    width: 100%;
  }
  
  .optin-info-intro {
    margin-bottom: 64px;
    text-align: center;
  }
  
  .optin-info-eyebrow {
    margin: 0 0 40px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
  }
  
  .optin-info-title {
    margin: 0;
    font-family: 'EB Garamond', serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.1;
  }
  
  .optin-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 40px;
  }
  
  .optin-info-card {
    min-height: 180px;
    padding: 36px 32px;
    border: 1px solid #d8d2ca;
    border-radius: 24px;
    background-color: #422b72;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  
  .optin-info-card-text {
    margin: 0;
    font-family: 'EB Garamond', serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.1;
    text-align: center;
  }
  
  .optin-info-emphasis {
    font-style: italic;
  }
  
  .optin-info-cta {
    display: flex;
    justify-content: center;
  }
  
  .optin-info-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 0;
    height: 48px;
    padding: 0 20px;
    border: 0;
    border-radius: 14px;
    background-color: #fdfdef;
    color: #000000;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    cursor: pointer;
  }
  
  
  /* =========================================================
     OPT-IN PAGE — PERSONAL SECTION
     ========================================================= */
  
  .optin-personal {
    padding: 140px 24px 0;
  }
  
  .optin-personal-container {
    max-width: 1380px;
    margin: 0 auto;
    width: 100%;
  }
  
  .optin-personal-title {
    margin: 0 0 48px;
    font-family: 'EB Garamond', serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.1;
    text-align: center;
  }
  
  .optin-personal-grid {
    margin-top: 100px;
    margin-bottom: 120px;
    display: grid;
    grid-template-columns: 410px 1fr;
    column-gap: 140px;
    align-items: center;
    justify-content: center;
  }
  
  .optin-personal-media {
    width: 410px;
  }
  
  .optin-personal-media img {
    display: block;
    width: 100%;
    height: 540px;
    object-fit: cover;
    border-radius: 24px;
  }
  
  .optin-personal-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 620px;
  }
  
  .optin-personal-text {
    margin: 0 0 32px;
    font-family: 'EB Garamond', serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.1;
    text-align: left;
  }
  
  .optin-personal-cta {
    margin-top: 84px;
    display: flex;
    justify-content: flex-end;
  }
  
  .optin-personal-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 0;
    height: 48px;
    padding: 0 20px;
    border: 0;
    border-radius: 14px;
    background-color: #fdfdef;
    color: #000000;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    cursor: pointer;
  }
  
  
 
    /* =========================================================
       TABLET
       ========================================================= */
    
    @media (max-width: 1100px) {
      .optin-hero {
        padding: 36px 24px 64px;
      }
    
      .optin-hero-intro {
        margin-bottom: 64px;
      }
    
      .optin-hero-eyebrow {
        margin-bottom: 40px;
        font-size: 15px;
        text-align: center;
      }
    
      .optin-hero-title {
        font-size: 56px;
        line-height: 1.02;
        text-align: center;
      }
    
      .optin-hero-grid {
        grid-template-columns: 420px 360px;
        column-gap: 40px;
        justify-content: center;
        align-items: center;
      }
      .optin-hero-content {
        width: 100%;
        max-width: none;
        align-items: center;
      }
      
      .optin-hero-subtitle {
        width: 100%;
        margin-bottom: 28px;
        font-size: 34px;
        line-height: 1.08;
        text-align: center;
      }
      
      .optin-hero-text {
        width: 100%;
        margin-bottom: 48px;
        font-size: 18px;
        line-height: 1.5;
        text-align: center;
      }
      
    
      .optin-hero-form {
        width: 100%;
        max-width: 260px;
        margin: 0 auto;
      }
    
      .mailchimp-submit {
        justify-content: center;
      }
    
      .mailchimp-field-group input[type="text"],
      .mailchimp-field-group input[type="email"],
      .mailchimp-submit input[type="submit"] {
        font-size: 17px;
      }
    
      .optin-hero-media {
        width: 100%;
        max-width: 360px;
        justify-content: center;
      }
    
      .optin-hero-media img {
        width: 100%;
        height: auto;
        max-height: none;
      }
    
      .optin-info {
        padding: 120px 24px 0;
      }
    
      .optin-info-intro {
        margin-bottom: 40px;
      }
    
      .optin-info-eyebrow {
        font-size: 15px;
      }
    
      .optin-info-title {
        font-size: 32px;
        line-height: 1.08;
      }
    
      .optin-info-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 32px;
      }
    
      .optin-info-card {
        min-height: auto;
        padding: 28px 24px;
      }
    
      .optin-info-card-text {
        font-size: 28px;
        line-height: 1.12;
      }
    
      .optin-info-button {
        font-size: 17px;
      }
    
      .optin-personal {
        padding: 100px 24px 0;
      }
    
      .optin-personal-title {
        margin-bottom: 40px;
        font-size: 32px;
        line-height: 1.08;
      }
    
      .optin-personal-grid {
        grid-template-columns: 1fr;
        row-gap: 32px;
        margin-top: 60px;
        margin-bottom: 80px;
      }
    
      .optin-personal-media {
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
      }
    
      .optin-personal-media img {
        width: 100%;
        height: auto;
        max-height: none;
      }
    
      .optin-personal-content {
        width: 100%;
        max-width: 560px;
        margin: 0 auto;
        align-items: center;
      }
    
      .optin-personal-text {
        font-size: 28px;
        line-height: 1.12;
        text-align: center;
      }
    
      .optin-personal-cta {
        margin-top: 48px;
        justify-content: center;
      }
    
      .optin-personal-button {
        font-size: 17px;
      }
    
    
    /* -------------------------
       INFO SECTION
       ------------------------- */
  
    .optin-info {
      padding: 72px 16px 0;
    }
  
    .optin-info-container {
      max-width: 100%;
    }
  
    .optin-info-intro {
      margin-bottom: 28px;
      text-align: center;
    }
  
    .optin-info-eyebrow {
      margin: 0 0 16px;
      font-size: 14px;
      line-height: 1.4;
    }
  
    .optin-info-title {
      margin: 0;
      font-size: 28px;
      line-height: 1.08;
    }
  
    .optin-info-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 0;
      margin-bottom: 28px;
    }
  
    .optin-info-card {
      min-height: auto;
      padding: 22px 0;
      border: 0;
      border-radius: 0;
      background-color: transparent;
      box-shadow: none;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
    }
  
    .optin-info-card:not(:last-child) {
      border-bottom: 1px solid #d8d2ca;
    }
  
    .optin-info-card-text {
      margin: 0;
      font-size: 22px;
      line-height: 1.15;
      text-align: center;
    }
  
    .optin-info-button {
      height: 46px;
      padding: 0 18px;
      font-size: 16px;
    }
  
    /* -------------------------
       PERSONAL SECTION
       ------------------------- */
  
    .optin-personal {
      padding: 72px 16px 0;
    }
  
    .optin-personal-container {
      max-width: 100%;
    }
  
    .optin-personal-title {
      margin: 0 0 28px;
      font-size: 28px;
      line-height: 1.08;
      text-align: center;
    }
  
    .optin-personal-grid {
      display: grid;
      grid-template-columns: 1fr;
      row-gap: 24px;
      margin-top: 0;
      margin-bottom: 56px;
    }
  
    .optin-personal-media {
      width: 100%;
      max-width: 320px;
      margin: 0 auto;
    }
  
    .optin-personal-media img {
      display: block;
      width: 100%;
      height: auto;
      max-height: 420px;
      object-fit: cover;
      border-radius: 18px;
    }
  
    .optin-personal-content {
      width: 100%;
      max-width: 320px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      align-items: stretch;
    }
  
    .optin-personal-text {
      margin: 0 0 24px;
      font-size: 21px;
      line-height: 1.22;
      text-align: left;
    }
  
    .optin-personal-cta {
      margin-top: 0;
      display: flex;
      justify-content: flex-start;
    }
  
    .optin-personal-button {
      height: 46px;
      padding: 0 18px;
      font-size: 16px;
    }
  }


  /* =========================================================
     MOBILE
     ========================================================= */
  
     @media (max-width: 480px) {
      .optin-page {
        width: 100%;
        overflow-x: hidden;
      }
    
      /* -------------------------
         HERO
         ------------------------- */
    
      .optin-hero {
        padding: 32px 16px 56px;
      }
    
      .optin-hero-container {
        max-width: 100%;
      }
    
      .optin-hero-intro {
        margin-bottom: 56px;
      }
    
      .optin-hero-eyebrow {
        margin: 0 0 32px;
        font-size: 14px;
        font-variant: small-caps;
      }
    
      .optin-hero-title {
        margin: 0;
        font-size: 48px;
        line-height: 1.02;
      }
    
      .optin-hero-mobile-break {
        display: inline;
      }
    
      .optin-hero-desktop {
        display: none;
      }
    
      .optin-hero-mobile-layout {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
      }
    
      .optin-hero-mobile-layout .optin-hero-subtitle {
        margin: 0 0 16px;
        font-size: 28px;
        line-height: 1.08;
        text-align: center;
      }
    
      .optin-hero-mobile-layout .optin-hero-form {
        width: 100%;
        max-width: 220px;
        margin: 0 auto;
      }
    
      .optin-hero-mobile-layout .mailchimp-field-group {
        margin-bottom: 14px;
      }
    
      .optin-hero-mobile-layout .mailchimp-field-group input[type="text"],
      .optin-hero-mobile-layout .mailchimp-field-group input[type="email"] {
        height: 46px;
        font-size: 16px;
      }
    
      .optin-hero-mobile-layout .mailchimp-submit {
        justify-content: center;
      }
    
      .optin-hero-mobile-layout .mailchimp-submit input[type="submit"] {
        height: 46px;
        padding: 0 18px;
        font-size: 16px;
      }
    
      .optin-hero-mobile-layout .optin-hero-media {
        width: 100%;
        display: flex;
        justify-content: center;
      }
    
      .optin-hero-mobile-layout .optin-hero-media img {
        display: block;
        width: calc(100% - 80px);
        max-width: 100%;
        height: auto;
        max-height: 460px;
        margin: 0 auto;
        object-fit: cover;
        border-radius: 18px;
      }
    
      .optin-hero-mobile-layout .optin-hero-text {
        margin: 0;
        font-size: 17px;
        line-height: 1.5;
        text-align: center;
      }
    }