/* ===================================== */
/* GLOBAL */
/* ===================================== */

body {
    background: #07060a;
    color: #fff;
    font-family: "Varela Round", sans-serif;
}

section {
    padding: 110px 8%;
}

h1, h2, h3 {
    background: linear-gradient(90deg,#fff,#ffd7b8,#ff9553);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



/* ============================================================
   HERO — Lifestyle Strip Banner
============================================================ */
.ls-hero {
    position: relative;
    height: 250px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 65px;
}

.ls-hero-bg {
    position: absolute;
    inset: 0;
    display: flex;
}

.ls-hero-bg img {
    width: 25%;
    object-fit: cover;
    filter: brightness(0.55);
    transition: 0.5s ease;
}

.ls-hero-bg img:hover {
    filter: brightness(0.9);
    transform: scale(1.04);
}

.ls-hero-text {
    position: relative;
    z-index: 2;
    text-align: center;
    backdrop-filter: blur(4px);
}

.ls-hero-text h1 {
    font-size: 56px;
    margin-bottom: 6px;
}

.ls-hero-text p {
    font-size: 20px;
    color: #f2f2f2;
    opacity: 0.9;
}



/* ============================================================
   WELLNESS SECTION
============================================================ */
.ls-section {
    text-align: center;
}

.subtitle {
    margin-top: 10px;
    font-size: 18px;
    color: #d3d3d3;
}

.article-grid {
    margin-top: 50px;
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
    justify-content: center;
}

.article-card {
    width: 300px;
    padding: 28px;
    border-radius: 18px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
    transition: 0.35s cubic-bezier(.22,.61,.36,1);
}

.article-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(255,140,80,0.25);
}



/* ===================================== */
/* RETAILERS — ICON GRID */
/* ===================================== */

.retail-sub {
    text-align: center;
    color: #dcdcdc;
    margin-bottom: 35px;
}

.retailer-icon-grid {
    display: flex;
    justify-content: center;
    gap: 45px;
    flex-wrap: wrap;
}

.retailer-icon {
    width: 140px;
    height: 140px;
    border-radius: 24px;

    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    backdrop-filter: blur(10px);

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    transition: .35s ease;
}

.retailer-icon:hover {
    transform: translateY(-8px) scale(1.05);
    border-color: #ff9553;
    box-shadow: 0 18px 40px rgba(255,149,83,0.35);
}

.retailer-icon img {
    width: 70%;
}

.retailer-icon p {
    margin-top: 8px;
    font-size: 14px;
    opacity: .85;
}

.retailer-icon .pin {
    position: absolute;
    bottom: 12px;
    opacity: .8;
}

.storefinder-btn {
    display: block;
    width: fit-content;
    margin: 50px auto 0;
    padding: 14px 40px;
    background: linear-gradient(90deg,#ff9553,#ff7b3f);
    border-radius: 50px;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    transition: .35s;
}

.storefinder-btn:hover {
    transform: translateY(-4px);
    background: linear-gradient(90deg,#ffb37a,#ff9553);
}



/* ===================================== */
/* MAP SECTION */
/* ===================================== */

.map-section {
    padding-top: 120px;
    padding-bottom: 120px;
    background: radial-gradient(circle at left,#2c1f11 0%,#07060a 70%);
}

.map-inner {
    display: flex;
    gap: 60px;
    align-items: center;
}

.map-text {
    flex: 1;
}

.map-text p {
    margin-top: 12px;
    color: #dcdcdc;
    line-height: 1.7;
}

.map-list {
    margin-top: 18px;
    line-height: 1.8;
}

.map-image img {
    width: 100%;
    max-width: 360px;
    filter: drop-shadow(0 0 20px rgba(255,149,83,0.3));
}


/* ===================================== */
/* HELP CENTER (Dark Premium) */
/* ===================================== */

.help-center {
    padding: 120px 8%;
    background: #0a0a0c;
}

.help-grid {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    flex-wrap: wrap;
}

/* ------------------------------------- */
/* DARK GLASS CARD */
/* ------------------------------------- */

.glass-dark {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.12);
    backdrop-filter: blur(14px);
    border-radius: 22px;
    padding: 40px 36px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.45);
}

/* ------------------------------------- */
/* LEFT CONTACT (Dark) */
/* ------------------------------------- */

.contact-box {
    flex: 1;
    min-width: 300px;
}

.contact-box h3 {
    font-size: 28px;
    margin-bottom: 8px;
    background: linear-gradient(90deg,#ffbd8c,#ff7b3f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.c-sub {
    font-size: 16px;
    color: #ccc;
    margin-bottom: 26px;
}

.contact-item {
    margin-bottom: 18px;
}

.contact-item strong {
    display: block;
    font-size: 15px;
    color: #eaeaea;
}

.contact-item span,
.contact-item a {
    font-size: 16px;
    color: #ffcfb0;
}

.contact-item a {
    text-decoration: none;
}

.contact-art img {
    width: 140px;
    margin-top: 35px;
    opacity: 0.8;
    filter: drop-shadow(0 0 18px rgba(255,123,63,0.35));
}


/* ------------------------------------- */
/* RIGHT FORM (Dark Glass) */
/* ------------------------------------- */

.enquiry-form {
    flex: 1.2;
    min-width: 350px;
}

.form-title {
    font-size: 26px;
    margin-bottom: 6px;
}

.form-sub {
    font-size: 15px;
    color: #bbb;
    margin-bottom: 25px;
}


/* Floating Inputs */
.form-group {
    position: relative;
    margin-bottom: 22px;
}

input,
textarea {
    width: 100%;
    padding: 14px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.06);
    font-size: 16px;
    color: #fff;
    outline: none;
}

label {
    position: absolute;
    top: 15px;
    left: 14px;
    font-size: 15px;
    color: #aaa;
    transition: 0.25s ease;
    pointer-events: none;
}

/* Floating animation */
input:focus + label,
input:not(:placeholder-shown) + label,
textarea:focus + label,
textarea:not(:placeholder-shown) + label {
    top: -9px;
    left: 10px;
    font-size: 12px;
    background: #0a0a0c;
    padding: 0 6px;
    color: #ff8a52;
}

.form-row {
    display: flex;
    gap: 20px;
}

.form-group.full {
    flex: 1 1 100%;
}


/* Submit Button */
.dark-btn {
    width: 100%;
    padding: 16px;
    background: linear-gradient(90deg,#ff9553,#ff7b3f);
    color: #000;
    border: none;
    font-size: 18px;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.35s ease;
}

.dark-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(255,120,80,0.35);
}


/* Responsive */
@media (max-width: 900px) {
    .help-grid {
        flex-direction: column;
    }
}



/* ===================================== */
/* ANIMATIONS */
/* ===================================== */

.fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: 1s ease;
}

.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}



/* ===================================== */
/* RESPONSIVE */
/* ===================================== */

@media (max-width: 900px) {

    .map-inner {
        flex-direction: column;
        text-align: center;
    }

    .contact-grid {
        flex-direction: column;
        gap: 40px;
    }

    .findus-hero-bg img {
        height: 100%;
    }

    .form-row {
        flex-direction: column;
    }
}
