@font-face {
    font-family: "Golos Text";
    src: url("fonts/golfont/golos/golos-regular/GolosText-Regular.woff2") format("woff2"), url("fonts/golfont/golos/golos-regular/GolosText-Regular.woff") format("woff");
    font-weight: 400; /* normal */
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Golos Text";
    src: url("fonts/golfont/golos/golos-medium/GolosText-Medium.woff2") format("woff2"), url("fonts/golfont/golos/golos-medium/GolosText-Medium.woff") format("woff");
    font-weight: 500; /* medium */
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Golos Text";
    src: url("fonts/golfont/golos/golos-semibold/GolosText-SemiBold.woff2") format("woff2"), url("fonts/golfont/golos/golos-semibold/GolosText-SemiBold.woff") format("woff");
    font-weight: 600; /* semibold */
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Golos Text";
    src: url("fonts/golfont/golos/golos-bold/GolosText-Bold.woff2") format("woff2"), url("fonts/golfont/golos/golos-bold/GolosText-Bold.woff") format("woff");
    font-weight: 700; /* bold */
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Golos Text";
    src: url("fonts/golfont/golos/golos-extrabold/GolosText-ExtraBold.woff2") format("woff2"), url("fonts/golfont/golos/golos-extrabold/GolosText-ExtraBold.woff") format("woff");
    font-weight: 800; /* extrabold */
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Golos Text";
    src: url("fonts/golfont/golos/golos-black/GolosText-Black.woff2") format("woff2"), url("fonts/golfont/golos/golos-black/GolosText-Black.woff") format("woff");
    font-weight: 900; /* black */
    font-style: normal;
    font-display: swap;
}



/* ======================= Global Styles & Variables ======================= */
:root {
    --color-primary-dark: #515A47; /* Dark Green */
    --color-primary-light: #D7BE82; /* Gold/Beige */
    --color-accent-dark: #7A4419;  /* Brown */
    --color-accent-light: #755C1B; /* Darker Gold/Brown */
    
    --color-text-light: #f1f1f1;
    --color-text-dark: #333333;
    --color-background-light: #fdfaf4;
    --color-background-dark: var(--color-primary-dark);
    
    --font-heading: 'Golos Text', sans-serif;
    --font-body: 'Golos Text', sans-serif;
    
    --container-width: 1140px;
    --spacing-unit: 1rem;
    --border-radius: 8px;
    --transition-speed: 0.3s;
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--font-body);
    line-height: 1.7;
    color: var(--color-text-dark);
    background-color: var(--color-background-light);
    overflow-x: hidden;
}

h1, h2, h3, h4 {
    font-family: var(--font-heading);
    font-weight: 700;
    line-height: 1.2;
    color: var(--color-primary-dark);
}

h1 { font-size: 3.5rem; }
h2 { font-size: 2.5rem; }
h3 { font-size: 1rem; }
p { margin-bottom: var(--spacing-unit); }
a { color: var(--color-accent-dark); text-decoration: none; transition: color var(--transition-speed) ease; }
a:hover { color: var(--color-accent-light); }
ul { list-style: none; }
img { max-width: 100%; height: auto; display: block; }

/* ======================= Utility & Layout ======================= */
.xMHrwgCQZiKZvEvBnNbmVVEWLxfoQg {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 calc(var(--spacing-unit) * 1.5);
}

section {
    padding: calc(var(--spacing-unit) * 5) 0;
    overflow-x: hidden;
}

.WjcTkMoubGqPxhrrzVmUgEfcZJOYbb {
    text-align: center;
    margin-bottom: calc(var(--spacing-unit) * 3);
    font-weight: 900;
}
.XvbIdiLBUSZorzdBqbmdNwoohOEHVE {
    text-align: center;
    max-width: 800px;
    margin: -2rem auto 3rem;
    font-size: 1.1rem;
}

.seQqYSgjIKJxBSHYslAXyHtogagohv { color: var(--color-text-light); }
.seQqYSgjIKJxBSHYslAXyHtogagohv h2, .seQqYSgjIKJxBSHYslAXyHtogagohv h3, .seQqYSgjIKJxBSHYslAXyHtogagohv p { color: var(--color-text-light); }

/* Animation on scroll */
.ikMHXatDKdcvpssAsjtARxQFExlSsf {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.ikMHXatDKdcvpssAsjtARxQFExlSsf.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ======================= Components ======================= */
.zVYZBNKyHTmRktVTRUqaXidCCGeioY {
    display: inline-block;
    padding: 12px 30px;
    font-family: var(--font-heading);
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid transparent;
    border-radius: var(--border-radius);
    cursor: pointer;
    transition: all var(--transition-speed) ease;
}
.XMnmJWcfcfIMnPZNeREhQwiSlyBIpF {
    background-color: var(--color-primary-light);
    color: var(--color-accent-dark);
    border-color: var(--color-primary-light);
}
.XMnmJWcfcfIMnPZNeREhQwiSlyBIpF:hover {
    background-color: transparent;
    color: var(--color-primary-light);
    transform: translateY(-3px);
}
.MOjroIaFYzdqScZQxbhqGksVEQtYib {
    background-color: transparent;
    color: var(--color-accent-dark);
    border-color: var(--color-accent-dark);
}
.MOjroIaFYzdqScZQxbhqGksVEQtYib:hover {
    background-color: var(--color-accent-dark);
    color: var(--color-text-light);
}

/* ======================= Header ======================= */
header.eLuSmyrXuliJnBqgfXuYsthXlGlFOn {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: var(--spacing-unit) 0;
    background: rgba(253, 250, 244, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: top 0.3s;
}
.ldDLFScSITBmwgMuigPwwPBoYULtNc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.oENidCYgBlkCAABOITegtjtQKwlkdC {
    font-family: var(--font-heading);
    font-weight: 900;
    font-size: 1.8rem;
    color: var(--color-primary-dark);
}
.XlVKniAKSrdtiZVoysCHlgQjPtEAfK ul { display: flex; gap: calc(var(--spacing-unit) * 2); }
.XlVKniAKSrdtiZVoysCHlgQjPtEAfK a {
    font-weight: 500;
    color: var(--color-primary-dark);
    position: relative;
    padding-bottom: 5px;
}
.XlVKniAKSrdtiZVoysCHlgQjPtEAfK a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--color-primary-light);
    transition: width var(--transition-speed) ease;
}
.XlVKniAKSrdtiZVoysCHlgQjPtEAfK a:hover::after, .XlVKniAKSrdtiZVoysCHlgQjPtEAfK a.xOOnXcmdoNldwNuKPBgXchAJXHOseO::after { width: 100%; }
.VidrsUQqbWKfXeJLkfUVepxfegNZTV { display: none; }


/* ======================= Hero Section ======================= */
.xRZBsfzqZNrCsCcAAjzpichJLoqaKc {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--color-text-light);
    position: relative;
    background: url('images/home.webp') no-repeat center center/cover;
}
.DIBBKeoKpTTWYVuXFbafvtULUuOSDS {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-color: var(--color-primary-dark);
    opacity: 0.7;
}
.fcUwiltJwKRQVnZjPrTQdozMgPQdXs { position: relative; z-index: 2; }
.aXAtFOUZQBKcwbevFufNlPaUYCBhqR { font-size: 4.5rem; color: var(--color-text-light); margin-bottom: var(--spacing-unit); }
.FAwkdFCdazIlLQvVPxDpALQuChcoJf {
    font-size: 1rem;
    max-width: 750px;
    margin: 0 auto 2rem;
    color: var(--color-text-light);
    opacity: 0.9;
}

/* ======================= Achievements Section ======================= */
.cAUNvbklutddgqtCgTLXIfeJbMInZL {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: calc(var(--spacing-unit) * 2);
}
.aSylgkbGonxhqCrQphZxYZvMTGwpYW {
    background: #fff;
    padding: calc(var(--spacing-unit) * 2);
    border-radius: var(--border-radius);
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border-left: 5px solid var(--color-primary-light);
}
.aSylgkbGonxhqCrQphZxYZvMTGwpYW h3 { color: var(--color-accent-light); margin-bottom: var(--spacing-unit); }

/* ======================= Process Section ======================= */
.DrXuLCuOdynTZfNWFOzQpRUoBooxUi { background-color: var(--color-background-dark); }
.txjZmYVViaYeGHPiBdGPRgnuznNlfv {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}
.txjZmYVViaYeGHPiBdGPRgnuznNlfv::after {
    content: '';
    position: absolute;
    width: 3px;
    background-color: var(--color-primary-light);
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1.5px;
}
.KvjaMSMkOPEwURlrZuIEdwxGoZTFxg {
    padding: 10px 40px;
    position: relative;
    width: 50%;
}
.KvjaMSMkOPEwURlrZuIEdwxGoZTFxg:nth-child(odd) { left: 0; }
.KvjaMSMkOPEwURlrZuIEdwxGoZTFxg:nth-child(even) { left: 50%; }
.KvjaMSMkOPEwURlrZuIEdwxGoZTFxg::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    right: -10px;
    background-color: var(--color-background-light);
    border: 4px solid var(--color-primary-light);
    top: 25px;
    border-radius: 50%;
    z-index: 1;
}
.KvjaMSMkOPEwURlrZuIEdwxGoZTFxg:nth-child(even)::after { left: -10px; }
.IYGZxOSnpUSlylDCeUZlaAWyhjjTbi {
    padding: 20px 30px;
    background-color: rgba(255,255,255,0.05);
    position: relative;
    border-radius: var(--border-radius);
}
.IYGZxOSnpUSlylDCeUZlaAWyhjjTbi h3 
{
    color: #D7BE82;
}
.IYGZxOSnpUSlylDCeUZlaAWyhjjTbi p 
{
    color: #fff;
}

/* ======================= Featured Products Section ======================= */
.lisjNbhbiuwmwGVXbYkFvRASKJcXvt {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: calc(var(--spacing-unit) * 2);
}
.oKpuXQNufDAmBxmoCCJeoSCnPjSTrP {
    background: #fff;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform var(--transition-speed) ease, box-shadow var(--transition-speed) ease;
}
.oKpuXQNufDAmBxmoCCJeoSCnPjSTrP:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}
.oKpuXQNufDAmBxmoCCJeoSCnPjSTrP img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.rWGrSyEsvyAbePUzsMIyeCZZLWrdyD {
    padding: 10px;
}
.rWGrSyEsvyAbePUzsMIyeCZZLWrdyD h3 { margin-bottom: 5px; }
.CgPOBLKKWdnlpmLwwFLUQVUhnkZlZG {
    font-size: 0.9rem;
    color: #777;
    margin-bottom: 10px;
}
.HKYFxPmLXJDOjdcdxjxsmAFTkoBvCH {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--color-accent-dark);
}

/* ======================= Reviews Section ======================= */
.zWIYehwNXCOXDLcyUPOCFPIexHJboP { background-color: #fff; }
.JQMkGULYWXHAJGGqVgneTqJTbilbwN {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
}
.mzvusywbdmETCXOIVUbitqfROMjcKu {
    display: flex;
    transition: transform var(--transition-speed) ease-in-out;
}
.vGANkeJCDrCBitwIVJJkiVfODlYhDv {
    min-width: 100%;
    padding: 0 var(--spacing-unit);
    text-align: center;
}
.VBQRyMDuDRWTavNgNbRyYrqeDElHcI { font-size: 1.2rem; font-style: italic; margin-bottom: 1.5rem; }
.wLhVRPZuSjFszFSSEzTlyXUgCpKbBi { color: var(--color-accent-light); }
.DGZaQLmnEVTtgzVCrDStmjxCPIpNFF {
    display: flex;
    justify-content: center;
    gap: var(--spacing-unit);
    margin-top: var(--spacing-unit) * 2;
}
.cEezTgoICAhGdkUtVTyhLAHLXcBMLe {
    background-color: var(--color-primary-light);
    border: none;
    color: var(--color-accent-dark);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    transition: background-color var(--transition-speed);
}
.cEezTgoICAhGdkUtVTyhLAHLXcBMLe:hover { background-color: var(--color-accent-light); color: #fff; }

/* ======================= Who We Are Section ======================= */
.cOepwUmTBWAsKZTRoQpmRhmRhXEeJR {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: calc(var(--spacing-unit) * 4);
    align-items: center;
}
.EgBYRukLNtbDOtcDJqotYFbbGtrrbN img { border-radius: var(--border-radius); }

/* ======================= Feats Section ======================= */
.EIVxgDURLzWdVjGyCEhYVyXknipgyD { background: linear-gradient(to bottom, var(--color-primary-dark), #40473a); }
.rWjIEEdRJnRyGRTxnoLIHEHgKtRomu {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: calc(var(--spacing-unit) * 2);
}
.zozmELRFhulCCOHLUNwNypVzgagAMj {
    text-align: center;
    padding: var(--spacing-unit);
}
.qXZcRQwDfVcEbttFuNMPnWBAuGtiJt {
    font-size: 3rem;
    margin-bottom: var(--spacing-unit);
}
.zozmELRFhulCCOHLUNwNypVzgagAMj h3 
{
    color: #D7BE82;
    margin-bottom: 20px;
}
.zozmELRFhulCCOHLUNwNypVzgagAMj p 
{
    color: #fff;
}
/* ======================= Benefits Section ======================= */
.xbUpvGLpDGKFHvreRjNeuUTMbGjHJu {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: calc(var(--spacing-unit) * 4);
    align-items: center;
}
.HClBDkyYOJvKOSsudmkBngMmZteTdR img { border-radius: var(--border-radius); }

/* ======================= Philosophy Section ======================= */
.NyKMneVqtvmdthsZfQBYkblUyQaDeA {
    background-color: var(--color-accent-dark);
    text-align: center;
}
.NyKMneVqtvmdthsZfQBYkblUyQaDeA .XvbIdiLBUSZorzdBqbmdNwoohOEHVE {
    font-size: 1.25rem;
    line-height: 1.8;
}

/* ======================= Lookbook Gallery Section ======================= */
.fZlVHoyGyXwkPmRlxTFwvSTNHUCZMg {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: var(--spacing-unit);
}
.pBKSZkUcgEkTzvcLCaQUgptGPXkjyu img {
    border-radius: var(--border-radius);
    transition: transform 0.3s, filter 0.3s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pBKSZkUcgEkTzvcLCaQUgptGPXkjyu:hover img {
    transform: scale(1.05);
    filter: brightness(1.1);
}

/* ======================= Newsletter Section ======================= */
.POYGwxoIGVPDcNbecekUBUZslitGDa { background-color: #fff; }
.mejrxIBzixqatrHJfkVnuuCEByFfZb {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

/* ======================= Store Page Specific Styles ======================= */

/* Store Hero */
.bDyWzrPqEIyUapjsXQgJZBODKmfzoO {
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--color-text-light);
    position: relative;
    background: url('images/store.webp') no-repeat center center/cover;
    overflow-y: hidden;
}

/* Product Filters */
.nKTrRCqDwGgIExaQfihUxjMMWZsoOe {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--spacing-unit);
    margin-bottom: calc(var(--spacing-unit) * 3);
}
.gqPZuMlzeuHRDDiAVIifMpEhKQQevG {
    background: transparent;
    border: 1px solid #ccc;
    padding: 8px 20px;
    border-radius: 20px;
    cursor: pointer;
    transition: all var(--transition-speed);
}
.gqPZuMlzeuHRDDiAVIifMpEhKQQevG:hover {
    background-color: var(--color-primary-light);
    border-color: var(--color-primary-light);
}
.gqPZuMlzeuHRDDiAVIifMpEhKQQevG.xOOnXcmdoNldwNuKPBgXchAJXHOseO {
    background-color: var(--color-primary-dark);
    color: var(--color-text-light);
    border-color: var(--color-primary-dark);
}

/* Product Grid */
.hnXZINLepUbCAEGBsEmamgGcNoztxV {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: calc(var(--spacing-unit) * 2.5);
}
.hnXZINLepUbCAEGBsEmamgGcNoztxV .oKpuXQNufDAmBxmoCCJeoSCnPjSTrP {
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.oKpuXQNufDAmBxmoCCJeoSCnPjSTrP.hidden {
    opacity: 0;
    transform: scale(0.9);
    pointer-events: none; /* Make it unclickable */
    width: 0; /* Helps with grid reflow */
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/* Materials Section */
.XVQeOgQnalLwZuROSMQTspGzbGoqfx { background-color: var(--color-background-dark); }
.DQmrOYsrCgLNuZLRiIAKaOmmvlGCHH {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
}
.YFYnhlbBBQsnUOWRgawHVuYKOKljAr {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: var(--border-radius);
    overflow: hidden;
    color: var(--color-text-light);
    padding: 10px;
}
.YFYnhlbBBQsnUOWRgawHVuYKOKljAr img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 10px;    
}
.YFYnhlbBBQsnUOWRgawHVuYKOKljAr h3, .YFYnhlbBBQsnUOWRgawHVuYKOKljAr p {
    padding: 0 var(--spacing-unit) * 1.5;
    color: var(--color-text-light);
}
.YFYnhlbBBQsnUOWRgawHVuYKOKljAr h3 { margin-top: var(--spacing-unit) * 1.5; margin-bottom: 10px; }
.YFYnhlbBBQsnUOWRgawHVuYKOKljAr p { padding-bottom: var(--spacing-unit) * 1.5; opacity: 0.8; }

/* Services Section */
.KVMEUZLelJvYEmjxWGzzNIKGzDbySs { background: #fff; }
.lMRMTOnOscACOgejyooWaxlpdDRooS {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
}
.wpkeUkuweXoFILKLYsVNbNVbOhWzNW {
    border: 1px solid #eee;
    padding: 10px;
    border-radius: var(--border-radius);
    transition: all var(--transition-speed);
    
}
.wpkeUkuweXoFILKLYsVNbNVbOhWzNW:hover {
    border-color: var(--color-primary-light);
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.wpkeUkuweXoFILKLYsVNbNVbOhWzNW h3 { color: var(--color-accent-dark); margin-bottom: var(--spacing-unit); }

/* Behind The Seams (BTS) Section */
.FQZuebxPZuyDrciTfuqkDCsrZQmfEj {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: var(--spacing-unit) * 2;
    text-align: center;
}
.FSjCqikPynpuDnDunSPTFIGtNeiTcu img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin: 0 auto var(--spacing-unit);
    border: 3px solid var(--color-primary-light);
}

/* Style Section */
.kIZexOTMmOZsfIqzSveSLXhTMGRHXQ { background: #fff; }
.UoEulEvWQIbPdARIAPkrUWjSFZpWph {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: calc(var(--spacing-unit) * 4);
    align-items: center;
}
.lEsZvUnZRGlAjnbAEEUCssZJAIckPe img { border-radius: var(--border-radius); }
.MfCVZIjzMzEGpMtZMZqFAAeXSLjgZo .WjcTkMoubGqPxhrrzVmUgEfcZJOYbb { text-align: left; }

/* Outfit Ideas Section */
.RNjJqHgusNjMruJnwXKIMvrKAbDsok { background-color: var(--color-primary-dark); }
.JCShfBftznmGODzECldleSxInYgQJy {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
}
.mNBBhsFiUlMwvVYzTYyJxkFOVkFWse {
    position: relative;
    border-radius: var(--border-radius);
    overflow: hidden;
}
.mNBBhsFiUlMwvVYzTYyJxkFOVkFWse figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    color: var(--color-text-light);
    padding: 3rem 1.5rem 1.5rem;
    transform: translateY(100%);
    transition: transform var(--transition-speed);
}
.mNBBhsFiUlMwvVYzTYyJxkFOVkFWse:hover figcaption { transform: translateY(0); }

/* Guarantees Section */
.nGnjCVLvUCJvhERBXmXJSLtUNDIfaP {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
.loCtPFeMmBvregYKEIzcbFGxitKoVv {
    padding: 10px;
    background: #fff;
    border-radius: var(--border-radius);
    border-left: 5px solid var(--color-primary-dark);
}
.loCtPFeMmBvregYKEIzcbFGxitKoVv h3 { color: var(--color-primary-dark); }

/* Delivery Section */

/* Stats Section */
.sDIMtejLzlvnanLlXQxImwyylWuXpN { background-color: var(--color-primary-light); }
.RMCFxZhUHoCEcAlwrhFjXWLeGYmEcC {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: var(--spacing-unit);
    text-align: center;
}
.DHcZIhmlylazGuOXqSbpMaVdRixyDk { padding: var(--spacing-unit); }
.qShHBEHxqSTLatsZTjdvvgHUwhGyMf {
    font-family: var(--font-heading);
    font-size: 3.5rem;
    font-weight: 900;
    color: var(--color-accent-dark);
    display: block;
}
.bWotYSasHLebHBJfoxsfLqKXlIQPcM {
    font-weight: 500;
    color: var(--color-accent-dark);
}

/* Club Section */

/* FAQ Section */
.AkeatnebkAEgUzwAMrNzfnoMVHjshL { background: #fff; }
.IZytHzwhwYXhKeuiqzBlpBHyDAXbqW { max-width: 800px; margin: 0 auto; }
.aXpXAbMkJdqMKmabeGDVWEKQmtGnwJ {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}
.ruCrJxItqqpTbfMjMwVpJoTQqTMMBo {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: var(--spacing-unit) * 1.5 0;
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--color-text-dark);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.icZPksIEXTQHgLLBGdJLrZUpWvTZEL {
    font-size: 1.5rem;
    color: var(--color-primary-dark);
    transition: transform 0.3s;
}
.ruCrJxItqqpTbfMjMwVpJoTQqTMMBo[aria-expanded="true"] .icZPksIEXTQHgLLBGdJLrZUpWvTZEL {
    transform: rotate(45deg);
}
.PxBiKcebRGZRGlUWsWZthiEjbqjQGz {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
}
.PxBiKcebRGZRGlUWsWZthiEjbqjQGz p { padding-bottom: var(--spacing-unit) * 1.5; }

/* Responsive Adjustments for Store Page */
@media (max-width: 768px) {
    .UoEulEvWQIbPdARIAPkrUWjSFZpWph { grid-template-columns: 1fr; }
    .nGnjCVLvUCJvhERBXmXJSLtUNDIfaP { grid-template-columns: 1fr; }
}

/* ======================= About Page Specific Styles ======================= */

/* About Hero */
.lrpRUQPobwAqFzUIYatsXUqjzNLfai {
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--color-text-light);
    position: relative;
    background: url('images/about.webp') no-repeat center center/cover;
}

/* Vision Section */
.DdslisrzXEjqhJtcbMkPCZHbDTJfAD { background-color: #fff; }
.bhnCVomqwtzTbZDvolQhpuljpbNcwA {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: calc(var(--spacing-unit) * 4);
    align-items: center;
}
.TaJRrWjEZXDmbcyOgVSfmdbWnUwrLq img { border-radius: var(--border-radius); }
.ApqmrTmXIuhCeyYhmuzdePHyffSVcK .WjcTkMoubGqPxhrrzVmUgEfcZJOYbb { text-align: left; }

/* Philosophy Detailed Section */

/* Origin Story Section */

/* Core Values Section */
.MJoOIiagKGJNHuZZWgvVZCBvqupBWn { background-color: #fff; }
.bwznWrBQUtaXWodVoSFoDUCKuCfWWN {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: calc(var(--spacing-unit) * 2);
}
.ftqKGPEFCpIoUukXsOBtFThwKYxUrb {
    padding: 10px;
    border: 1px solid #eee;
    border-radius: var(--border-radius);
    transition: all var(--transition-speed);
}
.ftqKGPEFCpIoUukXsOBtFThwKYxUrb:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.07);
}
.ftqKGPEFCpIoUukXsOBtFThwKYxUrb h3 { color: var(--color-accent-dark); margin-bottom: 1rem; }

/* Goals Section */
.XdYYxWDNIjLqvOKPEGAYtwMxAzjxno { background-color: var(--color-primary-dark); }
.IZqNDAqOEkUpDTDRNoBrrfAXtVnlFM {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
}
.YqYMwlKBpGYyGhlpwsEvFgaNEFXBHp {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 10px;
    border-radius: var(--border-radius);
}
.YqYMwlKBpGYyGhlpwsEvFgaNEFXBHp h4 { color: var(--color-primary-light); }
.YqYMwlKBpGYyGhlpwsEvFgaNEFXBHp p { color: rgba(255,255,255,0.8); }

/* Team Section */
.WjKoNptWbtfRWNGbKNHfkMcelzfdNd { background-color: #fff; }
.UaRPuTiNQTbqoQQVnJAOhRlTDGqXNj {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: calc(var(--spacing-unit) * 3);
    text-align: center;
}
.JNqJhqFbosBBOhCFGPPArAsOcXTczR img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 1rem;
    border: 4px solid var(--color-primary-light);
}
.JNqJhqFbosBBOhCFGPPArAsOcXTczR h4 { color: #777; font-weight: 400; }

/* Traditions Section */
.DZtHVhRstfAevDWLHZWsgbSVbTrXaW p { max-width: 800px; margin: 0 auto; text-align: center; }

/* Workshop Section */
.FwXoiYlELWzBsIVicCylreKWbGACxj { background-color: var(--color-background-dark); }
.pBmGtVjSfSzAfwgqfgefXYssJtVpaZ {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--spacing-unit);
}
.pBmGtVjSfSzAfwgqfgefXYssJtVpaZ img { border-radius: var(--border-radius); opacity: 0.9; transition: opacity var(--transition-speed); }
.pBmGtVjSfSzAfwgqfgefXYssJtVpaZ img:hover { opacity: 1; }

/* Sustainability Section */
.gdHKmVCItcZMAWHSjofwUdgAHgFdgK { background-color: #fff; }
.HLEzHvKxyZyjPqZiQIriiePWjUWwIx {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: calc(var(--spacing-unit) * 4);
    align-items: center;
}
.kQDzYhWdCmmUveJBYrCiHcEQRwyspl ul { list-style: none; padding: 0; }
.kQDzYhWdCmmUveJBYrCiHcEQRwyspl li {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}



/* Vertical Timeline */
.LdzNwdujtIKkvWuUyPcXHJERoPXVIx { background-color: #fff; }
.iskmerMLcvFNKWPZxDwMcwHDLGBeMq {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}
.iskmerMLcvFNKWPZxDwMcwHDLGBeMq::after {
    content: '';
    position: absolute;
    width: 3px;
    background-color: var(--color-primary-light);
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1.5px;
}
.snyQnTSnqNyknuRUfXhqbJZrcGxqZy {
    padding: 10px 40px;
    position: relative;
    width: 50%;
}
.snyQnTSnqNyknuRUfXhqbJZrcGxqZy:nth-child(odd) { left: 0; text-align: right; }
.snyQnTSnqNyknuRUfXhqbJZrcGxqZy:nth-child(even) { left: 50%; }
.snyQnTSnqNyknuRUfXhqbJZrcGxqZy::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: var(--color-background-light);
    border: 4px solid var(--color-primary-light);
    top: 25px;
    border-radius: 50%;
    z-index: 1;
}
.snyQnTSnqNyknuRUfXhqbJZrcGxqZy:nth-child(odd)::after { right: -10px; }
.snyQnTSnqNyknuRUfXhqbJZrcGxqZy:nth-child(even)::after { left: -10px; }
.wxmfdIFRYquYlxNzAYjHEFxrDKGpCh {
    padding: 20px 30px;
    background-color: var(--color-background-light);
    position: relative;
    border-radius: var(--border-radius);
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}
.wxmfdIFRYquYlxNzAYjHEFxrDKGpCh h3 { color: var(--color-accent-dark); }

/* Community Section */
.mranwpBghbsgMQCfgXCcZSvRHvwyEK p { max-width: 800px; margin: 0 auto; text-align: center; }

/* Responsive Adjustments for About Page */
@media (max-width: 768px) {
    .bhnCVomqwtzTbZDvolQhpuljpbNcwA, .HLEzHvKxyZyjPqZiQIriiePWjUWwIx {
        grid-template-columns: 1fr;
    }
    .TaJRrWjEZXDmbcyOgVSfmdbWnUwrLq { order: -1; } /* Puts image first on mobile */

    .iskmerMLcvFNKWPZxDwMcwHDLGBeMq::after { left: 30px; }
    .snyQnTSnqNyknuRUfXhqbJZrcGxqZy { width: 100%; padding-left: 70px; padding-right: 25px; text-align: left !important; }
    .snyQnTSnqNyknuRUfXhqbJZrcGxqZy:nth-child(even) { left: 0; }
    .snyQnTSnqNyknuRUfXhqbJZrcGxqZy::after { left: 20px; }
    .snyQnTSnqNyknuRUfXhqbJZrcGxqZy:nth-child(odd)::after { left: 20px; }
}

/* ======================= Contact Page Specific Styles ======================= */

/* Contact Hero */
.wcozlMdSDEzYwUSrdzizlZoFvmputr {
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--color-text-light);
    position: relative;
    background: url('images/contact.webp') no-repeat center center/cover;
    overflow-y: hidden;
}

/* Main Contact Section */
.QKQlFYljoelhfJVLZkitHfYdzcNeyV { background-color: #fff; }
.oITjHTpcmBucMRCNgtVSOCGICdAWbd {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: calc(var(--spacing-unit) * 4);
}

.JLizNudNIaKudmdyoCZOoWULRreUgZ .WjcTkMoubGqPxhrrzVmUgEfcZJOYbb { text-align: left; }
.RroCgmedsNOcsoArPDfEWvtpqPQEZx {
    margin-bottom: calc(var(--spacing-unit) * 2);
    border-left: 3px solid var(--color-primary-light);
    padding-left: var(--spacing-unit) * 1.5;
}
.RroCgmedsNOcsoArPDfEWvtpqPQEZx h3 { color: var(--color-accent-dark); }
.RroCgmedsNOcsoArPDfEWvtpqPQEZx a { font-weight: 500; }

.rLEAtNzwBkVQgywYRQJqYwafGrQGjS {
    background-color: var(--color-background-light);
    padding: calc(var(--spacing-unit) * 2.5);
    border-radius: var(--border-radius);
}

.wYVYDmxRUjMOcQAjOpHBugllknqdwd { margin-bottom: var(--spacing-unit) * 1.5; }
.wYVYDmxRUjMOcQAjOpHBugllknqdwd label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
}
.wYVYDmxRUjMOcQAjOpHBugllknqdwd input[type="text"],
.wYVYDmxRUjMOcQAjOpHBugllknqdwd input[type="email"],
.wYVYDmxRUjMOcQAjOpHBugllknqdwd textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: var(--border-radius);
    transition: border-color var(--transition-speed);
}
.wYVYDmxRUjMOcQAjOpHBugllknqdwd input[type="text"]:focus,
.wYVYDmxRUjMOcQAjOpHBugllknqdwd input[type="email"]:focus,
.wYVYDmxRUjMOcQAjOpHBugllknqdwd textarea:focus {
    outline: none;
    border-color: var(--color-primary-dark);
}
.QBGKMXdXQrQluBpcFtDoHPQoiOUhuo {
    display: flex;
    align-items: center;
    gap: 10px;
}
.QBGKMXdXQrQluBpcFtDoHPQoiOUhuo input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: var(--color-primary-dark);
}
.QBGKMXdXQrQluBpcFtDoHPQoiOUhuo label { margin-bottom: 0; }
.rLEAtNzwBkVQgywYRQJqYwafGrQGjS button { width: 100%; }

/* Corporate Section */
.lJUAzkfgBRwpLkTqJjzPwCJlYthARG {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: calc(var(--spacing-unit) * 3);
    align-items: center;
}
.lJUAzkfgBRwpLkTqJjzPwCJlYthARG img { border-radius: var(--border-radius); }
.UmhzheBGMamzUCcZWqSkLPfUPegTfO h3 { color: var(--color-accent-dark); font-size: 2rem; }

/* Privacy Note Section */
.iRXREzjMsQGVeRPtxPtVPiNRgASrkB {
    background-color: var(--color-primary-dark);
    text-align: center;
}

/* Locations Section */
.uMtetqpIkrhIfeveEBLLLfBhxQBpKV { background-color: #fff; }
.vpCiGejGnjpnUzXWUGWzoNJiFdxkcB {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: calc(var(--spacing-unit) * 2);
}
.koulfDYAepTkYjkvUkhOYldAjjhpft {
    border: 1px solid #eee;
    border-radius: var(--border-radius);
    overflow: hidden;
    text-align: center;
    transition: box-shadow var(--transition-speed);
    padding: 10px;
}
.koulfDYAepTkYjkvUkhOYldAjjhpft:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}
.koulfDYAepTkYjkvUkhOYldAjjhpft img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.koulfDYAepTkYjkvUkhOYldAjjhpft h3, .koulfDYAepTkYjkvUkhOYldAjjhpft p, .koulfDYAepTkYjkvUkhOYldAjjhpft span {
    padding: 0 var(--spacing-unit) * 1.5;
}
.koulfDYAepTkYjkvUkhOYldAjjhpft h3 { margin-top: 1.5rem; }
.koulfDYAepTkYjkvUkhOYldAjjhpft p { font-weight: 700; color: var(--color-accent-dark); margin-bottom: 0.5rem; }
.koulfDYAepTkYjkvUkhOYldAjjhpft span { display: block; padding-bottom: 1.5rem; font-size: 0.95rem; }

/* Careers Section */

/* Responsive Adjustments for Contact Page */
@media (max-width: 900px) {
    .oITjHTpcmBucMRCNgtVSOCGICdAWbd, .lJUAzkfgBRwpLkTqJjzPwCJlYthARG {
        grid-template-columns: 1fr;
    }
}

/* ======================= Footer ======================= */
footer.GzvNRmUYldmclRpPSeUeuMXMNXcLim {
    background-color: var(--color-primary-dark);
    color: var(--color-text-light);
    padding-top: calc(var(--spacing-unit) * 4);
}
.KQZENAFHLtYzXqNIcoAsEfjiPAArXJ
{
    font-size: 25px !important;
    font-weight: 700 !important;
    color: #D7BE82 !important;
}
.gvMluvGejSkZhiOJdLolbNjVCLzhVw {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: calc(var(--spacing-unit) * 2);
}
.sUJuIroTJfBiBHJmtZfnCHtcynLeJP h3, .sUJuIroTJfBiBHJmtZfnCHtcynLeJP h4 { color: var(--color-primary-light); margin-bottom: var(--spacing-unit); }
.sUJuIroTJfBiBHJmtZfnCHtcynLeJP ul { display: flex; flex-direction: column; gap: 10px; }
.sUJuIroTJfBiBHJmtZfnCHtcynLeJP a { color: rgba(255,255,255,0.7); }
.sUJuIroTJfBiBHJmtZfnCHtcynLeJP a:hover { color: #fff; }
.YVtaLbopLotwRIfXScBYzfTcbYWKAh {
    text-align: center;
    margin-top: calc(var(--spacing-unit) * 3);
    padding: calc(var(--spacing-unit) * 1.5) 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}

/* ======================= Responsive Styles ======================= */
@media (max-width: 1024px) {
    .cOepwUmTBWAsKZTRoQpmRhmRhXEeJR, .xbUpvGLpDGKFHvreRjNeuUTMbGjHJu { grid-template-columns: 1fr; }
    .HClBDkyYOJvKOSsudmkBngMmZteTdR { order: -1; }
}

@media (max-width: 768px) {
    html { font-size: 15px; }
    h1 { font-size: 2.5rem; }
    .aXAtFOUZQBKcwbevFufNlPaUYCBhqR { font-size: 2rem; margin-top: 1rem; }
    
    .VidrsUQqbWKfXeJLkfUVepxfegNZTV {
        display: block;
        background: transparent;
        border: none;
        cursor: pointer;
        z-index: 1001;
    }
    .VidrsUQqbWKfXeJLkfUVepxfegNZTV span {
        display: block;
        width: 25px;
        height: 3px;
        background: var(--color-primary-dark);
        margin: 5px 0;
        transition: all 0.3s;
    }
    
    .XlVKniAKSrdtiZVoysCHlgQjPtEAfK {
        position: fixed;
        top: 0;
        right: -100%;
        width: 70%;
        height: 100vh;
        background: var(--color-background-light);
        box-shadow: -5px 0 15px rgba(0,0,0,0.1);
        transition: right 0.4s ease-in-out;
        padding-top: 100px;
    }
    .XlVKniAKSrdtiZVoysCHlgQjPtEAfK.xOOnXcmdoNldwNuKPBgXchAJXHOseO { right: 0; }
    .XlVKniAKSrdtiZVoysCHlgQjPtEAfK ul { flex-direction: column; align-items: center; }
    
    .txjZmYVViaYeGHPiBdGPRgnuznNlfv::after { left: 30px; }
    .KvjaMSMkOPEwURlrZuIEdwxGoZTFxg { width: 100%; padding-left: 70px; padding-right: 25px; }
    .KvjaMSMkOPEwURlrZuIEdwxGoZTFxg:nth-child(even) { left: 0; }
    .KvjaMSMkOPEwURlrZuIEdwxGoZTFxg::after { left: 20px; }
}


/* ======================= Thank You Page Specific Styles ======================= */
.bkFcThZhJGLMOfAbETUgbflCHLFxQO {
    background-color: var(--color-background-light);
}

.QayxLECekTPxCDciTjVgbqdQnNGqWS {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--spacing-unit) * 2;
    text-align: center;
}

.NQNzCHAdDLKnJUaOwskXBMFfbBCQrw {
    max-width: 600px;
    background-color: #fff;
    padding: calc(var(--spacing-unit) * 3);
    border-radius: var(--border-radius);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.NQNzCHAdDLKnJUaOwskXBMFfbBCQrw h1 {
    margin-bottom: var(--spacing-unit);
    color: var(--color-primary-dark);
}

.NQNzCHAdDLKnJUaOwskXBMFfbBCQrw p {
    margin-bottom: calc(var(--spacing-unit) * 2);
    line-height: 1.8;
}

.NQNzCHAdDLKnJUaOwskXBMFfbBCQrw .zVYZBNKyHTmRktVTRUqaXidCCGeioY {
    padding: 14px 40px;
    font-size: 1.1rem;
}

/* Animated Checkmark SVG */
.jfxSVzhhQbrujGGpYMCeXlYvFPyFUL {
    display: flex;
    justify-content: center;
    margin-bottom: var(--spacing-unit) * 1.5;
}

.ZVwNKrsmyJjSlYFbDHBXxZdmObaRkR {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    stroke-width: 3;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 0 auto;
    box-shadow: inset 0px 0px 0px var(--color-primary-dark);
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.bfvCyfMnWWxwgxpUFMSvKWDZyvaNfO {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 3;
    stroke-miterlimit: 10;
    stroke: var(--color-primary-dark);
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.HLdEbFomIZaWdOJmjQsXvbCPJWYAVp {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 50px var(--color-primary-dark);
    }
}

/* Simple fallback for browsers that don't support animation */
@media (prefers-reduced-motion: reduce) {
    .ZVwNKrsmyJjSlYFbDHBXxZdmObaRkR {
        box-shadow: inset 0px 0px 0px 50px var(--color-primary-dark);
    }
    .bfvCyfMnWWxwgxpUFMSvKWDZyvaNfO, .HLdEbFomIZaWdOJmjQsXvbCPJWYAVp {
        stroke-dashoffset: 0;
    }
}


/* The main container for the expandable item */
[data-expandable-card] {
    transition: box-shadow var(--transition-speed);
}

/* The element that the user clicks to expand/collapse */
[data-expand-trigger] {
    position: relative;
    cursor: pointer;
    /* This makes the whole trigger clickable, good for accessibility */
    display: block; 
}

/* The content that is hidden/shown */
[data-expand-content] {
    position: relative;
    max-height: 60px; /* Default collapsed height, adjust as needed */
    overflow: hidden;
    margin-bottom: 0;
    transition: max-height 0.5s ease-in-out;
}

/* The fade-out effect on collapsed content */
[data-expand-content]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    /* background: linear-gradient(to bottom, transparent, #ffffff1c);  */
    transition: opacity 0.3s ease-in-out;
    pointer-events: none; /* Allows clicks to go through to content if needed */
}

/* For dark background cards, you can add a class to the card */

/* The +/- icon on the trigger */
[data-expand-trigger]::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.8rem;
    font-weight: 300;
    color: #D7BE82;
    transition: transform 0.3s ease-out;
}

/* --- Expanded State --- */

/* The class toggled by JavaScript */

/* ======================= Universal "Read More" Text Component ======================= */

/* The wrapper created by JS around a long paragraph */

/* The paragraph itself when collapsed */

/* The fade-out effect at the bottom of collapsed text */

/* For dark backgrounds, you'd add a class to the wrapper, e.FjFyhHsqxBCrXkxnaQvrmEdOsOQvlk., .jnnjQhGElYxrpuPGcetLKOrKlbPWnV */


/* The "Read More" / "Read Less" button */

/* --- Expanded State --- */


.xbUpvGLpDGKFHvreRjNeuUTMbGjHJu {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: calc(var(--spacing-unit) * 4);
    align-items: center;
}
.HClBDkyYOJvKOSsudmkBngMmZteTdR img { border-radius: var(--border-radius); }

/* The container for the tab controls */
.HsNSMGrONitsjmloHQUZBTgZSWCkqn {
    display: flex;
    gap: calc(var(--spacing-unit) * 2);
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: calc(var(--spacing-unit) * 2);
}

/* Styling for each tab button */
.pLwluHeIKXfFTyilYYhfQvLWolFBLN {
    background: none;
    border: none;
    padding: var(--spacing-unit) 0;
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 700;
    color: #888;
    cursor: pointer;
    position: relative;
    border-bottom: 3px solid transparent; /* Placeholder for active state */
    transition: color var(--transition-speed);
}

.pLwluHeIKXfFTyilYYhfQvLWolFBLN:hover {
    color: var(--color-primary-dark);
}

/* The active state for a tab button */
.pLwluHeIKXfFTyilYYhfQvLWolFBLN.UpSxdXBYandErmoGGaJwIrVFHPyOxe {
    color: var(--color-primary-dark);
    border-bottom-color: var(--color-primary-dark);
}

/* The container for all the content panels */
.JwSEvrWjSJdWejBlWdKheTHRNGPsky {
    position: relative;
    min-height: 200px; /* Give it a minimum height to prevent layout shifts */
}

/* Styling for each content panel */
.YYYUqwfcmIEKgqRTIEBpzAHNoAasqB {
    /* Stack panels on top of each other for fade animation */
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s ease-in-out, visibility 0.4s;
    visibility: hidden; /* Hide from screen readers when inactive */
}

/* The active state for a content panel */
.YYYUqwfcmIEKgqRTIEBpzAHNoAasqB.UpSxdXBYandErmoGGaJwIrVFHPyOxe {
    /* Use 'relative' to make it part of the document flow and give height to the container */
    position: relative; 
    opacity: 1;
    visibility: visible;
}

/* Responsive adjustments for the tabs */
@media (max-width: 900px) {
    .xbUpvGLpDGKFHvreRjNeuUTMbGjHJu {
        grid-template-columns: 1fr;
    }
    .HClBDkyYOJvKOSsudmkBngMmZteTdR {
        margin-bottom: var(--spacing-unit) * 2;
    }
}

/* The main container for the expandable item */
[data-expandable-card] {
    transition: box-shadow var(--transition-speed);
}

/* The element that the user clicks to expand/collapse */
[data-expand-trigger] {
    position: relative;
    cursor: pointer;
    /* This makes the whole trigger clickable, good for accessibility */
    display: block; 
}

/* The content that is hidden/shown */
[data-expand-content] {
    position: relative;
    max-height: 60px; /* Default collapsed height, adjust as needed */
    overflow: hidden;
    margin-bottom: 0;
    transition: max-height 0.5s ease-in-out;
}

/* The fade-out effect on collapsed content */
[data-expand-content]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    /* background: linear-gradient(to bottom, transparent, #ffffff1c);  */
    transition: opacity 0.3s ease-in-out;
    pointer-events: none; /* Allows clicks to go through to content if needed */
}

/* For dark background cards, you can add a class to the card */
[data-expandable-card].dark-bg [data-expand-content]::after {
    background: linear-gradient(to bottom, transparent, var(--color-background-dark));
}

/* The +/- icon on the trigger */
[data-expand-trigger]::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.8rem;
    font-weight: 300;
    color: #D7BE82;
    transition: transform 0.3s ease-out;
}

/* --- Expanded State --- */

/* The class toggled by JavaScript */
[data-expandable-card].is-expanded [data-expand-content] {
    max-height: 1000px; /* A large value to ensure all content fits */
}

[data-expandable-card].is-expanded [data-expand-content]::after {
    opacity: 0;
}

[data-expandable-card].is-expanded [data-expand-trigger]::after {
    content: '−'; /* Minus icon */
    transform: translateY(-50%) rotate(180deg);
}

/* ======================= Universal "Read More" Text Component ======================= */

/* The wrapper created by JS around a long paragraph */
.expandable-text-wrapper {
    position: relative;
    margin-bottom: var(--spacing-unit); /* Retain the original paragraph margin */
}

/* The paragraph itself when collapsed */
.expandable-text-wrapper .expandable-content {
    margin-bottom: 0; /* The wrapper handles the bottom margin now */
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

/* The fade-out effect at the bottom of collapsed text */
.expandable-text-wrapper::after {
    content: '';
    position: absolute;
    bottom: 3rem; /* Position it just above the "Read More" button */
    left: 0;
    width: 100%;
    height: 40px;
    /* background: linear-gradient(to bottom, transparent, #fff);  */
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
}

/* For dark backgrounds, you'd add a class to the wrapper, e.g., .dark-bg */
.expandable-text-wrapper.dark-bg::after {
     background: linear-gradient(to bottom, transparent, var(--color-background-dark));
}


/* The "Read More" / "Read Less" button */
.expand-text-trigger {
    background: none;
    border: none;
    padding: 0;
    margin-top: 0.5rem;
    font-weight: 700;
    font-family: var(--font-heading);
    color: #D7BE82;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: color var(--transition-speed);
}
.expand-text-trigger:hover {
    color: #D7BE82;
}

/* --- Expanded State --- */
.expandable-text-wrapper.is-expanded .expandable-content {
    max-height: 2000px; /* A large value to accommodate very long text */
}

.expandable-text-wrapper.is-expanded::after {
    opacity: 0; /* Hide the fade-out effect when expanded */
}


.benefits-content {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: calc(var(--spacing-unit) * 4);
    align-items: center;
}
.benefits-image img { border-radius: var(--border-radius); }

/* The container for the tab controls */
.benefits-tab-list {
    display: flex;
    gap: calc(var(--spacing-unit) * 2);
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: calc(var(--spacing-unit) * 2);
}

/* Styling for each tab button */
.tab-control {
    background: none;
    border: none;
    padding: var(--spacing-unit) 0;
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 700;
    color: #888;
    cursor: pointer;
    position: relative;
    border-bottom: 3px solid transparent; /* Placeholder for active state */
    transition: color var(--transition-speed);
}

.tab-control:hover {
    color: var(--color-primary-dark);
}

/* The active state for a tab button */
.tab-control.is-active {
    color: var(--color-primary-dark);
    border-bottom-color: var(--color-primary-dark);
}

/* The container for all the content panels */
.benefits-tab-panels {
    position: relative;
    min-height: 200px; /* Give it a minimum height to prevent layout shifts */
}

/* Styling for each content panel */
.tab-panel {
    /* Stack panels on top of each other for fade animation */
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s ease-in-out, visibility 0.4s;
    visibility: hidden; /* Hide from screen readers when inactive */
}

/* The active state for a content panel */
.tab-panel.is-active {
    /* Use 'relative' to make it part of the document flow and give height to the container */
    position: relative; 
    opacity: 1;
    visibility: visible;
}

/* Responsive adjustments for the tabs */
@media (max-width: 900px) {
    .benefits-content {
        grid-template-columns: 1fr;
    }
    .benefits-image {
        margin-bottom: var(--spacing-unit) * 2;
    }
}