/* CSS Styles for balancedwithabby.com */

:root {
    --rose: #c6898c;
    --teal: #527a77;
    --charcoal: #5c5852;
    --thyme: #728a7e;
    --mist: #8FB5B0;
    --wine: #6B1F3A;
    --cream: #F2F0EB;
    --cream-dark: #e8e4dc;
    --white: #faf9f6;
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Jost', sans-serif;
    background: #ede9e2;
    color: var(--charcoal);
    overflow-x: hidden;
}

/* ── GRAIN TEXTURE ── */
body::after {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 100;
    opacity: 0.028;
    background-image: url('/static/img/noise.svg');
}

/* ── HERO ── */
.hero {
    min-height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr auto;
    position: relative;
    overflow: hidden;
    background: linear-gradient(160deg, #dde8e6 0%, #e8e2da 45%, #e9d8d8 100%);
}

/* Soft botanical background blobs */
.hero::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(198, 137, 140, 0.16) 0%, rgba(143, 181, 176, 0.08) 55%, transparent 78%);
    top: -100px;
    right: -150px;
    pointer-events: none;
}

.hero-bg-blob-teal {
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(82, 122, 119, 0.12) 0%, rgba(143, 181, 176, 0.07) 50%, transparent 75%);
    top: 60px;
    left: -80px;
    pointer-events: none;
}

.hero-bg-blob {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(198, 137, 140, 0.14) 0%, transparent 70%);
    bottom: 80px;
    left: -100px;
    pointer-events: none;
}

/* ── NAV ── */
nav {
    padding: 28px 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
    opacity: 0;
    animation: fadeDown 0.8s ease forwards 0.1s;
}

@media (max-width: 600px) {
    nav {
        padding: 22px 24px;
    }
}

.nav-logo {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    font-weight: 400;
    color: var(--teal);
    letter-spacing: 0.02em;
    text-decoration: none;
}

.nav-logo em {
    font-style: italic;
    color: var(--rose);
}

.nav-links {
    display: flex;
    gap: 28px;
    align-items: center;
}

.nav-links a {
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--thyme);
    text-decoration: none;
    transition: color 0.2s;
    font-weight: 400;
}

.nav-links a:hover {
    color: var(--charcoal);
}

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

/* ── HERO CONTENT ── */
.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 24px 60px;
    position: relative;
    z-index: 2;
}

.hero-eyebrow {
    font-size: 11px;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: var(--thyme);
    margin-bottom: 24px;
    opacity: 0;
    animation: fadeUp 0.8s ease forwards 0.3s;
}

.hero-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(48px, 9vw, 96px);
    font-weight: 300;
    line-height: 1.0;
    color: var(--teal);
    margin-bottom: 28px;
    letter-spacing: -0.02em;
    opacity: 0;
    animation: fadeUp 0.9s ease forwards 0.45s;
}

.hero-title em {
    font-style: italic;
    color: var(--rose);
    display: block;
}

.hero-tagline {
    font-size: clamp(15px, 2.5vw, 18px);
    font-weight: 300;
    line-height: 1.75;
    color: var(--charcoal);
    max-width: 520px;
    margin-bottom: 48px;
    opacity: 0;
    animation: fadeUp 0.8s ease forwards 0.6s;
}

.hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-bottom: 52px;
    opacity: 0;
    animation: fadeUp 0.7s ease forwards 0.75s;
}

.pill {
    font-size: 10px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--rose);
    border: 1px solid rgba(198, 137, 140, 0.35);
    padding: 6px 14px;
    border-radius: 20px;
    font-weight: 400;
}

.hero-cta {
    opacity: 0;
    animation: fadeUp 0.7s ease forwards 0.9s;
}

.btn-primary {
    display: inline-block;
    font-family: 'Jost', sans-serif;
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--cream);
    background: var(--teal);
    text-decoration: none;
    padding: 16px 40px;
    border-radius: 1px;
    transition: all 0.25s ease;
    border: none;
    cursor: pointer;
}

.btn-primary:hover {
    background: var(--charcoal);
}

.hero-scroll {
    padding: 0 0 40px;
    display: flex;
    justify-content: center;
    opacity: 0;
    animation: fadeUp 0.6s ease forwards 1.2s;
    position: relative;
    z-index: 2;
}

.scroll-line {
    width: 1px;
    height: 48px;
    background: linear-gradient(to bottom, var(--rose), transparent);
}

/* ── DIVIDER ── */
.divider {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0 auto;
    max-width: 720px;
    padding: 0 24px;
}

.divider-bg {
    background: #e4ddd6;
    padding: 0 24px;
}

.divider-line {
    flex: 1;
    height: 1px;
    background: var(--mist);
    opacity: 0.4;
}

.divider-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--rose);
    opacity: 0.8;
    flex-shrink: 0;
}

/* ── ABOUT ── */
.about {
    padding: 100px 24px;
    width: 100%;
    text-align: center;
}

.about-bg {
    background: linear-gradient(180deg, #e8e2da 0%, #e8d8d4 50%, #e4ddd6 100%);
}

.about-inner {
    max-width: 760px;
    margin: 0 auto;
}

.section-eyebrow {
    font-size: 10px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--rose);
    margin-bottom: 20px;
    display: block;
}

.about h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 300;
    color: var(--teal);
    line-height: 1.15;
    margin-bottom: 28px;
    letter-spacing: -0.01em;
}

.about h2 em {
    font-style: italic;
    color: var(--rose);
}

.about-text {
    font-size: 15px;
    line-height: 1.85;
    background: #e4ddd6;
    padding: 0 24px;
    color: var(--charcoal);
    font-weight: 300;
    max-width: 580px;
    margin: 0 auto 16px;
}

.about-sig {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-style: italic;
    color: var(--thyme);
    margin-top: 32px;
    font-weight: 300;
}

/* ── OFFERS GRID ── */
.offers {
    padding: 20px 24px 100px;
    width: 100%;
}

.offers-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.offers-header {
    text-align: center;
    margin-bottom: 52px;
}

.offers-header h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(30px, 5vw, 48px);
    font-weight: 300;
    color: var(--teal);
    line-height: 1.15;
    letter-spacing: -0.01em;
}

.offers-header h2 em {
    font-style: italic;
    color: var(--rose);
}

.offers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
}

.offers-bg {
    background: linear-gradient(160deg, #e4ddd6 0%, #d8e3e1 60%, #cfdad8 100%);
}

/* Featured card — spans full width on its row */
.offer-card {
    background: rgba(242, 240, 235, 0.75);
    border: 1px solid rgba(82, 122, 119, 0.12);
    border-radius: 2px;
    padding: 36px 32px 32px;
    display: flex;
    flex-direction: column;
    transition: border-color 0.25s ease, transform 0.25s ease;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
}

.offer-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: transparent;
    transition: background 0.25s ease;
}

.offer-card:hover {
    border-color: rgba(82, 122, 119, 0.3);
    transform: translateY(-2px);
}

.offer-card:hover::before {
    background: var(--teal);
}

.offer-card.featured:hover::before {
    background: var(--wine);
}

.offer-card.featured {
    background: linear-gradient(135deg, rgba(107, 31, 58, 0.07) 0%, rgba(82, 122, 119, 0.08) 100%);
    border-color: rgba(107, 31, 58, 0.14);
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    padding: 40px 40px;
}

@media (max-width: 620px) {
    .offer-card.featured {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding: 32px 24px;
    }
}

.offer-badge {
    font-size: 9px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 1px;
    display: inline-block;
    margin-bottom: 16px;
    align-self: flex-start;
}

.offer-badge.free {
    color: var(--teal);
    background: rgba(82, 122, 119, 0.1);
}

.offer-badge.session {
    color: var(--wine);
    background: rgba(107, 31, 58, 0.08);
}

.offer-badge.shop {
    color: var(--thyme);
    background: rgba(114, 138, 126, 0.1);
}

.offer-badge.watch {
    color: var(--rose);
    background: rgba(198, 137, 140, 0.1);
}

.offer-badge.follow {
    color: var(--charcoal);
    background: rgba(92, 88, 82, 0.08);
}

.offer-icon {
    font-size: 28px;
    margin-bottom: 14px;
    display: block;
}

.offer-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    font-weight: 400;
    color: var(--charcoal);
    line-height: 1.2;
    margin-bottom: 10px;
}

.offer-desc {
    font-size: 13px;
    color: var(--thyme);
    font-weight: 300;
    line-height: 1.7;
    flex: 1;
    margin-bottom: 24px;
}

.offer-card.featured .offer-body {
    flex: 1;
}

.offer-card.featured .offer-cta-wrap {
    flex-shrink: 0;
    text-align: center;
}

.offer-link {
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--teal);
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: gap 0.2s ease;
    text-decoration: none;
    margin-top: auto;
}

.offer-link:hover {
    gap: 10px;
}

.offer-link.wine {
    color: var(--wine);
}

.btn-offer {
    display: inline-block;
    font-family: 'Jost', sans-serif;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--cream);
    background: var(--wine);
    text-decoration: none;
    padding: 14px 32px;
    border-radius: 1px;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.btn-bg {
    background: var(--teal);
}

.btn-offer:hover {
    background: var(--charcoal);
}

.offer-note {
    font-size: 11px;
    color: var(--thyme);
    font-weight: 300;
    margin-top: 10px;
    display: block;
}

/* ── PHILOSOPHY ── */
.philosophy {
    background: linear-gradient(135deg, #3d6b68 0%, var(--teal) 60%, #4a6e6a 100%);
    padding: 80px 24px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.philosophy::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    top: -200px;
    right: -100px;
    pointer-events: none;
}

.philosophy blockquote {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(26px, 4.5vw, 46px);
    font-weight: 300;
    font-style: italic;
    color: var(--cream);
    line-height: 1.3;
    max-width: 700px;
    margin: 0 auto 24px;
    letter-spacing: -0.01em;
    position: relative;
    z-index: 1;
}

.philosophy blockquote em {
    color: var(--rose);
    font-style: normal;
}

.philosophy cite {
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(242, 240, 235, 0.5);
    font-style: normal;
    position: relative;
    z-index: 1;
}

/* ── FOOTER ── */
footer {
    padding: 52px 24px 40px;
    text-align: center;
    background: linear-gradient(180deg, #cfdad8 0%, #b8cac8 100%);
    border-top: none;
}

.footer-logo {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 300;
    color: var(--teal);
    margin-bottom: 20px;
    display: block;
}

.footer-logo em {
    font-style: italic;
    color: var(--rose);
    opacity: 1;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 32px;
    justify-content: center;
    margin-bottom: 28px;
}

.footer-links a {
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--thyme);
    text-decoration: none;
    transition: color 0.2s;
    font-weight: 400;
}

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

.footer-note {
    font-size: 12px;
    color: var(--thyme);
    opacity: 0.7;
    font-weight: 300;
    line-height: 1.6;
}

/* ── SCROLL ANIMATIONS ── */
.reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal-delay-1 {
    transition-delay: 0.1s;
}

.reveal-delay-2 {
    transition-delay: 0.2s;
}

.reveal-delay-3 {
    transition-delay: 0.3s;
}

.reveal-delay-4 {
    transition-delay: 0.4s;
}

/* ── KEYFRAMES ── */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}