﻿
:root {
    --plum: #3f1c46;
    --plum-light: #5a2864;
    --plum-deep: #2a1230;
    --sand: #e3dfdc;
    --sand-light: #f0ede9;
    --sand-dark: #ccc7c2;
    --cream: #faf8f5;
    --white: #ffffff;
    --text-dark: #1a0e1e;
    --text-mid: #5a4f60;
    --gold: #c9a96e;
    --gold-light: #e8d5a3;

    --font-calisto: 'Calisto MT';
    --font-outfit: 'Outfit';
}


/* ── BREADCRUMB ── */
.breadcrumb {
    /*    margin-top: 72px;*/
    padding: 16px 48px;
    font-size: 14px;
    letter-spacing: 0.08em;
    color: var(--text-mid);
    margin-bottom: 0;
    font-weight: 400;
}

    .breadcrumb a {
        text-decoration: none;
        color: var(--text-mid);
    }

    .breadcrumb span {
        margin: 0 8px;
    }

/* ── HERO ── */
.hero {
    position: relative;
    background: var(--plum);
    padding: 100px 48px 90px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
}

    .hero::before {
        content: '';
        position: absolute;
        inset: 0;
        background: radial-gradient(ellipse 70% 60% at 80% 50%, rgba(201,169,110,0.08) 0%, transparent 70%), radial-gradient(ellipse 50% 80% at 10% 80%, rgba(255,255,255,0.04) 0%, transparent 60%);
    }

.hero-ornament {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 320px;
    height: 320px;
    opacity: 0.04;
    border: 1px solid var(--sand);
    border-radius: 50%;
}

.hero-ornament2 {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 200px;
    height: 200px;
    opacity: 0.06;
    border: 1px solid var(--sand);
    border-radius: 50%;
}

.hero-left {
    position: relative;
    z-index: 2;
    max-width: 640px;
}

.hero-eyebrow {
    font-family: 'Jost', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

    .hero-eyebrow::before {
        content: '';
        width: 32px;
        height: 1px;
        background: var(--gold);
    }

.hero-heading {
    font-family: var(--font-calisto);
    font-size: clamp(52px, 6vw, 65px);
    font-weight: 300;
    line-height: 1.05;
    color: var(--sand);
    letter-spacing: -0.01em;
}

    .hero-heading em {
        font-style: italic;
        color: var(--gold-light);
    }

.hero-right {
    position: relative;
    z-index: 2;
    text-align: right;
    padding-bottom: 8px;
}

.hero-tagline {
    font-family: var(--font-calisto);
    font-size: 20px;
    font-style: italic;
    color: rgba(227,223,220,0.55);
    line-height: 1.7;
    max-width: 300px;
    margin-left: auto;
}

.hero-rule {
    width: 48px;
    height: 1px;
    background: var(--gold);
    margin: 20px 0 20px auto;
}

.hero-sub {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(201,169,110,0.7);
}

/* ── SECTIONS ── */
section {
    padding: 96px 48px;
}

.section-inner {
    max-width: 1160px;
    margin: 0 auto;
}

/* ── WHO WE ARE ── */
.who {
    background: var(--cream);
    padding: 96px 48px;
}

.who-grid {
    max-width: 1160px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
}

.section-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .section-label::before {
        content: '';
        width: 24px;
        height: 1px;
        background: var(--gold);
    }

.section-title {
    font-family: var(--font-calisto);
    font-size: clamp(36px, 3.5vw, 45px);
    font-weight: 400;
    line-height: 1.1;
    color: var(--plum);
    margin-bottom: 36px;
    letter-spacing: -0.01em;
}

    .section-title em {
        font-style: italic;
    }

.body-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.85;
    color: var(--text-mid);
}

    .body-text + .body-text {
        margin-top: 24px;
    }

.who-right {
    padding-top: 72px;
}

.who-highlight {
    background: var(--plum);
    padding: 44px 40px;
    position: relative;
    overflow: hidden;
}

    .who-highlight::before {
        content: '';
        position: absolute;
        bottom: -20px;
        right: -20px;
        width: 100px;
        height: 100px;
        border: 1px solid rgba(201,169,110,0.2);
        border-radius: 50%;
    }

.who-highlight-text {
    font-family: var(--font-calisto);
    font-size: 22px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.65;
    color: var(--sand);
    position: relative;
    z-index: 1;
}

    .who-highlight-text strong {
        font-style: normal;
        font-weight: 500;
        color: var(--gold-light);
    }

.who-divider {
    width: 40px;
    height: 1px;
    background: var(--gold);
    margin: 28px 0;
}

.who-note {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(227,223,220,0.55);
    position: relative;
    z-index: 1;
}

.pillars {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: var(--sand);
    margin-top: 40px;
}

.pillar {
    background: var(--cream);
    padding: 28px 28px;
    position: relative;
}

.pillar-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 12px;
    color: var(--plum);
    opacity: 0.7;
}

.pillar-title {
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--plum);
    margin-bottom: 8px;
}

.pillar-text {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.65;
    color: var(--text-mid);
}

/* ── RETAILER FIRST ── */
.retailer {
    background: var(--sand-light);
    padding: 96px 48px;
}

.retailer-inner {
    max-width: 1160px;
    margin: 0 auto;
}

.retailer-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    margin-bottom: 72px;
    align-items: end;
}

.retailer-body {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.85;
    color: var(--text-mid);
}

.focus-label {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--plum);
    margin-bottom: 28px;
}

.focus-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.focus-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid var(--sand);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: var(--text-dark);
    opacity: 0;
    transform: translateX(20px);
    transition: opacity 0.5s, transform 0.5s;
}

    .focus-item.visible {
        opacity: 1;
        transform: translateX(0);
    }

    .focus-item:first-child {
        border-top: 1px solid var(--sand);
    }

.focus-diamond {
    width: 8px;
    height: 8px;
    flex-shrink: 0;
    background: var(--plum);
    transform: rotate(45deg);
    margin-top: 6px;
}

/* ── SOURCING ── */
.sourcing {
    background: var(--cream);
    padding: 96px 48px;
}

.sourcing-inner {
    max-width: 1160px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.sourcing-visual {
    position: relative;
    height: 480px;
}

.sourcing-block {
    position: absolute;
    background: var(--plum);
    width: 75%;
    height: 75%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sourcing-block-inner {
    text-align: center;
    padding: 40px;
}

.sourcing-number {
    font-family: var(--font-calisto);
    font-size: 80px;
    font-weight: 300;
    color: var(--gold-light);
    line-height: 1;
    display: block;
}

.sourcing-number-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: rgba(227,223,220,0.6);
    margin-top: 4px;
}

.sourcing-badge {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55%;
    background: var(--sand);
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.sourcing-badge-title {
    font-family: var(--font-calisto);
    font-size: 20px;
    font-weight: 500;
    color: var(--plum);
    line-height: 1.3;
}

.sourcing-badge-sub {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-mid);
    line-height: 1.5;
}

.sourcing-ornament {
    position: absolute;
    top: 40%;
    left: 36%;
    width: 60px;
    height: 60px;
    border: 1px solid var(--sand-dark);
    background: var(--cream);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

    .sourcing-ornament svg {
        width: 24px;
        height: 24px;
        color: var(--plum);
    }

/* ── COMMITMENT ── */
.commitment {
    background: var(--plum);
    padding: 96px 48px;
    position: relative;
    overflow: hidden;
}

    .commitment::before {
        content: '';
        position: absolute;
        top: -80px;
        left: -80px;
        width: 400px;
        height: 400px;
        border: 1px solid rgba(227,223,220,0.06);
        border-radius: 50%;
    }

    .commitment::after {
        content: '';
        position: absolute;
        bottom: -100px;
        right: -50px;
        width: 500px;
        height: 500px;
        border: 1px solid rgba(201,169,110,0.08);
        border-radius: 50%;
    }

.commitment-inner {
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.commitment-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    margin-bottom: 72px;
}

.commitment-title {
    font-family: var(--font-calisto);
    font-size: clamp(36px, 3.5vw, 52px);
    font-weight: 300;
    line-height: 1.1;
    color: var(--sand);
}

    .commitment-title em {
        font-style: italic;
        color: var(--gold-light);
    }

.commitment-intro {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.85;
    color: rgba(227,223,220,0.7);
    padding-top: 16px;
}

.commitment-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(227,223,220,0.1);
}

.commitment-item {
    background: rgba(63,28,70,0.4);
    padding: 40px 32px;
    transition: background 0.3s;
    position: relative;
}

    .commitment-item:hover {
        background: rgba(255,255,255,0.06);
    }


    .commitment-item::before {
        content: '';
        position: absolute;
        top: 0;
        left: 28px;
        right: 28px;
        height: 2px;
        background: var(--gold);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.35s ease;
    }

    .commitment-item:hover::before {
        transform: scaleX(1);
    }

.commitment-item-num {
    font-family: var(--font-calisto);
    font-size: 36px;
    font-weight: 300;
    color: rgba(201,169,110,0.3);
    line-height: 1;
    margin-bottom: 20px;
}

.commitment-item-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
    color: rgba(227,223,220,0.75);
}

    .commitment-item-text strong {
        display: block;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0.06em;
        color: var(--sand);
        margin-bottom: 4px;
    }

/* ── CLOSING CTA ── */
.closing {
/*    background: var(--sand);*/
    padding: 80px 48px;
    text-align: center;
}

.closing-inner {
    max-width: 680px;
    margin: 0 auto;
}

.closing-title {
    font-family: var(--font-calisto);
    font-size: clamp(36px, 4vw, 45px);
    font-weight: 300;
    line-height: 1.1;
    color: var(--plum);
    margin-bottom: 24px;
}

    .closing-title em {
        font-style: italic;
    }

.closing-rule {
    width: 48px;
    height: 1px;
    background: var(--gold);
    margin: 0 auto 28px;
}

.closing-sub {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.08em;
    color: var(--text-mid);
    margin-bottom: 40px;
}

.btn-primary {
    display: inline-block;
    background: var(--plum) !important;
    color: var(--sand);
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 16px 40px;
    transition: background 0.3s, color 0.3s;
    transition: 500ms ease;
    border-radius: 0.25rem;
}

    .btn-primary:hover {
        background: var(--plum) !important;
        transform: scale(1.05);
    }

.btn-outline {
    display: inline-block;
    border: 1px solid var(--plum);
    color: var(--plum);
    font-family: 'Jost', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 16px 40px;
    margin-left: 16px;
    transition: all 0.3s;
    transition: 500ms ease;
    border-radius: 0.25rem;
}

    .btn-outline:hover {
        background: var(--plum);
        color: var(--sand);
        transform: scale(1.05);
    }


/* ── REVEAL ANIMATIONS ── */
.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

    .reveal.visible {
        opacity: 1;
        transform: none;
    }



.reveal-delay-1 {
    transition-delay: 0.1s;
}

.reveal-delay-2 {
    transition-delay: 0.2s;
}

.reveal-delay-3 {
    transition-delay: 0.3s;
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
    .who-grid, .retailer-header, .sourcing-inner, .commitment-header {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .commitment-grid {
        grid-template-columns: 1fr 1fr;
    }

    .sourcing-visual {
        display: none;
    }

    .hero {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-right {
        text-align: left;
    }

    .hero-rule {
        margin: 20px 0;
    }

    .pillars {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {

    .breadcrumb {
        padding: 14px 20px;
    }

    section, .hero, .who, .retailer, .sourcing, .commitment, .closing {
        padding: 64px 20px;
    }

    .commitment-grid {
        grid-template-columns: 1fr;
    }

    .btn-outline {
        margin-left: 0;
        margin-top: 12px;
        display: block;
        text-align: center;
    }

    .btn-primary {
        display: block;
        text-align: center;
    }

    .hero-heading {
        font-size: 44px;
    }
}
