@import url("https://fonts.googleapis.com/css2?family=Google+Sans+Code:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&display=swap");
:root {
    --ivory: #f5f1ed;
    --charcoal: #2d2a26;
    --gold: #bfaf8e;
    --linen: #e8e1d9;
}
body {
    background: var(--ivory);
    color: var(--charcoal);
    font-family: "Inter", sans-serif;
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
.display-1,
.display-2,
.display-3,
.display-4 {
    font-family: "Playfair Display", serif;
}
.navbar {
    background: rgba(245, 241, 237, 0.95);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(232, 225, 217, 0.3);
}
.navbar-brand {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.1em;
}
.nav-link {
    text-transform: uppercase;
    font-size: 1rem !important;
    letter-spacing: 0.15em;
    color: var(--charcoal) !important;
    transition: color 0.3s ease;
}
.nav-link:hover {
    color: var(--gold) !important;
}
.hero {
    height: 100vh;
    /* background: linear-gradient(to bottom, rgba(245,241,237,0.2), rgba(245,241,237,0.8)), url('https://images.pexels.com/photos/6621158/pexels-photo-6621158.jpeg?auto=compress&cs=tinysrgb&w=1920') center/cover no-repeat; */
    /* background: linear-gradient(to bottom, rgba(245,241,237,0.2), rgba(245,241,237,0.8)), url('./bg.png') center/cover no-repeat; */
    background:
        linear-gradient(
            to bottom,
            rgba(245, 241, 237, 0.2),
            rgba(245, 241, 237, 0.8)
        ),
        url("../../assets/images/product_placement.png") center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}
.hero::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(transparent, var(--ivory));
}

/* ------- */
#about .container {
    max-width: 90% !important;
    min-width: 90% !important;
    margin: 0 auto;
}

.scroll-cue {
    animation: float 2s ease-in-out infinite;
    color: rgba(45, 42, 38, 0.5);
}
@keyframes float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}
.section-title {
    font-size: 3rem;
    margin-bottom: 1.5rem;
}
.faq-item {
    border-bottom: 1px solid var(--linen);
    padding: 1.5rem 0;
    cursor: pointer;
}
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition:
        max-height 0.4s ease,
        padding 0.4s ease;
    color: #555;
}
.faq-item.active .faq-answer {
    max-height: 200px;
    padding-top: 1rem;
}
.cta-section {
    background: var(--linen);
}
.form-control {
    background: transparent;
    border: 1px solid var(--charcoal);
    border-radius: 0;
    padding: 0.75rem 1rem;
    font-size: 1rem;
}
.form-control:focus {
    box-shadow: none;
    border-color: var(--gold);
}
.btn-submit {
    background: var(--charcoal);
    color: white;
    border-radius: 0;
    padding: 0.75rem 2rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.85rem;
    transition: all 0.3s ease;
}
.btn-submit:hover {
    background: var(--gold);
    color: var(--charcoal);
}
footer {
    border-top: 1px solid var(--linen);
    font-size: 0.85rem;
}
.social-icon {
    color: var(--charcoal);
    transition: color 0.3s;
}
.social-icon:hover {
    color: var(--gold);
}

#subhead {
    /* font-family: Arial, Helvetica, sans-serif; */
    font-family: Oswald, sans-serif;
    /* font-weight: 400; */
    font-style: normal;
    font-size: 1.8rem;
    font-weight: 100 !important;
}

#navlogo img {
    max-width: 80px;
}

.lead {
    text-align: justify;
}

.verystrong {
    font-weight: 500;
}

#founder {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
#founder span {
    font-size: 30px;
    font-family: "Playfair Display";
}

/* products section style */
.product-section {
    background-color: white;
    padding: 100px 0;
}
.product-section img {
    max-width: 100%;
    border-radius: 10px;
    margin: 20px 0;
}

.product-section button {
    margin-bottom: 10px;
}

.product-section #combo {
    padding: 50px 0 !important;
}

.product-section #combo h2 {
    text-transform: uppercase;
    padding: 20px 0;
}

/* Special Section - about pause */
.values-section {
    padding: 60px 20px;
    background-color: #f9f7f2; /* Soft, organic background */
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #333;
    text-align: center;
}
.container {
    max-width: 1100px;
    margin: 0 auto;
}
.section-title {
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #2c3e50;
}
.section-subtitle {
    font-size: 1.1rem;
    color: #7f8c8d;
    margin-bottom: 40px;
}
.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}
.value-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}
.value-card:hover {
    transform: translateY(-5px);
}
.icon {
    font-size: 2.5rem;
    margin-bottom: 20px;
}
.value-card h3 {
    margin-bottom: 15px;
    font-size: 1.5rem;
    color: #4a5a4a; /* Earthy green tone */
}
.value-card p {
    line-height: 1.6;
    color: #555;
}

/* Quote Section */
.alignment-statement {
    padding: 12px 24px;
    background-color: #faf9f6; /* Warm parchment white */
    color: #3a3a3a;
    text-align: center;
    line-height: 1.8;
}
.inner-wrap {
    max-width: 750px;
    margin: 0 auto;
}
.manifesto-top {
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    color: #8c8c8c;
    margin-bottom: 40px;
}
.manifesto-core {
    font-family:
        "Playfair Display", serif; /* Use a premium serif if available */
    font-size: 2.2rem;
    margin-bottom: 50px;
    font-weight: 300;
}
.manifesto-core p {
    margin: 10px 0;
}
.manifesto-core strong {
    font-weight: 500;
    color: #556b2f; /* Dark Olive for a grounded feel */
}
.manifesto-belief {
    font-size: 1.4rem;
    margin-bottom: 60px;
    font-style: italic;
}
.manifesto-belief span {
    display: block;
    margin-top: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9rem;
    font-style: normal;
}
.manifesto-conclusion {
    border-top: 1px solid #e0ddd5;
    padding-top: 40px;
}
.alignment-call {
    font-size: 2.5rem;
    margin-top: 15px;
    font-weight: 300;
    color: #2c2c2c;
}
.alignment-call em {
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-color: #d4cfc3;
}

/* Newsletter section */
.alignment-breakout {
    padding: 100px 20px;
    background-color: #fcfbf9; /* Off-white for a natural feel */
    text-align: center;
    font-family: "Playfair Display", serif; /* Elegant brand font */
    color: #444;
}

.alignment-container {
    max-width: 600px;
    margin: 0 auto;
}

.statement-block p {
    font-family:
        "Montserrat", sans-serif; /* Modern sans-serif for secondary text */
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.85rem;
    color: #a0a0a0;
    margin-bottom: 8px;
}

.quote-text {
    font-size: 3rem;
    font-weight: 300;
    margin: 0;
}

/* Styling for 'Normal' */
.strike-through {
    color: #d1d1d1;
    position: relative;
    display: inline-block;
}
.strike-through::after {
    content: "";
    position: absolute;
    left: 0;
    top: 55%;
    width: 100%;
    height: 1px;
    background-color: #e0ddd5;
}

/* Styling for 'Aligned' */
.emphasize {
    color: #2c3e50;
    font-weight: 400;
    font-style: italic;
}

/* Divider Styles */
.alignment-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 40px 0;
}
.alignment-divider .line {
    width: 40px;
    height: 1px;
    background-color: #e0ddd5;
}
.alignment-divider .dot {
    width: 6px;
    height: 6px;
    background-color: #6b8e23; /* Olive green accent */
    border-radius: 50%;
}

@media (max-width: 600px) {
    .quote-text {
        font-size: 2.2rem;
    }
}

/* ======================================================================
   NEW HOMEPAGE LAYOUT — theme colours mapped to existing brand variables
   (--ivory, --charcoal, --gold, --linen are defined at the top of this
   file already; the variables below are *additional*, namespaced "e2e-"
   so nothing here overrides the older sections like .hero, .values-section,
   .alignment-statement, etc. which are still used on candle-guide.html
   and merged lower on this homepage.)
   ====================================================================== */
:root {
    --e2e-night: #211e1a; /* deepest dark bg (hero / footer) */
    --e2e-night-2: #2d2a26; /* = charcoal, secondary dark bg (nav/combo/care) */
    --e2e-gold: #bfaf8e; /* = gold, accent */
    --e2e-gold-deep: #a4916a; /* deeper gold for hover/contrast */
    --e2e-clay: #e8e1d9; /* = linen */
    --e2e-ivory: #f5f1ed; /* = ivory */
    --e2e-ink-soft: #8a8275; /* muted text on light bg */
    --e2e-mist: #f5f1ed; /* light text on dark bg */
    --e2e-mist-soft: #c7bfaf; /* muted light text on dark bg */
    --e2e-line-dark: rgba(245, 241, 237, 0.14);
    --e2e-line-light: rgba(45, 42, 38, 0.12);
}

/* ---- shared ---- */
.e2e-eyebrow {
    font-size: 1rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--e2e-gold-deep);
    display: inline-block;
}
.e2e-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5em;
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0.01em;
    padding: 0.85em 1.6em;
    border-radius: 999px;
    cursor: pointer;
    border: 1.5px solid transparent;
    transition: 0.25s ease;
    text-transform: uppercase;
    font-size: 0.78rem;
    letter-spacing: 0.12em;
}
.e2e-btn-gold {
    background: var(--e2e-gold);
    color: var(--e2e-night);
}
.e2e-btn-gold:hover {
    background: var(--e2e-gold-deep);
    color: #fff;
    transform: translateY(-1px);
}
.e2e-btn-ghost {
    background: transparent;
    border-color: var(--e2e-mist-soft);
    color: var(--e2e-mist);
}
.e2e-btn-ghost:hover {
    border-color: var(--e2e-gold);
    color: var(--e2e-gold);
}
.e2e-btn-dark {
    background: var(--e2e-night-2);
    color: var(--e2e-ivory);
}
.e2e-btn-dark:hover {
    background: var(--e2e-gold);
    color: var(--e2e-night);
}
.e2e-section-head {
    max-width: 620px;
    margin: 0 auto 3rem;
}
.e2e-section-head h2 {
    font-size: clamp(2rem, 4vw, 2.8rem);
    margin: 0.5rem 0 0.75rem;
}
.e2e-section-head p {
    color: var(--e2e-ink-soft);
    font-size: 1.05rem;
}

.e2e-story p {
    color: #211e1a !important;
    text-align: justify;
}

/* ---- NAV ---- */
.e2e-navbar {
    background: rgba(33, 30, 26, 0.92) !important;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--e2e-line-dark);
}
.e2e-navbar .navbar-brand img {
    max-width: 60px;
}
.e2e-navbar .nav-link {
    color: var(--e2e-mist-soft) !important;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.15em;
}
.e2e-navbar .nav-link:hover {
    color: var(--e2e-gold) !important;
}
.e2e-navbar .social-icon {
    color: var(--e2e-mist-soft);
}
.e2e-navbar .social-icon:hover {
    color: var(--e2e-gold);
}
.e2e-navbar .navbar-toggler {
    border-color: var(--e2e-line-dark);
}
.e2e-navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(245,241,237,0.85)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ---- HERO ---- */
.hero-glow {
    position: relative;
    background: var(--e2e-night);
    color: var(--e2e-mist);
    overflow: hidden;
    text-align: center;
    padding: 140px 0 110px;
}
.hero-glow .glow {
    position: absolute;
    left: 50%;
    top: 46%;
    transform: translate(-50%, -50%);
    width: 680px;
    height: 680px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(191, 175, 142, 0.45) 0%,
        rgba(191, 175, 142, 0.14) 34%,
        rgba(191, 175, 142, 0) 68%
    );
    filter: blur(6px);
    animation: e2ebreathe 10s ease-in-out infinite;
    z-index: 0;
}
.hero-glow .glow.b {
    width: 1000px;
    height: 1000px;
    background: radial-gradient(
        circle,
        rgba(138, 130, 117, 0.22) 0%,
        rgba(138, 130, 117, 0) 62%
    );
    animation-duration: 13s;
}
@keyframes e2ebreathe {
    0%,
    100% {
        opacity: 0.78;
        transform: translate(-50%, -50%) scale(0.98);
    }
    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.04);
    }
}
@media (prefers-reduced-motion: reduce) {
    .hero-glow .glow {
        animation: none;
    }
}
.hero-glow .hero-inner {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0 auto;
}
.hero-glow h1 {
    font-size: clamp(2.5rem, 6vw, 4.2rem);
    font-weight: 600;
    line-height: 1.08;
    margin: 18px 0 22px;
}
.hero-glow h1 em {
    font-style: italic;
    color: var(--e2e-gold);
}
.hero-glow p {
    font-size: 1.12rem;
    color: var(--e2e-mist-soft);
    max-width: 520px;
    margin: 0 auto 34px;
}
.calm-toggle {
    position: absolute;
    top: 18px;
    right: 24px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.5em;
    background: rgba(245, 241, 237, 0.08);
    border: 1px solid var(--e2e-line-dark);
    color: var(--e2e-mist-soft);
    font-size: 0.78rem;
    font-weight: 500;
    padding: 0.5em 1em;
    border-radius: 999px;
    cursor: pointer;
    transition: 0.2s;
}
.calm-toggle:hover {
    border-color: var(--e2e-gold);
    color: var(--e2e-mist);
}
.calm-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--e2e-gold);
    transition: 0.2s;
    display: inline-block;
}
body.calm .calm-dot {
    background: var(--e2e-mist-soft);
}
body.calm .hero-glow .glow {
    animation: none;
    opacity: 0.78;
    transform: translate(-50%, -50%) scale(1);
}

/* ---- TRUST STRIP ---- */
.e2e-trust {
    background: var(--e2e-night-2);
    color: var(--e2e-mist-soft);
    border-top: 1px solid var(--e2e-line-dark);
}
.e2e-trust .e2e-trust-inner {
    padding: 18px 0;
    font-size: 1.2rem;
    font-weight: 500;
}
.e2e-trust b {
    color: var(--e2e-gold);
    font-weight: 600;
}

/* ---- SHOP / PRODUCT CARDS ---- */
.e2e-shop {
    padding: 90px 0;
    background: var(--e2e-ivory);
}
.e2e-product-card {
    background: #fff;
    border: 1px solid var(--e2e-line-light);
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: 0.3s ease;
    box-shadow: 0 1px 0 rgba(45, 42, 38, 0.03);
}
.e2e-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 44px -22px rgba(45, 42, 38, 0.35);
}
.e2e-card-img {
    position: relative;
    aspect-ratio: 4/3;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 0 26px;
}
/* ----------- */
/* .e2e-card-img.soma{
  background:radial-gradient(120% 100% at 50% 18%,#f3eee6 0%,var(--e2e-clay) 46%,var(--e2e-gold-deep) 130%)}
.e2e-card-img.satya{
  background:radial-gradient(120% 100% at 50% 18%,#4a4439 0%,var(--e2e-night-2) 55%,var(--e2e-night) 130%)} */

.e2e-card-img.soma {
    background-image: url("../images/Soma\ White.png");
    background-position: center;
    background-size: cover;
}
.e2e-card-img.satya {
    background-image: url("../images/satya\ blue.png");
    background-position: center;
    background-size: cover;
}

.e2e-vessel {
    width: 110px;
    height: 132px;
    border-radius: 14px 14px 18px 18px;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.32),
        rgba(255, 255, 255, 0.08)
    );
    border: 1px solid rgba(255, 255, 255, 0.45);
    position: relative;
    box-shadow:
        0 14px 30px -14px rgba(0, 0, 0, 0.45),
        inset 0 2px 6px rgba(255, 255, 255, 0.4);
}
.e2e-vessel::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -24px;
    transform: translateX(-50%);
    width: 16px;
    height: 28px;
    border-radius: 50% 50% 50% 50%/60% 60% 40% 40%;
    background: radial-gradient(
        circle at 50% 70%,
        #fff 0%,
        #f5e2bb 38%,
        var(--e2e-gold) 70%,
        rgba(191, 175, 142, 0) 100%
    );
    box-shadow: 0 0 24px 9px rgba(191, 175, 142, 0.5);
}
.e2e-vessel::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 6px;
    transform: translateX(-50%);
    width: 1.5px;
    height: 14px;
    background: rgba(60, 55, 45, 0.5);
}
.e2e-photo-note {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 0.62rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.78);
    background: rgba(0, 0, 0, 0.2);
    padding: 0.3em 0.6em;
    border-radius: 6px;
}
.e2e-chakra-tag {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 0.66rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background: rgba(0, 0, 0, 0.25);
    padding: 0.32em 0.7em;
    border-radius: 999px;
}
.e2e-card-body {
    padding: 26px 26px 28px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.e2e-card-body h3 {
    font-size: 1.5rem;
    display: flex;
    align-items: baseline;
    gap: 0.5em;
    flex-wrap: wrap;
}
.e2e-scent {
    font-family: "Inter", sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--e2e-gold-deep);
}
.e2e-ritual {
    font-style: italic;
    font-family: "Playfair Display", serif;
    color: var(--e2e-ink-soft);
    margin: 12px 0 18px;
    font-size: 1rem;
}
.e2e-specs {
    list-style: none;
    font-size: 0.88rem;
    color: var(--e2e-ink-soft);
    display: grid;
    gap: 6px;
    margin: 0 0 22px;
    padding: 0;
}
.e2e-specs li {
    display: flex;
    gap: 0.6em;
}
.e2e-specs li::before {
    content: "·";
    color: var(--e2e-gold-deep);
    font-weight: 700;
}
.e2e-price-row {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding-top: 18px;
    border-top: 1px solid var(--e2e-line-light);
}
.e2e-price {
    font-family: "Playfair Display", serif;
    font-size: 1.6rem;
    font-weight: 600;
}
.e2e-price small {
    font-family: "Inter", sans-serif;
    font-size: 0.78rem;
    color: var(--e2e-ink-soft);
    font-weight: 500;
    margin-left: 6px;
}
.e2e-reassure {
    margin-top: 38px;
    background: #fff;
    border: 1px solid var(--e2e-line-light);
    border-radius: 16px;
    padding: 22px;
    text-align: center;
}
.e2e-reassure span {
    display: inline-flex;
    align-items: center;
    gap: 0.55em;
    font-size: 1rem;
    color: var(--e2e-ink-soft);
    font-weight: 500;
}
.e2e-reassure b {
    color: var(--charcoal);
    font-weight: 600;
}
.e2e-reassure a {
    color: var(--e2e-gold-deep);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* ---- COMBO ---- */
.e2e-combo {
    background: var(--e2e-night);
    color: var(--e2e-mist);
    padding: 80px 0;
}
.e2e-combo-art {
    display: flex;
    gap: 18px;
    justify-content: center;
}
.e2e-combo-art .v {
    width: 110px;
    height: 138px;
    border-radius: 14px 14px 18px 18px;
    position: relative;
    box-shadow: 0 18px 40px -18px rgba(0, 0, 0, 0.6);
}
.e2e-combo-art .v.s {
    background: radial-gradient(
        120% 100% at 50% 18%,
        #f3eee6,
        var(--e2e-gold-deep)
    );
    transform: rotate(-4deg);
}
.e2e-combo-art .v.t {
    background: radial-gradient(
        120% 100% at 50% 18%,
        #4a4439,
        var(--e2e-night-2)
    );
    transform: rotate(4deg) translateY(14px);
}
.e2e-combo-art .v::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -22px;
    transform: translateX(-50%);
    width: 14px;
    height: 26px;
    border-radius: 50%;
    background: radial-gradient(
        circle at 50% 70%,
        #fff,
        #f5e2bb 40%,
        var(--e2e-gold) 72%,
        transparent
    );
    box-shadow: 0 0 22px 8px rgba(191, 175, 142, 0.5);
}
.e2e-combo h2 {
    font-size: clamp(2rem, 4vw, 2.6rem);
    margin: 12px 0 16px;
}
.e2e-combo p {
    color: var(--e2e-mist-soft);
    margin-bottom: 24px;
}
.e2e-save-badge {
    display: inline-block;
    background: rgba(191, 175, 142, 0.16);
    color: var(--e2e-gold);
    font-weight: 600;
    font-size: 0.82rem;
    padding: 0.4em 1em;
    border-radius: 999px;
    margin-bottom: 18px;
}
.e2e-combo-price {
    display: flex;
    align-items: baseline;
    gap: 14px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}
.e2e-combo-price .now {
    font-family: "Playfair Display", serif;
    font-size: 2.1rem;
    font-weight: 600;
}
.e2e-combo-price .was {
    color: var(--e2e-mist-soft);
    text-decoration: line-through;
    font-size: 1.1rem;
}
.e2e-combo-price .ship {
    color: var(--e2e-gold);
    font-weight: 600;
    font-size: 0.9rem;
}

/* ---- STORY ---- */
.e2e-story {
    background: var(--e2e-clay);
    padding: 90px 0;
}
.e2e-story h2 {
    font-size: clamp(1.8rem, 3.6vw, 2.5rem);
    margin-bottom: 20px;
}
.e2e-story p {
    color: var(--e2e-ink-soft);
    margin-bottom: 16px;
}
.e2e-mantra {
    background: #fff;
    border-radius: 20px;
    padding: 42px 36px;
    border: 1px solid var(--e2e-line-light);
}
.e2e-mantra p {
    font-family: "Playfair Display", serif;
    font-size: 1.3rem;
    line-height: 1.5;
    color: var(--charcoal);
}
.e2e-mantra p .lift {
    color: var(--e2e-gold-deep);
    font-style: italic;
}
.e2e-mantra .small {
    font-family: "Inter", sans-serif;
    font-size: 0.95rem;
    color: var(--e2e-ink-soft);
    margin-top: 18px;
    font-style: normal;
}

/* ---- PURPOSE (pillars) ---- */
.e2e-purpose {
    padding: 88px 0;
    background: var(--e2e-ivory);
}
.e2e-pillar {
    background: #fff;
    border: 1px solid var(--e2e-line-light);
    border-radius: 18px;
    padding: 34px 28px;
    height: 100%;
}
.e2e-pillar .ic {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    font-size: 1.3rem;
    margin-bottom: 18px;
    background: rgba(191, 175, 142, 0.18);
}
.e2e-pillar h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}
.e2e-pillar p {
    font-size: 0.94rem;
    color: var(--e2e-ink-soft);
    margin: 0;
}
.e2e-pillar b {
    color: var(--charcoal);
    font-weight: 600;
}

/* ---- CARE ---- */
.e2e-care {
    background: var(--e2e-night-2);
    color: var(--e2e-mist);
    padding: 76px 0;
}
.e2e-care h4 {
    font-size: 1.05rem;
    color: var(--e2e-gold);
    margin-bottom: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
}
.e2e-care ul {
    list-style: none;
    display: grid;
    gap: 9px;
    padding: 0;
    margin: 0;
}
.e2e-care li {
    font-size: 0.92rem;
    color: var(--e2e-mist-soft);
    padding-left: 18px;
    position: relative;
}
.e2e-care li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.65em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--e2e-gold);
}

/* ---- NEWSLETTER (homepage variant, dark accent border) ---- */
.e2e-news {
    background: var(--e2e-clay);
    padding: 84px 0;
    text-align: center;
}
.e2e-news h3 {
    font-size: clamp(1.8rem, 3.6vw, 2.4rem);
    margin-bottom: 12px;
}
.e2e-news .e2e-fine {
    font-size: 0.78rem;
    color: var(--e2e-ink-soft);
    margin-top: 16px;
}

/* ---- FOOTER ---- */
.e2e-footer {
    background: var(--e2e-night);
    color: var(--e2e-mist-soft);
    padding: 56px 0 28px;
}
.e2e-footer .foot-brand-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}
.e2e-footer .foot-brand-row img {
    max-width: 46px;
}
.e2e-footer .foot-brand-row span {
    font-family: "Playfair Display", serif;
    font-size: 1.4rem;
    color: var(--e2e-mist);
}
.e2e-footer p {
    font-size: 0.9rem;
    max-width: 280px;
}
.e2e-footer h5 {
    color: var(--e2e-mist);
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 14px;
    font-weight: 600;
}
.e2e-footer a {
    display: block;
    font-size: 0.92rem;
    margin-bottom: 9px;
    color: var(--e2e-mist-soft);
    transition: 0.2s;
    text-decoration: none;
}
.e2e-footer a:hover {
    color: var(--e2e-gold);
}
.e2e-footer .foot-bottom {
    border-top: 1px solid var(--e2e-line-dark);
    padding-top: 24px;
    margin-top: 30px;
    font-size: 0.82rem;
}
.e2e-footer .foot-bottom a {
    display: inline;
    margin: 0 4px;
}
.e2e-footer .social-icon {
    color: var(--e2e-mist-soft);
}
.e2e-footer .social-icon:hover {
    color: var(--e2e-gold);
}

/* ---- merged manifesto / values sections: re-tinted slightly for the new page rhythm ---- */
.e2e-on-clay {
    background: var(--e2e-clay);
}

/* ---- ANNOUNCEMENT MARQUEE (sits above navbar, pre-launch banner) ---- */
.e2e-marquee {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1031; /* above navbar (Bootstrap fixed-top = 1030) */
    background: var(--e2e-gold);
    color: var(--e2e-night);
    overflow: hidden;
    white-space: nowrap;
    font-family: "Inter", sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding: 8px 0;
}
.e2e-marquee .e2e-marquee-track {
    display: inline-flex;
    animation: e2emarquee 32s linear infinite;
}
.e2e-marquee .e2e-marquee-track span {
    display: inline-block;
    padding: 0 2.5em;
    white-space: nowrap;
}
.e2e-marquee a {
    color: var(--e2e-night);
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 700;
}
@keyframes e2emarquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
@media (prefers-reduced-motion: reduce) {
    .e2e-marquee .e2e-marquee-track {
        animation: none;
    }
    .e2e-marquee .e2e-marquee-track span:nth-child(n + 3) {
        display: none;
    }
}
.e2e-marquee:hover .e2e-marquee-track,
.e2e-marquee:focus-within .e2e-marquee-track {
    animation-play-state: paused;
}
/* push fixed navbar down below the marquee, and shift in-flow page content
   down to match (fixed elements ignore body margin, so this is safe) */
.e2e-navbar {
    top: 36px;
}
body {
    margin-top: 36px;
}
@media (max-width: 576px) {
    .e2e-marquee {
        font-size: 0.74rem;
        padding: 7px 0;
    }
    .e2e-navbar {
        top: 32px;
    }
    body {
        margin-top: 32px;
    }
}

/* ---- RETURNS TERMS MODAL ---- */
#returnsModal .modal-content {
    border-radius: 16px;
}
#returnsModal .modal-header {
    border-bottom: none;
    padding-bottom: 0;
}
#returnsModal .modal-body h6 {
    font-family: "Playfair Display", serif;
    font-size: 1.05rem;
    margin: 22px 0 10px;
    color: var(--charcoal);
}
#returnsModal .modal-body h6:first-child {
    margin-top: 0;
}
#returnsModal .modal-body ul {
    padding-left: 1.1rem;
    margin-bottom: 0;
}
#returnsModal .modal-body li {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 6px;
    line-height: 1.55;
}
#returnsModal .modal-body p.e2e-returns-note {
    font-size: 0.82rem;
    color: var(--e2e-ink-soft);
    margin-top: 22px;
    padding-top: 16px;
    border-top: 1px solid var(--e2e-line-light);
}

/* ---- TESTIMONIALS ---- */
.e2e-reviews {
    padding: 88px 0;
    background: var(--e2e-clay);
}
.e2e-review-card {
    background: #fff;
    border: 1px solid var(--e2e-line-light);
    border-radius: 18px;
    padding: 34px 28px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: 0.25s ease;
}
.e2e-review-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 36px -22px rgba(45, 42, 38, 0.3);
}
.e2e-stars {
    color: var(--e2e-gold-deep);
    font-size: 1rem;
    letter-spacing: 0.15em;
    margin-bottom: 14px;
}
.e2e-review-quote {
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-size: 1.08rem;
    color: var(--charcoal);
    line-height: 1.5;
    flex: 1;
    margin-bottom: 20px;
}
.e2e-review-who {
    display: flex;
    flex-direction: column;
    font-size: 0.85rem;
    border-top: 1px solid var(--e2e-line-light);
    padding-top: 14px;
}
.e2e-review-who .name {
    font-weight: 600;
    color: var(--charcoal);
}
.e2e-review-who .loc {
    color: var(--e2e-ink-soft);
    font-size: 0.8rem;
}
