/* ========================================
   GLOBAL / BASE
======================================== */

body {
    margin: 0;
    background: #f6f3ed;
    color: #24352d;
    font-family: 'DM Sans', sans-serif;
}

.container {
    width: min(1200px, 92%);
    margin: 0 auto;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
}

a:hover {
    color: #496954;
}



/* ========================================
   LOCATION
======================================== */
.sv3-use-location {
    margin-top: 8px;
    align-self: flex-start;
}

#sv3-location-status {
    margin-top: 6px;
    font-size: 14px;
    color: #6b7c72;
}

.sv3-location-field {
    position: relative;
}

.sv3-city-suggestions {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 6px);
    background: #fff;
    border: 1px solid #ddd6cb;
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(36, 53, 45, 0.08);
    z-index: 50;
    max-height: 240px;
    overflow-y: auto;
    display: none;
}

.sv3-city-suggestions.active {
    display: block;
}

.sv3-city-suggestion {
    padding: 12px 14px;
    cursor: pointer;
    font-size: 15px;
    color: #24352d;
    line-height: 1.4;
}

.sv3-city-suggestion:hover,
.sv3-city-suggestion.is-active {
    background: #f3eee6;
    color: #496954;
}

.sv3-city-suggestions.empty {
    display: none;
}


/* ========================================
   SPECIES
======================================== */
#sv3-species-count {
    display: inline-block;
    margin-left: 8px;
    font-weight: 600;
    color: #496954;
}



/* ========================================
   HEADER / NAVIGATION
======================================== */

.site-header {
    background: #f6f3ed;
    border-bottom: none;
    position: sticky;
    top: 0;
    z-index: 20;
}

.site-header .container {
    width: min(1320px, 96%);
    margin: 0 auto;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 18px 0;
}

.site-logo,
.site-logo .custom-logo-link {
    display: block;
    flex: 0 0 auto;
}

.site-logo {
    margin-left: 20px;
}

.site-logo img,
.custom-logo {
    max-width: 220px;
    width: 100%;
    height: auto;
    display: block;
    mix-blend-mode: multiply;
}

.main-nav {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
}

.main-nav ul {
    list-style: none;
    display: flex;
    gap: 34px;
    margin: 0;
    padding: 0;
    align-items: center;
}

.main-nav a {
    text-decoration: none;
    color: #24352d;
    font-size: 18px;
}

.main-nav a:hover {
    color: #547a61;
}

.menu-toggle {
    display: none;
    background: none;
    border: 0;
    padding: 8px;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

.menu-toggle:focus {
    outline: 2px solid #496954;
    outline-offset: 3px;
}

.menu-toggle span {
    display: block;
    width: 26px;
    height: 3px;
    background: #24352d;
    border-radius: 2px;
}

/* ========================================
   BUTTONS
======================================== */

.btn {
    display: inline-block;
    padding: 16px 28px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.2s ease;
}

.btn-primary {
    background: #496954;
    color: #fff;
    border: 1px solid #496954;
}

.btn-primary:hover {
    background: #3f5947;
    border-color: #3f5947;
    color: #fff;
}

.btn-secondary {
    background: #fff;
    color: #24352d;
    border: 1px solid #d7d2c8;
}

.btn-secondary:hover {
    background: #f8f5ef;
    color: #24352d;
}

/* ========================================
   HERO
======================================== */

.hero {
    padding: 0;
    background: #f6f3ed;
    overflow: hidden;
}

.hero .container {
    width: min(1320px, 96%);
    margin: 0 auto;
}

.hero-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 20px;
    align-items: center;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 760px;
    padding-left: 40px;
}

.hero-content p {
    font-size: 28px;
    line-height: 1.5;
    margin: 0 0 24px;
    max-width: 520px;
    color: #4b5a51;
}

.hero-content h1 {
    font-family: 'Playfair Display', serif;
    font-size: 64px;
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.03em;
    margin: 0 0 20px;
    color: #24352d;
    text-wrap: balance;
}

.hero-content h1 span {
    color: #496954;
    font-weight: 700;
}

.hero-buttons {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
}

.hero-image {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 420px;
    overflow: visible;
    margin-top: -10px;
    margin-right: 0;
}

.hero-image img {
    width: 128%;
    max-width: none;
    height: auto;
    display: block;
    opacity: 0.44;
    transform: translateX(10px);
}

/* ========================================
   HOW IT WORKS
======================================== */

.how-it-works {
    padding: 60px 0;
    background: #fbf8f3;
    border-top: none;
}

.how-it-works h2 {
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    line-height: 1.2;
    margin: 0 0 34px;
    color: #24352d;
    letter-spacing: -0.02em;
}

.how-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 50px;
    align-items: stretch;
}

.how-card {
    background: #fbf8f3;
    border: 1px solid #fbf8f3;
    border-radius: 18px;
    padding: 24px 20px;
    text-align: center;
    box-shadow: 0 8px 22px rgba(36, 53, 45, 0.04);
}

.how-icon {
    width: 82px;
    height: 82px;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #f1f6f1 0%, #e9f0ea 100%);
    border-radius: 18px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.how-icon img {
    width: 56px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.how-card h3 {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.2;
    color: #24352d;
    font-family: 'Playfair Display', serif;
    letter-spacing: -0.02em;
}

.how-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
    color: #5b6a61;
}

/* ========================================
   SHARED SECTION HEADINGS
======================================== */

.section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.section-heading h2 {
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #24352d;
}

.section-link {
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    color: #496954;
}

.section-link:hover {
    color: #3f5947;
}

/* ========================================
   PLANT CARD
======================================== */

.plant-card {
    background: #fff;
    border: 1px solid #e3ddd2;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(36, 53, 45, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.plant-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(36, 53, 45, 0.10);
}

.plant-card-image {
    display: block;
    width: 100%;
    height: 170px;
    overflow: hidden;
    background: #f6f3ed;
}

.plant-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.plant-card:hover .plant-card-image img {
    transform: scale(1.04);
}

.plant-card-content {
    padding: 14px 16px 16px;
}

.plant-card h3 {
    margin: 0 0 6px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 0;
}

.plant-card h3 a {
    text-decoration: none;
    color: #24352d;
}

.plant-card h3 a:hover {
    color: #496954;
}

.plant-price {
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 700;
    color: #24352d;
}

.plant-meta {
    margin: 0;
    font-size: 12px;
    line-height: 1.4;
    color: #5b6a61;
}

/* ========================================
   FEATURED PLANTS
======================================== */

.featured-plants {
    padding: 60px 0 70px;
    background: #f1ede6;
}

.featured-plants .container {
    max-width: 1180px;
    margin: 0 auto;
}

.plants-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.featured-plants-action {
    text-align: center;
    margin-top: 24px;
}

.featured-plants-action .btn {
    padding: 12px 26px;
    font-size: 15px;
}

/* ========================================
   WANTED PLANTS
======================================== */

.wanted-plants {
    padding: 40px 0 70px;
    background: #f7f4ee;
}

.wanted-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.wanted-card {
    background: #ffffff;
    border: 1px solid #e7e1d7;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(36, 53, 45, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wanted-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 22px rgba(36, 53, 45, 0.07);
}

.wanted-card-content {
    padding: 24px 20px;
}

.wanted-badge {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #eef5ef;
    color: #496954;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.wanted-card h3 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
}

.wanted-card h3 a {
    text-decoration: none;
    color: #24352d;
}

.wanted-card h3 a:hover {
    color: #496954;
}

.wanted-budget {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 700;
    color: #24352d;
}

.wanted-meta {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #5b6a61;
    display: flex;
    align-items: center;
    gap: 6px;
}

.wanted-meta::before {
    content: "📍";
    font-size: 13px;
}

.wanted-type {
    margin: 12px 0 0;
    font-size: 13px;
    font-weight: 600;
    color: #496954;
}

.wanted-plants-action {
    text-align: center;
    margin-top: 24px;
}

.wanted-plants-action .btn {
    padding: 12px 26px;
    font-size: 15px;
}

/* ========================================
   WHY SV3
======================================== */

.why-sv3 {
    padding: 60px 0 80px;
    background: #fbf8f3;
}

.why-sv3-intro {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 40px;
}

.why-sv3-intro h2 {
    margin: 0 0 12px;
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #24352d;
}

.why-sv3-intro p {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    color: #5b6a61;
}

.why-sv3-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    max-width: 900px;
    margin: 0 auto;
}

.why-card {
    background: #ffffff;
    border: 1px solid #e7e1d7;
    border-radius: 16px;
    padding: 24px 22px;
    text-align: left;
    box-shadow: 0 6px 18px rgba(36, 53, 45, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.why-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
}

.why-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(180deg, #eef5ef 0%, #e6efe8 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 16px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.why-card h3 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    color: #24352d;
}

.why-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #5b6a61;
}

/* ========================================
   BROWSE PLANTS PAGE
======================================== */

.browse-plants-page {
    background: #f6f3ed;
}

.browse-hero {
    padding: 80px 0 50px;
    background: #f6f3ed;
}

.browse-hero-content {
    max-width: 640px;
}

.browse-hero-content h1 {
    margin: 0 0 14px;
    font-family: 'Playfair Display', serif;
    font-size: 54px;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: #24352d;
}

.browse-hero-content p {
    margin: 0;
    font-size: 20px;
    line-height: 1.6;
    color: #5b6a61;
    max-width: 680px;
}

.browse-listings {
    padding: 10px 0 80px;
}

.browse-toolbar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 30px;
}

.browse-toolbar-left h2 {
    margin: 0 0 6px;
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #24352d;
}

.browse-toolbar-left p {
    margin: 0;
    font-size: 16px;
    color: #5b6a61;
}

.browse-results {
    margin: 4px 0 18px;
    font-size: 14px;
    color: #5b6a61;
}

.browse-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-bottom: 24px;
}

.browse-filters select {
    min-width: 170px;
    padding: 12px 14px;
    border: 1px solid #ddd6cb;
    border-radius: 10px;
    background: #fff;
    color: #24352d;
    font-size: 15px;
    font-family: 'DM Sans', sans-serif;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.browse-filters select:hover {
    border-color: #c9c2b6;
}

.browse-filters select:focus {
    outline: none;
    border-color: #7a9c84;
    box-shadow: 0 0 0 3px rgba(122, 156, 132, 0.15);
}

.browse-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.browse-grid .plant-card-image {
    height: 190px;
}

.browse-pagination {
    text-align: center;
    margin-top: 32px;
}

/* ========================================
   WANTED PLANTS PAGE
======================================== */

.wanted-page {
    background: #f6f3ed;
}

.wanted-hero {
    padding: 80px 0 50px;
    background: #f6f3ed;
}

.wanted-hero-content {
    max-width: 640px;
}

.wanted-hero-content h1 {
    margin: 0 0 14px;
    font-family: 'Playfair Display', serif;
    font-size: 54px;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: #24352d;
}

.wanted-hero-content p {
    margin: 0;
    font-size: 20px;
    line-height: 1.6;
    color: #5b6a61;
    max-width: 680px;
}

.wanted-listings-page {
    padding: 10px 0 80px;
}

.wanted-toolbar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 30px;
}

.wanted-toolbar-left h2 {
    margin: 0 0 6px;
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #24352d;
}

.wanted-results {
    margin: 4px 0 14px;
    font-size: 14px;
    color: #5b6a61;
}

.wanted-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.wanted-filters select {
    min-width: 170px;
    padding: 12px 14px;
    border: 1px solid #ddd6cb;
    border-radius: 10px;
    background: #fff;
    color: #24352d;
    font-size: 15px;
    font-family: 'DM Sans', sans-serif;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.wanted-filters select:hover {
    border-color: #c9c2b6;
}

.wanted-filters select:focus {
    outline: none;
    border-color: #7a9c84;
    box-shadow: 0 0 0 3px rgba(122, 156, 132, 0.15);
}

.wanted-grid-page {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.wanted-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.wanted-card-link:hover h3 {
    color: #496954;
}

.wanted-page-action {
    text-align: center;
    margin-top: 32px;
}

/* ========================================
   SINGLE WANTED LISTING PAGE
======================================== */

.wanted-listing-page {
    background: #f6f3ed;
}

.wanted-listing {
    padding: 70px 0 80px;
}

.wanted-listing-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 36px;
    align-items: start;
}

.wanted-request-card,
.wanted-info-card,
.wanted-requester-card {
    background: #fff;
    border: 1px solid #e3ddd2;
    border-radius: 18px;
    padding: 26px 24px;
    box-shadow: 0 8px 20px rgba(36, 53, 45, 0.04);
}

.wanted-request-card h1 {
    margin: 0 0 12px;
    font-family: 'Playfair Display', serif;
    font-size: 46px;
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: #24352d;
}

.wanted-single-budget {
    margin: 0 0 8px;
    font-size: 28px;
    font-weight: 700;
    color: #24352d;
}

.wanted-single-location {
    margin: 0 0 24px;
    font-size: 17px;
    color: #5b6a61;
}

.wanted-single-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.wanted-single-description h2,
.wanted-info-card h2,
.wanted-requester-card h2 {
    margin: 0 0 14px;
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    line-height: 1.15;
    color: #24352d;
}

.wanted-single-description p,
.wanted-requester-card p {
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 1.7;
    color: #5b6a61;
}

.wanted-single-description p:last-child,
.wanted-requester-card p:last-child {
    margin-bottom: 0;
}

.wanted-details {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wanted-details li {
    padding: 10px 0;
    border-bottom: 1px solid #eee7dc;
    font-size: 15px;
    line-height: 1.5;
    color: #4f5d55;
}

.wanted-details li:last-child {
    border-bottom: none;
}

.wanted-requester-card {
    margin-top: 18px;
}

/* ========================================
   SINGLE PLANT LISTING PAGE
======================================== */

.plant-listing-page {
    background: #f6f3ed;
}

.plant-listing {
    padding: 70px 0 80px;
}

.plant-listing-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 40px;
    align-items: start;
    margin-bottom: 34px;
}

.plant-gallery-main {
    background: #fff;
    border: 1px solid #e3ddd2;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(36, 53, 45, 0.05);
}

.plant-gallery-main a {
    display: block;
    width: 100%;
    height: 100%;
}

.plant-gallery-main img {
    width: 100%;
    height: 540px;
    object-fit: cover;
    display: block;
}

.plant-gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 14px;
}

.plant-gallery-thumbs img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    display: block;
    border-radius: 14px;
    border: 1px solid #e3ddd2;
    background: #fff;
    cursor: pointer;
    opacity: 0.9;
    transition: transform 0.2s ease, opacity 0.2s ease, outline 0.2s ease;
}

.plant-gallery-thumbs img:hover {
    opacity: 1;
    transform: translateY(-2px);
}

.thumb-image.active-thumb {
    outline: 2px solid #496954;
    outline-offset: 2px;
    opacity: 1;
}

.plant-summary h1 {
    margin: 0 0 12px;
    font-family: 'Playfair Display', serif;
    font-size: 46px;
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: #24352d;
}

.listing-badge {
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 12px;
    border-radius: 999px;
    background: #eef5ef;
    color: #496954;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.listing-price {
    margin: 0 0 8px;
    font-size: 32px;
    font-weight: 700;
    color: #24352d;
}

.listing-location {
    margin: 0 0 24px;
    font-size: 17px;
    color: #5b6a61;
}

.listing-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.listing-meta-card,
.seller-card,
.plant-description-card {
    background: #fff;
    border: 1px solid #e3ddd2;
    border-radius: 18px;
    padding: 24px 22px;
    box-shadow: 0 8px 20px rgba(36, 53, 45, 0.04);
}

.listing-meta-card {
    margin-bottom: 18px;
}

.listing-meta-card h2,
.seller-card h2,
.plant-description-card h2,
.member-profile-card h2 {
    margin: 0 0 14px;
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    line-height: 1.15;
    color: #24352d;
}

.listing-details {
    list-style: none;
    margin: 0;
    padding: 0;
}

.listing-details li {
    padding: 10px 0;
    border-bottom: 1px solid #eee7dc;
    font-size: 15px;
    line-height: 1.5;
    color: #4f5d55;
}

.listing-details li:last-child {
    border-bottom: none;
}

.plant-description-card {
    margin-top: 16px;
}

.plant-description-card p {
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 1.7;
    color: #5b6a61;
}

.plant-description-card p:last-child {
    margin-bottom: 0;
}

.member-profile-card {
    background: #fff;
    border-radius: 24px;
    padding: 24px;
    margin-top: 24px;
    border: 1px solid #e3ddd2;
    box-shadow: 0 8px 20px rgba(36, 53, 45, 0.04);
}

.member-profile-details {
    list-style: none;
    margin: 0;
    padding: 0;
}

.member-profile-details li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.member-profile-details li:last-child {
    border-bottom: 0;
}

.member-profile-actions {
    margin-top: 20px;
}

.price-input-wrap {
    position: relative;
    width: 100%;
}

.price-prefix {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #24352d;
    font-weight: 700;
    z-index: 2;
    pointer-events: none;
}

.price-input-wrap input {
    padding-left: 32px !important;
}



/* ========================================
   MORE FROM THIS MEMBER
======================================== */

.member-listings {
    display: grid;
    gap: 15px;
}

.member-listings .plant-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
    box-shadow: none;
    min-height: auto;
}

.member-listings .plant-card-image {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    display: block;
    overflow: hidden;
    background: none;
}

.member-listings .plant-card-image img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.member-listings .plant-card-content {
    padding: 0;
    margin: 0;
    background: none;
}

.member-listings .plant-card-content h3 {
    font-size: 14px;
    margin: 0 0 4px;
}

.member-listings .plant-price,
.member-listings .plant-meta {
    font-size: 12px;
    margin: 0 0 3px;
}

.member-listings .plant-meta:last-child {
    margin-bottom: 0;
}

/* ========================================
   SELL PAGE
======================================== */

.sell-page {
    background: #f6f3ed;
}

.sell-hero {
    padding: 30px 0 20px;
}

.sell-hero-content {
    max-width: 680px;
}

.sell-hero-content h1 {
    margin: 0 0 16px;
    font-family: 'Playfair Display', serif;
    font-size: 54px;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: #24352d;
}

.sell-hero-content p {
    font-size: 20px;
    line-height: 1.6;
    color: #5b6a61;
    margin-bottom: 26px;
}

.sell-hero-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.sell-steps {
    padding: 0 0 60px;
}

.sell-steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 30px;
}

.sell-step,
.sell-why-card {
    background: #fff;
    border: 1px solid #e3ddd2;
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0 8px 20px rgba(36, 53, 45, 0.04);
}

.sell-step h3,
.sell-why-card h3 {
    margin: 0 0 8px;
    font-size: 20px;
}

.sell-step p,
.sell-why-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #5b6a61;
}

.sell-why {
    padding: 60px 0;
}

.sell-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 30px;
}

.sell-cta {
    padding: 70px 0 90px;
}

.sell-cta-box {
    background: #fff;
    border: 1px solid #e3ddd2;
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(36, 53, 45, 0.05);
}

.sell-cta-box h2 {
    margin-bottom: 10px;
    font-family: 'Playfair Display', serif;
}

.sell-cta-box p {
    margin-bottom: 20px;
    color: #5b6a61;
}

/* ========================================
   PROFILE PAGE
======================================== */

.profile-page {
    background: #f6f3ed;
}

.profile-hero {
    padding: 80px 0 60px;
}

.profile-hero-grid {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 30px;
    align-items: center;
}

.profile-avatar img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #e3ddd2;
    box-shadow: 0 6px 14px rgba(36, 53, 45, 0.08);
}

.profile-info h1 {
    margin: 0 0 6px;
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    color: #24352d;
}

.profile-location {
    font-size: 16px;
    color: #5b6a61;
    margin-bottom: 14px;
}

.profile-bio {
    font-size: 16px;
    line-height: 1.6;
    color: #4f5d55;
    max-width: 600px;
    margin-bottom: 18px;
}

.profile-stats {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
}

.profile-stat {
    background: #fff;
    border: 1px solid #e3ddd2;
    border-radius: 12px;
    padding: 12px 16px;
    box-shadow: 0 4px 10px rgba(36, 53, 45, 0.04);
    min-width: 90px;
}

.profile-stat strong {
    display: block;
    font-size: 20px;
    color: #24352d;
    margin-bottom: 2px;
}

.profile-stat span {
    font-size: 12px;
    color: #5b6a61;
}

.profile-listings {
    padding: 20px 0 80px;
}

.profile-section-block {
    margin-bottom: 48px;
}

.profile-section-block:last-child {
    margin-bottom: 0;
}

.profile-section-block h2 {
    margin: 0 0 20px;
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    line-height: 1.15;
    color: #24352d;
}

.profile-plant-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.profile-swap-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.profile-swap-card {
    background: #fff;
    border: 1px solid #e3ddd2;
    border-radius: 16px;
    padding: 22px 20px;
    box-shadow: 0 8px 20px rgba(36, 53, 45, 0.04);
}

.profile-swap-badge {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f5eed7;
    color: #876b22;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.profile-swap-card h3 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.3;
    color: #24352d;
}

.profile-swap-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #5b6a61;
}

/* ========================================
   PROFILE LINK CHIP
======================================== */

.profile-link-box {
    display: inline-block;
    margin-bottom: 6px;
}

.profile-link-box a {
    display: inline-block;
    padding: 10px 14px;
    background: #fbf8f3;
    border: 1px solid #e3ddd2;
    border-radius: 12px;
    text-decoration: none;
    color: #24352d;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(36, 53, 45, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.profile-link-box a:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(36, 53, 45, 0.08);
    color: #496954;
}

.seller-member-card .member-profile-location,
.wanted-requester-card .member-profile-location {
    margin: 0;
    font-size: 14px;
    line-height: 1.25;
    color: #6a7c73;
}

.seller-member-card .member-profile-swap,
.wanted-requester-card .member-profile-swap {
    margin: 2px 0 0;
    font-size: 13px;
    line-height: 1.2;
    color: #496954;
    font-weight: 600;
}

/* ========================================
   LIGHTBOX
======================================== */

.lightbox-overlay {
    display: flex;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
    padding: 20px;
    box-sizing: border-box;
}

.lightbox-overlay.active {
    opacity: 1;
    visibility: visible;
}

.lightbox-image-wrap {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.lightbox-overlay img {
    max-width: 100%;
    max-height: 82vh;
    border-radius: 12px;
    display: block;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
    user-select: none;
    -webkit-user-drag: none;
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 54px;
    height: 54px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 40px;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-prev {
    left: 20px;
}

.lightbox-next {
    right: 20px;
}

.lightbox-counter {
    margin: 14px 0 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.04em;
    opacity: 0.9;
}

.listing-form-wrap.is-submitting .sv3-listing-form {
    opacity: 0;
    pointer-events: none;
}

.listing-form-wrap.is-submitting {
    position: relative;
}


/* ========================================
   FORM STYLES
======================================== */

.listing-form-wrap {
    max-width: 760px;
    background: #fff;
    border: 1px solid #e3ddd2;
    border-radius: 18px;
    padding: 32px 28px;
    box-shadow: 0 8px 20px rgba(36, 53, 45, 0.04);
}

.sv3-listing-form {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.sv3-listing-form .form-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sv3-listing-form label {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    color: #24352d;
    margin: 0;
}

.sv3-listing-form input,
.sv3-listing-form textarea,
.sv3-listing-form select {
    display: block;
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #ddd6cb;
    border-radius: 10px;
    background: #fff;
    color: #24352d;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'DM Sans', sans-serif;
    box-sizing: border-box;
    margin: 0;
}

.sv3-listing-form textarea {
    min-height: 160px;
    resize: vertical;
}

.sv3-listing-form input:focus,
.sv3-listing-form textarea:focus,
.sv3-listing-form select:focus {
    outline: none;
    border-color: #7a9c84;
    box-shadow: 0 0 0 3px rgba(122, 156, 132, 0.15);
}

.sv3-listing-form input[type="file"] {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #ddd6cb;
    border-radius: 10px;
    background: #fff;
    color: #24352d;
    font-size: 15px;
    font-family: 'DM Sans', sans-serif;
    box-sizing: border-box;
}

.sv3-listing-form input[type="file"]::file-selector-button {
    margin-right: 14px;
    padding: 10px 14px;
    border: 1px solid #496954;
    border-radius: 8px;
    background: #496954;
    color: #fff;
    font-weight: 600;
    font-family: 'DM Sans', sans-serif;
    cursor: pointer;
}

.sv3-listing-form input[type="file"]::file-selector-button:hover {
    background: #3f5947;
    border-color: #3f5947;
}

.form-help-text {
    margin: 6px 0 0;
    font-size: 14px;
    line-height: 1.5;
    color: #6b7c72;
}

.sv3-form-error {
    background: #fbeaea;
    color: #8b2d2d;
    border: 1px solid #efc0c0;
    padding: 16px 18px;
    border-radius: 12px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 16px;
}

.sv3-form-success {
    background: #eaf6ee;
    color: #1f4d36;
    border: 1px solid #b7dec6;
    padding: 16px 18px;
    border-radius: 12px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sv3-form-success::before {
    content: "✓";
    font-size: 18px;
    font-weight: bold;
}

.success-page {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 20px;
}

.success-box {
    max-width: 560px;
    width: 100%;
    text-align: center;
    background: #ffffff;
    border: 1px solid #e3ddd2;
    border-radius: 18px;
    padding: 50px 30px;
    box-shadow: 0 12px 30px rgba(36, 53, 45, 0.06);
}

.success-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #eaf6ee;
    color: #2f6b4f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: bold;
}

.success-box h1 {
    margin: 0 0 10px;
}

.success-box p {
    margin: 0 0 10px;
}

.redirect-text {
    margin-top: 15px;
    font-size: 14px;
    color: #6b7c72;
}

.success-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 24px;
}

/* Step form UI */
.sv3-step-indicator {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.sv3-step-indicator-item {
    padding: 8px 12px;
    border-radius: 999px;
    background: #f3eee6;
    color: #6b7c72;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.sv3-step-indicator-item.active {
    background: #496954;
    color: #fff;
}

.sv3-form-step {
    display: none;
}

.sv3-form-step.active {
    display: block;
}

.form-nav {
    display: flex;
    justify-content: flex-end;
    margin-top: 8px;
}

.form-nav-between {
    justify-content: space-between;
    align-items: center;
}

.sv3-next-step,
.sv3-prev-step {
    min-width: 120px;
}

/* Optional: tighter spacing for step 2 image fields */
.sv3-form-step-2 .form-row {
    margin-bottom: 4px;
}

/* ========================================
   UPLOAD OVERLAY
======================================== */

.sv3-upload-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    z-index: 99999;
    padding: 20px;
    box-sizing: border-box;
}

.sv3-upload-overlay.active {
    opacity: 1;
    visibility: visible;
}

.sv3-upload-overlay-box {
    background: #ffffff;
    border-radius: 18px;
    padding: 28px 26px;
    min-width: 240px;
    max-width: 90vw;
    text-align: center;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
    border: 1px solid #e3ddd2;
}

.sv3-upload-overlay-box p {
    margin: 14px 0 0;
    font-size: 16px;
    color: #24352d;
    font-weight: 600;
}

.listing-form-wrap.is-submitting .sv3-listing-form {
    opacity: 0;
    pointer-events: none;
}

.listing-form-wrap.is-submitting {
    position: relative;
}

body:has(.sv3-upload-overlay.active) {
    overflow: hidden;
}


.sv3-upload-spinner {
    width: 34px;
    height: 34px;
    margin: 0 auto;
    border: 3px solid rgba(73, 105, 84, 0.18);
    border-top-color: #496954;
    border-radius: 50%;
    animation: sv3-spin 0.8s linear infinite;
}

@keyframes sv3-spin {
    to {
        transform: rotate(360deg);
    }
}

/* ========================================
   SUBMIT BUTTON LOADING STATE
======================================== */

.sv3-submit-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 56px;
    overflow: hidden;
    transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.sv3-submit-btn:hover {
    transform: translateY(-2px);
}

.sv3-submit-btn:active {
    transform: scale(0.98);
}

.sv3-submit-btn.is-submitting {
    opacity: 0.92;
    cursor: wait;
    transform: scale(0.99);
    box-shadow: 0 6px 14px rgba(36, 53, 45, 0.08);
}

.sv3-submit-btn:disabled {
    cursor: wait;
}

.sv3-submit-spinner {
    display: none;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.45);
    border-top-color: #fff;
    border-radius: 50%;
    animation: sv3-spin 0.8s linear infinite;
    flex: 0 0 auto;
}

.sv3-submit-btn.is-submitting .sv3-submit-spinner {
    display: inline-block;
}

.sv3-submit-note {
    margin-top: 6px;
    font-size: 14px;
    color: #6b7c72;
    animation: sv3-fade-in 0.2s ease;
}

@keyframes sv3-spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes sv3-fade-in {
    from {
        opacity: 0;
        transform: translateY(-2px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



/* ========================================
   FOOTER
======================================== */

.site-footer {
    padding: 24px 0;
}

/* ========================================
   RESPONSIVE
======================================== */

@media (max-width: 1100px) {
    .hero {
        padding: 10px 0 0;
    }

    .hero-grid {
        display: block;
        min-height: auto;
    }

    .hero-content {
        padding-left: 0;
        max-width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        margin: 0 auto;
    }

    .hero-content h1 {
        font-size: 52px;
        margin: 0 0 16px;
    }

    .hero-content p {
        font-size: 24px;
        line-height: 1.45;
        max-width: 100%;
        margin: 0 0 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-image {
        display: none;
    }

    .how-it-works {
        padding: 50px 0;
    }

    .how-it-works h2 {
        font-size: 34px;
        margin-bottom: 28px;
    }

    .how-grid {
        gap: 28px;
    }

    .featured-plants {
        padding: 55px 0 60px;
    }

    .section-heading h2 {
        font-size: 32px;
    }

    .plants-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }

    .plant-card-image {
        height: 155px;
    }

    .wanted-plants {
        padding: 55px 0 60px;
    }

    .wanted-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }

    .wanted-card-content {
        padding: 18px 16px;
    }

    .wanted-card h3 {
        font-size: 18px;
    }

    .why-sv3 {
        padding: 55px 0 70px;
    }

    .why-sv3-intro h2 {
        font-size: 34px;
    }

    .why-sv3-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .browse-hero,
    .wanted-hero {
        padding: 55px 0 32px;
    }

    .browse-hero-content h1,
    .wanted-hero-content h1 {
        font-size: 46px;
    }

    .browse-hero-content p,
    .wanted-hero-content p {
        font-size: 18px;
    }

    .browse-toolbar,
    .wanted-toolbar {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 24px;
    }

    .browse-filters,
    .wanted-filters {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .browse-filters select,
    .wanted-filters select {
        width: 100%;
        min-width: 0;
    }

    .browse-grid,
    .wanted-grid-page {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }

    .plant-listing {
        padding: 55px 0 65px;
    }

    .plant-listing-grid {
        grid-template-columns: 1.05fr 0.95fr;
        gap: 28px;
    }

    .plant-gallery-main img {
        height: 460px;
    }

    .plant-summary h1 {
        font-size: 40px;
    }

    .sell-steps-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sell-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .profile-plant-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .profile-swap-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    .site-header .container {
        width: min(100%, 94%);
    }

    .header-inner {
        position: relative;
        gap: 12px;
        padding: 14px 0;
    }

    .site-logo {
        margin-left: 0;
    }

    .site-logo img,
    .custom-logo {
        max-width: 170px;
        width: auto;
    }

    .menu-toggle {
        display: flex;
    }

    .main-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #f6f3ed;
        border-top: 1px solid #e5e1d8;
        border-bottom: 1px solid #e5e1d8;
        padding: 16px 0;
        z-index: 30;
    }

    .main-nav.active {
        display: block;
    }

    .main-nav ul {
        flex-direction: column;
        gap: 14px;
    }

    .hero .container {
        width: min(100%, 94%);
    }

    .hero-content h1 {
        font-size: 42px;
    }

    .hero-content p {
        font-size: 19px;
    }

    .btn {
        padding: 14px 20px;
        font-size: 16px;
    }

    .how-it-works {
        padding: 28px 0 35px;
    }

    .how-it-works h2 {
        font-size: 30px;
        margin-bottom: 22px;
    }

    .how-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .featured-plants {
        padding: 40px 0 48px;
    }

    .plants-grid,
    .wanted-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .why-sv3 {
        padding: 40px 0 55px;
    }

    .why-sv3-intro {
        margin-bottom: 24px;
    }

    .why-sv3-intro h2 {
        font-size: 30px;
    }

    .why-sv3-intro p {
        font-size: 16px;
    }

    .browse-hero,
    .wanted-hero {
        padding: 40px 0 24px;
    }

    .browse-hero-content h1,
    .wanted-hero-content h1 {
        font-size: 38px;
    }

    .browse-hero-content p,
    .wanted-hero-content p {
        font-size: 17px;
    }

    .browse-listings,
    .wanted-listings-page {
        padding: 8px 0 55px;
    }

    .browse-toolbar-left h2,
    .wanted-toolbar-left h2 {
        font-size: 26px;
    }

    .browse-grid,
    .wanted-grid-page {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .plant-listing {
        padding: 40px 0 55px;
    }

    .plant-listing-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .plant-gallery-main img {
        height: 320px;
    }

    .plant-gallery-thumbs {
        gap: 10px;
        margin-top: 10px;
    }

    .plant-gallery-thumbs img {
        height: 78px;
    }

    .plant-summary h1 {
        font-size: 32px;
    }

    .listing-price {
        font-size: 26px;
    }

    .listing-location {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .listing-actions {
        gap: 10px;
        margin-bottom: 22px;
    }

    .listing-meta-card,
    .seller-card,
    .plant-description-card {
        padding: 20px 18px;
    }

    .listing-meta-card h2,
    .seller-card h2,
    .plant-description-card h2,
    .member-profile-card h2 {
        font-size: 24px;
    }

    .wanted-listing {
        padding: 40px 0 55px;
    }

    .wanted-listing-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .wanted-request-card,
    .wanted-info-card,
    .wanted-requester-card {
        padding: 22px 18px;
    }

    .wanted-request-card h1 {
        font-size: 32px;
    }

    .wanted-single-budget {
        font-size: 24px;
    }

    .wanted-single-location {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .wanted-single-actions {
        gap: 10px;
        margin-bottom: 22px;
    }

    .wanted-single-description h2,
    .wanted-info-card h2,
    .wanted-requester-card h2 {
        font-size: 24px;
    }

    .sell-steps-grid,
    .sell-why-grid {
        grid-template-columns: 1fr;
    }

    .sell-hero-content h1 {
        font-size: 40px;
    }

    .sell-hero-content p {
        font-size: 18px;
    }

    .profile-hero-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .profile-avatar {
        margin: auto;
    }

    .profile-stats {
        justify-content: center;
    }

    .profile-plant-grid,
    .profile-swap-grid {
        grid-template-columns: 1fr;
    }

    .lightbox-nav {
        width: 44px;
        height: 44px;
        font-size: 32px;
    }

    .lightbox-prev {
        left: 10px;
    }

    .lightbox-next {
        right: 10px;
    }

    .lightbox-close {
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
        font-size: 30px;
    }

    .lightbox-overlay img {
        max-height: 72vh;
    }
}

@media (max-width: 640px) {
    .plants-grid,
    .wanted-grid,
    .browse-grid,
    .wanted-grid-page,
    .why-sv3-grid {
        grid-template-columns: 1fr;
    }

    .sell-hero {
        padding: 60px 0 40px;
    }

    .sell-hero-content h1 {
        font-size: 32px;
        line-height: 1.15;
    }

    .sell-hero-content p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .sell-hero-buttons {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .sell-hero-buttons .btn {
        width: auto;
        min-width: 220px;
    }

    .sell-steps {
        padding: 40px 0;
    }

    .sell-why {
        padding: 40px 0;
    }

    .sell-cta-box {
        padding: 28px;
    }

    .lightbox-overlay {
        padding: 12px;
    }

    .lightbox-overlay img {
        max-height: 68vh;
    }

    .listing-form-wrap {
        padding: 24px 18px;
    }
}