:root {
    --brand: #61b329;
    --brand-action: #347a18;
    --brand-dark: #3f7d1f;
    --earth: #463520;
    --ink: #1c2119;
    --muted: #657064;
    --soft: #f4f8f1;
    --line: #dce7d7;
    --radius: 8px;
}

* {
    box-sizing: border-box;
}

body {
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.55;
    background: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: var(--brand-dark);
}

a:hover {
    color: var(--earth);
}

.skip-link {
    position: absolute;
    left: -999px;
    top: 10px;
    z-index: 10000;
    padding: .6rem 1rem;
    background: #fff;
}

.skip-link:focus {
    left: 10px;
}

.top-strip {
    background: var(--earth);
    color: #fff;
    font-size: .94rem;
    padding: .55rem 0;
}

.top-strip a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.brand-mark {
    color: #7a8278;
    font-size: clamp(1.35rem, 2.6vw, 2.05rem);
    font-weight: 700;
    line-height: 1.05;
}

.brand-mark span {
    color: var(--brand-action);
    display: block;
    font-size: .82em;
}

.navbar {
    box-shadow: 0 8px 24px rgba(28, 33, 25, .06);
}

.navbar .nav-link {
    color: var(--ink);
    font-weight: 700;
}

.navbar .nav-link.active,
.navbar .nav-link:hover {
    color: var(--brand-dark);
}

.btn-brand,
.btn-brand:focus {
    --bs-btn-bg: var(--brand-action);
    --bs-btn-border-color: var(--brand-action);
    --bs-btn-color: #fff;
    --bs-btn-hover-bg: var(--earth);
    --bs-btn-hover-border-color: var(--earth);
    --bs-btn-hover-color: #fff;
    border-radius: var(--radius);
    font-weight: 700;
}

.btn-outline-brand {
    --bs-btn-color: var(--brand-dark);
    --bs-btn-border-color: var(--brand-action);
    --bs-btn-hover-bg: var(--brand-action);
    --bs-btn-hover-border-color: var(--brand-action);
    --bs-btn-hover-color: #fff;
    border-radius: var(--radius);
    font-weight: 700;
}

.hero {
    --hero-height: clamp(560px, calc(100vh - 130px), 720px);
    position: relative;
    overflow: hidden;
    height: var(--hero-height);
    min-height: 0;
    color: #fff;
    background: #17200f;
}

.hero .swiper,
.hero .swiper-wrapper,
.hero .swiper-slide {
    height: 100%;
    min-height: 0;
}

.hero .swiper {
    overflow: hidden;
    width: 100%;
}

.hero .swiper-wrapper {
    align-items: stretch;
}

.hero .swiper-slide {
    flex-shrink: 0;
    overflow: hidden;
}

.hero .swiper-slide:not(.swiper-slide-active) {
    opacity: 0 !important;
}

.hero-slide {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 0;
    background-position: center;
    background-size: cover;
    width: 100%;
}

.hero-slide::before {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(90deg, rgba(20, 26, 15, .86), rgba(20, 26, 15, .52) 52%, rgba(20, 26, 15, .22));
}

.hero-copy {
    position: relative;
    z-index: 2;
    max-width: 700px;
    padding: 4rem 0 8rem;
}

.eyebrow {
    color: #d8f3cc;
    font-size: .92rem;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: .85rem;
    text-transform: uppercase;
}

.hero h1,
.page-hero h1 {
    font-size: clamp(2.35rem, 5vw, 4.8rem);
    font-weight: 800;
    line-height: 1;
    margin-bottom: 1.1rem;
}

.hero p,
.page-hero p {
    font-size: clamp(1.06rem, 2vw, 1.28rem);
    max-width: 640px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1.75rem;
}

.hero .swiper-pagination {
    bottom: 2rem;
}

.hero .swiper-pagination-bullet {
    background: #fff;
    border-radius: 0;
    height: 10px;
    opacity: .62;
    width: 28px;
}

.hero .swiper-pagination-bullet-active {
    background: var(--brand);
    opacity: 1;
}

.section {
    padding: clamp(3rem, 7vw, 5.5rem) 0;
}

.section-soft {
    background: var(--soft);
}

.section-earth {
    background:
        linear-gradient(135deg, rgba(28, 33, 25, .9), rgba(70, 53, 32, .96)),
        url("../img/topsoil-cheshire.jpg") center/cover;
    color: #fff;
    padding: clamp(3rem, 6vw, 5rem) 0;
}

.section-heading {
    max-width: 760px;
    margin-bottom: 2rem;
}

.section-heading h2,
.content-block h2 {
    font-size: clamp(1.85rem, 3vw, 2.6rem);
    font-weight: 800;
    margin-bottom: .75rem;
}

.section-heading p {
    color: var(--muted);
    font-size: 1.08rem;
}

.section-earth .section-heading p,
.section-earth p {
    color: #e7ebdf;
}

.cta-panel {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .04)),
        rgba(28, 33, 25, .72);
    border: 1px solid rgba(255, 255, 255, .16);
    border-left: 6px solid var(--brand);
    border-radius: var(--radius);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
    padding: clamp(1.5rem, 4vw, 3rem);
}

.cta-panel .eyebrow {
    color: #bfe7aa;
    margin-bottom: .4rem;
}

.cta-panel h2 {
    font-size: clamp(1.8rem, 3.4vw, 3rem);
    font-weight: 800;
    line-height: 1.05;
    max-width: 760px;
}

.cta-panel p {
    font-size: 1.05rem;
    max-width: 760px;
}

.cta-points {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
}

.cta-points span {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    color: #fff;
    font-size: .9rem;
    font-weight: 700;
    padding: .45rem .8rem;
}

.cta-button {
    box-shadow: 0 14px 32px rgba(0, 0, 0, .24);
    padding: .9rem 1.35rem;
}

.cta-button:hover {
    transform: translateY(-1px);
}

.feature-card,
.price-panel,
.contact-panel,
.area-panel {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 1.35rem;
}

.feature-card,
.price-panel,
.area-panel {
    height: 100%;
}

.feature-card h3,
.price-panel h3,
.contact-panel h2 {
    font-size: 1.25rem;
    font-weight: 800;
}

.feature-icon {
    align-items: center;
    background: var(--brand);
    border-radius: var(--radius);
    color: #fff;
    display: inline-flex;
    font-weight: 800;
    height: 42px;
    justify-content: center;
    margin-bottom: 1rem;
    width: 42px;
}

.image-frame {
    border-radius: var(--radius);
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    width: 100%;
}

.contact-image {
    display: block;
    height: clamp(300px, 44vw, 490px);
}

.delivery-panel {
    height: auto;
}

.accordion {
    --bs-accordion-active-bg: #e9f5e3;
    --bs-accordion-active-color: var(--brand-action);
    --bs-accordion-border-color: var(--line);
    --bs-accordion-btn-focus-border-color: #a9d68f;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 .25rem rgba(97, 179, 41, .2);
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23347a18' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 10 6-6 6 6'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed) {
    font-weight: 700;
}

.price-table {
    margin: 0;
}

.price-table th {
    color: var(--muted);
    font-size: .82rem;
    text-transform: uppercase;
}

.price-table td,
.price-table th {
    padding: .8rem .65rem;
}

.price-table tbody tr:last-child td {
    border-bottom: 0;
}

.highlight-band {
    background: var(--brand);
    color: #fff;
    padding: 1.15rem;
    border-radius: var(--radius);
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    font-weight: 800;
    text-align: center;
}

.page-hero {
    background: linear-gradient(90deg, rgba(70, 53, 32, .9), rgba(70, 53, 32, .68)), url("../img/topsoil-cheshire3.jpg") center/cover;
    color: #fff;
    padding: clamp(4rem, 9vw, 7rem) 0;
}

.gallery-swiper img {
    aspect-ratio: 4 / 3;
    border-radius: var(--radius);
    object-fit: cover;
    width: 100%;
}

.area-list {
    columns: 2;
    list-style: none;
    margin: 0;
    padding: 0;
}

.area-list li {
    break-inside: avoid;
    border-bottom: 1px solid var(--line);
    padding: .55rem 0;
}

.contact-form label {
    font-weight: 700;
}

.contact-form .form-control,
.contact-form .form-select {
    border-color: var(--line);
    border-radius: var(--radius);
    padding: .8rem .9rem;
}

.form-note {
    color: var(--muted);
    font-size: .92rem;
}

.alert {
    border-radius: var(--radius);
}

.site-footer {
    background: #18140f;
    color: #d9d2c8;
    padding: 3.5rem 0 1.3rem;
}

.site-footer h2,
.site-footer h3 {
    color: #fff;
    font-weight: 800;
}

.site-footer h2 span {
    color: var(--brand);
}

.site-footer a {
    color: #fff;
    text-decoration: none;
}

.site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer li {
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    padding: .45rem 0;
}

.footer-bottom {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .14);
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
    margin-top: 2.5rem;
    padding-top: 1.2rem;
}

@media (max-width: 767.98px) {
    .hero {
        --hero-height: 560px;
    }

    .hero-copy {
        padding-bottom: 5.5rem;
    }

    .area-list {
        columns: 1;
    }
}
