/*
 Theme Name:   Pink Peach
 Template:     storefront
*/

/* ============================================================
   1. GOOGLE FONTS IMPORTS
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Permanent+Marker&display=swap');

/* ============================================================
   2. CUSTOM FONT FACES
   ============================================================ */
@font-face {
    font-family: '3rd Man';
    src: url('fonts/3rd Man.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Arial Rounded MT Bold';
    src: url('fonts/ARLRDBD.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Abolition';
    src: url('fonts/Abolition/AbolitionTest-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Abolition';
    src: url('fonts/Abolition/AbolitionTest-Oblique.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Abolition Soft';
    src: url('fonts/Abolition/AbolitionTest-Soft.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Abolition Round';
    src: url('fonts/Abolition/AbolitionTest-Round.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* ============================================================
   3. CSS CUSTOM PROPERTIES (DESIGN TOKENS)
   ============================================================ */
:root {
    /* Brand colours */
    --color-primary: #682f92;
    /* Purple */
    --color-accent-gold: #fdc428;
    /* Gold / CTA */
    --color-accent-yellow: #fcd605;
    /* Bright yellow */
    --color-accent-amber: #ffb800;
    /* Amber */
    --color-accent-orange: #f48310;
    /* Orange */
    --color-accent-lime: #d2d803;
    /* Lime / menu active */
    --color-text-muted: #9c938d;
    /* Muted nav text */
    --color-white: #ffffff;
    --color-black: #000000;
    --color-dark-red: #320008;

    /* Typography */
    --font-base: 'Arial Rounded MT Bold', Arial, sans-serif;
    --font-athletic: 'Saira Extra Condensed', 'Agency FB', sans-serif;

    /* Dimensions */
    --btn-height: 78px;
    --btn-width: 458px;
    --footer-bar-height: 60px;
}

/* ============================================================
   4. BASE / GLOBAL RESET
   ============================================================ */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span,
div,
button,
input,
textarea,
select {
    font-family: var(--font-base) !important;
}

.col-full,
#primary,
#main,
article.type-page {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

/* ============================================================
   5. UTILITY CLASSES
   ============================================================ */
.no-margin {
    padding: 0;
    margin: 0;
}

/* Text Colors */
.text-white {
    color: var(--color-white);
}

.text-yellow {
    color: var(--color-accent-yellow);
}

.text-orange {
    color: var(--color-accent-orange);
}

.text-amber {
    color: var(--color-accent-amber);
}

.text-gold {
    color: var(--color-accent-gold);
}

.text-purple,
.puple {
    color: var(--color-primary);
}

.sub-white {
    color: var(--color-white);
}

.sub-yellow {
    color: #a3bd13;
    /* Vibrant lime/yellow color */
}

/* Solid Yellow Accent (no stroke) */
.yellow-solid {
    color: var(--color-accent-amber);
    -webkit-text-stroke: none;
}

/* Layout Helpers */
div.wrapper-all {
    padding: 30px 0;
}

.same-height {
    min-height: 220px;
    padding: 0;
    margin: 10px 0;
}

.CITRUS-SHOCK {
    min-height: 615px;
}

/* ============================================================
   6. SHARED TYPOGRAPHY & TEXT BLOCKS
   ============================================================ */
.type-athletic,
.tropical-text,
.elementor-widget-text-editor.grape-text {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 30px;
    text-transform: uppercase;
    color: var(--color-white);
    line-height: 1.1;
}

.text-paragrap {
    color: var(--color-white);
}

.text-paragrap span {
    color: #d79e2c;
}

/* Citrus Section */
.text-citrus {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 26px;
    font-style: normal;
    color: var(--color-white);
    text-transform: uppercase;
    line-height: 1.15;
    letter-spacing: 0.03em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 50px;
}

.text-citrus .yello,
.tropical-text .yello {
    color: var(--color-accent-yellow);
}

.text-citrus .orange {
    color: var(--color-accent-orange);
}

.tropical-text p {
    margin: 0;
    padding: 0;
    color: var(--color-white);
}

/* ============================================================
   7. HEADER, FOOTER & NAVIGATION
   ============================================================ */

/* Header */
#tahefobu-header {
    border-bottom: 5px solid var(--color-dark-red);
}

/* Navigation - EAEL Simple Menu */
.eael-simple-menu-container,
.eael-simple-menu-container.preset-1 {
    background: none;
}

.eael-simple-menu-container.preset-1 .eael-simple-menu li>a {
    color: var(--color-text-muted);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.05em;
    position: relative;
    padding-bottom: 8px;
    /* Space between text and the underline */
    transition: color 0.2s ease;
}

.eael-simple-menu-container.preset-1 .eael-simple-menu li.current-menu-ancestor>a.eael-item-active,
.eael-simple-menu-container.preset-1 .eael-simple-menu li:hover>a,
.eael-simple-menu-container.preset-1 .eael-simple-menu li.current-menu-item>a.eael-item-active {
    background: none;
    color: var(--color-accent-lime);
    border-bottom: 2px solid var(--color-accent-lime);
}

.elementor-widget-eael-simple-menu {
    margin: 0 auto;
}

/* Footer */
#copiright,
.menu-footer,
.copiright {
    height: var(--footer-bar-height);
    line-height: var(--footer-bar-height);
    background-color: var(--color-primary);
    color: var(--color-white);
}

#copiright {
    padding-left: 20px;
}

.menu-footer,
.copiright {
    width: 100%;
}

.menu-footer .eael-simple-menu-container.preset-1 .eael-simple-menu li>a,
.copiright p {
    color: var(--color-white);
}

@media (min-width: 768px) {
    .menu-footer {
        margin-left: -20px;
    }

    .copiright {
        margin-left: -40px;
    }
}

/* ============================================================
   8. FORMS (CONTACT FORM 7)
   ============================================================ */
.wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wpcf7-form .col2-set {
    width: 48%;
}

.wpcf7-form .full-width,
.wpcf7-form>p,
.wpcf7-form .wpcf7-response-output {
    width: 100%;
}

.wpcf7-form input:not([type="submit"]),
.wpcf7-form textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 2px 5px !important;
    background: none;
    border: 2px solid var(--color-accent-gold);
    color: var(--color-white);
}

.wpcf7-form input:not([type="submit"]) {
    height: 50px;
}

/* Placeholder styles */
.wpcf7-form input:not([type="submit"])::placeholder,
.wpcf7-form textarea::placeholder {
    color: var(--color-white);
    opacity: 1;
    /* Required for Firefox */
}

.wpcf7-form input:not([type="submit"])::-webkit-input-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder {
    color: var(--color-white);
}

.wpcf7-form .full-width.submit p {
    margin: 0;
    padding: 0;
}

.wpcf7-form .full-width.submit p .wpcf7-submit {
    margin-top: 0;
    margin-bottom: 0;
}

/* Image Submit Button */
.full-width.submit .submit-form-above {
    background: url('image/BUTTON.png') no-repeat center;
    background-size: contain;
    width: 100%;
    max-width: 350px;
    aspect-ratio: 350 / 74;
    height: auto;
    float: right;
    margin-top: 20px !important;
}

.full-width.submit img {
    float: left;
}

/* Same Height Widget Form Overrides */
.same-height .elementor-widget-shortcode {
    margin-top: 40px;
}

.same-height .elementor-widget-shortcode input {
    height: 50px;
}

.same-height .elementor-widget-shortcode .wpcf7-email {
    border: 2px solid var(--color-black);
    color: var(--color-black);
    margin-bottom: 20px;
}

.same-height .wpcf7-form .wpcf7-submit {
    color: var(--color-accent-gold);
    border: 2px solid var(--color-white);
    background: var(--color-black);
}

@media (max-width: 768px) {
    .wpcf7-form .col2-set {
        width: 100%;
    }
}

/* ============================================================
   9. CUSTOM COMPONENTS
   ============================================================ */

/* Energy Card Component */
.energy-card {
    font-family: 'Oswald', 'Bebas Neue', 'Impact', sans-serif;
    text-align: center;
    padding: 40px 20px;
    max-width: 550px;
    text-transform: uppercase;
}

.dark-box {
    background-color: rgba(0, 0, 0, 0.65);
    /* Added based on description "translucent black box" */
    border-radius: 40px;
    padding: 30px 20px;
    margin-bottom: 25px;
}

.dark-box h1 {
    color: #ffffff;
    font-size: 3.2rem;
    line-height: 0.95;
    font-weight: 700;
    margin: 0 0 20px 0;
    letter-spacing: 1px;
}

.dark-box p {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
    margin: 5px 0;
    letter-spacing: 0.5px;
}

.details-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.zero-sugar-badge {
    background-color: #000000;
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: 700;
    padding: 6px 40px;
    letter-spacing: 1px;
}

.caffeine-info,
.volume {
    color: #ffffff;
    font-size: 1.4rem;
    margin: 0;
    font-weight: 400;
}

.ingredients {
    color: #ff6600;
    /* Vibrant orange */
    font-size: 1.8rem;
    font-weight: 700;
    margin: 5px 0;
    letter-spacing: 0.5px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

/* Why Sheets Icons */
.icon-why-sheets {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 17px;
    font-style: italic;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    line-height: 0.9;
    letter-spacing: -0.02em;
    padding-top: 150px;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

.icon-why-sheets.icon-1 {
    background: url('image/lighning.png') no-repeat top center;
}

.icon-why-sheets.icon-2 {
    background: url('image/water.png') no-repeat top center;
}

.icon-why-sheets.icon-3 {
    background: url('image/circle.png') no-repeat top center;
}

.icon-why-sheets.icon-4 {
    background: url('image/leaft.png') no-repeat top center;
}

.icon-why-sheets.icon-5 {
    background: url('image/5.png') no-repeat top center;
}

.icon-why-sheets.icon-6 {
    background: url('image/USA.png') no-repeat top center;
}

/* Image-based Flavour Buttons */
.button-tropica,
.button-grape,
.button-beer {
    display: inline-block;
    max-width: var(--btn-width);
    min-width: 427px;
    /* Kept from manual edits */
    aspect-ratio: 458 / 78;
    max-height: var(--btn-height);
    height: 77px;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    clear: both;
}

.elementor-widget-button.button-tropica a {
    background: url('image/button-tropica.png') no-repeat;
    background-size: cover;
}

.elementor-widget-button.button-grape a {
    background: url('image/BUTTON-grape.png') no-repeat;
    background-size: cover;
}

.elementor-widget-button.button-beer a {
    background: url('image/BUTTON-root.png') no-repeat;
    background-size: cover;
}

.button-tropica.elementor-widget-button .elementor-button,
.button-grape.elementor-widget-button .elementor-button,
.button-beer.elementor-widget-button .elementor-button {
    border: none;
    width: 100%;
    line-height: 52px;
    font-size: 30px;
    text-decoration: none;
    color: var(--color-black);
    text-transform: uppercase;
}

/* ============================================================
   10. ELEMENTOR OVERRIDES
   ============================================================ */
.elementor-button-content-wrapper {
    text-align: left;
}

.elementor-element-086af57 .e-heading-base {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 44px;
    color: #c59b27;
    /* Muted gold tone */
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 5px 0;
    letter-spacing: 0.03em;
}

.elementor-element-086af57 .e-paragraph-base {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #e2e8f0;
    text-transform: uppercase;
    text-align: justify;
    line-height: 1.45;
    letter-spacing: 0.04em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

.elementor-element-999f432 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 32px;
    font-style: italic;
    color: #ffffff;
    text-transform: uppercase;
    text-align: justify;
    line-height: 1.15;
    letter-spacing: 0.03em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.elementor-element-40f4eae h2 {
    font-family: 'Permanent Marker', cursive, sans-serif;
    font-size: 76px;
    font-style: italic;
    text-transform: uppercase;
    line-height: 0.95;
    letter-spacing: -0.01em;
    margin: 0 0 40px 0;
    -webkit-font-smoothing: antialiased;
}

.elementor-element-40f4eae .text-paragrap {
    margin-top: 10px;
}

.elementor-element-40f4eae #white-text {
    color: #ffffff;
}

.elementor-element-40f4eae #gold-text {
    color: #e09e19;
}

/* ============================================================
   11. RESPONSIVENESS / MEDIA QUERIES
   ============================================================ */
@media (max-width: 768px) {

    /* Responsive Elementor Headings */
    .elementor-element-40f4eae h2 {
        font-size: 48px;
        line-height: 1.1;
    }

    .elementor-element-086af57 .e-heading-base {
        font-size: 32px;
    }

    .elementor-element-999f432 {
        font-size: 24px;
    }

    /* Typography scale */
    .text-citrus {
        font-size: 20px;
    }

    .type-athletic,
    .tropical-text,
    .elementor-widget-text-editor.grape-text {
        font-size: 24px;
    }

    /* Undo min-width on buttons so they can actually shrink on mobile */
    .button-tropica,
    .button-grape,
    .button-beer {
        min-width: unset;
        height: auto;
    }

    .button-tropica.elementor-widget-button .elementor-button,
    .button-grape.elementor-widget-button .elementor-button,
    .button-beer.elementor-widget-button .elementor-button {
        font-size: 20px;
        line-height: inherit;
    }

    /* Form submit layout */
    .full-width.submit .submit-form-above {
        float: none;
        margin: 20px auto 0 !important;
        display: block;
    }
}