/* Font Faces */
@font-face {
  font-family: "icons";
  src: url("//properwild.com/cdn/shop/t/3/assets/icons.eot?v=158399200609435563841542220428");
  src: url("//properwild.com/cdn/shop/t/3/assets/icons.eot?v=158399200609435563841542220428#iefix")
      format("embedded-opentype"),
    url("//properwild.com/cdn/shop/t/3/assets/icons.woff?v=169945158533379702731542220429")
      format("woff"),
    url("//properwild.com/cdn/shop/t/3/assets/icons.ttf?v=152698340250222789721542220429")
      format("truetype"),
    url("//properwild.com/cdn/shop/t/3/assets/icons.svg?v=1632698112070928441542220429#timber-icons")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "RightGrotesk";
  src: url("https://cdn.shopify.com/s/files/1/0019/2020/4854/files/PPRightGroteskText-Regular.woff?v=1727784154");
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "RightGrotesk";
  src: url("https://cdn.shopify.com/s/files/1/0019/2020/4854/files/PPRightGroteskText-Bold.woff?v=1727784557");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "RightGrotesk";
  src: url("https://cdn.shopify.com/s/files/1/0019/2020/4854/files/PPRightGrotesk-SpatialBlack.woff?v=1727783646");
  font-weight: 900;
  font-display: swap;
}

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

body {
    font-family: RightGrotesk, "Arial Black", sans-serif;
    background-color: rgb(169, 241, 52);
    color: rgb(51, 51, 51);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Container */
.container {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
}

/* Header */
.header {
    text-align: center;
    margin-bottom: 30px;
    padding-top: 10px;
}

.logo {
    max-width: 90px;
    width: 100%;
    height: auto;
}

/* Hero Section */
.hero {
    text-align: center;
    margin-bottom: 20px;
}

.hero-image {
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* CTA Section */
.cta-section {
    text-align: center;
    margin-bottom: 40px;
    padding: 0 10px;
}

.headline {
    font-size: 1.75rem;
    font-weight: 900;
    margin-bottom: 30px;
    line-height: 1.2;
    color: rgb(0, 0, 0);
    letter-spacing: -0.02em;
    text-transform: uppercase;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

.btn-primary {
    display: inline-block;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    font-size: 1.25rem;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    padding: 16px 48px;
    border-radius: 0;
    min-height: 56px;
    line-height: 1.5;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
    letter-spacing: 0.02em;
}

.btn-primary:active {
    transform: scale(0.98);
}

.btn-primary:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Divider */
.divider {
    border: none;
    border-top: 2px solid rgba(0, 0, 0, 0.2);
    margin: 50px auto;
    max-width: 90%;
}

/* Fallback Section */
.fallback-section {
    text-align: center;
    padding: 0 10px;
    margin-bottom: 40px;
}

/* Klaviyo Form Styles */
.klaviyo-form-container {
    max-width: 400px !important;
    margin: 0 auto !important;
}

.sign-up-form-text h4 {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    color: rgb(0, 0, 0) !important;
    font-family: RightGrotesk, "Arial Black", sans-serif !important;
}

.sign-up-form-text p {
    font-size: 1rem !important;
    font-weight: normal !important;
    margin-bottom: 25px !important;
    color: rgb(51, 51, 51) !important;
    font-family: RightGrotesk, "Arial Black", sans-serif !important;
}

.mailing-form-elements {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
}

.mailing-form-email {
    width: 100% !important;
    padding: 16px 20px !important;
    font-size: 1rem !important;
    font-family: RightGrotesk, "Arial Black", sans-serif !important;
    border: 2px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 0 !important;
    background-color: rgb(255, 255, 255) !important;
    color: rgb(51, 51, 51) !important;
    min-height: 52px !important;
    outline: none !important;
    transition: border-color 0.2s ease !important;
}

.mailing-form-email:focus {
    border-color: rgb(0, 0, 0) !important;
}

.mailing-form-email::placeholder {
    color: rgba(51, 51, 51, 0.5) !important;
}

.klaviyo_submit_button {
    width: 100% !important;
    background-color: rgb(0, 0, 0) !important;
    color: rgb(255, 255, 255) !important;
    font-size: 1.125rem !important;
    font-weight: normal !important;
    font-family: RightGrotesk, "Arial Black", sans-serif !important;
    text-transform: none !important;
    padding: 16px 32px !important;
    border: none !important;
    border-radius: 0 !important;
    min-height: 52px !important;
    cursor: pointer !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
    letter-spacing: 0.02em !important;
}

.klaviyo_submit_button:active {
    transform: scale(0.98) !important;
}

.klaviyo_submit_button:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
}

/* Klaviyo Messages */
.klaviyo_messages {
    margin-top: 20px !important;
    text-align: center !important;
}

.success_message {
    padding: 30px 20px !important;
}

.success_message h4 {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: rgb(0, 0, 0) !important;
    margin-bottom: 10px !important;
    font-family: RightGrotesk, "Arial Black", sans-serif !important;
    line-height: 1.4 !important;
}

.error_message {
    font-size: 1rem !important;
    color: rgb(200, 0, 0) !important;
    margin-top: 10px !important;
    font-family: RightGrotesk, "Arial Black", sans-serif !important;
    padding: 20px !important;
}

/* Hide form elements after submission */
.form-submitted .sign-up-form-text,
.form-submitted .mailing-form-elements {
    display: none !important;
}

/* Tablet and Desktop Styles */
@media (min-width: 768px) {
    .container {
        max-width: 600px;
        padding: 40px 20px;
    }

    .logo {
        max-width: 110px;
    }

    .headline {
        font-size: 2.5rem;
        max-width: 500px;
    }

    .hero-image {
        max-width: 500px;
        border-radius: 12px;
    }

    .klaviyo-form-container {
        max-width: 500px !important;
    }

    .mailing-form-elements {
        flex-direction: row !important;
    }

    .mailing-form-email {
        flex: 1 !important;
    }

    .klaviyo_submit_button {
        width: auto !important;
        padding: 16px 40px !important;
    }
}

@media (min-width: 1024px) {
    .headline {
        font-size: 3rem;
        max-width: 600px;
    }

    .btn-primary {
        font-size: 1.375rem;
        padding: 18px 56px;
        min-height: 60px;
    }
}
