/* ============================================
   About Page V2 — Modern Premium Redesign
   ============================================ */

/* ----- Shared Components ----- */
.about-v2 .pill-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(220, 237, 148, 0.15);
    border: 1px solid rgba(220, 237, 148, 0.3);
    color: #4a9e46;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* Premium botanical closing CTA */
.about-v2-cta {
    isolation: isolate;
    min-height: 720px;
    display: grid;
    align-items: center;
    padding: clamp(82px, 10vw, 140px) 0;
    background-image: url('images/about-cta-botanical-v2.png');
    background-size: cover;
    background-position: center;
}
.about-v2-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(3,24,15,.18), rgba(3,25,16,.52)), radial-gradient(circle at 50% 48%, rgba(16,66,43,.16) 0, rgba(4,27,17,.68) 74%);
}
.about-v2-cta::after {
    content: '';
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(225,239,184,.14);
    border-radius: 28px;
    pointer-events: none;
}
.about-v2-cta .container { width: 100%; }
.about-v2-cta .cta-inner { max-width: 900px; padding: 26px clamp(14px,3vw,32px); }
.about-v2-cta .cta-decoration { opacity: .5; }
.about-v2-cta .cta-ring-1 { width: 580px; height: 580px; }
.about-v2-cta .cta-ring-2 { width: 390px; height: 390px; }
.about-v2-cta .cta-leaf {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    margin: 0 auto 14px;
    border: 1px solid rgba(220,237,148,.28);
    border-radius: 50%;
    background: rgba(9,49,31,.42);
    backdrop-filter: blur(10px);
    font-size: 1.45rem;
}
.about-v2-cta .pill-badge-cta { padding: 10px 20px; background: rgba(11,54,35,.48) !important; backdrop-filter: blur(12px); letter-spacing: .11em; }
.about-v2-cta .cta-inner h2 {
    max-width: 880px;
    margin: 24px auto 20px;
    font-family: 'Fraunces', serif;
    font-size: clamp(3rem,6vw,5.8rem);
    line-height: .98;
    letter-spacing: -.045em;
    text-wrap: balance;
    text-shadow: 0 8px 30px rgba(0,0,0,.28);
}
.about-v2-cta .cta-inner h2 em { color: #e0ef9a; font-weight: 600; }
.about-v2-cta .cta-inner > p { max-width: 610px; margin-bottom: 30px; color: rgba(245,250,242,.82); font-size: 1.05rem; }
.about-v2-cta .cta-buttons { margin-bottom: 34px; }
.about-v2-cta .btn-large { background: #e2ef9d !important; color: #123b27 !important; box-shadow: 0 14px 34px rgba(0,0,0,.22); }
.about-v2-cta .btn-large:hover { transform: translateY(-2px); background: #f1f7c8 !important; }
.about-v2-cta .btn-outline-white { background: rgba(8,42,27,.35); backdrop-filter: blur(10px); }
.about-v2-cta .cta-trust-row { gap: 10px; margin-bottom: 24px; }
.about-v2-cta .cta-trust-row span { background: rgba(8,43,28,.48); border-color: rgba(255,255,255,.18); backdrop-filter: blur(12px); }
.about-v2-cta .cta-inner small { color: rgba(255,255,255,.58); }
@media (max-width: 620px) {
    .about-v2-cta { min-height: 760px; padding: 74px 0; background-position: 52% center; }
    .about-v2-cta::after { inset: 10px; border-radius: 20px; }
    .about-v2-cta .cta-decoration { display: none; }
    .about-v2-cta .cta-inner { padding-inline: 16px; }
    .about-v2-cta .cta-inner h2 { font-size: clamp(2.55rem,13vw,3.65rem); line-height: 1; }
    .about-v2-cta .cta-inner > p { font-size: .95rem; line-height: 1.65; }
    .about-v2-cta .cta-buttons { display: grid; width: min(100%,320px); margin-inline: auto; }
    .about-v2-cta .cta-buttons a { justify-content: center; }
    .about-v2-cta .cta-trust-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
    .about-v2-cta .cta-trust-row span { justify-content: center; padding: 9px 8px; font-size: .67rem; }
}
.about-v2 .pill-badge-dark {
    background: rgba(23, 69, 48, 0.08);
    border-color: rgba(23, 69, 48, 0.15);
    color: #174530;
}
.about-v2 .pill-badge-accent {
    background: rgba(229, 111, 72, 0.08);
    border-color: rgba(229, 111, 72, 0.2);
    color: #d96f47;
}
.about-v2 .pill-badge-glow {
    background: rgba(220, 237, 148, 0.2);
    border-color: rgba(220, 237, 148, 0.5);
    color: #dced94;
}
.about-v2 .pill-badge-white {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}

/* ----- Hero Section ----- */
.about-v2-hero {
    position: relative;
    padding: clamp(80px, 12vw, 140px) 0 clamp(60px, 10vw, 120px);
    background: linear-gradient(135deg, #f9fdf5 0%, #eef5e5 40%, #e4efd8 100%);
    overflow: hidden;
}
.about-v2-hero::before {
    content: '';
    position: absolute;
    inset: -30px;
    background: url('images/ai-about-hero-botanical.png') center / cover no-repeat;
    filter: blur(14px);
    opacity: .22;
    transform: scale(1.04);
    pointer-events: none;
}
.about-v2-hero::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -60px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(74, 158, 70, 0.12) 0%, transparent 70%);
    pointer-events: none;
}
.about-v2-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: clamp(40px, 7vw, 100px);
    align-items: center;
}
.about-v2-hero-copy {
    position: relative;
    z-index: 2;
}
.about-v2-hero-copy h1 {
    margin: 20px 0 18px;
    color: #123d2a;
    font-family: 'DM Sans', sans-serif;
    font-size: clamp(2.8rem, 5.5vw, 4.8rem);
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: -0.05em;
}
.about-v2-hero-copy h1 em {
    color: #4a9e46;
    font-style: italic;
}
.about-v2-hero-copy > p {
    max-width: 480px;
    margin: 0 0 28px;
    color: #4e6a57;
    font-size: 1.05rem;
    line-height: 1.75;
}
.about-v2-hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.about-v2-hero-actions .btn-ghost {
    background: transparent;
    border: 1px solid #2c6e49;
    color: #2c6e49;
    border-radius: 999px;
    padding: 13px 24px;
    font-weight: 800;
    font-size: 0.82rem;
    transition: all 0.3s;
}
.about-v2-hero-actions .btn-ghost:hover {
    background: #2c6e49;
    color: #fff;
}

/* Hero Glass Card */
.about-v2-hero-visual {
    position: relative;
    z-index: 2;
}
.hero-glass-card {
    position: relative;
    padding: 35px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 25px 60px rgba(16, 57, 38, 0.1), 0 1px 3px rgba(16, 57, 38, 0.06);
}
.hero-glass-card img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    margin-bottom: 22px;
}
.hero-glass-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    text-align: center;
}
.hero-glass-stats > div {
    padding: 16px 8px;
    border-radius: 14px;
    background: rgba(23, 69, 48, 0.06);
}
.hero-glass-stats b {
    display: block;
    color: #174530;
    font-size: 1.3rem;
    font-family: 'DM Sans', sans-serif;
}
.hero-glass-stats span {
    color: #5a7a63;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/* Floating leaves */
.floating-leaf {
    position: absolute;
    font-size: 2rem;
    opacity: 0.5;
    animation: floatLeaf 6s ease-in-out infinite;
    pointer-events: none;
}
.leaf-1 { top: -10px; right: 20px; animation-delay: 0s; }
.leaf-2 { bottom: 30px; left: -20px; animation-delay: 2s; font-size: 1.5rem; }
.leaf-3 { top: 50%; right: -15px; animation-delay: 4s; font-size: 1.8rem; }
@keyframes floatLeaf {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-18px) rotate(12deg); }
}

/* ----- Purpose Section ----- */
.about-v2-purpose {
    padding: clamp(70px, 10vw, 130px) 0;
    background: #fffdf9;
}
.about-v2-purpose-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: clamp(40px, 8vw, 130px);
    align-items: start;
}
.purpose-left h2 {
    margin: 20px 0 0;
    color: #123d2a;
    font-family: 'DM Sans', sans-serif;
    font-size: clamp(2.4rem, 4.5vw, 4.2rem);
    font-weight: 800;
    line-height: 0.96;
    letter-spacing: -0.05em;
}
.purpose-left h2 em {
    color: #56745b;
    font-style: italic;
}
.purpose-right {
    padding-top: 10px;
}
.purpose-right p {
    color: #546e5c;
    font-size: 1.02rem;
    line-height: 1.82;
}
.purpose-right p + p {
    margin-top: 18px;
}

/* ----- Story Section ----- */
.about-v2-story {
    padding: clamp(70px, 10vw, 130px) 0;
    background: linear-gradient(135deg, #f0f5eb, #e8f0de);
}
.about-v2-story-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: clamp(40px, 7vw, 100px);
    align-items: center;
}
.story-image-wrapper {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(16, 57, 38, 0.12);
}
.story-image-wrapper img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
}
.story-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    font-size: 0.75rem;
    font-weight: 800;
    color: #174530;
}
.story-badge-icon {
    font-size: 1.1rem;
}
.story-content h2 {
    margin: 18px 0 18px;
    color: #123d2a;
    font-family: 'DM Sans', sans-serif;
    font-size: clamp(2.4rem, 4.2vw, 3.8rem);
    font-weight: 800;
    line-height: 0.96;
    letter-spacing: -0.05em;
}
.story-content h2 em {
    color: #4a9e46;
    font-style: italic;
}
.story-content > p {
    color: #546e5c;
    font-size: 1rem;
    line-height: 1.78;
    margin-bottom: 24px;
}
.story-checklist {
    display: grid;
    gap: 12px;
    margin-bottom: 28px;
}
.check-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #2e5a3d;
    font-size: 0.88rem;
    font-weight: 600;
}
.check-icon {
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: linear-gradient(135deg, #dced94, #b8d67a);
    color: #174530;
    font-size: 0.72rem;
    font-weight: 900;
    flex-shrink: 0;
}
.story-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #174530;
    font-size: 0.82rem;
    font-weight: 900;
    border-bottom: 2px solid #174530;
    padding-bottom: 4px;
    transition: all 0.3s;
}
.story-link:hover {
    color: #4a9e46;
    border-color: #4a9e46;
}

/* ----- Range Section ----- */
.about-v2-range {
    padding: clamp(70px, 10vw, 130px) 0;
    background: #fffdf9;
}
.range-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 40px;
    margin-bottom: 45px;
}
.range-header h2 {
    margin: 18px 0 0;
    color: #123d2a;
    font-family: 'DM Sans', sans-serif;
    font-size: clamp(2.4rem, 4.5vw, 4rem);
    font-weight: 800;
    line-height: 0.96;
    letter-spacing: -0.05em;
}
.range-header h2 em {
    color: #56745b;
    font-style: italic;
}
.range-header > p {
    max-width: 380px;
    margin: 0;
    color: #5d7062;
    font-size: 0.95rem;
    line-height: 1.7;
}
.range-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

/* Range Card V2 */
.range-card-v2 {
    position: relative;
    min-height: 440px;
    padding: clamp(30px, 4.5vw, 50px);
    border-radius: 28px;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.range-card-v2:hover {
    transform: translateY(-6px);
}
.range-dark {
    background: linear-gradient(145deg, #0f3d27, #1b5a3a);
    color: #fff;
    box-shadow: 0 20px 50px rgba(15, 61, 39, 0.25);
}
.range-dark:hover {
    box-shadow: 0 30px 65px rgba(15, 61, 39, 0.35);
}
.range-light {
    background: linear-gradient(145deg, #e8f0d8, #d5e4be);
    color: #1a442e;
    box-shadow: 0 20px 50px rgba(19, 61, 42, 0.08);
}
.range-light:hover {
    box-shadow: 0 30px 65px rgba(19, 61, 42, 0.15);
}
.range-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}
.range-tag {
    font-size: 0.65rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.range-dark .range-tag { color: #ddec9a; }
.range-light .range-tag { color: #5c7a2f; }
.range-icon {
    font-size: 2rem;
    opacity: 0.6;
}
.range-card-v2 h3 {
    margin: 0 0 16px;
    font-family: 'DM Sans', sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: -0.04em;
}
.range-card-v2 p {
    max-width: 440px;
    font-size: 0.9rem;
    line-height: 1.7;
}
.range-dark p { color: #c5d8ca; }
.range-light p { color: #47614d; }
.range-card-v2 ul {
    display: grid;
    gap: 7px;
    margin: 22px 0;
    padding: 0;
    list-style: none;
    font-size: 0.82rem;
    font-weight: 700;
}
.range-dark ul { color: #e5f0e7; }
.range-light ul { color: #2f5038; }
.range-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
    font-size: 0.78rem;
    font-weight: 900;
    border-bottom: 2px solid currentColor;
    padding-bottom: 4px;
    transition: all 0.3s;
}
.range-dark .range-cta { color: #dced94; }
.range-light .range-cta { color: #174530; }

/* ----- Promise Section ----- */
.about-v2-promise {
    padding: clamp(70px, 10vw, 130px) 0;
    background: #f8faf5;
}
.about-v2-promise-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: clamp(40px, 7vw, 100px);
    align-items: center;
}
.promise-image {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(16, 57, 38, 0.12);
}
.promise-image img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
}
.promise-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 55%, rgba(10, 48, 29, 0.5));
}
.promise-overlay-text {
    position: absolute;
    bottom: 22px;
    left: 22px;
    z-index: 2;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.5;
    text-shadow: 0 1px 4px rgba(0,0,0,0.3);
}
.promise-content h2 {
    margin: 18px 0 18px;
    color: #123d2a;
    font-family: 'DM Sans', sans-serif;
    font-size: clamp(2.4rem, 4.2vw, 3.8rem);
    font-weight: 800;
    line-height: 0.96;
    letter-spacing: -0.05em;
}
.promise-content h2 em {
    color: #4a9e46;
    font-style: italic;
}
.promise-content > p {
    color: #546e5c;
    font-size: 1rem;
    line-height: 1.78;
    margin-bottom: 12px;
}

/* ----- Values Section ----- */
.about-v2-values {
    padding: clamp(80px, 11vw, 140px) 0;
    background: linear-gradient(145deg, #0f3d27, #174530);
    color: #fff;
}
.values-header {
    text-align: center;
    margin-bottom: 55px;
}
.values-header h2 {
    margin: 18px 0 0;
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    font-size: clamp(2.6rem, 4.8vw, 4.4rem);
    font-weight: 800;
    line-height: 0.96;
    letter-spacing: -0.05em;
}
.values-header h2 em {
    color: #dced94;
    font-style: italic;
}
.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.value-card {
    position: relative;
    padding: 30px 25px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    transition: transform 0.3s, background 0.3s;
}
.value-card:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.1);
}
.value-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(220, 237, 148, 0.15);
    color: #dced94;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}
.value-card h3 {
    margin: 0 0 10px;
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
}
.value-card p {
    margin: 0;
    color: #b8cfbe;
    font-size: 0.85rem;
    line-height: 1.65;
}

/* ----- CTA Section ----- */
.about-v2-cta {
    position: relative;
    padding: clamp(90px, 14vw, 180px) 0;
    background: linear-gradient(145deg, #0c2d1d 0%, #174530 45%, #1b5a3a 100%);
    text-align: center;
    overflow: hidden;
}
.cta-decoration {
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.cta-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(220, 237, 148, 0.12);
}
.cta-ring-1 {
    width: 600px;
    height: 600px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: pulseRing 8s ease-in-out infinite;
}
.cta-ring-2 {
    width: 420px;
    height: 420px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-color: rgba(220, 237, 148, 0.08);
    animation: pulseRing 8s ease-in-out 2s infinite;
}
.cta-glow {
    position: absolute;
    width: 350px;
    height: 350px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(220, 237, 148, 0.1) 0%, transparent 70%);
}
@keyframes pulseRing {
    0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
    50% { transform: translate(-50%, -50%) scale(1.08); opacity: 0.5; }
}
.cta-leaf {
    display: block;
    font-size: 2.5rem;
    margin-bottom: 18px;
    animation: floatLeaf 5s ease-in-out infinite;
    position: relative;
    z-index: 2;
}
.cta-inner {
    position: relative;
    z-index: 2;
    max-width: 780px;
    margin: 0 auto;
}
.pill-badge-cta {
    background: rgba(220, 237, 148, 0.12) !important;
    border-color: rgba(220, 237, 148, 0.3) !important;
    color: #dced94 !important;
}
.cta-inner h2 {
    margin: 22px 0;
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    font-size: clamp(2.8rem, 5.5vw, 5rem);
    font-weight: 800;
    line-height: 0.96;
    letter-spacing: -0.05em;
}
.cta-inner h2 em {
    color: #dced94;
    font-style: italic;
}
.cta-inner > p {
    max-width: 520px;
    margin: 0 auto 32px;
    color: #b8cfbe;
    font-size: 1.08rem;
    line-height: 1.7;
}
.cta-buttons {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.btn-large {
    padding: 16px 34px !important;
    font-size: 0.92rem !important;
    border-radius: 999px;
}
.btn-outline-white {
    display: inline-flex;
    align-items: center;
    padding: 16px 30px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: transparent;
    color: #fff;
    font-size: 0.88rem;
    font-weight: 800;
    transition: all 0.3s;
}
.btn-outline-white:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
}
.cta-trust-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.cta-trust-row span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #d9ebdf;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}
.cta-inner small {
    display: block;
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

/* ----- Responsive ----- */
@media (max-width: 900px) {
    .about-v2-hero-inner,
    .about-v2-purpose-grid,
    .about-v2-story-grid,
    .about-v2-promise-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .range-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .range-cards {
        grid-template-columns: 1fr;
    }
    .values-grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
    .story-image-wrapper img,
    .promise-image img {
        height: 380px;
    }
}
@media (max-width: 600px) {
    .about-v2-hero {
        padding: 60px 0;
    }
    .about-v2-hero-copy h1 {
        font-size: 2.6rem;
    }
    .about-v2-purpose,
    .about-v2-story,
    .about-v2-range,
    .about-v2-promise {
        padding: 55px 0;
    }
    .purpose-left h2,
    .story-content h2,
    .range-header h2,
    .promise-content h2 {
        font-size: 2.3rem;
    }
    .values-grid {
        grid-template-columns: 1fr;
    }
    .value-card {
        padding: 24px 20px;
    }
    .range-card-v2 {
        min-height: auto;
        padding: 28px 22px;
        border-radius: 20px;
    }
    .range-card-v2 h3 {
        font-size: 1.8rem;
    }
    .hero-glass-card {
        padding: 22px;
        border-radius: 20px;
    }
    .story-image-wrapper img,
    .promise-image img {
        height: 300px;
    }
    .about-v2-cta {
        padding: 65px 0;
    }
    .cta-inner h2 {
        font-size: 2.5rem;
    }
    .cta-ring-1 { width: 340px; height: 340px; }
    .cta-ring-2 { width: 240px; height: 240px; }
    .cta-trust-row {
        gap: 10px;
    }
    .cta-trust-row span {
        font-size: 0.66rem;
        padding: 8px 12px;
    }
    .floating-leaf {
        display: none;
    }
}

/* Final CTA overrides are kept last so they win over the base component. */
.about-v2-cta{isolation:isolate;min-height:720px;display:grid;align-items:center;padding:clamp(82px,10vw,140px) 0;background-image:url('images/about-cta-botanical-v2.png');background-size:cover;background-position:center}
.about-v2-cta::before{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(3,24,15,.18),rgba(3,25,16,.52)),radial-gradient(circle at 50% 48%,rgba(16,66,43,.16) 0,rgba(4,27,17,.68) 74%)}
.about-v2-cta::after{content:'';position:absolute;inset:18px;border:1px solid rgba(225,239,184,.14);border-radius:28px;pointer-events:none}
.about-v2-cta .container{width:100%}.about-v2-cta .cta-inner{max-width:900px;padding:26px clamp(14px,3vw,32px)}.about-v2-cta .cta-decoration{opacity:.5}.about-v2-cta .cta-ring-1{width:580px;height:580px}.about-v2-cta .cta-ring-2{width:390px;height:390px}
.about-v2-cta .cta-leaf{width:46px;height:46px;display:grid;place-items:center;margin:0 auto 14px;border:1px solid rgba(220,237,148,.28);border-radius:50%;background:rgba(9,49,31,.42);backdrop-filter:blur(10px);font-size:1.45rem}
.about-v2-cta .pill-badge-cta{padding:10px 20px;background:rgba(11,54,35,.48)!important;backdrop-filter:blur(12px);letter-spacing:.11em}
.about-v2-cta .cta-inner h2{max-width:880px;margin:24px auto 20px;font-family:'Fraunces',serif;font-size:clamp(3rem,6vw,5.8rem);line-height:.98;letter-spacing:-.045em;text-wrap:balance;text-shadow:0 8px 30px rgba(0,0,0,.28)}
.about-v2-cta .cta-inner h2 em{color:#e0ef9a;font-weight:600}.about-v2-cta .cta-inner>p{max-width:610px;margin-bottom:30px;color:rgba(245,250,242,.82);font-size:1.05rem}.about-v2-cta .cta-buttons{margin-bottom:34px}
.about-v2-cta .btn-large{background:#e2ef9d!important;color:#123b27!important;box-shadow:0 14px 34px rgba(0,0,0,.22)}.about-v2-cta .btn-large:hover{transform:translateY(-2px);background:#f1f7c8!important}.about-v2-cta .btn-outline-white{background:rgba(8,42,27,.35);backdrop-filter:blur(10px)}
.about-v2-cta .cta-trust-row{gap:10px;margin-bottom:24px}.about-v2-cta .cta-trust-row span{background:rgba(8,43,28,.48);border-color:rgba(255,255,255,.18);backdrop-filter:blur(12px)}.about-v2-cta .cta-inner small{color:rgba(255,255,255,.58)}
@media(max-width:620px){.about-v2-cta{min-height:760px;padding:74px 0;background-position:52% center}.about-v2-cta::after{inset:10px;border-radius:20px}.about-v2-cta .cta-decoration{display:none}.about-v2-cta .cta-inner{padding-inline:16px}.about-v2-cta .cta-inner h2{font-size:clamp(2.55rem,13vw,3.65rem);line-height:1}.about-v2-cta .cta-inner>p{font-size:.95rem;line-height:1.65}.about-v2-cta .cta-buttons{display:grid;width:min(100%,320px);margin-inline:auto}.about-v2-cta .cta-buttons a{justify-content:center}.about-v2-cta .cta-trust-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.about-v2-cta .cta-trust-row span{justify-content:center;padding:9px 8px;font-size:.67rem}}
