/* Shared vegetable seed category styles */
.veg-page,
.crop-page {
    --seed-green: #063d27;
    --seed-green-dark: #032f1d;
    --seed-gold: #f4bd24;
    --seed-cream: #f6f4ee;
    --seed-ink: #18372c;
    overflow: hidden;
    color: var(--seed-ink);
    background: #fff;
}

.veg-page img,
.crop-page img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.veg-section,
.crop-section {
    padding: 100px 0;
}

/* Heroes */
.veg-hero,
.crop-hero {
    position: relative;
    min-height: 610px;
    display: flex;
    align-items: flex-end;
    padding: 185px 0 82px;
    overflow: hidden;
    isolation: isolate;
    color: #fff;
    background: var(--seed-green-dark);
}

.veg-hero::before,
.crop-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(2, 39, 23, .96), rgba(2, 39, 23, .78) 54%, rgba(2, 39, 23, .28));
}

.veg-hero-image,
.crop-hero-bg {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
}

.veg-hero-image img,
.crop-hero-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.veg-hero .container,
.crop-hero .container {
    position: relative;
    z-index: 1;
}

.veg-label,
.crop-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: var(--seed-gold);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.veg-label::before,
.crop-eyebrow::before {
    content: "";
    width: 38px;
    height: 2px;
    background: currentColor;
}

.veg-hero h1,
.crop-hero h1 {
    margin: 0 0 12px;
    color: #fff;
    font-size: clamp(50px, 6vw, 82px);
    line-height: 1;
    letter-spacing: -.045em;
}

.veg-hero h2,
.crop-hero h2 {
    max-width: 760px;
    margin: 0 0 20px;
    color: #fff;
    font-size: clamp(25px, 3vw, 38px);
    line-height: 1.2;
}

.veg-hero p,
.crop-hero p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, .84);
    font-size: 18px;
    line-height: 1.75;
}

/* Breadcrumbs */
.veg-breadcrumb,
.crop-breadcrumb {
    padding: 18px 0;
    border-bottom: 1px solid rgba(6, 61, 39, .1);
    background: #fff;
}

.veg-breadcrumb nav,
.crop-breadcrumb nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: #68766f;
    font-size: 14px;
    font-weight: 600;
}

.veg-breadcrumb a,
.crop-breadcrumb a {
    color: var(--seed-green);
    text-decoration: none;
}

.veg-breadcrumb a:hover,
.crop-breadcrumb a:hover {
    color: #b88400;
}

.veg-breadcrumb nav > span,
.crop-breadcrumb nav > span {
    opacity: .45;
}

/* Headings and links */
.veg-heading > span,
.crop-heading > span,
.veg-enquiry-box > div > span,
.crop-enquiry-box > div > span {
    display: inline-block;
    margin-bottom: 14px;
    color: #b98500;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.veg-heading h2,
.crop-heading h2 {
    margin: 0;
    color: var(--seed-green);
    font-size: clamp(38px, 4.2vw, 60px);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.veg-heading-light h2,
.crop-heading-light h2 {
    color: #fff;
}

.veg-heading-light > span,
.crop-heading-light > span {
    color: var(--seed-gold);
}

.veg-lead,
.crop-lead {
    margin-top: 25px;
    font-size: 18px;
    line-height: 1.8;
}

.veg-primary-btn,
.crop-gold-btn,
.veg-enquiry-btn,
.crop-enquiry-box > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 25px;
    border-radius: 999px;
    color: var(--seed-green-dark);
    background: var(--seed-gold);
    font-weight: 800;
    text-decoration: none;
    transition: transform .25s ease, background .25s ease;
}

.veg-hero .veg-primary-btn {
    margin-top: 30px;
}

.veg-primary-btn:hover,
.crop-gold-btn:hover,
.veg-enquiry-btn:hover,
.crop-enquiry-box > a:hover {
    transform: translateY(-2px);
    color: #fff;
    background: var(--seed-green);
}

.veg-primary-btn-dark {
    color: #fff;
    background: var(--seed-green);
}

.veg-text-link,
.crop-arrow-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
    color: var(--seed-green);
    font-weight: 800;
    text-decoration: none;
}

.veg-text-link span,
.crop-arrow-link span {
    transition: transform .25s ease;
}

.veg-text-link:hover span,
.crop-arrow-link:hover span {
    transform: translateX(4px);
}

/* Intro / about */
.veg-intro-image,
.crop-about-image {
    position: relative;
    padding: 0 44px 44px 0;
}

.veg-intro-image img,
.crop-about-image img {
    height: 530px;
    object-fit: cover;
    border-radius: 26px;
}

.veg-intro-image > span,
.crop-about-image > span {
    position: absolute;
    right: 0;
    bottom: 0;
    display: grid;
    width: 155px;
    height: 155px;
    place-items: center;
    padding: 20px;
    border: 9px solid #fff;
    border-radius: 50%;
    color: #fff;
    background: var(--seed-green);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
}

.veg-intro p:not(.veg-lead),
.crop-about p:not(.crop-lead),
.veg-knowledge p,
.crop-field p {
    line-height: 1.8;
}

.veg-check-list {
    display: grid;
    gap: 10px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.veg-check-list li {
    position: relative;
    padding-left: 28px;
    font-weight: 650;
}

.veg-check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #b98500;
    font-weight: 900;
}

/* Section headers */
.veg-section-head,
.crop-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 35px;
    margin-bottom: 52px;
}

.veg-section-head > p,
.crop-section-head > p {
    max-width: 540px;
    margin: 0;
    line-height: 1.75;
}

/* Variety catalogue */
.veg-varieties,
.crop-consider,
.veg-related,
.crop-related {
    background: var(--seed-cream);
}

.veg-variety-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(6, 61, 39, .1);
    border-radius: 22px;
    background: #fff;
    transition: transform .3s ease, box-shadow .3s ease;
}

.veg-variety-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 50px rgba(6, 61, 39, .11);
}

.veg-variety-image {
    position: relative;
    display: block;
    height: 245px;
    overflow: hidden;
}

.veg-variety-image img {
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.veg-variety-card:hover .veg-variety-image img {
    transform: scale(1.05);
}

.veg-variety-image > span {
    position: absolute;
    top: 16px;
    right: 16px;
    display: grid;
    width: 45px;
    height: 45px;
    place-items: center;
    border-radius: 50%;
    color: var(--seed-green-dark);
    background: var(--seed-gold);
    font-size: 12px;
    font-weight: 900;
}

.veg-variety-content {
    padding: 28px 25px 25px;
}

.veg-variety-content small {
    color: #9a7000;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.veg-variety-content h3 {
    margin: 9px 0 12px;
    color: var(--seed-green);
    font-size: 23px;
}

.veg-variety-content p {
    margin: 0;
    line-height: 1.65;
}

.veg-card-actions {
    display: flex;
    gap: 15px;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(6, 61, 39, .1);
}

.veg-card-actions a {
    color: var(--seed-green);
    font-size: 14px;
    font-weight: 800;
}

.veg-card-actions a:last-child {
    color: #9a7000;
}

.veg-placeholder-note {
    margin: 28px 0 0;
    padding: 18px 22px;
    border-left: 4px solid var(--seed-gold);
    background: rgba(244, 189, 36, .1);
    line-height: 1.65;
}

/* Support and selection considerations */
.veg-support,
.crop-tsc {
    color: rgba(255, 255, 255, .8);
    background: var(--seed-green);
}

.veg-support .veg-heading {
    max-width: 780px;
    margin: 0 auto 48px;
}

.veg-support article,
.crop-consider-grid article {
    height: 100%;
    padding: 34px;
    border-radius: 20px;
}

.veg-support article {
    border: 1px solid rgba(255, 255, 255, .15);
    background: rgba(255, 255, 255, .055);
}

.veg-support article b,
.crop-consider-grid article b {
    display: block;
    margin-bottom: 28px;
    color: var(--seed-gold);
    font-size: 13px;
    letter-spacing: .12em;
}

.veg-support article h3 {
    margin: 0 0 13px;
    color: #fff;
    font-size: 24px;
}

.veg-support article p,
.crop-consider-grid article p {
    margin: 0;
    line-height: 1.7;
}

.crop-consider-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.crop-consider-grid article {
    border: 1px solid rgba(6, 61, 39, .1);
    background: #fff;
}

.crop-consider-grid article h3 {
    margin: 0 0 12px;
    color: var(--seed-green);
    font-size: 24px;
}

/* Crop understanding */
.crop-understanding {
    padding: 0 0 100px;
}

.crop-understanding-box {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    align-items: center;
    gap: 60px;
    padding: 58px 62px;
    border-radius: 26px;
    color: rgba(255, 255, 255, .8);
    background: var(--seed-green-dark);
}

.crop-understanding-box p {
    margin: 0;
    font-size: 17px;
    line-height: 1.8;
}

/* Knowledge / field */
.veg-knowledge-image,
.crop-field-image {
    overflow: hidden;
    border-radius: 24px;
}

.veg-knowledge-image img,
.crop-field-image img {
    height: 470px;
    object-fit: cover;
}

.veg-knowledge-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 28px;
}

.veg-knowledge-actions .veg-text-link {
    margin-top: 0;
}

.crop-tsc p {
    max-width: 720px;
    line-height: 1.8;
}

.crop-tsc .crop-gold-btn {
    margin-top: 18px;
}

.crop-tsc-badge {
    display: grid;
    min-height: 330px;
    place-content: center;
    padding: 42px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
    text-align: center;
    background: rgba(255, 255, 255, .06);
}

.crop-tsc-badge strong {
    display: block;
    color: var(--seed-gold);
    font-size: 68px;
    line-height: 1;
}

.crop-tsc-badge span {
    margin-top: 20px;
    line-height: 1.9;
}

/* Related crop navigation */
.veg-related-grid,
.crop-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.veg-related-card,
.crop-related-card {
    position: relative;
    min-height: 215px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    border-radius: 20px;
    color: #fff;
    background: var(--seed-green-dark);
    text-decoration: none;
}

.veg-related-card::after,
.crop-related-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(2, 38, 23, .9), rgba(2, 38, 23, .08) 75%);
}

.veg-related-card img,
.crop-related-card img {
    position: absolute;
    inset: 0;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.veg-related-card:hover img,
.crop-related-card:hover img {
    transform: scale(1.06);
}

.veg-related-card > span,
.crop-related-card > span {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    padding: 25px;
}

.veg-related-card small,
.crop-related-card small {
    color: var(--seed-gold);
    font-weight: 700;
}

.veg-related-card strong,
.crop-related-card strong {
    color: #fff;
    font-size: 23px;
}

.veg-related-card i,
.crop-related-card i {
    position: absolute;
    right: 22px;
    bottom: 24px;
    z-index: 1;
    color: var(--seed-gold);
    font-style: normal;
    font-size: 22px;
}

/* Enquiry CTA */
.veg-enquiry,
.crop-enquiry {
    padding: 0 0 105px;
}

.veg-enquiry-box,
.crop-enquiry-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 58px 62px;
    border-radius: 26px;
    color: rgba(255, 255, 255, .8);
    background: var(--seed-green);
}

.veg-enquiry-box h2,
.crop-enquiry-box h2 {
    max-width: 720px;
    margin: 0;
    color: #fff;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.veg-enquiry-box p,
.crop-enquiry-box p {
    max-width: 670px;
    margin: 17px 0 0;
    line-height: 1.7;
}

.veg-enquiry-box > a,
.crop-enquiry-box > a {
    flex: 0 0 auto;
    max-width: 280px;
    text-align: center;
}

@media (max-width: 1199px) {
    .veg-section,
    .crop-section { padding: 82px 0; }
    .veg-related-grid,
    .crop-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 991px) {
    .veg-hero,
    .crop-hero { min-height: 550px; padding: 165px 0 72px; }
    .veg-intro-image,
    .crop-about-image { margin-bottom: 45px; }
    .veg-section-head,
    .crop-section-head { display: block; }
    .veg-section-head > p,
    .crop-section-head > p { margin-top: 20px; }
    .veg-section-head > .veg-text-link,
    .crop-section-head > .crop-arrow-link { margin-top: 22px; }
    .crop-understanding-box { grid-template-columns: 1fr; gap: 28px; }
    .veg-knowledge-image,
    .crop-field-image { margin-top: 42px; }
    .crop-tsc-badge { max-width: 430px; margin: 45px auto 0; }
    .veg-enquiry-box,
    .crop-enquiry-box { display: block; }
    .veg-enquiry-box > a,
    .crop-enquiry-box > a { margin-top: 28px; }
}

@media (max-width: 767px) {
    .veg-section,
    .crop-section { padding: 66px 0; }
    .veg-hero,
    .crop-hero { min-height: 500px; padding: 145px 0 60px; }
    .veg-hero::before,
    .crop-hero::before { background: rgba(2, 39, 23, .78); }
    .veg-hero h1,
    .crop-hero h1 { font-size: clamp(43px, 13vw, 62px); }
    .veg-hero p,
    .crop-hero p,
    .veg-lead,
    .crop-lead { font-size: 16px; }
    .veg-intro-image img,
    .crop-about-image img { height: 390px; border-radius: 20px; }
    .veg-intro-image > span,
    .crop-about-image > span { width: 125px; height: 125px; font-size: 17px; }
    .crop-consider-grid,
    .veg-related-grid,
    .crop-related-grid { grid-template-columns: 1fr; }
    .crop-understanding { padding-bottom: 68px; }
    .crop-understanding-box { padding: 38px 28px; border-radius: 21px; }
    .veg-knowledge-image img,
    .crop-field-image img { height: 350px; }
    .crop-tsc-badge { min-height: 290px; }
    .veg-enquiry,
    .crop-enquiry { padding-bottom: 72px; }
    .veg-enquiry-box,
    .crop-enquiry-box { padding: 42px 30px; border-radius: 21px; }
}

@media (max-width: 480px) {
    .veg-intro-image,
    .crop-about-image { padding: 0 20px 32px 0; }
    .veg-intro-image img,
    .crop-about-image img { height: 330px; }
    .veg-intro-image > span,
    .crop-about-image > span { width: 105px; height: 105px; border-width: 6px; font-size: 15px; }
    .veg-variety-image { height: 220px; }
    .veg-support article,
    .crop-consider-grid article { padding: 28px 24px; }
    .veg-knowledge-actions { align-items: stretch; flex-direction: column; }
    .veg-knowledge-actions a { width: 100%; justify-content: center; }
    .crop-tsc-badge { min-height: 250px; padding: 30px; }
}
