/** Shopify CDN: Minification failed

Line 3302:0 Unexpected "="
Line 5044:0 All "@import" rules must come first

**/
/* =======================
RESET
======================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Noto Sans', sans-serif;
    background: #000;
    color: white;
    overflow-x: hidden;
}


/* =======================
HERO
======================= */

.hero {

    position: relative;

    width: 100%;

    height: 100vh;

    overflow: hidden;

    background: #000;

    color: #fff;

}

.hero-banner-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px 32px 40px;
    z-index: 2;
}

.hero-banner-content h1 {
    margin: 0;
    font-size: 96px;
    font-weight: 300;
    line-height: 0.94;
    letter-spacing: -4px;
    font-family: 'Montserrat', sans-serif;
}

.hero-headline {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.18em;
    letter-spacing: -0.02em;
}

.hero-line {
    display: inline-block;
    white-space: nowrap;
}

.hero-char {
    display: inline-block;
    opacity: 0;
    filter: blur(10px);
    transform: translateY(8px);
    animation: hero-char-reveal 0.5s cubic-bezier(.2, .7, .3, 1) forwards;
}

.hero-italic {
    display: inline-block;
    margin-left: 2px;
}

.hero-italic .hero-char {
    font-family: Georgia, 'Times New Roman', serif;
    font-style: italic;
    font-weight: 400;
    letter-spacing: -2px;
    font-size: 1.1em;
}

.hero-banner-content p {
    max-width: 720px;
    margin: 34px auto 0;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 500;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

@media (max-width:992px) {
    .hero-banner-content h1 {
        font-size: 72px;
        letter-spacing: -3px;
    }
}

@media (max-width:768px) {
    .hero-banner-content {
        padding: 40px 20px;
    }

    .hero-banner-content h1 {
        font-size: 52px;
        line-height: 1;
        letter-spacing: -2px;
    }

    .hero-banner-content p {
        font-size: 16px;
        max-width: 100%;
    }
}

@media (max-width:480px) {
    .hero-banner-content h1 {
        font-size: 42px;
    }
}

@keyframes hero-char-reveal {
    0% {
        opacity: 0;
        filter: blur(10px);
        transform: translateY(8px);
    }

    100% {
        opacity: 1;
        filter: blur(0);
        transform: translateY(0);
    }
}

/* =======================
VIDEO
======================= */

.video-wrapper {

    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    overflow: hidden;

    z-index: 0;

}

.video-wrapper video {

    width: 100%;
    height: 100%;

    object-fit: cover;

    display: block;

}

/* =======================
DARK OVERLAY
======================= */

.hero::before {

    content: "";

    position: absolute;

    inset: 0;

    background: rgba(0, 0, 0, .35);

    z-index: 1;

}

/* =======================
HEADER
======================= */

header {

    position: absolute;

    top: 28px;

    left: 40px;
    right: 40px;

    display: flex;

    justify-content: space-between;
    align-items: center;

    z-index: 10;

}

.logo-left {
    margin-left: 0;
}

.menu {
    order: 2;
}

.menu {

    position: relative;
    left: auto;

    font-size: 34px;

    cursor: pointer;

    transition: .3s;
    order: 2;

}

.menu:hover {

    opacity: .7;

}

.logo {

    display: flex;

    align-items: center;

    gap: 12px;

    font-family: 'Inter', sans-serif;

    font-size: 32px;

    font-weight: 500;

    letter-spacing: -0.02em;

}

.logo img {

    display: block;
    width: 150px;
    height: auto;
    transform: translateY(-8px);

}

.dot {

    width: 16px;
    height: 16px;

    border-radius: 50%;

    background: #671a0f;

}

/* =======================
TOP LABELS
======================= */

.hero-top {

    position: absolute;

    top: 120px;

    left: 55px;
    right: 55px;

    display: flex;

    justify-content: space-between;

    z-index: 10;

}

.left-label,
.right-label {

    font-size: 17px;

    font-family: 'Noto Sans', sans-serif;
    font-weight: 300;

    letter-spacing: .08em;

}

/* =======================
BOTTOM CONTENT
======================= */

.bottom-content {

    position: absolute;

    bottom: 45px;

    left: 55px;
    right: 55px;

    display: flex;

    justify-content: flex-start;

    align-items: flex-end;

    z-index: 10;

}

.description {

    max-width: 720px;

    font-size: 26px;

    line-height: 1.45;

    font-family: 'Noto Sans', sans-serif;
    font-weight: 300;

}

.filler {

    font-size: 20px;

    font-family: 'Noto Sans', sans-serif;
    font-weight: 300;
    font-style: italic;

    letter-spacing: .06em;

}

/* =======================
HERO CONTENT
======================= */

.hero-content {
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
    color: #fff;
    width: 100%;
    max-width: 1200px;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Eyebrow Label */
.hero-eyebrow {
    font-family: 'Noto Sans', sans-serif;
    font-size: clamp(10px, 0.9vw, 13px);
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #fdc666;
    /* Honey Yellow */
    margin-bottom: 28px;
    text-align: center;
}

/* Main Title */
.hero-title {
    max-width: 820px;
    margin: 0 auto 20px;
    font-family: 'Libre Baskerville', Georgia, serif;
    font-size: clamp(32px, 4.4vw, 68px);
    font-weight: 300;
    line-height: 1.15;
    letter-spacing: -0.025em;
    color: #ffffff;
    text-shadow: none !important;
    text-align: center;
}

/* Subtitle Line */
.hero-subtitle {
    font-family: 'Libre Baskerville', Georgia, serif;
    font-style: italic;
    font-size: clamp(18px, 1.8vw, 28px);
    font-weight: 300;
    color: #fdc666;
    /* Honey Yellow */
    margin: 0 0 45px;
    text-align: center;
    line-height: 1.4;
}

/* Buttons Container */
.hero-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
    margin-bottom: 70px;
    width: 100%;
}

/* Base button */
.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 32px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-sizing: border-box;
    cursor: pointer;
}

/* Solid Yellow Button */
.hero-btn-solid {
    background-color: #fdc666;
    color: #1e1516;
    border: 1px solid #fdc666;
}

.hero-btn-solid:hover {
    background-color: #e5b259;
    border-color: #e5b259;
    transform: translateY(-2px);
}

/* Outline Button */
.hero-btn-outline {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.hero-btn-outline:hover {
    background-color: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.6);
    transform: translateY(-2px);
}

/* Bottom Footer Statement — Brand Tagline */
.hero-bottom-text {
    font-family: 'Libre Baskerville', Georgia, serif;
    font-style: italic;
    font-size: 26px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
    letter-spacing: 0.05em;
    line-height: 1.3;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.7), 0 0 20px rgba(255, 255, 255, 0.25);
    position: relative;
    display: inline-block;
    animation: taglineFadeIn 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.5s both, taglineGlow 4s ease-in-out 1.7s infinite alternate;
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), text-shadow 0.35s ease;
    cursor: default;
}

.hero-bottom-text:hover {
    transform: translateY(-2px) scale(1.02);
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.8), 0 0 35px rgba(255, 255, 255, 0.5), 0 0 50px rgba(253, 198, 102, 0.3);
}

@keyframes taglineFadeIn {
    0% {
        opacity: 0;
        transform: translateY(12px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes taglineGlow {
    0% {
        text-shadow: 0 2px 14px rgba(0, 0, 0, 0.7), 0 0 16px rgba(255, 255, 255, 0.15);
    }
    100% {
        text-shadow: 0 2px 16px rgba(0, 0, 0, 0.7), 0 0 30px rgba(255, 255, 255, 0.4), 0 0 45px rgba(253, 198, 102, 0.2);
    }
}

@media (max-width: 1024px) {
    .hero-bottom-text {
        font-size: 22px;
        margin-top: 15px;
    }
}

/* Responsive Mobile Layout */
@media (max-width: 768px) {
    .hero-content {
        top: 50%;
        padding: 0 16px;
    }

    .hero-eyebrow {
        margin-bottom: 20px;
        line-height: 1.4;
    }

    .hero-title {
        font-size: clamp(24px, 7vw, 36px);
        margin-bottom: 16px;
        line-height: 1.25;
    }

    .hero-subtitle {
        font-size: clamp(16px, 4vw, 20px);
        margin-bottom: 30px;
    }

    .hero-actions {
        flex-direction: column;
        gap: 12px;
        margin-bottom: 35px;
        width: 100%;
        max-width: 320px;
    }

    .hero-btn {
        width: 100%;
        height: 46px;
    }

    .hero-bottom-text {
        font-size: 19px;
        margin-top: 8px;
    }
}

@media (max-width: 480px) {
    .hero-bottom-text {
        font-size: 17px;
    }
}

/* =======================
MADE BY WOMEN SECTION
/* =======================
MADE BY WOMEN SECTION - REDESIGNED
======================= */

.women-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 0 80px;
    background-color: #ffffff;
    box-sizing: border-box;
}

/* Content container */
.women-content-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 60px auto 0;
    padding: 0 4vw;
    box-sizing: border-box;
}

.women-grid {
    display: flex;
    gap: 60px;
    align-items: center;
    width: 100%;
}

/* Left column content */
.women-left {
    flex: 1;
    max-width: 500px;
    display: flex;
    flex-direction: column;
}

/* Eyebrow label */
.women-eyebrow {
    font-family: "Noto Sans", sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #6e6b69;
    margin-bottom: 20px;
}

/* Main heading */
.women-main-title {
    font-family: "Libre Baskerville", serif;
    font-size: clamp(32px, 3.5vw, 48px);
    line-height: 1.25;
    font-weight: 300;
    letter-spacing: -0.02em;
    margin: 0 0 24px;
}

/* Description */
.women-body {
    font-family: "Noto Sans", sans-serif;
    font-size: clamp(14px, 1.1vw, 16px);
    line-height: 1.6;
    font-weight: 300;
    color: #6e6b69;
}

.women-body p {
    margin: 0;
}

/* Quote/Callout Text */
.women-pullquote {
    font-family: "Libre Baskerville", serif;
    font-size: clamp(16px, 1.2vw, 18px);
    line-height: 1.5;
    font-style: italic;
    font-weight: 300;
    border-left: 2px solid #671a0f;
    padding-left: 18px;
    margin-top: 24px;
}

/* Right column staggered images */
.women-right {
    flex: 1.3;
    display: flex;
    gap: 24px;
    align-items: flex-start;
    padding-bottom: 40px;
}

.women-image-wrapper {
    flex: 1;
    aspect-ratio: 3 / 4;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    background: #e5e5e5;
}

.women-image-wrapper img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* Staggered offset */
.women-image-2 {
    margin-top: 45px;
}

/* Top Strip */
.women-to-table-strip {
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}

.women-to-table-strip p {
    margin: 0;
    font-family: "Libre Baskerville", serif;
    font-style: italic;
    font-size: clamp(18px, 1.4vw, 24px);
    line-height: 1.4;
    font-weight: 300;
}

/* Global Reusable Community CTA Link */
.community-link-cta {
    display: inline-block;
    font-family: "Libre Baskerville", serif;
    font-style: italic;
    font-size: inherit;
    font-weight: 300;
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
    margin-left: 6px;
    transition: opacity 0.2s ease;
    cursor: pointer;
}

.community-link-cta:hover {
    opacity: 0.75;
}

.long-table-cta-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: clamp(16px, 2vw, 24px) clamp(20px, 4vw, 50px) 0;
    max-width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: clamp(18px, 1.4vw, 22px);
}

/* Responsive design */
@media (max-width: 768px) {
    .women-section {
        padding: 0 0 50px;
    }

    .women-content-wrapper {
        margin: 35px auto 0;
        padding: 0 20px;
    }

    .women-grid {
        flex-direction: column;
        gap: 40px;
    }

    .women-left {
        max-width: 100%;
        width: 100%;
    }

    .women-right {
        width: 100%;
        gap: 16px;
        padding-bottom: 20px;
    }

    .women-image-wrapper {
        border-radius: 12px;
    }

    .women-image-2 {
        margin-top: 24px;
    }

    .women-to-table-strip {
        padding: 20px 0;
    }
}

/* =======================
IMAGE SECTION
======================= */

.image-section {

    width: 100%;

    min-height: 100vh;

    position: relative;

    display: flex;
    background: #171717;
    overflow: hidden;

    transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);

}

.story-panel {
    position: relative;
    display: block;
    min-height: 0;
    overflow: hidden;
    background: linear-gradient(135deg, #383532, #191919);
    color: #f9f6f0;
    text-decoration: none;
    isolation: isolate;
    transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: flex;
    flex: 1;
    border-right: 1px solid #171717;
}

.story-panel:last-child {
    border-right: none;
}

.story-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 75% 20%, rgba(150, 85, 60, .38), transparent 45%), linear-gradient(145deg, transparent 40%, rgba(0, 0, 0, .55));
    z-index: -1;
    transition: transform 1.0s cubic-bezier(0.165, 0.84, 0.44, 1), filter 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: transform, filter;
}

.story-panel:not(.panel-still):hover::before,
.story-panel:not(.panel-still):focus-visible::before {
    transform: scale(1.08);
    filter: brightness(1.3);
}

.story-panel:focus-visible {
    outline: 3px solid #f6eee2;
    outline-offset: -5px;
}

/* Default grid layout using landscape images - 4 vertical columns */
.panel-climb {
    background: url('panel-climb-landscape.png') center/cover no-repeat;
}

.panel-love {
    background: url('panel-love-landscape.png') center/cover no-repeat;
}

.panel-ambition {
    background: url('panel-ambition-landscape.png') center/cover no-repeat;
}

.panel-self {
    background: url('panel-self-landscape.png') center/cover no-repeat;
}

/* Hover expansion effects using JavaScript classes - flexbox approach */
.image-section.hover-climb .panel-climb {
    flex: 3;
}

.image-section.hover-climb .panel-love,
.image-section.hover-climb .panel-ambition,
.image-section.hover-climb .panel-self {
    flex: 1;
}

.image-section.hover-love .panel-love {
    flex: 3;
}

.image-section.hover-love .panel-climb,
.image-section.hover-love .panel-ambition,
.image-section.hover-love .panel-self {
    flex: 1;
}

.image-section.hover-ambition .panel-ambition {
    flex: 3;
}

.image-section.hover-ambition .panel-climb,
.image-section.hover-ambition .panel-love,
.image-section.hover-ambition .panel-self {
    flex: 1;
}

.image-section.hover-self .panel-self {
    flex: 3;
}

.image-section.hover-self .panel-climb,
.image-section.hover-self .panel-love,
.image-section.hover-self .panel-ambition {
    flex: 1;
}

/* Adjust collapsed sections when another is hovered */
.image-section.hover-climb .panel-love .story-title,
.image-section.hover-climb .panel-ambition .story-title,
.image-section.hover-climb .panel-self .story-title,
.image-section.hover-love .panel-climb .story-title,
.image-section.hover-love .panel-ambition .story-title,
.image-section.hover-love .panel-self .story-title,
.image-section.hover-ambition .panel-climb .story-title,
.image-section.hover-ambition .panel-love .story-title,
.image-section.hover-ambition .panel-self .story-title,
.image-section.hover-self .panel-climb .story-title,
.image-section.hover-self .panel-love .story-title,
.image-section.hover-self .panel-ambition .story-title {
    font-size: clamp(1.5rem, 2.5vw, 2.8rem);
    bottom: 60px;
}

.image-section.hover-climb .panel-love .story-subtitle,
.image-section.hover-climb .panel-ambition .story-subtitle,
.image-section.hover-climb .panel-self .story-subtitle,
.image-section.hover-love .panel-climb .story-subtitle,
.image-section.hover-love .panel-ambition .story-subtitle,
.image-section.hover-love .panel-self .story-subtitle,
.image-section.hover-ambition .panel-climb .story-subtitle,
.image-section.hover-ambition .panel-love .story-subtitle,
.image-section.hover-ambition .panel-self .story-subtitle,
.image-section.hover-self .panel-climb .story-subtitle,
.image-section.hover-self .panel-love .story-subtitle,
.image-section.hover-self .panel-ambition .story-subtitle {
    font-size: clamp(0.6rem, 1vw, 0.8rem);
    bottom: 15px;
}

/* Explicit default state - this is key for smooth transitions from outside */
.image-section.default-state .panel-climb,
.image-section.default-state .panel-love,
.image-section.default-state .panel-ambition,
.image-section.default-state .panel-self,
.image-section:not(.hover-climb):not(.hover-love):not(.hover-ambition):not(.hover-self) .panel-climb,
.image-section:not(.hover-climb):not(.hover-love):not(.hover-ambition):not(.hover-self) .panel-love,
.image-section:not(.hover-climb):not(.hover-love):not(.hover-ambition):not(.hover-self) .panel-ambition,
.image-section:not(.hover-climb):not(.hover-love):not(.hover-ambition):not(.hover-self) .panel-self {
    flex: 1;
}

/* Fade story statement slightly on hover */
.image-section.hover-climb .story-statement,
.image-section.hover-love .story-statement,
.image-section.hover-ambition .story-statement,
.image-section.hover-self .story-statement {
    opacity: 0.7;
}


.story-placeholder {
    position: absolute;
    left: 16px;
    top: 16px;
    padding: 7px 9px;
    border: 1px dashed rgba(255, 255, 255, .55);
    background: rgba(0, 0, 0, .18);
    font: 10px 'DM Mono', monospace;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .82);
}

.panel-climb .story-placeholder,
.panel-still .story-placeholder,
.panel-love .story-placeholder,
.panel-ambition .story-placeholder,
.panel-self .story-placeholder {
    display: none;
}

.panel-still::before {
    background: linear-gradient(145deg, transparent 30%, rgba(0, 0, 0, .18));
}

/* Enhanced hover effects for titles - vertical stripe layout */
.story-title {
    position: absolute;
    bottom: 58px;
    left: 22px;
    font: 400 clamp(2rem, 3.3vw, 3.8rem)/1 'Playfair Display', serif;
    letter-spacing: -.06em;
    transition: all 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: transform, font-size;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.title-first {
    font-size: 0.7em;
    line-height: 1;
    margin-bottom: 0.1em;
    opacity: 0.9;
}

.title-main {
    font-size: 1em;
    line-height: 1;
    font-weight: 500;
}

.story-subtitle {
    position: absolute;
    bottom: 28px;
    left: 22px;
    font: 300 clamp(0.8rem, 1.2vw, 1rem)/1.2 'Noto Sans', sans-serif;
    letter-spacing: .02em;
    color: rgba(255, 255, 255, .8);
    transition: all 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: transform, opacity;
}

.panel-climb .story-title {
    bottom: 65px;
    left: 22px;
}

.panel-love .story-title {
    bottom: 85px;
    left: 22px;
}

.panel-ambition .story-title {
    bottom: 85px;
    left: 22px;
}

.panel-self .story-title {
    bottom: 65px;
    left: 22px;
}

.panel-climb .story-subtitle {
    bottom: 28px;
    left: 22px;
}

.panel-love .story-subtitle {
    bottom: 28px;
    left: 22px;
}

.panel-ambition .story-subtitle {
    bottom: 28px;
    left: 22px;
}

.panel-self .story-subtitle {
    bottom: 28px;
    left: 22px;
}

/* Title adjustments on hover for better visibility */
.panel-climb:hover .story-title {
    left: 35px;
    bottom: 64px;
    font-size: clamp(2.8rem, 4.5vw, 5rem);
    text-shadow: 0 4px 20px rgba(0, 0, 0, .8);
    transform: translateX(0px);
    flex-direction: row;
    align-items: baseline;
    gap: 0.3em;
}

.panel-love:hover .story-title {
    left: 35px;
    bottom: 64px;
    font-size: clamp(2.8rem, 4.5vw, 5rem);
    text-shadow: 0 4px 20px rgba(0, 0, 0, .8);
    transform: translateX(0px);
    flex-direction: row;
    align-items: baseline;
    gap: 0.3em;
}

.panel-ambition:hover .story-title {
    left: 35px;
    bottom: 64px;
    font-size: clamp(2.8rem, 4.5vw, 5rem);
    text-shadow: 0 4px 20px rgba(0, 0, 0, .8);
    transform: translateX(0px);
    flex-direction: row;
    align-items: baseline;
    gap: 0.3em;
}

.panel-self:hover .story-title {
    left: 35px;
    bottom: 64px;
    font-size: clamp(2.8rem, 4.5vw, 5rem);
    text-shadow: 0 4px 20px rgba(0, 0, 0, .8);
    transform: translateX(0px);
    flex-direction: row;
    align-items: baseline;
    gap: 0.3em;
}

/* Hover effects for title parts */
.panel-climb:hover .title-first,
.panel-love:hover .title-first,
.panel-ambition:hover .title-first,
.panel-self:hover .title-first {
    font-size: 0.8em;
    opacity: 0.8;
}

.panel-climb:hover .title-main,
.panel-love:hover .title-main,
.panel-ambition:hover .title-main,
.panel-self:hover .title-main {
    font-size: 1em;
}

/* Subtitle adjustments on hover */
.panel-climb:hover .story-subtitle {
    left: 35px;
    bottom: 42px;
    font-size: clamp(0.9rem, 1.4vw, 1.2rem);
    text-shadow: 0 2px 10px rgba(0, 0, 0, .8);
    opacity: 0.9;
}

.panel-love:hover .story-subtitle {
    left: 35px;
    bottom: 42px;
    font-size: clamp(0.9rem, 1.4vw, 1.2rem);
    text-shadow: 0 2px 10px rgba(0, 0, 0, .8);
    opacity: 0.9;
}

.panel-ambition:hover .story-subtitle {
    left: 35px;
    bottom: 42px;
    font-size: clamp(0.9rem, 1.4vw, 1.2rem);
    text-shadow: 0 2px 10px rgba(0, 0, 0, .8);
    opacity: 0.9;
}

.panel-self:hover .story-subtitle {
    left: 35px;
    bottom: 42px;
    font-size: clamp(0.9rem, 1.4vw, 1.2rem);
    text-shadow: 0 2px 10px rgba(0, 0, 0, .8);
    opacity: 0.9;
}

.story-statement {
    position: absolute;
    z-index: 2;
    color: #fff;
    pointer-events: none;
    text-shadow: 0 3px 15px rgba(0, 0, 0, .95);
    text-align: left;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s, transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.story-statement.fade-in {
    opacity: 1;
    transform: translateY(0);
}

/* Position text inside each expanded panel based on flexbox layout */
.image-section.hover-climb .story-statement {
    left: 35px;
    /* Align with story title left position */
    bottom: 200px;
    /* Above the title which is at 64px */
    width: min(400px, 35vw);
}

.image-section.hover-love .story-statement {
    left: calc(16.67% + 35px);
    /* Start of panel 2 + title offset */
    bottom: 200px;
    width: min(400px, 35vw);
}

.image-section.hover-self .story-statement {
    left: calc(33.33% + 35px);
    /* Start of panel 3 (THE SELF) + title offset */
    bottom: 200px;
    width: min(400px, 35vw);
}

.image-section.hover-ambition .story-statement {
    left: calc(50% + 35px);
    /* Start of panel 4 (THE EXPLORER) + title offset */
    bottom: 200px;
    width: min(400px, 35vw);
}

.story-statement.fade-in {
    opacity: 1;
}

.story-statement p {
    margin: 0;
    font: 700 16px/1.5 'Libre Baskerville', serif;
    letter-spacing: .01em;
}

.story-statement .story-signoff {
    margin-top: 20px;
    font: 400 13px/1.3 'Libre Baskerville', serif;
    font-style: italic;
}

/* Mobile optimization for story statement - positioned within expanded panel */
@media(max-width:768px) {

    .image-section.hover-climb .story-statement,
    .image-section.hover-love .story-statement,
    .image-section.hover-ambition .story-statement,
    .image-section.hover-self .story-statement {
        left: 25px;
        /* Aligned with mobile title positioning */
        bottom: 140px;
        /* Above titles on mobile */
        width: min(280px, 70vw);
    }

    .story-statement p {
        font-size: 14px;
        line-height: 1.4;
    }

    .story-statement .story-signoff {
        font-size: 11px;
        margin-top: 15px;
    }
}

@media(max-width:600px) {

    .image-section.hover-climb .story-statement,
    .image-section.hover-love .story-statement,
    .image-section.hover-ambition .story-statement,
    .image-section.hover-self .story-statement {
        left: 20px;
        /* Aligned with mobile title positioning */
        bottom: 120px;
        /* Above titles on mobile */
        width: min(250px, 75vw);
    }

    .story-statement p {
        font-size: 13px;
        line-height: 1.4;
    }

    .story-statement .story-signoff {
        font-size: 10px;
        margin-top: 12px;
    }
}

@media(max-width:480px) {

    .image-section.hover-climb .story-statement,
    .image-section.hover-love .story-statement,
    .image-section.hover-ambition .story-statement,
    .image-section.hover-self .story-statement {
        left: 18px;
        /* Aligned with mobile title positioning */
        bottom: 100px;
        /* Above titles on mobile */
        width: min(220px, 80vw);
    }

    .story-statement p {
        font-size: 12px;
        line-height: 1.3;
    }

    .story-statement .story-signoff {
        font-size: 9px;
        margin-top: 10px;
    }
}

@media(max-width:600px) {
    .quiz-section {
        padding: 80px 18px;
    }

    .quiz-intro {
        margin-bottom: 40px;
    }

    .quiz-panel-top {
        padding: 0 16px;
    }

    .quiz-text-button {
        font-size: 9px;
    }

    .quiz-progress-track {
        width: 70px;
    }

    .quiz-question {
        padding: 40px 22px 48px;
    }

    .quiz-options {
        grid-template-columns: 1fr;
    }

    .quiz-option {
        min-height: 70px;
        padding: 16px;
    }

    .quiz-eyebrow {
        gap: 10px;
        font-size: 8px;
    }

    .quiz-eyebrow span {
        width: 30px;
    }
}

.result-name--locked {
    filter: blur(17px);
    opacity: .42;
    letter-spacing: .25em;
    transform: scaleX(1.08);
    text-shadow: -30px 10px 0 rgba(103, 26, 15, .35), 28px -10px 0 rgba(253, 198, 102, .5), 12px 23px 0 rgba(110, 107, 105, .28);
    transition: filter .65s ease, letter-spacing .65s ease, text-shadow .65s ease, opacity .65s ease, transform .65s ease;
}

.is-unlocked .result-name--locked {
    filter: none;
    opacity: 1;
    letter-spacing: -.06em;
    transform: none;
    text-shadow: none;
}

/* =======================
QUIZ SECTION
======================= */
.quiz-section {
    padding: 80px 5vw;
}

.quiz {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 0 20px;
}

.quiz-stage {
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .32s ease, transform .32s ease;
}

.quiz-stage.is-entering {
    opacity: 1;
    transform: none;
}

.quiz-stage.is-exiting {
    opacity: 0;
    transform: translateY(-6px);
}

/* Removed old intro style that created third background */
.intro h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: clamp(2.4rem, 4vw, 3.6rem);
    line-height: 1.05;
    color: #2A1F1A;
    margin: 0 0 24px;
    max-width: 13ch;
    letter-spacing: -.04em;
}

.intro p {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.8;
    color: #5f504b;
    margin: 0 0 20px;
    max-width: 52ch;
}

.intro .fine {
    font-size: 15px;
    color: #671a0f;
    margin-top: 0;
}

.intro .btn.quiz-next {
    margin-top: 8px;
}

.top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 44px;
    min-height: 20px;
}

.marks {
    display: flex;
    gap: 6px;
}

.mark {
    width: 26px;
    height: 2px;
    background: rgba(42, 31, 26, .15);
    transition: background .25s ease;
}

.mark.done {
    background: #671a0f;
}

.mark.now {
    background: #FDC666;
}

.qwrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.qnum {
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #671a0f;
    margin-bottom: 14px;
}

.qtext {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.05;
    color: #2A1F1A;
    max-width: 18ch;
    margin: 0;
}

.opts {
    display: grid;
    gap: 16px;
}

.opt {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    text-align: left;
    background: #FFFFFF;
    border: 1px solid rgba(42, 31, 26, .12);
    border-radius: 12px;
    padding: 18px 20px;
    color: #2A1F1A;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    line-height: 1.45;
    box-shadow: 0 8px 24px rgba(42, 31, 26, .04);
}

.opt:hover:not(:disabled) {
    transform: translateY(-2px);
    border-color: #671a0f;
    box-shadow: 0 12px 28px rgba(42, 31, 26, .08);
}

.opt.sel {
    border-color: #671a0f;
    background: #671a0f;
    color: #FFFFFF;
}

.opt.dim {
    opacity: .5;
}

.opt:disabled {
    cursor: default;
}

.reveal {
    margin-top: 26px;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .45s cubic-bezier(.2, .7, .3, 1), transform .45s cubic-bezier(.2, .7, .3, 1);
}

.reveal.on {
    opacity: 1;
    transform: none;
}

.count {
    font-family: 'DM Mono', monospace;
    font-size: 14px;
    color: #671a0f;
    line-height: 1.4;
    margin-bottom: 18px;
}

.know {
    border-left: 2px solid #FDC666;
    padding: 6px 0 6px 18px;
    font-size: 15px;
    color: #5f504b;
    max-width: 46ch;
    line-height: 1.55;
}

.know span {
    display: block;
    font-size: 10px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #671a0f;
    margin-bottom: 6px;
}

.btn.quiz-next {
    font: inherit;
    background: #671a0f;
    color: #FFFFFF;
    border: none;
    padding: 15px 28px;
    border-radius: 99px;
    font-size: 12px;
    letter-spacing: .18em;
    text-transform: uppercase;
    cursor: pointer;
    align-self: flex-start;
    margin-top: 10px;
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
    box-shadow: 0 10px 24px rgba(103, 26, 15, .18);
}

.btn.quiz-next:hover {
    background: #5f1a1e;
    transform: translateY(-1px);
}

.res {
    display: grid;
    gap: 28px;
}

.res h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.8rem, 4.5vw, 4.8rem);
    line-height: 1.05;
    color: #2A1F1A;
    margin: 0;
    max-width: 20ch;
}

.finding {
    border-top: 1px solid rgba(42, 31, 26, .1);
    padding-top: 24px;
}

.finding .lbl {
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #671a0f;
    margin-bottom: 10px;
}

.finding .txt {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: clamp(1.1rem, 1.8vw, 1.4rem);
    line-height: 1.4;
    color: #2A1F1A;
    max-width: 46ch;
}

.signoff {
    border-top: 1px solid rgba(42, 31, 26, .12);
    margin-top: 30px;
    padding-top: 26px;
}

.signoff p {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 19px;
    color: #2A1F1A;
    margin-bottom: 10px;
    max-width: 44ch;
}

.signoff .fine {
    font-family: 'Noto Sans', sans-serif;
    font-size: 13.5px;
    color: #5f504b;
}

.capture {
    margin-top: 30px;
    padding: 24px;
    background: #FFFFFF;
    border: 1px solid rgba(122, 32, 36, .12);
    border-radius: 20px;
    box-shadow: 0 18px 40px rgba(42, 31, 26, .06);
}

.cap-hd {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 21px;
    color: #2A1F1A;
    line-height: 1.3;
    max-width: 26ch;
}

.cap-sub {
    font-size: 14.5px;
    color: #5f504b;
    margin-top: 9px;
    max-width: 44ch;
    line-height: 1.5;
}

.dec-q {
    margin: 20px 0 9px;
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #671a0f;
}

.decs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.dec {
    font: inherit;
    font-size: 14px;
    background: transparent;
    border: 1px solid rgba(42, 31, 26, .14);
    border-radius: 99px;
    padding: 9px 22px;
    color: #2A1F1A;
    cursor: pointer;
    transition: .2s;
}

.dec:hover {
    border-color: #671a0f;
    color: #671a0f;
}

.dec.on {
    background: #FDC666;
    border-color: #FDC666;
    color: #2A1F1A;
}

.cap-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.cap-row input {
    flex: 1;
    min-width: 200px;
    font: inherit;
    font-size: 15px;
    padding: 13px 16px;
    border: 1px solid rgba(42, 31, 26, .14);
    background: #1e1516;
    color: #f6f2e9;
    border-radius: 12px;
}

.cap-row input:focus {
    outline: none;
    border-color: #671a0f;
}

.cap-row button {
    font: inherit;
    background: #7B2024;
    color: #FFFFFF;
    border: none;
    padding: 13px 24px;
    font-size: 11px;
    letter-spacing: .16em;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 12px;
}

.err {
    font-size: 13px;
    color: #7B2024;
    margin-top: 10px;
}

.base {
    font-size: 12px;
    color: #5f504b;
    margin-top: 24px;
    letter-spacing: .04em;
}

@media (max-width:900px) {
    .quiz {
        padding: 0 0 20px;
    }

    .qtext {
        font-size: clamp(2rem, 5vw, 3rem);
    }

    .res h2 {
        font-size: clamp(2.4rem, 7vw, 3.8rem);
    }
}

@media (max-width:760px) {
    .quiz-section {
        padding: 60px 5vw;
    }

    .top {
        margin-bottom: 32px;
    }

    .qtext {
        font-size: clamp(1.8rem, 6vw, 2.6rem);
    }

    .opts {
        gap: 14px;
    }

    .opt {
        padding: 16px;
    }

    .capture {
        padding: 20px;
    }

    .cap-row {
        flex-direction: column;
    }

    .cap-row button {
        width: 100%;
    }
}

@media (prefers-reduced-motion:reduce) {
    * {
        transition: none !important;
        animation: none !important;
    }
}

/* =======================
ADVANCED QUIZ SECTION - COMPACT VERSION
======================= */

.quiz-section {
    background: #1e1516;
    padding: 50px 5vw;
    color: #f6f2e9;
}

.quiz-container {
    max-width: 800px;
    margin: 0 auto;
}

.quiz {
    background: #ffffff;
    border-radius: 32px;
    padding: 30px 30px;
    box-shadow: 0 20px 60px rgba(30, 21, 22, 0.12);
    border: 1px solid rgba(103, 26, 15, 0.08);
    position: relative;
    min-height: 400px;
}

.quiz-progress-container {
    margin-top: 18px;
    display: flex;
    justify-content: center;
}

.quiz-marks {
    display: flex;
    gap: 6px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mark {
    width: 26px;
    height: 3px;
    background: rgba(110, 107, 105, 0.25);
    border-radius: 2px;
    transition: background 0.4s ease;
}

.mark.done {
    background: #671a0f;
}

.mark.now {
    background: #fdc666;
}

/* Quiz Stage Transitions */
.quiz-stage {
    opacity: 0;
    transform: translateY(15px);
    transition: opacity 0.4s cubic-bezier(0.2, 0.7, 0.3, 1),
        transform 0.4s cubic-bezier(0.2, 0.7, 0.3, 1);
}

.quiz-stage.is-entering {
    opacity: 1;
    transform: translateY(0);
}

.quiz-stage.is-exiting {
    opacity: 0;
    transform: translateY(-10px);
}

/* Intro Screen */
.intro {
    text-align: center;
    padding: 22px 18px;
}

.intro h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 3.5vw, 2.4rem);
    font-weight: 400;
    color: #1e1516;
    margin-bottom: 18px;
    line-height: 1.2;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.intro p {
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    line-height: 1.55;
    color: #6e6b69;
    margin-bottom: 14px;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
}

.intro .fine {
    font-size: 12px;
    color: #671a0f;
    margin-top: 10px;
    margin-bottom: 20px;
}

/* Question Wrapper */
.qwrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.qnum {
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #671a0f;
    margin-bottom: 12px;
    font-weight: 500;
}

.qtext {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 400;
    color: #1e1516;
    line-height: 1.25;
    margin: 0 0 20px 0;
    max-width: 580px;
}

/* Options Grid */
.opts {
    display: grid;
    gap: 8px;
    margin-bottom: 20px;
}

.opt {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    text-align: left;
    background: #f6f2e9;
    border: 2px solid transparent;
    border-radius: 12px;
    padding: 14px 18px;
    color: #1e1516;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.2, 0.7, 0.3, 1);
    line-height: 1.4;
    box-shadow: 0 4px 16px rgba(30, 21, 22, 0.06);
    position: relative;
    overflow: hidden;
}

.opt::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(253, 198, 102, 0.1), transparent);
    transition: left 0.5s ease;
}

.opt:hover:not(:disabled) {
    border-color: #fdc666;
    background: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(253, 198, 102, 0.15);
}

.opt:hover:not(:disabled)::before {
    left: 100%;
}

.opt.sel {
    border-color: #671a0f;
    background: #671a0f;
    color: #f6f2e9;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(103, 26, 15, 0.25);
}

.opt.dim {
    opacity: 0.5;
    cursor: default;
    transform: none;
}

.opt:disabled {
    cursor: not-allowed;
}

/* Reveal Section */
.reveal {
    margin-top: 16px;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.4s cubic-bezier(0.2, 0.7, 0.3, 1),
        transform 0.4s cubic-bezier(0.2, 0.7, 0.3, 1);
}

.reveal.on {
    opacity: 1;
    transform: translateY(0);
}

.count {
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    color: #671a0f;
    line-height: 1.3;
    margin-bottom: 14px;
    font-weight: 500;
}

.count em {
    font-style: normal;
    font-weight: 600;
    color: #1e1516;
}

.know {
    border-left: 3px solid #fdc666;
    padding: 5px 0 5px 16px;
    font-size: 13px;
    color: #6e6b69;
    max-width: 520px;
    line-height: 1.5;
    margin-bottom: 16px;
}

.know span {
    display: block;
    font-family: 'DM Mono', monospace;
    font-size: 8px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #671a0f;
    margin-bottom: 5px;
    font-weight: 500;
}

/* Buttons */
.btn.quiz-next {
    font-family: 'Noto Sans', sans-serif;
    background: #671a0f;
    color: #f6f2e9;
    border: none;
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 10px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    align-self: flex-start;
    margin-top: 6px;
    transition: all 0.25s cubic-bezier(0.2, 0.7, 0.3, 1);
    box-shadow: 0 6px 20px rgba(103, 26, 15, 0.2);
    font-weight: 500;
    position: relative;
    overflow: hidden;
}

.btn.quiz-next::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn.quiz-next:hover {
    background: #4a120a;
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(103, 26, 15, 0.3);
}

.btn.quiz-next:hover::before {
    left: 100%;
}

/* Results Section */
.res {
    display: grid;
    gap: 20px;
}

.res h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    line-height: 1.1;
    color: #1e1516;
    margin: 0;
    text-align: center;
    max-width: 480px;
    margin: 0 auto;
}

.finding {
    border-top: 1px solid rgba(30, 21, 22, 0.12);
    padding-top: 16px;
}

.finding .lbl {
    font-family: 'DM Mono', monospace;
    font-size: 8px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #671a0f;
    margin-bottom: 8px;
    font-weight: 500;
}

.finding .txt {
    font-family: 'Playfair Display', serif;
    font-size: clamp(0.95rem, 1.6vw, 1.15rem);
    line-height: 1.5;
    color: #1e1516;
    max-width: 580px;
}

/* Signoff */
.signoff {
    border-top: 1px solid rgba(30, 21, 22, 0.15);
    margin-top: 20px;
    padding-top: 18px;
    text-align: center;
}

.signoff p {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    color: #1e1516;
    margin-bottom: 8px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

.signoff .fine {
    font-family: 'Noto Sans', sans-serif;
    font-size: 11px;
    color: #6e6b69;
}

/* Email Capture */
.capture {
    margin-top: 18px;
    padding: 16px;
    background: rgba(246, 242, 233, 0.6);
    border: 1px solid rgba(103, 26, 15, 0.1);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(30, 21, 22, 0.08);
}

.cap-hd {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    color: #1e1516;
    line-height: 1.3;
    max-width: 320px;
    margin-bottom: 8px;
}

.cap-sub {
    font-size: 12px;
    color: #6e6b69;
    margin-bottom: 14px;
    max-width: 380px;
    line-height: 1.4;
}

.dec-q {
    margin: 12px 0 8px;
    font-family: 'DM Mono', monospace;
    font-size: 8px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #671a0f;
    font-weight: 500;
}

.decs {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.dec {
    font-family: 'Noto Sans', sans-serif;
    font-size: 11px;
    background: transparent;
    border: 1.5px solid rgba(30, 21, 22, 0.2);
    border-radius: 18px;
    padding: 5px 12px;
    color: #1e1516;
    cursor: pointer;
    transition: all 0.25s ease;
}

.dec:hover {
    border-color: #671a0f;
    color: #671a0f;
}

.dec.on {
    background: #fdc666;
    border-color: #fdc666;
    color: #1e1516;
}

.cap-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 12px;
}

.cap-row input {
    flex: 1;
    min-width: 180px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 12px;
    padding: 10px 14px;
    border: 1.5px solid rgba(30, 21, 22, 0.2);
    background: #ffffff;
    color: #1e1516;
    border-radius: 8px;
    transition: border-color 0.25s ease;
}

.cap-row input:focus {
    outline: none;
    border-color: #671a0f;
}

.cap-row button {
    font-family: 'Noto Sans', sans-serif;
    background: #671a0f;
    color: #f6f2e9;
    border: none;
    padding: 10px 18px;
    font-size: 9px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.25s ease;
    font-weight: 500;
}

.cap-row button:hover {
    background: #4a120a;
    transform: translateY(-1px);
}

.err {
    font-size: 10px;
    color: #671a0f;
    margin-top: 8px;
}

.base {
    font-size: 9px;
    color: #6e6b69;
    margin-top: 18px;
    letter-spacing: 0.02em;
    text-align: center;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .quiz-section {
        padding: 40px 4vw;
    }

    .quiz {
        padding: 24px 20px;
        min-height: 320px;
    }

    .intro {
        padding: 18px 12px;
    }

    .intro h1 {
        font-size: clamp(1.5rem, 4vw, 2rem);
        margin-bottom: 14px;
    }

    .intro p {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .qtext {
        font-size: clamp(1.2rem, 3.5vw, 1.6rem);
        margin-bottom: 16px;
    }

    .opts {
        gap: 6px;
    }

    .opt {
        padding: 12px 14px;
        font-size: 13px;
    }

    .know {
        padding: 4px 0 4px 12px;
        font-size: 12px;
        margin-bottom: 12px;
    }

    .res h2 {
        font-size: clamp(1.6rem, 4.5vw, 2.2rem);
    }

    .capture {
        padding: 14px 12px;
    }

    .cap-row {
        flex-direction: column;
    }

    .cap-row input,
    .cap-row button {
        min-width: 100%;
    }
}

@media (max-width: 480px) {
    .quiz-section {
        padding: 35px 3vw;
    }

    .quiz {
        padding: 20px 16px;
    }

    .marks {
        gap: 4px;
    }

    .mark {
        width: 22px;
        height: 2px;
    }

    .opt {
        padding: 10px 12px;
        font-size: 12px;
    }
}

/* =======================
ABOUT US SECTION
======================= */

/* =======================
ABOUT US SECTION - NEW DESIGN
======================= */

/* Root variables */
.about-section {
    --burgundy: #671a0f;
    --burgundy-deep: #5c1519;
    --gold: #FDC666;
    --ivory: #F8F5EC;
    --charcoal: #2A1F1A;
    --white: #FFFFFF;
    --font-serif: 'Cormorant Garamond', serif;
    --font-sans: 'Jost', sans-serif;
    --max-width: 1180px;
}

.container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 6vw;
}

.narrow {
    max-width: 760px;
}

.italic-accent {
    font-family: var(--font-serif);
    font-style: italic;
    color: var(--burgundy);
}

.italic-accent-gold {
    font-family: var(--font-serif);
    font-style: italic;
    color: var(--gold);
}

/* Eyebrow / labels */
.eyebrow {
    font-family: var(--font-sans);
    font-size: .65rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--burgundy);
    font-weight: 500;
    margin: 0 0 0.4rem;
}

.eyebrow-gold {
    color: var(--burgundy);
}

.eyebrow.center {
    text-align: center;
}

.section-title-lg {
    font-family: var(--font-serif);
    font-weight: 500;
    font-size: clamp(1.3rem, 2.5vw, 1.8rem);
    line-height: 1.15;
    margin: 0 0 0.5rem;
    color: var(--charcoal);
}

.section-title-lg.center {
    text-align: center;
}

/* Generic section spacing - UNIFIED */
.about-section,
.about-belief-body,
.about-combined-section,
.about-women-section,
.about-stand-for-section,
.about-closing-hero {
    background: var(--ivory) !important;
    padding: 1rem 0 !important;
    position: relative;
}

/* Belief body - Combined with hero content */
.about-belief-body {
    padding-top: 80px !important;
    padding-bottom: 1rem !important;
}

.about-belief-body .container {
    max-width: none;
    padding: 0 2vw;
    text-align: center;
}

/* Split layout for extreme positioning */
.hero-split-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    margin-bottom: 1rem;
    align-items: flex-start;
}

.hero-left {
    text-align: left;
    padding-right: 2rem;
}

.hero-right {
    text-align: right;
    padding-left: 2rem;
}

.hero-left .eyebrow {
    font-size: 1.275rem;
    letter-spacing: .18em;
    margin: 0 0 0.4rem;
    text-align: left;
}

.hero-left .about-hero-title {
    font-family: var(--font-serif);
    font-weight: 500;
    font-size: clamp(2.7rem, 5.7vw, 3.9rem);
    line-height: 1.05;
    margin: 0 0 0.5rem;
    color: #671a0f;
    text-align: left;
}

.hero-left .about-hero-rule {
    width: 40px;
    height: 1px;
    background: var(--burgundy);
    margin: 0 0 0.2rem 0;
}

.hero-right .about-hero-lede {
    font-size: clamp(1.275rem, 1.5vw, 1.425rem);
    color: var(--charcoal);
    margin: 0;
    line-height: 1.4;
    text-align: right;
}

/* Responsive for split layout */
@media (max-width: 900px) {
    .hero-split-layout {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .hero-left,
    .hero-right {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

    .hero-left .eyebrow,
    .hero-left .about-hero-title {
        text-align: center;
    }

    .hero-left .about-hero-rule {
        margin: 0 auto 0.3rem;
    }

    .hero-right .about-hero-lede {
        text-align: center;
    }
}

.about-belief-body .drop-cap {
    font-family: var(--font-serif);
    font-size: clamp(1.5rem, 2.2vw, 2rem);
    font-style: italic;
    color: var(--burgundy);
    line-height: 1.3;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
    max-width: 1300px;
    margin-left: auto;
    margin-right: 0;
    white-space: normal;
    overflow: visible;
    text-align: right;
}

.about-belief-body p {
    font-size: 0.85rem;
    color: var(--charcoal);
    line-height: 1.4;
    margin-bottom: 0.5rem;
}

.belief-emphasis {
    font-size: 1.3rem !important;
    line-height: 1.5 !important;
    color: var(--charcoal) !important;
    font-weight: 500 !important;
    margin-bottom: 1rem !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Responsive adjustments for drop-cap */
@media (max-width: 1600px) {
    .about-belief-body .drop-cap {
        font-size: clamp(1.4rem, 2vw, 1.8rem);
        max-width: 1200px;
    }
}

@media (max-width: 1400px) {
    .about-belief-body .container {
        max-width: 1200px;
    }

    .about-belief-body .drop-cap {
        font-size: clamp(1.3rem, 1.8vw, 1.7rem);
        max-width: 1100px;
    }
}

@media (max-width: 1200px) {
    .about-belief-body .container {
        max-width: 1000px;
    }

    .about-belief-body .drop-cap {
        font-size: clamp(1.2rem, 1.6vw, 1.5rem);
        white-space: normal;
        max-width: 950px;
    }
}

@media (max-width: 900px) {
    .about-belief-body .container {
        max-width: 100%;
        padding: 0 4vw;
    }

    .about-belief-body .drop-cap {
        font-size: clamp(1.1rem, 1.5vw, 1.4rem);
        white-space: normal;
        max-width: 100%;
    }
}

/* Combined section - edge to edge with maximum width */
.about-combined-section {
    background: var(--ivory) !important;
    padding: 1rem 0 !important;
}

.about-combined-section .container {
    max-width: none !important;
    padding: 0 2vw !important;
}

.combined-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    margin-bottom: 1rem;
    width: 100%;
    max-width: none;
}

.left-column,
.right-column {
    display: flex;
    flex-direction: column;
    max-width: none;
}

.left-column {
    padding-right: 2.5rem;
}

.right-column {
    padding-left: 2.5rem;
}

/* Decreased font sizes for both columns */
.combined-grid .eyebrow {
    font-size: 0.85rem;
    letter-spacing: .2em;
    margin: 0 0 0.3rem;
}

.combined-grid .section-title-lg {
    font-size: clamp(1.8rem, 3.8vw, 2.6rem);
    line-height: 1.1;
    margin: 0 0 0.4rem;
}

.combined-grid p {
    font-size: 1.1rem;
    line-height: 1.4;
    color: var(--charcoal);
    margin-bottom: 0.6rem;
}

.combined-grid .who-list {
    margin: 0.8rem 0;
    gap: 0.6rem;
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.combined-grid .who-list li {
    font-size: 1.2rem;
    gap: 0.8rem;
    padding-bottom: 0.5rem;
    display: flex;
    align-items: flex-start;
    font-family: var(--font-serif);
    font-style: italic;
    color: var(--charcoal);
    border-bottom: 1px solid rgba(123, 32, 36, .2);
}

.combined-grid .who-list li i {
    font-size: .75rem;
    margin-top: .3rem;
    color: var(--burgundy);
    flex-shrink: 0;
}

.combined-grid .closing-line {
    font-size: 1.1rem;
    margin-top: 0.8rem;
    line-height: 1.4;
    color: var(--charcoal);
}

/* Visual element adjustments */
.about-combined-section .table-visual {
    position: relative;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem auto 0;
    max-width: 300px;
}

/* Responsive for combined section */
@media (max-width: 1400px) {
    .about-combined-section .container {
        padding: 0 3vw !important;
    }

    .left-column {
        padding-right: 2rem;
    }

    .right-column {
        padding-left: 2rem;
    }
}

@media (max-width: 1200px) {
    .combined-grid {
        gap: 4rem;
    }

    .left-column {
        padding-right: 1.5rem;
    }

    .right-column {
        padding-left: 1.5rem;
    }

    .combined-grid .section-title-lg {
        font-size: clamp(1.6rem, 3.5vw, 2.2rem);
    }

    .combined-grid p {
        font-size: 1rem;
    }

    .combined-grid .who-list li {
        font-size: 1.1rem;
    }

    .combined-grid .closing-line {
        font-size: 1rem;
    }
}

@media (max-width: 900px) {
    .about-combined-section .container {
        padding: 0 4vw !important;
    }

    .combined-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .left-column,
    .right-column {
        padding-left: 0;
        padding-right: 0;
    }

    .combined-grid .section-title-lg {
        font-size: clamp(1.5rem, 4.5vw, 2rem);
    }

    .combined-grid p {
        font-size: 0.95rem;
    }

    .combined-grid .who-list li {
        font-size: 1rem;
    }

    .combined-grid .closing-line {
        font-size: 0.95rem;
    }
}

@media (max-width: 600px) {
    .about-combined-section {
        padding: 1.5rem 0 !important;
    }

    .about-combined-section .container {
        padding: 0 5vw !important;
    }

    .combined-grid {
        gap: 2rem;
    }

    .combined-grid .eyebrow {
        font-size: 0.75rem;
    }

    .combined-grid .section-title-lg {
        font-size: clamp(1.3rem, 5vw, 1.7rem);
    }

    .combined-grid p {
        font-size: 0.9rem;
    }

    .combined-grid .who-list li {
        font-size: 0.95rem;
    }

    .combined-grid .closing-line {
        font-size: 0.9rem;
    }

    .about-combined-section .table-visual {
        height: 200px;
        margin: 1.5rem auto 0;
    }
}

/* Remove old dark section styles */
.about-dark-section {
    display: none;
}

.about-table-section {
    display: none;
}

.table-visual {
    position: relative;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-ring {
    position: absolute;
    width: 160px;
    height: 160px;
    border: 1px solid rgba(123, 32, 36, .25);
    border-radius: 50%;
    z-index: 0;
}

.table-ring::before {
    content: '';
    position: absolute;
    inset: 15px;
    border: 1px solid rgba(253, 198, 102, .5);
    border-radius: 50%;
}

.table-card {
    position: absolute;
    background: var(--white);
    border-radius: 8px;
    padding: 0.7rem 0.6rem;
    box-shadow: 0 10px 25px rgba(42, 31, 26, .12);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .3rem;
    width: 80px;
    text-align: center;
    font-size: .7rem;
    font-weight: 500;
    color: var(--charcoal);
    z-index: 1;
}

.table-card i {
    font-size: 1rem;
    color: var(--burgundy);
}

.card-one {
    top: -10px;
    left: 15%;
}

.card-two {
    bottom: 15px;
    right: 5%;
    background: var(--burgundy);
    color: var(--white);
}

.card-two i {
    color: var(--gold);
}

.card-three {
    top: 35%;
    right: 20%;
    transform: translateY(-50%);
    background: var(--gold);
    color: var(--charcoal);
}

.card-three i {
    color: var(--burgundy);
}

/* Women / Team section - NOW IVORY */
.about-women-section {
    background: var(--ivory) !important;
    padding: 0.8rem 0 !important;
}

.about-women-section .eyebrow {
    font-size: 0.975rem;
}

.about-women-section .section-title-lg {
    font-size: clamp(1.95rem, 3.75vw, 2.7rem);
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.6rem;
    margin: 0.8rem 0;
}

.team-card {
    background: var(--white);
    border-radius: 12px;
    padding: 0.8rem 0.6rem;
    text-align: center;
    transition: transform .35s ease, box-shadow .35s ease;
    border: 1px solid rgba(123, 32, 36, .08);
}

.team-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(42, 31, 26, .1);
}

.team-initial {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: var(--burgundy);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-serif);
    font-size: 1.05rem;
    font-weight: 600;
    margin: 0 auto 0.4rem;
}

.team-card h3 {
    font-family: var(--font-serif);
    font-size: 1.35rem;
    margin: 0 0 .15rem;
    color: #1e1516;
}

.team-role {
    color: #671a0f;
    font-size: 0.9rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin: 0 0 0.4rem;
    font-weight: 500;
}

.team-card p:last-child {
    font-size: 0.975rem;
    color: #1e1516;
    margin: 0;
    line-height: 1.25;
}

.panel-strip {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    background: var(--charcoal);
    color: var(--ivory);
    border-radius: 12px;
    padding: 0.6rem 0.8rem;
    margin: 0.8rem 0;
}

.panel-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--gold);
    color: var(--charcoal);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
}

.panel-strip p {
    margin: 0;
    font-size: .7rem;
    color: rgba(248, 245, 236, .9);
    line-height: 1.2;
}

.center-text {
    text-align: center;
}

.closing-statement {
    font-size: 0.8rem;
    color: var(--charcoal);
    max-width: 600px;
    margin: 0.8rem auto 0;
    line-height: 1.3;
}

/* What we stand for - NOW IVORY */
.about-stand-for-section {
    background: var(--ivory) !important;
    padding: 0.6rem 0 !important;
}

.about-stand-for-section .eyebrow {
    font-size: 0.975rem;
}

.about-stand-for-section .section-title-lg {
    font-size: clamp(1.95rem, 3.75vw, 2.7rem);
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5rem;
    margin-top: 0.6rem;
}

.value-card {
    background: var(--white);
    border-radius: 10px;
    padding: 0.7rem 0.6rem;
    position: relative;
    border-top: 2px solid var(--burgundy);
    transition: transform .35s ease;
}

.value-card:nth-child(2) {
    border-top-color: var(--gold);
}

.value-card:nth-child(3) {
    border-top-color: var(--charcoal);
}

.value-card:nth-child(4) {
    border-top-color: var(--burgundy);
}

.value-card:hover {
    transform: translateY(-3px);
}

.value-num {
    display: block;
    font-family: var(--font-serif);
    font-size: 1.95rem;
    color: var(--gold);
    font-weight: 600;
    margin-bottom: .4rem;
}

.value-card h3 {
    font-family: var(--font-serif);
    font-size: 1.275rem;
    margin: 0 0 .4rem;
    color: var(--burgundy);
}

.value-card p {
    font-size: 1.05rem;
    color: var(--charcoal);
    margin: 0;
    line-height: 1.35;
}

/* Closing hero - NOW IVORY */
.about-closing-hero {
    background: var(--ivory) !important;
    color: var(--charcoal) !important;
    text-align: center;
    padding: 1.5rem 0 !important;
    position: relative;
    overflow: hidden;
}

.about-closing-hero::before {
    display: none;
}

.about-closing-hero .eyebrow {
    font-size: 0.975rem;
}

.closing-title {
    position: relative;
    z-index: 1;
    font-family: var(--font-serif);
    font-weight: 500;
    font-size: clamp(1.95rem, 4.2vw, 2.7rem);
    line-height: 1.2;
    margin: 0 0 0.5rem;
    color: var(--charcoal) !important;
}

.closing-sub {
    position: relative;
    z-index: 1;
    font-size: 1.275rem;
    color: var(--charcoal) !important;
    margin: 0 0 1rem;
    line-height: 1.4;
}

/* Reveal-on-scroll animation */
.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .8s ease, transform .8s ease;
}

.reveal.in-view {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive - ULTRA COMPRESSED */
@media (max-width: 900px) {
    .table-grid {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }

    .table-visual {
        height: 150px;
        margin-top: 0.5rem;
    }

    .table-ring {
        width: 120px;
        height: 120px;
    }

    .table-card {
        width: 65px;
        padding: 0.5rem 0.4rem;
        font-size: 0.6rem;
    }

    .team-grid {
        grid-template-columns: 1fr;
        gap: 0.6rem;
        margin: 0.8rem 0;
    }

    .panel-strip {
        flex-direction: column;
        text-align: center;
        padding: 0.6rem 0.8rem;
        gap: 0.5rem;
    }

    .about-section,
    .about-hero,
    .about-belief-body,
    .about-dark-section,
    .about-table-section,
    .about-women-section,
    .about-stand-for-section,
    .about-closing-hero {
        padding: 0.5rem 0 !important;
    }
}

@media (max-width: 1000px) {
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
    }
}

@media (max-width: 600px) {

    .about-section,
    .about-hero,
    .about-belief-body,
    .about-dark-section,
    .about-table-section,
    .about-women-section,
    .about-stand-for-section,
    .about-closing-hero {
        padding: 0.3rem 0 !important;
    }

    .container {
        padding: 0 3vw;
    }

    .about-hero-inner {
        padding-top: 0.5rem;
        padding-bottom: 1rem;
    }

    .about-hero-title {
        font-size: clamp(1.4rem, 3vw, 2rem);
        margin: 0 0 0.3rem;
    }

    .section-title-lg {
        font-size: clamp(1.1rem, 2vw, 1.4rem);
        margin: 0 0 0.3rem;
    }

    .eyebrow {
        font-size: 0.6rem;
        margin: 0 0 0.2rem;
    }
}

@media (max-width: 560px) {
    .values-grid {
        grid-template-columns: 1fr;
        gap: 0.4rem;
    }

    .value-card {
        padding: 0.7rem 0.6rem;
    }

    .team-card {
        padding: 0.7rem 0.5rem;
    }

    .about-closing-hero {
        padding: 1rem 0 !important;
    }

    .team-grid {
        grid-template-columns: 1fr;
    }
}

/* Force single viewport height */
@media (min-width: 1024px) {
    .about-hero {
        min-height: auto !important;
        max-height: 100vh;
        overflow: hidden;
    }
}

/* =======================
END ABOUT US SECTION

/* =======================
FOOTER*/
=======================*/ .site-footer-main {
    padding: 40px 4vw;
    /* Elegant desktop padding: 40px top and bottom */
    background-color: #0b0b0b;
    /* Pitch dark background matching reference image */
    color: #f6f2e9;
    box-sizing: border-box;
}

.footer-main-grid {
    display: grid;
    grid-template-columns: 1.5fr repeat(3, 1fr);
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-logo-wrap {
    margin-top: 15px;
    /* Push logo down to prevent top cropping */
    margin-bottom: 20px;
}

.footer-logo-wrap img {
    display: block;
    width: 75px;
    height: auto;
    filter: brightness(0) invert(1);
}

.footer-brand p {
    font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
    line-height: 1.6;
    color: #9c9996;
    /* Elegant muted grey text matching image */
    margin: 0;
    max-width: 380px;
    font-weight: 300;
}

/* Social links box container */
.footer-social-links {
    display: flex;
    gap: 10px;
    margin-top: 28px;
}

.social-icon-box {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    /* Dark subtle borders for the boxes */
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icon-box:hover {
    border-color: #fdc666;
    /* Honey Yellow gold highlight on hover */
    background-color: rgba(255, 255, 255, 0.05);
}

.social-icon-box img {
    display: block;
    width: 18px;
    /* Elegant smaller PNG size centered with good padding */
    height: 18px;
    object-fit: contain;
    opacity: 0.65;
    /* Muted appearance by default */
    transition: opacity 0.3s ease;
}

.social-icon-box:hover img {
    opacity: 1;
    /* Highlight to full opacity on hover */
}

/* Column structure for navigation, pillars, newsletter */
.footer-columns {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-columns h2 {
    font-family: 'Noto Sans', sans-serif;
    /* Clean sans-serif heading matching the image */
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.15em;
    color: #fdc666;
    /* Honey Yellow gold headings */
    text-transform: uppercase;
    margin: 0 0 24px;
}

.footer-columns a,
.footer-ways-in a {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    color: #9c9996;
    /* Muted grey text matching image */
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    /* Reduced margin to make list compact as in image */
    transition: color 0.25s ease;
}

.footer-columns a:hover,
.footer-ways-in a:hover {
    color: #fdc666;
}

/* Bottom Legal Strip */
.footer-legal {
    max-width: 1200px;
    margin: 60px auto 0;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    /* Subtle divider line */
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Noto Sans', sans-serif;
    font-size: 12px;
    color: #6e6b69;
    /* Dark grey copyright text */
    width: 100%;
}

.footer-legal span {
    display: block;
}

/* Responsive Footer styling */
@media (max-width: 900px) {
    .site-footer-main {
        padding: 35px 4vw;
        /* Tablet: 35px top and bottom */
    }

    .footer-main-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}

@media (max-width: 600px) {
    .site-footer-main {
        padding: 30px 20px;
        /* Mobile: 30px top and bottom */
    }

    .footer-main-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .footer-brand p {
        max-width: 100%;
    }

    .footer-columns h2 {
        margin-bottom: 16px;
    }

    .footer-columns a,
    .footer-ways-in a {
        margin-bottom: 12px;
    }

    .footer-legal {
        margin-top: 40px;
        padding-top: 20px;
        justify-content: center;
        text-align: center;
    }
}

.menu {
    width: 42px;
    height: 36px;
    padding: 7px 0;
    border: 0;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    cursor: pointer;
}

.menu span {
    width: 28px;
    height: 2px;
    background: #f6f2e9;
    display: block;
    transition: transform .25s ease, opacity .25s ease;
}

.menu[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.menu[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.menu[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.site-menu-drawer {
    position: fixed;
    z-index: 30;
    inset: 0;
    background: rgba(30, 21, 22, .98);
    padding: 90px clamp(28px, 9vw, 140px);
    color: #f6f2e9;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
}

.site-menu-drawer[hidden] {
    display: none;
}

.site-menu-drawer p {
    margin: 0 0 22px;
    font: 10px 'DM Mono', monospace;
    letter-spacing: .2em;
    color: #fdc666;
}

.site-menu-drawer a {
    color: #f6f2e9;
    text-decoration: none;
    font: 400 clamp(1.2rem, 2.5vw, 2.5rem)/1.08 'Playfair Display', serif;
    letter-spacing: -.05em;
}

.site-menu-drawer a:hover {
    color: #fdc666;
}

.site-menu-close {
    position: absolute;
    top: 30px;
    right: 40px;
    border: 0;
    background: transparent;
    color: #f6f2e9;
    font: 42px/1 'Noto Sans', sans-serif;
    cursor: pointer;
}

.menu-open {
    overflow: hidden;
}

@media(max-width:600px) {
    .site-menu-drawer {
        padding: 80px 28px;
    }

    .site-menu-close {
        top: 22px;
        right: 20px;
    }
}



@media(max-width:768px) {
    .image-section.is-mobile {
        min-height: auto;
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 20px 16px 24px;
    }

    .image-section.is-mobile .story-panel {
        min-height: 190px;
        border: 1px solid rgba(255, 255, 255, .08);
        border-radius: 0;
        flex: none;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        padding: 18px 18px 18px;
        transition: min-height .45s ease, transform .45s ease, filter .45s ease;
        overflow: hidden;
    }

    .image-section.is-mobile .story-panel.is-active {
        min-height: 280px;
        transform: translateY(-2px);
        filter: saturate(1.08);
    }

    .image-section.is-mobile .story-title,
    .image-section.is-mobile .panel-climb .story-title,
    .image-section.is-mobile .panel-love .story-title,
    .image-section.is-mobile .panel-ambition .story-title,
    .image-section.is-mobile .panel-self .story-title {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        font-size: clamp(1.6rem, 4vw, 2.4rem);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.18em;
        margin: 0;
        z-index: 2;
    }

    .image-section.is-mobile .story-subtitle,
    .image-section.is-mobile .panel-climb .story-subtitle,
    .image-section.is-mobile .panel-love .story-subtitle,
    .image-section.is-mobile .panel-ambition .story-subtitle,
    .image-section.is-mobile .panel-self .story-subtitle {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        font-size: 0.75rem;
        opacity: 1;
        margin: 0.45rem 0 0;
        z-index: 2;
    }

    .image-section.is-mobile .story-mobile-copy {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-top: 0.95rem;
        padding-top: 0.8rem;
        border-top: 1px solid rgba(255, 255, 255, .24);
        opacity: 0;
        transform: translateY(10px);
        transition: opacity .35s ease, transform .35s ease;
        pointer-events: none;
        z-index: 2;
    }

    .image-section.is-mobile .story-panel.is-active .story-mobile-copy,
    .image-section.is-mobile .story-mobile-copy.is-visible {
        opacity: 1;
        transform: translateY(0);
    }

    .image-section.is-mobile .story-mobile-copy p {
        margin: 0;
        font: 400 13px/1.45 'Noto Sans', sans-serif;
        color: rgba(255, 255, 255, .95);
    }

    .image-section.is-mobile .story-statement {
        display: none;
    }
}

@media(max-width:480px) {
    .image-section.is-mobile {
        display: flex;
        flex-direction: column;
        gap: 10px;
        min-height: auto;
        padding: 16px 12px 20px;
    }

    .image-section.is-mobile .story-panel {
        min-height: 170px;
        border-radius: 0;
        border-right: none;
        border-bottom: none;
        flex: none;
        padding: 16px 16px 16px;
    }

    .image-section.is-mobile .story-panel.is-active {
        min-height: 240px;
    }

    .image-section.is-mobile .story-title,
    .image-section.is-mobile .panel-climb .story-title,
    .image-section.is-mobile .panel-love .story-title,
    .image-section.is-mobile .panel-ambition .story-title,
    .image-section.is-mobile .panel-self .story-title {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        font-size: clamp(1.2rem, 4vw, 1.6rem);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.2em;
        margin: 0;
        z-index: 2;
    }

    .image-section.is-mobile .story-subtitle,
    .image-section.is-mobile .panel-climb .story-subtitle,
    .image-section.is-mobile .panel-love .story-subtitle,
    .image-section.is-mobile .panel-ambition .story-subtitle,
    .image-section.is-mobile .panel-self .story-subtitle {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        font-size: 0.7rem;
        opacity: 1;
        margin: 0.35rem 0 0;
        z-index: 2;
    }

    .image-section.is-mobile .story-mobile-copy {
        width: 100%;
        margin-top: 0.8rem;
        padding-top: 0.7rem;
    }

    .image-section.is-mobile .story-mobile-copy p {
        font-size: 12px;
        line-height: 1.4;
    }

    .image-section.is-mobile .story-title .title-first,
    .image-section.is-mobile .story-title .title-main {
        font-size: inherit;
        line-height: 1.05;
    }

    .image-section.is-mobile .story-statement {
        display: none;
    }
}



/* =======================
WHAT WE'RE READING - COMPLETELY REWRITTEN
======================= */

.reading-section {
    position: relative;
    padding: 2vw 80px;
    background: #f6f2e9;
    color: #1e1516;
    overflow: hidden;
}

/* Removed red flare - .reading-section::after */

.reading-heading {
    position: relative;
    z-index: 1;
    max-width: 850px;
    margin: 40px auto;
    text-align: center;
}

.reading-heading p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 20px;
    font: 10px 'DM Mono', monospace;
    letter-spacing: .2em;
    color: #6e6b69;
    text-transform: uppercase;
    font-size: 12px;
}

.reading-heading p::before,
.reading-heading p::after {
    content: "";
    width: 58px;
    border-top: 1px solid #6e6b69;
}

.reading-heading h2 {
    font: 400 clamp(3rem, 3.5vw, 5.8rem)/.9 'Playfair Display', serif;
    letter-spacing: -.06em;
}

/* DESKTOP GRID */
.reading-grid {
    position: relative;
    z-index: 1;
    max-width: 1040px;
    margin: 0 auto 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    align-items: stretch;
}

/* DESKTOP CARDS */
.reading-card {
    min-height: 440px;
    padding: 18px 18px 26px;
    border: 1px solid #b4b1ae;
    border-radius: 0;
    background: #ffffff;
    box-shadow: 0 14px 35px rgba(0, 0, 0, .18);
    display: flex;
    flex-direction: column;
    transition: transform .25s ease, box-shadow .25s ease;
    cursor: pointer;
    margin-bottom: 18px;
}

.reading-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 42px rgba(0, 0, 0, .27);
}

.reading-card--primary:focus-visible,
.reading-card--coffee:focus-visible {
    outline: 3px solid #fdc666;
    outline-offset: 4px;
}

.article-image-placeholder {
    height: 150px;
    margin-bottom: 20px;
    border-radius: 0;
    border: 1px dashed #6e6b69;
    background: linear-gradient(135deg, rgba(253, 198, 102, .36), rgba(110, 107, 105, .14));
    display: grid;
    place-items: center;
    color: #671a0f;
    font: 10px 'DM Mono', monospace;
    letter-spacing: .12em;
    text-transform: uppercase;
    flex: 0 0 150px;
    overflow: hidden;
    isolation: isolate;
}

.article-image-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.article-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
}

.article-tags span {
    padding: 5px 10px;
    border: 1px solid #b4b1ae;
    border-radius: 20px;
    font: 9px 'DM Mono', monospace;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #671a0f;
}

.reading-card--featured .article-tags span:first-child {
    background: #fdc666;
    border-color: #fdc666;
    color: #1e1516;
}

.reading-card h3 {
    margin-bottom: 13px;
    font: 400 clamp(1.35rem, 2vw, 1.8rem)/1.16 'Playfair Display', serif;
    letter-spacing: -.035em;
    color: #1e1516;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.reading-card p {
    font: 13px/1.55 'Noto Sans', sans-serif;
    color: #6e6b69;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-footer {
    margin-top: auto;
    padding-top: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font: 10px 'DM Mono', monospace;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #6e6b69;
}

.article-footer a {
    color: #671a0f;
    text-decoration: none;
}

.article-footer a:hover {
    text-decoration: underline;
}

/* =======================
MOBILE OPTIMIZATION - TABLET
======================= */
@media(max-width: 1024px) {
    .reading-section {
        padding: 80px 4vw 60px;
    }

    .reading-grid {
        gap: 18px;
    }
}

/* =======================
MOBILE OPTIMIZATION - SMALL TABLET
======================= */
@media(max-width: 768px) {
    .reading-section {
        padding: 70px 20px 50px;
    }

    .reading-heading {
        margin-bottom: 45px;
    }

    .reading-grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        max-width: 100%;
    }

    .reading-card {
        min-height: 380px;
        padding: 16px;
    }

    .article-image-placeholder {
        height: 120px;
        margin-bottom: 16px;
    }

    .reading-card h3 {
        font-size: clamp(1.2rem, 3vw, 1.5rem);
        margin-bottom: 10px;
    }

    .reading-card p {
        font-size: 12px;
        line-height: 1.4;
    }

    .article-footer {
        padding-top: 18px;
        font-size: 9px;
    }
}

/* =======================
MOBILE OPTIMIZATION - PHONE
======================= */
@media(max-width: 600px) {
    .reading-section {
        padding: 60px 16px 40px;
    }

    .reading-heading {
        margin-bottom: 35px;
    }

    .reading-heading p {
        font-size: 8px;
        gap: 10px;
    }

    .reading-heading p::before,
    .reading-heading p::after {
        width: 30px;
    }

    .reading-heading h2 {
        font-size: clamp(2.2rem, 8vw, 3.5rem);
    }

    /* SINGLE COLUMN STACK ON PHONE */
    .reading-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 400px;
    }

    .reading-card {
        min-height: 340px;
        padding: 18px;
        max-width: 100%;
        width: 100%;
    }

    .article-image-placeholder {
        height: 160px;
        margin-bottom: 18px;
    }

    .article-tags {
        margin-bottom: 12px;
    }

    .article-tags span {
        padding: 4px 8px;
        font-size: 8px;
    }

    .reading-card h3 {
        font-size: clamp(1.1rem, 4vw, 1.4rem);
        margin-bottom: 12px;
        line-height: 1.2;
    }

    .reading-card p {
        font-size: 13px;
        line-height: 1.5;
    }

    .article-footer {
        padding-top: 16px;
        font-size: 9px;
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
}

/* =======================
MOBILE OPTIMIZATION - SMALL PHONE
======================= */
@media(max-width: 400px) {
    .reading-section {
        padding: 50px 12px 30px;
    }

    .reading-grid {
        gap: 16px;
        max-width: 100%;
    }

    .reading-card {
        min-height: 310px;
        padding: 16px;
    }

    .article-image-placeholder {
        height: 140px;
        margin-bottom: 16px;
    }

    .reading-card h3 {
        font-size: clamp(1rem, 4.5vw, 1.3rem);
        margin-bottom: 10px;
    }

    .reading-card p {
        font-size: 12px;
    }

    .article-footer {
        font-size: 8px;
    }
}

/* =======================
RESPONSIVE
======================= */

@media(max-width:900px) {

    header {

        left: 20px;
        right: 20px;

    }

    .logo {

        font-size: 24px;

    }

    .logo img {

        width: 115px;

    }

    .menu {

        font-size: 28px;

    }

    .bottom-content {

        left: 20px;
        right: 20px;

        flex-direction: column;

        align-items: flex-start;

        gap: 25px;

    }

    .description {

        font-size: 18px;

        max-width: 100%;

    }

}

@media(max-width:600px) {
    .quiz-section {
        padding: 0px 18px;
    }

    .quiz-intro {
        margin-bottom: 40px;
    }

    .quiz-panel-top {
        padding: 0 16px;
    }

    .quiz-text-button {
        font-size: 9px;
    }

    .quiz-progress-track {
        width: 70px;
    }

    .quiz-question {
        padding: 40px 22px 48px;
    }

    .quiz-options {
        grid-template-columns: 1fr;
    }

    .quiz-option {
        min-height: 70px;
        padding: 16px;
    }

    .quiz-eyebrow {
        gap: 10px;
        font-size: 8px;
    }

    .quiz-eyebrow span {
        width: 30px;
    }
}

/* =======================
BUILDING A LONG TABLE SECTION
======================= */

.long-table-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 4vw;
    box-sizing: border-box;
}

/* Content container */
.long-table-section .content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Eyebrow label */
.long-table-section .eyebrow-label {
    font-family: "Noto Sans", sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #556645;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

/* Main heading */
.long-table-section .main-heading {
    font-family: "Libre Baskerville", serif;
    font-size: clamp(32px, 3.5vw, 48px);
    line-height: 1.2;
    font-weight: 300;
    letter-spacing: -0.02em;
    margin: 0 0 12px;
    text-align: center;
}

/* Editorial text layout */
.long-table-section .text-layout {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Intro copy */
.long-table-section .intro-copy {
    font-family: "Noto Sans", sans-serif;
    font-size: clamp(14px, 1.1vw, 16px);
    line-height: 1.5;
    font-weight: 300;
    max-width: 800px;
    margin-bottom: 12px;
}

.long-table-section .intro-copy p {
    margin: 0;
}

/* Quote/Callout Text */
.long-table-section .quote-text {
    font-family: "Libre Baskerville", serif;
    font-size: clamp(18px, 1.3vw, 22px);
    line-height: 1.4;
    font-style: italic;
    font-weight: 300;
    max-width: 100%;
    margin-bottom: 12px;
}

/* Red Divider Line */
.long-table-section .red-line {
    width: 60px;
    height: 2px;
    margin: 0 auto 16px;
}

/* Closing statement */
.long-table-section .closing-text {
    font-family: "Libre Baskerville", serif;
    font-size: clamp(18px, 1.3vw, 22px);
    line-height: 1.3;
    font-style: italic;
    font-weight: 300;
    max-width: 100%;
}

/* Staggered Grid Photo Collage (7 Items: 3 Top + 4 Bottom) */
.long-table-collage {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(8, 1fr);
    gap: 6px;
    aspect-ratio: 2.1;
}

.collage-photo {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    background: #e5e5e5;
    box-shadow: none;
    border: none;
}

.collage-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.collage-photo:hover img {
    transform: scale(1.02);
}

/* Desktop Grid Mapping (3 Images on Row 1, 4 Images on Row 2) */
.collage-image-1 {
    grid-column: 1 / 5;
    grid-row: 1 / 5;
}

.collage-image-2 {
    grid-column: 5 / 9;
    grid-row: 1 / 5;
}

.collage-image-3 {
    grid-column: 9 / 13;
    grid-row: 1 / 5;
}

.collage-image-4 {
    grid-column: 1 / 4;
    grid-row: 5 / 9;
}

.collage-image-5 {
    grid-column: 4 / 7;
    grid-row: 5 / 9;
}

.collage-image-6 {
    grid-column: 7 / 10;
    grid-row: 5 / 9;
}

.collage-image-7 {
    grid-column: 10 / 13;
    grid-row: 5 / 9;
}

/* Responsive design */
@media (max-width: 768px) {
    .long-table-section {
        padding: 60px 20px;
    }

    .long-table-section .content {
        margin-bottom: 60px;
    }

    .long-table-collage {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        gap: 6px;
        aspect-ratio: auto;
    }

    .collage-photo {
        grid-column: auto !important;
        grid-row: auto !important;
        aspect-ratio: 4 / 3;
    }

    .collage-image-1 {
        grid-column: span 2 !important;
        aspect-ratio: 16 / 9;
    }
}

/* Desktop story-panel emphasis: the hovered theme grows to roughly half of the row. */
@media (min-width:769px) and (hover:hover) {

    .image-section.hover-climb .panel-climb,
    .image-section.hover-love .panel-love,
    .image-section.hover-ambition .panel-ambition,
    .image-section.hover-self .panel-self {
        flex: 3 1 0;
        opacity: 1;
        border-right: 0;
    }

    .image-section.hover-climb .panel-love,
    .image-section.hover-climb .panel-ambition,
    .image-section.hover-climb .panel-self,
    .image-section.hover-love .panel-climb,
    .image-section.hover-love .panel-ambition,
    .image-section.hover-love .panel-self,
    .image-section.hover-ambition .panel-climb,
    .image-section.hover-ambition .panel-love,
    .image-section.hover-ambition .panel-self,
    .image-section.hover-self .panel-climb,
    .image-section.hover-self .panel-love,
    .image-section.hover-self .panel-ambition {
        flex: 1 1 0;
        min-width: 0;
        opacity: 1;
        pointer-events: auto;
    }

    .image-section.hover-climb .story-statement {
        left: 35px;
        bottom: 200px;
        width: min(400px, 35vw);
        opacity: 1;
    }

    .image-section.hover-love .story-statement {
        left: calc(16.67% + 35px);
        bottom: 200px;
        width: min(400px, 35vw);
        opacity: 1;
    }

    .image-section.hover-self .story-statement {
        left: calc(33.33% + 35px);
        bottom: 200px;
        width: min(400px, 35vw);
        opacity: 1;
    }

    .image-section.hover-ambition .story-statement {
        left: calc(50% + 35px);
        bottom: 200px;
        width: min(400px, 35vw);
        opacity: 1;
    }
}

/* =======================
TAKE A SEAT SECTION
======================= */
.take-seat-section {
    padding: clamp(60px, 8vw, 110px) 24px;
    background: #671a0f;
    color: white;
}

.take-seat-shell {
    width: min(1180px, 100%);
    margin: 0 auto;
}

.take-seat-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
    margin-bottom: 50px;
}

.take-seat-header-main {
    max-width: 650px;
}

.take-seat-kicker {
    font-family: 'DM Mono', monospace;
    color: #fdc666;
    font-size: 13px;
    letter-spacing: .2em;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block;
    font-weight: 500;
}

.take-seat-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2.4rem, 4vw, 4.4rem);
    line-height: 1.1;
    color: #f6f2e9;
    font-weight: 400;
    margin: 0;
    letter-spacing: -.03em;
}

.take-seat-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1.15fr;
    gap: 30px;
    align-items: stretch;
    margin-bottom: 50px;
}

.take-seat-image-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    height: 100%;
    min-height: 350px;
}

@media(min-width: 901px) {
    .take-seat-image-wrap--offset {
        transform: translateY(30px);
    }
}

.take-seat-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.take-seat-form-card {
    background: #f6f2e9;
    color: #1e1516;
    padding: 24px clamp(16px, 3vw, 32px);
    border-radius: 0;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
    transition: transform .25s ease, box-shadow .25s ease;
}

.take-seat-form-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

.take-seat-form-card h3 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.8rem, 2.5vw, 2.3rem);
    line-height: 1.2;
    color: #1e1516;
    margin: 0 0 20px;
    font-weight: 400;
    letter-spacing: -.02em;
}

.simulated-field {
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.simulated-field label {
    font-family: 'Noto Sans', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    color: #1e1516;
    text-transform: uppercase;
}

.simulated-input {
    background: #ffffff;
    border: 1px solid #e0dbd5;
    padding: 10px 14px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 12px;
    color: #b4b1ae;
    border-radius: 4px;
}

.form-card-submit {
    margin-top: auto;
    background: #1e1516;
    color: #ffffff;
    border: none;
    padding: 12px 20px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    transition: background 0.25s ease;
    width: 100%;
}

.form-card-submit:hover {
    background: #671a0f;
}

.form-card-submit .arrow {
    font-size: 16px;
    transition: transform 0.25s ease;
}

.take-seat-form-card:hover .form-card-submit .arrow {
    transform: translateX(4px);
}

.take-seat-bottom {
    text-align: center;
    margin-top: 40px;
}

.take-seat-divider {
    border: none;
    border-top: 1px solid rgba(140, 136, 133, 0.15);
    margin-bottom: 40px;
}

.take-seat-bottom-copy {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
    max-width: 75ch;
    margin: 0 auto 30px;
    font-weight: 300;
}

.take-seat-bottom-kicker {
    font-family: 'DM Mono', monospace;
    color: #fdc666;
    font-size: 12px;
    letter-spacing: .15em;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-align: center;
    line-height: 1.6;
}

.take-seat-kicker-line {
    display: inline-block;
}

.take-seat-kicker-link {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
    transition: opacity 0.2s ease, color 0.2s ease;
    cursor: pointer;
}

.take-seat-kicker-link:hover {
    opacity: 0.82;
    color: #ffffff;
}

@media(max-width: 900px) {
    .take-seat-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 40px;
    }

    .take-seat-content-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .take-seat-form-card {
        grid-column: 1 / -1;
    }
}

@media(max-width: 600px) {
    .take-seat-content-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .take-seat-form-card {
        grid-column: auto;
    }

    .take-seat-image-wrap {
        min-height: 320px;
    }

    .take-seat-bottom-copy {
        font-size: 13px;
    }
}

/* Static Who's Setting the Table section — no scroll-driven imagery or motion. */
#scrollSection.scroll-section {
    height: auto;
    min-height: 0;
    padding: 0;
    background: #f6f2e9;
}

#scrollSection .sticky {
    position: relative;
    top: auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    height: auto;
    isolation: auto;
    overflow: hidden;
    background: #f6f2e9;
}

#scrollSection .background-image,
#scrollSection .background-overlay,
#scrollSection .background-glow {
    display: none !important;
}

#scrollSection .question-stage {
    position: relative;
    inset: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    z-index: 1;
    padding: clamp(38px, 5vw, 64px) 5vw 0;
    text-align: left;
    pointer-events: auto;
}

#scrollSection .question-row {
    display: block;
    flex: 0 1 auto;
    width: auto;
    white-space: normal;
    transform: none !important;
    text-align: left;
}

#scrollSection .question-word {
    display: inline;
    opacity: 1 !important;
    transform: none !important;
    font-size: clamp(48px, 3.8vw, 96px);
    line-height: .98;
    letter-spacing: -.06em;
    color: #1e1516;
}

#scrollSection #wordTable {
    color: #fdc666;
    font-style: italic;
}

#scrollSection .question-word:not(:last-child)::after {
    content: " ";
}

#scrollSection .final-content {
    position: relative;
    inset: auto;
    z-index: 1;
    flex: 1;
    width: 100%;
    min-height: 0;
    padding: clamp(20px, 3vw, 30px) 6vw clamp(16px, 2vw, 28px);
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto;
    align-items: center;
}

#scrollSection .brand-mark {
    flex: 0 0 auto;
    align-self: center;
    margin-left: 8px;
    opacity: 1 !important;
    transform: none !important;
}

#scrollSection .brand-mark img {
    display: block;
    width: clamp(170px, 16vw, 250px);
    height: auto;
    max-height: 94px;
    object-fit: contain;
    object-position: left center;
}

#scrollSection .heading {
    align-self: flex-start;
    width: min(1180px, 94vw);
    margin-top: clamp(18px, 2.5vw, 32px);
    font-family: "Noto Sans", sans-serif;
    font-size: clamp(16px, 1vw, 21px);
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: 0;
    opacity: 1 !important;
    transform: none !important;
    color: #1e1516;
    text-align: left;
}

#scrollSection .heading-line {
    white-space: normal;
    color: #1e1516;
}

#scrollSection .heading,
#scrollSection .body-area {
    position: relative;
    top: -14px;
}

#scrollSection .body-area {
    align-self: flex-start;
    width: min(960px, 86vw);
    margin-top: clamp(16px, 2vw, 28px);
    padding: 0;
    background: none;
    backdrop-filter: none;
    opacity: 1 !important;
    transform: none !important;
}

#scrollSection .body-copy {
    font-family: "Noto Sans", sans-serif;
    font-size: clamp(16px, 1vw, 21px);
    font-weight: 500;
    line-height: 1.55;
    text-align: left;
    text-align-last: auto;
    color: #1e1516;
    text-shadow: none;
}

#scrollSection .quote-area {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 24px;
    padding-top: 0;
    display: flex;
    justify-content: flex-end;
    opacity: 1 !important;
    transform: translateY(-16px) !important;
}

#scrollSection .ending {
    text-align: right;
}

#scrollSection .ending-title,
#scrollSection .ending-sub {
    font-size: clamp(28px, 2.6vw, 40px);
    font-weight: 700;
    line-height: 1.25;
    color: #1e1516;
}

#scrollSection .community-cta {
    border-radius: 35px;
    box-shadow: 0px 0px 27px -1px #3a3838;
    justify-content: center;
    margin-top: 22px;
    padding: 14px 20px;
    background: #fdc666;
    color: #671a0f;
    font-size: 20px;
    line-height: 1;
    text-decoration: none;
    border-radius: 35px;
    box-shadow: 0px 0px 27px -1px #3a3838;
    font-weight: 900;
}

#scrollSection .cta-arrow {
    font-size: 38px;
}

@media (max-width:700px) {
    #scrollSection.scroll-section {
        min-height: 0;
    }

    #scrollSection .sticky {
        min-height: 0;
    }

    #scrollSection .question-stage {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 40px 24px 0;
    }

    #scrollSection .question-word {
        font-size: 32px;
        line-height: 1.5;
    }

    #scrollSection .final-content {
        padding: 22px 24px 24px;
    }

    #scrollSection .brand-mark {
        align-self: flex-end;
        margin-left: 0;
    }

    #scrollSection .brand-mark img {
        width: 165px;
    }

    #scrollSection .heading {
        font-size: 16px;
    }

    #scrollSection .heading,
    #scrollSection .body-area {
        top: -8px;
    }

    #scrollSection .body-area {
        width: 100%;
        margin-top: 24px;
        padding: 0;
    }

    #scrollSection .body-copy {
        font-size: 17px;
        text-align: left;
    }

    #scrollSection .quote-area {
        padding-top: 26px;
    }

    #scrollSection .ending-title,
    #scrollSection .ending-sub {
        font-size: 20px;
    }

    #scrollSection .community-cta {
        font-size: 14px;
    }
}

/* Independent desktop columns keep each lower card evenly spaced below its card above. */
@media (min-width:701px) {
    .take-seat-grid {
        grid-template-rows: none;
        gap: 18px;
        align-items: stretch;
    }

    .take-seat-column {
        display: flex;
        flex-direction: column;
        gap: 18px;
        min-width: 0;
    }

    .take-seat-intro,
    .take-seat-truth {
        align-self: auto;
    }

    .take-seat-chair-card,
    .take-seat-invitation {
        flex: 1;
        min-height: 370px;
    }
}

@media (max-width:700px) {
    .take-seat-grid {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .take-seat-column {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .take-seat-chair-card,
    .take-seat-invitation {
        min-height: 300px;
    }
}

/* Section 2 editorial refinements. */
.women-eyebrow .eyebrow-text {
    font-weight: 700;
}

.women-body-lead,
.women-body-detail {
    font-weight: 400;
}


/* ==========================================================================
   DROPS CO. EDITORIAL ABOUT PAGE (EXACT DESIGN SYSTEM & LAYOUT)
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap');

:root {
    --color-mustard: #FDC667;
    --color-wine: #5A2323;
    --color-ice-blue: #E8EEF5;
    --color-nude-pink: #F9E6DF;
    --color-charcoal: #2A2927;
    --color-gold: #D8B36E;
    --color-terracotta: #C85E50;
    --color-sage: #9DB680;
    --color-text-dark: #2B2A28;
    --color-white: #FFFFFF;

    --font-serif: 'Cormorant Garamond', Georgia, serif;
    --font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --transition-smooth: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.responsive-cover-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}


/* ==========================================================================
   Panel 8: Team Section ("Led by the women who live it.")
   ========================================================================== */
.panel-team-container {
    background-color: #f6f2e9;
    padding: clamp(60px, 8vw, 110px) 24px;
    color: #1e1516;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.team-header {
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.team-kicker {
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #8c8885;
    margin-bottom: 16px;
    display: block;
    font-weight: 500;
}

.team-section-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2.2rem, 3.8vw, 4.2rem);
    line-height: 1.1;
    color: #1e1516;
    font-weight: 400;
    margin: 0;
    letter-spacing: -.03em;
    text-shadow: none !important;
}

.panel-team-container .team-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 40px;
}

.panel-team-container .team-card {
    background: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: none !important;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-align: left;
    flex: 1 1 260px;
    max-width: 290px;
    transition: transform .25s ease !important;
    transform: none;
}

.panel-team-container .team-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: none !important;
}

.panel-team-container .team-img-wrapper {
    width: 100%;
    aspect-ratio: 6 / 7;
    border-radius: 6px !important;
    overflow: hidden;
    margin-bottom: 12px;
    background-color: #f6f2e9 !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.panel-team-container .team-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 6px !important;
    transition: none !important;
    transform: none !important;
}

.panel-team-container .team-name {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #1e1516;
    /* black/dark color */
    margin: 4px 0 2px 0;
    text-align: left;
}

.panel-team-container .team-role-desc {
    font-family: 'Noto Sans', sans-serif;
    font-size: 12px;
    line-height: 1.4;
    color: #6e6b69;
    /* grey/dark grey color */
    margin: 0;
    text-align: left;
}

.panel-team-container .team-footer-copy {
    max-width: 800px;
    margin: 40px auto 0;
}

.panel-team-container .team-footer-copy p {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #1e1516;
    margin: 0;
    font-weight: 300;
}

@media (max-width: 900px) {
    .panel-team-container .team-grid {
        gap: 20px;
    }

    .panel-team-container .team-card {
        max-width: 280px;
    }
}

@media (max-width: 767px) {
    .panel-team-container .team-grid {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .panel-team-container .team-card {
        width: 100%;
        max-width: 320px;
    }
}

/* ==========================================================================
   Drops Co. Best Days Section (Replaces Old Founder Panel)
   ========================================================================== */
.dropsco-best-days-wrapper {
    background-color: #FBF9F5;
    color: #231F20;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    width: 100%;
}

.dropsco-best-days-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 clamp(24px, 6vw, 90px);
}

.best-days-divider {
    width: 100%;
    height: 1px;
    background-color: #E2DDD5;
    margin-bottom: clamp(60px, 8vw, 90px);
}

.best-days-content {
    text-align: center;
    max-width: 820px;
    margin: 0 auto;
    padding-bottom: clamp(60px, 8vw, 100px);
}

.best-days-content .kicker-subtitle {
    color: #D9A04B;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block;
}

.best-days-title {
    font-size: clamp(2rem, 3.8vw, 3.4rem);
    font-weight: 700;
    line-height: 1.22;
    color: #231F20;
    margin: 0 0 18px 0;
    letter-spacing: -0.01em;
}

.best-days-title em {
    color: #6C2317 !important;
    font-style: normal;
}

.best-days-subtext {
    font-family: 'Libre Baskerville', Georgia, serif !important;
    font-style: italic !important;
    font-size: 25px !important;
    line-height: 1.45 !important;
    color: #6C2317 !important;
    margin: 20px 0 0 0 !important;
    font-weight: 500 !important;
    display: block !important;
}


/* Explicit Overrides: Text Shadow Removal & Un-bold Vertical Labels */
.hero-title,
.hero-title *,
.hero-main-line,
.hero-subtitle-line,
.hero-description,
.panel-hero *,
.women-main-title,
.about-hero-title {
    text-shadow: none !important;
}

.v-text-ourstory,
.v-text-about,
.v-text-fixing {
    font-weight: 400 !important;
}

@media (max-width: 767px) {
    .founder-text-content {
        padding: 2.5rem 16px !important;
        text-align: center;
    }
}

/* ==========================================================================
   Drops Co. Catalogue Section
   ========================================================================== */
.dropsco-catalogue-section {
    background-color: #ffffff;
    padding: clamp(60px, 8vw, 110px) 24px;
    color: #1e1516;
    width: 100%;
    box-sizing: border-box;
}

.catalogue-container {
    width: min(1200px, 100%);
    margin: 0 auto;
}

.catalogue-header {
    margin-bottom: 50px;
    text-align: left;
}

.catalogue-kicker {
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: #8c8885;
    margin-bottom: 16px;
    display: block;
    font-weight: 500;
}

.catalogue-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2.2rem, 3.8vw, 4.4rem);
    line-height: 1.1;
    color: #1e1516;
    font-weight: 400;
    margin: 0;
    letter-spacing: -.03em;
}

.catalogue-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.catalogue-card {
    position: relative;
    border-radius: 0px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    overflow: hidden;
    cursor: not-allowed;
}

/* Custom background colors matching screenshot */
.catalogue-card.card-blue {
    background-color: #b9d1ea;
}

.catalogue-card.card-pink {
    background-color: #f3d4d7;
}

.catalogue-card.card-green {
    background-color: #b5c2a1;
}

.catalogue-card.card-cream {
    background-color: #faede1;
}

/* Full Card Background Blur (Image + Text + Price + Description) */
.catalogue-card-inner {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    filter: blur(6px) opacity(0.5);
    user-select: none;
    pointer-events: none;
    transition: filter 0.4s ease, opacity 0.4s ease;
}

.catalogue-card:hover .catalogue-card-inner {
    filter: blur(4.5px) opacity(0.65);
}

.catalogue-img-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 4px;
}

.catalogue-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    filter: blur(8px) brightness(0.92) contrast(1.05);
    opacity: 0.7;
    transform: scale(1.06);
    user-select: none;
    pointer-events: none;
}

/* Full Card Coming Soon Overlay & Maroon Text */
.catalogue-coming-soon-layer {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(1.5px);
    -webkit-backdrop-filter: blur(1.5px);
    z-index: 5;
    cursor: not-allowed;
}

.catalogue-coming-soon-pill {
    background: transparent;
    color: #671a0f; /* Signature Drops Co. Luxury Maroon */
    font-family: 'DM Mono', monospace;
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    cursor: not-allowed;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.catalogue-card:hover .catalogue-coming-soon-pill {
    transform: scale(1.06);
    opacity: 0.9;
}

.bestseller-badge {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #1e1516;
    color: #ffffff;
    font-family: 'DM Mono', monospace;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .1em;
    padding: 4px 10px;
    border-radius: 20px;
    text-transform: uppercase;
}

.catalogue-card-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.catalogue-card-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 8px;
}

.catalogue-product-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.2rem, 1.8vw, 1.5rem);
    font-weight: 400;
    color: #1e1516;
    margin: 0;
}

.catalogue-price-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
}

.catalogue-price-wrap .old-price {
    font-size: 11px;
    text-decoration: line-through;
    color: rgba(30, 21, 22, 0.4);
}

.catalogue-price-wrap .current-price {
    font-size: 13px;
    color: #1e1516;
}

.catalogue-product-desc {
    font-family: 'Noto Sans', sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: rgba(30, 21, 22, 0.8);
    margin: 0;
    text-align: left;
    max-width: 28ch;
}

.catalogue-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 36px;
    flex-wrap: wrap;
    gap: 20px;
}

.catalogue-footer-italic {
    font-family: Georgia, 'Times New Roman', serif;
    font-style: italic;
    font-size: clamp(15px, 1.5vw, 18px);
    color: #1e1516; /* Black text */
    font-weight: 400;
}

.catalogue-view-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #671a0f;
    color: #ffffff;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 26px;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(103, 26, 15, 0.25);
    transition: all 0.3s ease;
    cursor: pointer;
}

.catalogue-view-all:hover {
    background-color: #55140b;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(103, 26, 15, 0.35);
}

@media(max-width: 1024px) {
    .catalogue-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

@media(max-width: 600px) {
    .catalogue-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .dropsco-catalogue-section {
        padding: 50px 16px;
    }

    .catalogue-card {
        padding: 20px;
    }

    .catalogue-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
}

/* ==========================================
   DROPS CO. ABOUT US - 4 STORY SECTIONS
   ========================================== */

.dropsco-about-wrapper {
    background-color: #FBF9F5;
    color: #231F20;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    width: 100%;
    overflow: hidden;
}

.dropsco-about-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 clamp(24px, 6vw, 90px);
}

.sec-hero-left h1 em,
.sec-fixing-header h2 em,
.sec-useful-header h2 em,
.text-maroon {
    color: #6C2317 !important;
    font-style: normal;
}

.text-gold {
    color: #D9A04B !important;
}

.kicker-subtitle {
    color: #D9A04B;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block;
}

/* SECTION 1: HERO STORY */
.sec-hero-story {
    padding: 70px 0 60px 0;
}

.sec-hero-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 48px;
    align-items: start;
    margin-bottom: 50px;
}

.sec-hero-left h1 {
    font-size: clamp(2.4rem, 4vw, 3.8rem);
    font-weight: 700;
    line-height: 1.15;
    color: #231F20;
    letter-spacing: -0.02em;
    margin: 0;
}

.sec-hero-right {
    border-left: 2px solid #E5A84D;
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 36px;
}

.sec-hero-right p {
    font-size: 14px;
    line-height: 1.65;
    color: #4A4543;
    margin: 0;
}

.sec-hero-img-wrapper {
    width: 100%;
    border-radius: 0px;
    overflow: hidden;
}

.sec-hero-img-wrapper img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

/* SECTION 2: THE WHOLE OF HER */
.sec-statement {
    padding: 80px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white
}

.sec-statement-title {
    font-size: clamp(1.8rem, 3.2vw, 2.75rem);
    font-weight: 700;
    line-height: 1.25;
    color: #231F20;
    max-width: 580px;
    margin: 0 auto 28px auto;
    letter-spacing: -0.01em;
}

.sec-statement-divider {
    width: 50px;
    height: 2px;
    background-color: #6C2317;
    margin: 0 auto 28px auto;
}

.sec-statement-subtitle {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.35;
    color: #6C2317;
    max-width: 580px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .sec-statement-subtitle {
        font-size: 19px;
    }
}

/* SECTION 3: WE DON'T THINK YOU NEED FIXING */
.sec-fixing {
    padding: 80px 0 60px 0;
}

.sec-fixing-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 48px auto;
}

.sec-fixing-header h2 {
    font-size: clamp(2.2rem, 3.8vw, 3.4rem);
    font-weight: 700;
    line-height: 1.2;
    color: #231F20;
    margin: 0 0 16px 0;
    letter-spacing: -0.01em;
}

.sec-fixing-header p {
    font-size: 15px;
    line-height: 1.6;
    color: #55504E;
    margin: 0 auto;
    max-width: 550px;
}

.sec-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 50px;
}

.fixing-card {
    background-color: #FAFAFA;
    padding: 32px 24px;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.fixing-card.card-maroon {
    border-top: 3px solid #6C2317;
}

.fixing-card.card-gold {
    border-top: 3px solid #E5A84D;
}

.fixing-card-number {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}

.card-maroon .fixing-card-number {
    color: #6C2317;
}

.card-gold .fixing-card-number {
    color: #E5A84D;
}

.fixing-card-text {
    font-size: 15px;
    line-height: 1.5;
    color: #3A3635;
    font-weight: 500;
    margin: 0;
}

.sec-fixing-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.sec-fixing-banner img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

.sec-fixing-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.45) 50%, rgba(0, 0, 0, 0) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 40px 24px;
    text-align: center;
}

.sec-fixing-banner-text {
    color: #F2B84B;
    font-size: 20px;
    font-weight: 700;
    max-width: 760px;
    line-height: 1.35;
    margin: 0;
}

/* SECTION 4: BEFORE WE WERE ANYTHING */
.sec-useful {
    padding: 80px 0 90px 0;
}

.sec-useful-header {
    margin-bottom: 40px;
    max-width: 580px;
}

.sec-useful-header h2 {
    font-size: clamp(2.2rem, 3.8vw, 3.5rem);
    font-weight: 700;
    line-height: 1.2;
    color: #231F20;
    margin: 0;
    letter-spacing: -0.01em;
}

.sec-useful-img-wrapper {
    width: 100%;
    margin-bottom: 44px;
}

.sec-useful-img-wrapper img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

.sec-useful-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    margin-bottom: 60px;
}

.sec-useful-col p {
    font-size: 15px;
    line-height: 1.65;
    color: #4A4543;
    margin-bottom: 20px;
}

.sec-useful-col p:last-child {
    margin-bottom: 0;
}

.sec-whole-you {
    padding: 30px 0 80px 0;
}

.sec-useful-divider {
    width: 100%;
    height: 1px;
    background-color: #DCD6CD;
    margin-bottom: 50px;
}

.sec-useful-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    flex-wrap: wrap;
}

.sec-useful-bottom h3 {
    font-size: clamp(1.75rem, 3vw, 2.6rem);
    font-weight: 700;
    line-height: 1.2;
    color: #231F20;
    max-width: 520px;
    margin: 0;
    letter-spacing: -0.01em;
}

.sec-useful-badges {
    display: flex;
    align-items: center;
    gap: clamp(18px, 2.5vw, 36px);
    flex-wrap: wrap;
}

.badge-pill {
    background: none !important;
    background-color: transparent !important;
    color: #6C2317 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
    font-size: clamp(13px, 1.2vw, 15px);
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    white-space: normal;
    display: inline-block;
    line-height: 1.4;
}

/* RESPONSIVE MEDIA QUERIES */
@media (max-width: 991px) {
    .sec-hero-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .sec-hero-right {
        margin-top: 0;
    }

    .sec-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sec-useful-columns {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .sec-useful-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .sec-useful-badges {
        flex-wrap: wrap;
        gap: 12px 20px;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .sec-cards-grid {
        grid-template-columns: 1fr;
    }

    .sec-hero-img-wrapper img,
    .sec-fixing-banner img,
    .sec-useful-img-wrapper img {
        height: 320px;
    }

    .sec-useful-bottom h3 {
        font-size: clamp(1.4rem, 6.2vw, 1.85rem);
        line-height: 1.25;
        max-width: 100%;
        word-break: break-word;
    }

    .sec-useful-badges {
        display: flex;
        flex-wrap: wrap !important;
        gap: 10px 14px;
        width: 100%;
    }

    .badge-pill {
        padding: 0 !important;
        font-size: clamp(12px, 3.2vw, 14px) !important;
        white-space: normal !important;
        word-break: break-word !important;
    }
}