/*
Theme Name: Twenty Twenty-Five Child - Alpha Collection
Theme URI: https://example.com/
Description: Luxury Alpha Collection child theme for Twenty Twenty-Five.
Author: Alpha Collection
Template: twentytwentyfive
Version: 1.0.0
Text Domain: alpha-collection
*/

/* =========================================================
   ALPHA COLLECTION GLOBAL STYLES
   ========================================================= */
   
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&display=swap');

:root {
    --alpha-black: #080808;
    --alpha-dark: #10100f;
    --alpha-gold: #c59a52;
    --alpha-light-gold: #e1bd78;
    --alpha-cream: #f6f3ed;
    --alpha-white: #fff;
    --alpha-muted: #777;
}

.alpha-page {
    width: 100%;
    overflow: hidden;
    background: var(--alpha-cream);
    color: #111;
    font-family: Montserrat, Arial, sans-serif;
}

.alpha-page *,
.alpha-page *::before,
.alpha-page *::after {
    box-sizing: border-box;
}

.alpha-page a {
    text-decoration: none;
}

.alpha-container {
    width: min(1280px, 90%);
    margin-inline: auto;
}

/* =========================================================
   HEADER
   ========================================================= */
.page-template-page-alpha-collection-php .elementor-location-header {
  display: none;
}

.alpha-header {
    position: absolute;
    inset: 0 0 auto;
    width: 100%;
    height: 110px;
    z-index: 100;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.alpha-header-inner {
    width: min(1400px, 92%);
    height: 100%;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.alpha-logo {
    width: 225px;
    display: block;
}

.alpha-logo img {
    width: 100%;
    height: auto;
    display: block;
}

.alpha-logo-text {
    color: #fff;
    font: 400 25px/1 "Cormorant Garamond", Georgia, serif;
    letter-spacing: 4px;
}

.alpha-logo-text small {
    display: block;
    margin-top: 5px;
    color: var(--alpha-gold);
    font: 400 7px/1 Montserrat, Arial, sans-serif;
    letter-spacing: 4px;
    text-align: center;
}

.alpha-nav {
    display: flex;
    gap: 30px;
    margin-left: 150px;
}

.alpha-nav a {
    position: relative;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
}

.alpha-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -9px;
    width: 0;
    height: 1px;
    background: var(--alpha-gold);
    transition: width .3s ease;
}

.alpha-nav a:hover::after {
    width: 100%;
}

.alpha-actions {
    display: flex;
    align-items: center;
    gap: 18px;
}

.alpha-actions a {
    color: #fff;
    font-size: 35px;
}

/* =========================================================
   HERO
   ========================================================= */

.alpha-hero {
    position: relative;
    min-height: 820px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background: var(--alpha-black);
}

.alpha-hero-image,
.alpha-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.alpha-hero-image {
    background-position: center;
    background-size: cover;
}

.alpha-hero-video {
    object-fit: cover;
}

.alpha-hero-overlay {
    position: absolute;
    inset: 0;
   /* background: linear-gradient(
        90deg,
        rgba(0,0,0,.90) 0%,
        rgba(0,0,0,.62) 42%,
        rgba(0,0,0,.18) 100%
    );*/
}

.alpha-hero-content {
    position: relative;
    z-index: 2;
    width: min(1280px, 90%);
    margin: 60px auto 0;
}

.alpha-eyebrow,
.alpha-label {
    color: var(--alpha-gold);
    font-size: 10px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.alpha-eyebrow {
    margin-bottom: 18px;
}

.alpha-title {
    margin: 0;
    color: var(--alpha-light-gold);
    font: 400 clamp(65px, 9vw, 125px)/.78 "Cormorant Garamond", Georgia, serif !important;
    letter-spacing: 4px;
}

.alpha-collection-name {
    margin-top: 20px;
    color: #fff;
    font: 400 30px/1 "Cormorant Garamond", Georgia, serif;
    letter-spacing: 13px;
}

.alpha-hero-text {
    max-width: 400px;
    margin: 28px 0;
    color: rgba(255,255,255,.75);
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}

.alpha-buttons {
    display: flex;
    gap: 12px;
}

.alpha-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    padding: 14px 25px;
    border: 1px solid var(--alpha-gold);
    color: #fff;
    font-size: 9px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    transition: all .35s ease;
}

.alpha-btn-gold {
    background: var(--alpha-gold);
    color: #080808;
}

.alpha-btn:hover {
    background: #fff;
    border-color: #fff;
    color: #111;
}

/* =========================================================
   COLLECTION
   ========================================================= */

.alpha-collection {
    padding: 90px 0;
    background: var(--alpha-cream);
}

.alpha-container.collection-container {
    display: flex;
    gap:30px;
}

.alpha-section-heading {
    margin-bottom: 40px;
    text-align: left;
}

.alpha-section-heading span {
    color: var(--alpha-gold);
    font-size: 9px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.alpha-section-heading h2 {
    margin: 8px 0 12px;
    font: 400 48px/1 "Cormorant Garamond", Georgia, serif !important;
}

.alpha-section-heading p {
    max-width: 520px;
    margin: 0 auto;
    color: var(--alpha-muted);
    font-size: 13px;
    line-height: 1.8;
    font-weight: 500;
}

.alpha-scent-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.alpha-scent-card {
    position: relative;
    height: 330px;
    overflow: hidden;
    border-radius: 6px;
}

.alpha-scent-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .7s ease;
}

.alpha-scent-card:hover img {
    transform: scale(1.07);
}

.alpha-scent-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 28px;
    background: linear-gradient(transparent 35%, rgba(0,0,0,.85));
    text-align: center;
    justify-content: center;
}

.alpha-scent-overlay h3 {
   margin: 0;
    color: #fff;
    font: 500 28px / 1 "Cormorant Garamond", Georgia, serif !important;
    text-transform: uppercase;
    max-width: 120px;
    line-height: 1.3 !important;
}

/* =========================================================
   STATEMENTS
   ========================================================= */

.alpha-statements {
    padding: 32px 0;
    background: var(--alpha-black);
    color: #fff;
}

.alpha-statements-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.alpha-statement {
    padding: 14px;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,.12);
}

.alpha-statement:last-child {
    border-right: 0;
}

.alpha-statement-icon {
    margin-bottom: 9px;
    color: var(--alpha-gold);
    font-size: 24px;
}

.alpha-statement p {
    margin: 0;
    font-size: 9px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

/* =========================================================
   FEATURES
   ========================================================= */

.alpha-features {
    background: var(--alpha-black);
}

.alpha-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
}

.alpha-feature {
    position: relative;
    height: 470px;
    overflow: hidden;
}

.alpha-feature img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .7s ease;
}

.alpha-feature:hover img {
    transform: scale(1.05);
}

.alpha-feature-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 55px;
    background: linear-gradient(transparent 20%, rgba(0,0,0,.75));
}

.alpha-feature-overlay h2 {
    margin: 0 0 20px;
    color: #fff;
    font: 400 44px/1 "Cormorant Garamond", Georgia, serif !important;
}

/* =========================================================
   LARGE BANNER
   ========================================================= */

.alpha-banner {
    position: relative;
    min-height: 570px;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
}

.alpha-banner-overlay {
    position: absolute;
    inset: 0;
   
}

.alpha-banner-content {
    position: relative;
    z-index: 2;
    width: min(1280px, 90%);
    margin-inline: auto;
}

.alpha-banner-box {
    width: min(430px, 100%);
    padding: 45px;
    color: #fff;
    border: 1px solid rgba(255,255,255,.22);
    background: rgba(0,0,0,.32);
    backdrop-filter: blur(5px);
}

.alpha-banner-box h2 {
    margin: 10px 0 15px;
    font: 400 43px/1 "Cormorant Garamond", Georgia, serif !important;
}

.alpha-banner-box p {
    margin: 0 0 25px;
    color: rgba(255,255,255,.72);
    font-size: 11px;
    line-height: 1.8;
}

/* =========================================================
   PRODUCTS
   ========================================================= */

.alpha-products {
    padding: 90px 0;
    background: var(--alpha-cream);
}

.alpha-products .alpha-section-heading {
text-align: center !important;
}


.alpha-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.alpha-product {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e6e1d8;
    transition: transform .3s ease, box-shadow .3s ease;
}

.alpha-product:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
}

.alpha-product-image {
    height: 285px;
    overflow: hidden;
    background: #f7f7f7;
}

.alpha-product-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    transition: transform .5s ease;
}

.alpha-product:hover .alpha-product-image img {
    transform: scale(1.06);
}

.alpha-product h3 {
    margin: 0;
    padding: 17px 17px 4px;
    color: #111;
    font-size: 10px;
    font-weight: 500;
    text-align: center;
}

.alpha-price {
    padding: 4px 17px 18px;
    color: #555;
    font-size: 10px;
    text-align: center;
}

.alpha-price del {
    color: #aaa;
    margin-left: 5px;
}

/* =========================================================
   SOCIAL
   ========================================================= */

.alpha-social {
    padding-top: 70px;
    background: var(--alpha-black);
}
.alpha-social .alpha-section-heading {
text-align:center;
}

.alpha-social-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.alpha-social-item {
    aspect-ratio: 1;
    overflow: hidden;
}

.alpha-social-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .5s ease;
}

.alpha-social-item:hover img {
    transform: scale(1.06);
}

/* =========================================================
   FOOTER
   ========================================================= */

.alpha-footer {
    padding: 65px 0 25px;
    color: #fff;
    background: var(--alpha-black);
    border-top: 1px solid rgba(197,154,82,.25);
}

.alpha-footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1.4fr;
    gap: 50px;
}

.alpha-footer-logo {
    width: 130px;
    height: auto;
    margin-bottom: 20px;
}

.alpha-footer p {
    color: #dbdbdb;
    font-size: 11px;
    line-height: 1.8;
    font-weight: 400;
}

.alpha-footer h4 {
    margin: 0 0 18px;
    color: var(--alpha-gold);
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.alpha-footer-links {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.alpha-footer-links a {
        color: #dbdbdb;
    font-size: 11px;
    transition: color .3s ease;
    font-weight: 400;
}

.alpha-footer-links a:hover {
    color: var(--alpha-gold);
}

.alpha-copyright {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 50px;
    padding-top: 20px;
    color: #666;
    font-size: 8px;
    border-top: 1px solid #222;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 900px) {
    .alpha-nav {
        display: none;
    }

    .alpha-scent-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .alpha-feature-grid {
        grid-template-columns: 1fr;
    }

    .alpha-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .alpha-footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .alpha-header {
        height: 65px;
    }

    .alpha-header-inner {
        width: 92%;
    }

    .alpha-logo {
        width: 80px;
    }

    .alpha-actions {
        gap: 10px;
    }

    .alpha-actions a {
        font-size: 14px;
    }

    .alpha-hero {
        min-height: 680px;
    }

    .alpha-hero-content {
        text-align: center;
    }

    .alpha-title {
        font-size: 60px;
    }

    .alpha-collection-name {
        font-size: 18px;
        letter-spacing: 7px;
    }

    .alpha-hero-text {
        margin-inline: auto;
    }

    .alpha-buttons {
        flex-direction: column;
        align-items: center;
    }

    .alpha-btn {
        width: 170px;
    }

    .alpha-scent-grid {
        grid-template-columns: 1fr;
    }

    .alpha-scent-card {
        height: 280px;
    }

    .alpha-statements-grid {
        grid-template-columns: 1fr;
    }

    .alpha-statement {
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.1);
    }

    .alpha-statement:last-child {
        border-bottom: 0;
    }

    .alpha-feature {
        height: 350px;
    }

    .alpha-feature-overlay {
        padding: 30px;
    }

    .alpha-feature-overlay h2 {
        font-size: 36px;
    }

    .alpha-banner {
        min-height: 550px;
    }

    .alpha-banner-box {
        padding: 30px;
    }

    .alpha-banner-box h2 {
        font-size: 35px;
    }

    .alpha-product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .alpha-product-image {
        height: 180px;
    }

    .alpha-social-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .alpha-footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .alpha-copyright {
        flex-direction: column;
    }
}