/* ****************************************
 * Foundation
 * **************************************** */
:root {
    --ink: #102d33;
    --ink-deep: #092126;
    --coral: #ff6b3d;
    --coral-dark: #db4d25;
    --mint: #cbeadb;
    --cream: #f7f2e8;
    --sand: #e8decd;
    --white: #ffffff;
    --body: #284148;
    --line: rgba(16, 45, 51, 0.16);
    --shadow: 0 24px 70px rgba(9, 33, 38, 0.13);
}

/* ****************************************
 * Local service-area pages
 * **************************************** */
.breadcrumb {
    align-items: center;
    background: var(--cream);
    display: flex;
    font-size: 0.72rem;
    font-weight: 800;
    gap: 10px;
    letter-spacing: 0.06em;
    min-height: 54px;
    text-transform: uppercase;
}

.breadcrumb a {
    color: var(--coral-dark);
}

.area-hero {
    background: var(--ink);
    color: rgba(255, 255, 255, 0.76);
    overflow: hidden;
    position: relative;
}

.area-hero::before {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    content: '';
    height: 660px;
    position: absolute;
    right: -210px;
    top: -260px;
    width: 660px;
}

.area-hero-grid {
    align-items: center;
    display: grid;
    gap: 11%;
    grid-template-columns: minmax(0, 1fr) 290px;
    min-height: 590px;
    padding-bottom: 75px;
    padding-top: 75px;
    position: relative;
    z-index: 2;
}

.area-hero h1 {
    color: var(--white);
    font-size: clamp(3rem, 6vw, 6.2rem);
}

.area-hero-intro {
    font-size: 1.14rem;
    max-width: 690px;
}

.area-hero .button {
    margin-top: 18px;
}

.area-hero-marker {
    align-items: center;
    aspect-ratio: 1;
    background: var(--mint);
    border-radius: 50%;
    color: var(--ink);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 35px;
    text-align: center;
    transform: rotate(4deg);
}

.area-hero-marker > span {
    color: var(--coral-dark);
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.16em;
}

.area-hero-marker strong {
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    letter-spacing: -0.05em;
    line-height: 1;
    margin: 16px 0;
    overflow-wrap: anywhere;
}

.area-hero-marker small {
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.area-overview-section {
    background: var(--white);
}

.area-content-grid {
    align-items: start;
    display: grid;
    gap: 9%;
    grid-template-columns: minmax(0, 1fr) 38%;
}

.area-content-grid > div > h2 {
    max-width: 780px;
}

.area-content-grid > div > p {
    font-size: 1.04rem;
    max-width: 780px;
}

.area-local-note {
    border-left: 5px solid var(--coral);
    margin-top: 34px;
    padding: 4px 0 4px 24px;
}

.area-local-note strong {
    color: var(--ink);
    display: block;
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.area-local-note p {
    margin-bottom: 0;
}

.area-use-card {
    background: var(--mint);
    padding: 38px;
}

.area-use-card > span {
    color: var(--coral-dark);
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.14em;
}

.area-use-card h2 {
    font-size: 2.35rem;
    margin-top: 22px;
}

.area-use-card ul {
    list-style: none;
    margin: 28px 0;
    padding: 0;
}

.area-use-card li {
    border-top: 1px solid rgba(16, 45, 51, 0.18);
    color: var(--ink);
    padding: 12px 0;
}

.area-use-card li:last-child {
    border-bottom: 1px solid rgba(16, 45, 51, 0.18);
}

.area-use-card li b {
    color: var(--coral-dark);
    margin-right: 8px;
}

.area-access-section {
    background: var(--mint);
}

.area-access-section .two-column-info > div > p {
    font-size: 1.05rem;
}

.area-placement-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 30px;
}

.area-placement-grid article {
    background: var(--white);
    padding: 28px;
}

.area-placement-grid article > span {
    color: var(--coral-dark);
    display: block;
    font-size: 0.72rem;
    font-weight: 900;
    margin-bottom: 42px;
}

.area-placement-grid article p {
    margin-bottom: 0;
}

.area-steps-section {
    background: var(--ink);
    color: rgba(255, 255, 255, 0.75);
}

.area-steps-section h2,
.area-steps-section h3 {
    color: var(--white);
}

.area-order-steps {
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
    margin: 45px 0 38px;
    padding: 0;
}

.area-order-steps li {
    background: rgba(255, 255, 255, 0.07);
    min-height: 260px;
    padding: 34px;
}

.area-order-steps li > span {
    align-items: center;
    background: var(--coral);
    border-radius: 50%;
    color: var(--ink);
    display: flex;
    font-size: 0.75rem;
    font-weight: 900;
    height: 38px;
    justify-content: center;
    margin-bottom: 60px;
    width: 38px;
}

.area-faq-section {
    background: var(--cream);
}

.area-faq-grid {
    align-items: start;
    display: grid;
    gap: 9%;
    grid-template-columns: 37% minmax(0, 1fr);
}

.area-faq-list article {
    border-top: 1px solid var(--line);
    padding: 28px 0 22px;
}

.area-faq-list article:last-child {
    border-bottom: 1px solid var(--line);
}

.area-faq-list h3 {
    font-size: 1.35rem;
}

.area-faq-list p {
    margin-bottom: 0;
}

.nearby-section {
    background: var(--white);
}

.nearby-heading {
    align-items: end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 38px;
}

.nearby-heading h2 {
    margin-bottom: 0;
}

.nearby-links {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nearby-links a {
    align-items: center;
    background: var(--cream);
    color: var(--ink);
    display: flex;
    font-size: 1.1rem;
    font-weight: 800;
    justify-content: space-between;
    min-height: 74px;
    padding: 18px 22px;
}

.nearby-links a:hover,
.nearby-links a:focus-visible {
    background: var(--mint);
}

.area-index-section {
    background: var(--cream);
}

.area-card-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.area-card {
    background: var(--white);
    border: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    min-height: 390px;
    padding: 34px;
}

.area-card-featured {
    background: var(--mint);
}

.area-card-number {
    color: var(--coral);
    font-size: 3.8rem;
    font-weight: 900;
    letter-spacing: -0.08em;
    line-height: 1;
    margin-bottom: 65px;
}

.area-card h2 {
    font-size: 2.45rem;
    margin-bottom: 16px;
}

.area-card .text-link {
    align-self: flex-start;
    margin-top: auto;
}

@media (max-width: 900px) {
    .area-hero-grid {
        gap: 45px;
        grid-template-columns: minmax(0, 1fr) 220px;
    }

    .area-content-grid,
    .area-faq-grid {
        gap: 55px;
        grid-template-columns: 1fr;
    }

    .area-use-card {
        max-width: 650px;
    }

    .area-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 650px) {
    .breadcrumb {
        overflow-x: auto;
        white-space: nowrap;
    }

    .area-hero-grid {
        align-items: start;
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .area-hero-marker {
        max-width: 220px;
    }

    .area-use-card {
        padding: 28px;
    }

    .area-placement-grid,
    .area-order-steps,
    .nearby-links,
    .area-card-grid {
        grid-template-columns: 1fr;
    }

    .area-order-steps li {
        min-height: 220px;
    }

    .nearby-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 22px;
    }
}
/* **************************************** */

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--cream);
    color: var(--body);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

body.menu-open {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

img,
svg {
    display: block;
    max-width: 100%;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1,
h2,
h3 {
    color: var(--ink);
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 1.03;
}

h1 {
    font-size: clamp(3.4rem, 7.2vw, 7.25rem);
    margin-bottom: 28px;
}

h2 {
    font-size: clamp(2.25rem, 4.4vw, 4.5rem);
    margin-bottom: 24px;
}

h3 {
    font-size: 1.55rem;
    margin-bottom: 14px;
}

em {
    color: var(--coral);
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 400;
}

.shell {
    margin: 0 auto;
    max-width: 1240px;
    padding-left: 28px;
    padding-right: 28px;
    width: 100%;
}

.section {
    padding-bottom: 120px;
    padding-top: 120px;
}

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

.skip-link {
    background: var(--coral);
    color: var(--ink-deep);
    font-weight: 800;
    left: 16px;
    padding: 10px 15px;
    position: fixed;
    top: -60px;
    z-index: 999;
}

.skip-link:focus {
    top: 16px;
}

.sr-only {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.eyebrow {
    align-items: center;
    color: var(--ink);
    display: flex;
    font-size: 0.76rem;
    font-weight: 800;
    gap: 10px;
    letter-spacing: 0.18em;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.eyebrow > span {
    background: var(--coral);
    border-radius: 50%;
    height: 8px;
    width: 8px;
}

.eyebrow-light {
    color: var(--white);
}

.button {
    align-items: center;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    display: inline-flex;
    font-size: 0.84rem;
    font-weight: 800;
    gap: 18px;
    justify-content: center;
    letter-spacing: 0.08em;
    min-height: 58px;
    padding: 0 25px;
    text-transform: uppercase;
    transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.button svg,
.text-link svg,
.nav-order svg,
.contact-note svg,
.order-help svg,
.skip-card a svg {
    height: 20px;
    width: 20px;
}

.button:hover,
.button:focus-visible {
    transform: translateY(-2px);
}

.button-primary {
    background: var(--coral);
    color: var(--ink-deep);
}

.button-primary:hover,
.button-primary:focus-visible {
    background: #ff825e;
}

.button-dark {
    background: var(--ink);
    color: var(--white);
}

.button-dark:hover,
.button-dark:focus-visible {
    background: var(--coral);
    color: var(--ink-deep);
}

.button-light {
    background: var(--white);
    color: var(--ink);
}

.button-light:hover,
.button-light:focus-visible {
    background: var(--mint);
}

.text-link {
    align-items: center;
    border-bottom: 1px solid currentColor;
    color: var(--ink);
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 700;
    gap: 12px;
    padding-bottom: 3px;
}

.strong-link {
    color: var(--coral-dark);
    font-weight: 800;
}

/* ****************************************
 * Header
 * **************************************** */
.site-header {
    background: var(--cream);
    border-bottom: 1px solid var(--line);
    position: relative;
    z-index: 50;
}

.header-inner {
    align-items: center;
    display: flex;
    height: 90px;
    justify-content: space-between;
}

.brand {
    align-items: center;
    color: var(--ink);
    display: inline-flex;
    gap: 12px;
}

.brand-mark {
    background: currentColor;
    clip-path: polygon(4% 21%, 96% 21%, 86% 91%, 14% 91%);
    color: var(--ink);
    display: flex;
    height: 48px;
    justify-content: space-evenly;
    padding: 14px 10px 7px;
    position: relative;
    width: 48px;
}

.brand-mark::before {
    background: var(--coral);
    content: '';
    height: 7px;
    left: 7px;
    position: absolute;
    top: 5px;
    width: 34px;
}

.brand-mark i {
    background: var(--cream);
    height: 24px;
    width: 3px;
}

.brand-light .brand-mark i {
    background: var(--ink);
}

.brand-copy {
    display: flex;
    flex-direction: column;
    font-size: 0.92rem;
    letter-spacing: 0.08em;
    line-height: 1.05;
    text-transform: uppercase;
}

.brand-copy strong {
    font-size: 1.05rem;
    letter-spacing: -0.015em;
}

.site-nav {
    align-items: center;
    display: flex;
    gap: 34px;
}

.site-nav > a {
    color: var(--ink);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    position: relative;
    text-transform: uppercase;
}

.site-nav > a:not(.nav-order)::after {
    background: var(--coral);
    bottom: -8px;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 180ms ease;
    width: 100%;
}

.site-nav > a:hover::after,
.site-nav > a.active::after {
    transform: scaleX(1);
}

.site-nav .nav-order {
    align-items: center;
    background: var(--ink);
    border-radius: 4px;
    color: var(--white);
    display: flex;
    gap: 12px;
    min-height: 48px;
    padding: 0 19px;
}

.site-nav .nav-order:hover,
.site-nav .nav-order.active {
    background: var(--coral);
    color: var(--ink-deep);
}

.menu-toggle {
    background: transparent;
    border: 0;
    color: var(--ink);
    cursor: pointer;
    display: none;
    height: 44px;
    padding: 8px;
    width: 44px;
}

.menu-open-icon,
.menu-close-icon {
    font-size: 1.8rem;
    line-height: 1;
}

.arrow {
    font-size: 1.25rem;
    line-height: 1;
}

.hero-points b,
.tick-list b {
    color: var(--coral-dark);
}

.map-pin b {
    font-size: 2.8rem;
    line-height: 1;
}

.menu-toggle svg {
    height: 28px;
    width: 28px;
}

.menu-close-icon {
    display: none;
}

/* ****************************************
 * Home hero
 * **************************************** */
.hero {
    background: var(--cream);
    min-height: 710px;
    overflow: hidden;
    position: relative;
}

.hero::before {
    background-image: linear-gradient(rgba(16, 45, 51, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(16, 45, 51, 0.045) 1px, transparent 1px);
    background-size: 52px 52px;
    content: '';
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.hero-grid {
    align-items: center;
    display: grid;
    gap: 5%;
    grid-template-columns: 52% 43%;
    min-height: 710px;
    padding-bottom: 70px;
    padding-top: 70px;
    position: relative;
}

.hero-intro {
    font-size: 1.18rem;
    max-width: 620px;
}

.hero-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 27px;
    margin-top: 36px;
}

.hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 40px;
}

.hero-points span {
    align-items: center;
    color: var(--ink);
    display: flex;
    font-size: 0.8rem;
    font-weight: 800;
    gap: 7px;
    text-transform: uppercase;
}

.hero-points svg {
    color: var(--coral-dark);
    height: 17px;
    width: 17px;
}

.hero-visual {
    height: 560px;
    position: relative;
}

.sun-disc {
    background: var(--mint);
    border-radius: 50%;
    height: 430px;
    left: 12%;
    position: absolute;
    top: 30px;
    width: 430px;
}

.skip-illustration {
    background: var(--coral);
    bottom: 80px;
    box-shadow: inset 0 -18px 0 rgba(9, 33, 38, 0.12), var(--shadow);
    clip-path: polygon(4% 5%, 96% 5%, 87% 93%, 13% 93%);
    color: var(--ink);
    height: 260px;
    left: 0;
    padding-top: 100px;
    position: absolute;
    text-align: center;
    transform: rotate(-3deg);
    width: 510px;
    z-index: 2;
}

.skip-illustration::before {
    background: var(--ink);
    content: '';
    height: 22px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 100%;
}

.skip-illustration strong,
.skip-illustration small {
    display: block;
    position: relative;
    z-index: 3;
}

.skip-illustration strong {
    font-size: 1.35rem;
    letter-spacing: 0.12em;
}

.skip-illustration small {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.28em;
}

.skip-rib {
    background: rgba(9, 33, 38, 0.22);
    height: 195px;
    position: absolute;
    top: 32px;
    transform: skew(-5deg);
    width: 18px;
}

.rib-one {
    left: 85px;
}

.rib-two {
    left: 245px;
}

.rib-three {
    right: 85px;
}

.hero-stamp {
    align-items: center;
    background: var(--ink);
    border-radius: 50%;
    color: var(--white);
    display: flex;
    flex-wrap: wrap;
    height: 122px;
    justify-content: center;
    line-height: 1;
    padding: 26px 15px;
    position: absolute;
    right: -15px;
    text-align: center;
    top: 35px;
    transform: rotate(9deg);
    width: 122px;
    z-index: 4;
}

.hero-stamp strong {
    font-size: 1.05rem;
}

.hero-stamp span {
    color: var(--coral);
    margin: 0 4px;
}

.hero-stamp small {
    font-size: 0.54rem;
    letter-spacing: 0.12em;
    width: 100%;
}

.ground-line {
    background: var(--ink);
    bottom: 69px;
    height: 10px;
    left: -20px;
    position: absolute;
    transform: rotate(-1deg);
    width: 570px;
}

.ticker {
    background: var(--ink);
    color: var(--white);
    overflow: hidden;
    padding: 18px 0;
}

.ticker-track {
    align-items: center;
    display: flex;
    gap: 34px;
    justify-content: center;
    min-width: 1050px;
}

.ticker span {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.13em;
}

.ticker i {
    background: var(--coral);
    border-radius: 50%;
    height: 7px;
    width: 7px;
}

/* ****************************************
 * Home sections
 * **************************************** */
.section-heading {
    margin-bottom: 50px;
}

.split-heading {
    align-items: end;
    display: grid;
    gap: 70px;
    grid-template-columns: 1.4fr 0.6fr;
}

.split-heading h2 {
    margin-bottom: 0;
    max-width: 760px;
}

.split-heading > p {
    margin-bottom: 7px;
}

.skip-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(3, 1fr);
}

.skip-card {
    background: var(--white);
    border: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    min-height: 450px;
    overflow: hidden;
    padding: 34px;
    position: relative;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.skip-card:hover {
    box-shadow: var(--shadow);
    transform: translateY(-5px);
}

.skip-card-featured {
    background: var(--mint);
}

.popular-tag {
    background: var(--ink);
    color: var(--white);
    font-size: 0.63rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    padding: 7px 11px;
    position: absolute;
    right: 0;
    top: 0;
}

.skip-number {
    align-items: flex-start;
    color: var(--coral);
    display: flex;
    line-height: 1;
    margin-bottom: 75px;
}

.skip-number span {
    font-size: 5.8rem;
    font-weight: 900;
    letter-spacing: -0.09em;
}

.skip-number small {
    color: var(--ink);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    margin-left: 8px;
    margin-top: 10px;
}

.card-kicker {
    color: var(--coral-dark);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    margin-bottom: 11px;
    text-transform: uppercase;
}

.skip-card h3 {
    font-size: 2rem;
}

.skip-card a {
    align-items: center;
    color: var(--ink);
    display: inline-flex;
    font-size: 0.76rem;
    font-weight: 800;
    gap: 10px;
    letter-spacing: 0.05em;
    margin-top: auto;
    padding-top: 22px;
    text-transform: uppercase;
}

.centre-action {
    margin-top: 44px;
    text-align: center;
}

.process-section {
    background: var(--ink);
    color: rgba(255, 255, 255, 0.75);
}

.process-grid {
    display: grid;
    gap: 11%;
    grid-template-columns: 39% 50%;
}

.process-intro h2,
.waste-grid h2,
.cta-strip h2 {
    color: var(--white);
}

.process-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.process-list li {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    display: grid;
    gap: 25px;
    grid-template-columns: 58px 1fr;
    padding: 28px 0;
}

.process-list li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.process-list > li > span {
    color: var(--coral);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.process-list h3 {
    color: var(--white);
    margin-bottom: 7px;
}

.process-list p {
    margin-bottom: 0;
}

.local-section {
    background: var(--white);
}

.local-grid {
    align-items: center;
    display: grid;
    gap: 10%;
    grid-template-columns: 50% 40%;
}

.local-map-card {
    background: var(--mint);
    height: 520px;
    overflow: hidden;
    position: relative;
}

.map-ring {
    border: 1px solid rgba(16, 45, 51, 0.25);
    border-radius: 50%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ring-one {
    height: 160px;
    width: 160px;
}

.ring-two {
    height: 320px;
    width: 320px;
}

.ring-three {
    height: 500px;
    width: 500px;
}

.map-pin {
    align-items: center;
    color: var(--coral-dark);
    display: flex;
    flex-direction: column;
    font-size: 0.7rem;
    font-weight: 900;
    left: 50%;
    letter-spacing: 0.12em;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.map-pin svg {
    height: 53px;
    margin-bottom: 5px;
    width: 53px;
}

.place {
    color: var(--ink);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    position: absolute;
    text-transform: uppercase;
}

.place-one {
    left: 19%;
    top: 24%;
}

.place-two {
    right: 15%;
    top: 19%;
}

.place-three {
    bottom: 19%;
    left: 17%;
}

.place-four {
    bottom: 25%;
    right: 11%;
}

.local-grid .button {
    margin-top: 20px;
}

.cta-strip {
    background: var(--coral);
    padding: 65px 0;
}

.cta-strip-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.cta-strip h2 {
    margin-bottom: 0;
}

/* ****************************************
 * Internal page heroes
 * **************************************** */
.page-hero,
.order-hero {
    background: var(--ink);
    color: rgba(255, 255, 255, 0.76);
    overflow: hidden;
    position: relative;
}

.page-hero::after,
.order-hero::after {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    content: '';
    height: 530px;
    position: absolute;
    right: -130px;
    top: -270px;
    width: 530px;
}

.page-hero-grid {
    align-items: end;
    display: grid;
    gap: 80px;
    grid-template-columns: 1.35fr 0.65fr;
    min-height: 440px;
    padding-bottom: 70px;
    padding-top: 70px;
    position: relative;
    z-index: 2;
}

.page-hero h1,
.order-hero h1 {
    color: var(--white);
    font-size: clamp(3rem, 6.3vw, 6.4rem);
    margin-bottom: 0;
}

.page-hero-grid > p {
    font-size: 1.12rem;
    margin-bottom: 12px;
}

/* ****************************************
 * Services
 * **************************************** */
.service-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.service-row {
    align-items: center;
    background: var(--white);
    border: 1px solid var(--line);
    display: grid;
    gap: 40px;
    grid-template-columns: 110px 31% 1fr;
    min-height: 390px;
    padding: 48px;
}

.service-size {
    align-items: center;
    align-self: stretch;
    border-right: 1px solid var(--line);
    color: var(--coral);
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
}

.service-size span {
    font-size: 3.8rem;
    font-weight: 900;
    letter-spacing: -0.08em;
}

.service-size small {
    color: var(--ink);
    font-size: 0.65rem;
    font-weight: 900;
    letter-spacing: 0.15em;
    margin-top: 8px;
}

.service-skip {
    background: var(--coral);
    box-shadow: inset 0 -12px 0 rgba(9, 33, 38, 0.12), 0 20px 40px rgba(9, 33, 38, 0.14);
    clip-path: polygon(4% 5%, 96% 5%, 86% 94%, 14% 94%);
    height: 150px;
    position: relative;
    transform: rotate(-2deg);
}

.service-skip::before {
    background: var(--ink);
    content: '';
    height: 14px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 100%;
}

.service-skip span {
    background: rgba(9, 33, 38, 0.22);
    height: 105px;
    position: absolute;
    top: 30px;
    width: 10px;
}

.service-skip span:nth-child(1) {
    left: 20%;
}

.service-skip span:nth-child(2) {
    left: 49%;
}

.service-skip span:nth-child(3) {
    right: 20%;
}

.service-skip-small {
    height: 125px;
    margin-left: 12%;
    width: 76%;
}

.service-skip-large {
    height: 165px;
}

.service-skip-xl {
    height: 175px;
    width: 105%;
}

.service-copy h2 {
    font-size: 2.5rem;
}

.tick-list {
    list-style: none;
    margin: 22px 0;
    padding: 0;
}

.tick-list li {
    align-items: center;
    border-top: 1px solid var(--line);
    display: flex;
    gap: 10px;
    padding: 8px 0;
}

.tick-list li:last-child {
    border-bottom: 1px solid var(--line);
}

.tick-list svg {
    color: var(--coral-dark);
    height: 17px;
    width: 17px;
}

.placement-section {
    background: var(--mint);
}

.two-column-info {
    display: grid;
    gap: 10%;
    grid-template-columns: 40% 50%;
}

.info-cards {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}

.info-cards article {
    background: var(--white);
    padding: 34px;
}

.info-cards article > span {
    color: var(--coral-dark);
    display: block;
    font-size: 0.75rem;
    font-weight: 900;
    margin-bottom: 60px;
}

.waste-section {
    background: var(--ink);
    color: rgba(255, 255, 255, 0.76);
}

.waste-grid {
    display: grid;
    gap: 10%;
    grid-template-columns: 42% 48%;
}

.waste-grid strong {
    color: var(--white);
}

.waste-grid .button {
    margin-top: 20px;
}

/* ****************************************
 * Forms and contact
 * **************************************** */
.contact-section {
    background: var(--white);
}

.contact-grid {
    display: grid;
    gap: 9%;
    grid-template-columns: 36% 55%;
}

.contact-link {
    align-items: center;
    border-bottom: 1px solid var(--line);
    border-top: 1px solid var(--line);
    display: flex;
    gap: 16px;
    margin: 35px 0;
    padding: 22px 0;
}

.contact-link > span {
    align-items: center;
    background: var(--mint);
    border-radius: 50%;
    color: var(--ink);
    display: flex;
    height: 52px;
    justify-content: center;
    width: 52px;
}

.contact-link svg {
    height: 24px;
    width: 24px;
}

.contact-link small,
.contact-link strong {
    display: block;
}

.contact-link small {
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.contact-link strong {
    color: var(--ink);
    word-break: break-word;
}

.contact-note {
    background: var(--cream);
    border-left: 5px solid var(--coral);
    padding: 25px;
}

.panel-form,
.order-panel {
    background: var(--cream);
    border: 1px solid var(--line);
    padding: 42px;
}

.form-heading {
    align-items: center;
    border-bottom: 1px solid var(--line);
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 18px;
}

.form-heading span,
.panel-heading > span {
    color: var(--coral-dark);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.14em;
}

.form-heading p {
    font-size: 0.75rem;
    margin-bottom: 0;
}

.field-row {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.field {
    margin-bottom: 20px;
}

.field label,
.choice-fieldset legend {
    color: var(--ink);
    display: block;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.field input,
.field select,
.field textarea {
    background: var(--white);
    border: 1px solid rgba(16, 45, 51, 0.25);
    border-radius: 2px;
    color: var(--ink);
    outline: 0;
    padding: 14px 15px;
    transition: border 150ms ease, box-shadow 150ms ease;
    width: 100%;
}

.field input,
.field select {
    height: 55px;
}

.field textarea {
    min-height: 160px;
    resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
    border-color: var(--coral-dark);
    box-shadow: 0 0 0 3px rgba(255, 107, 61, 0.16);
}

.button-submit {
    min-width: 235px;
}

.form-status {
    border-radius: 3px;
    display: none;
    font-weight: 700;
    margin-top: 20px;
    padding: 14px 17px;
}

.form-status.error {
    background: #ffe5de;
    color: #812d19;
    display: block;
}

.form-status.success {
    background: #d9f2e5;
    color: #145438;
    display: block;
}

.honeypot {
    height: 1px;
    left: -9999px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}

/* ****************************************
 * Order flow
 * **************************************** */
.order-hero-inner {
    align-items: end;
    display: flex;
    justify-content: space-between;
    min-height: 390px;
    padding-bottom: 65px;
    padding-top: 65px;
    position: relative;
    z-index: 2;
}

.order-promise {
    border-left: 3px solid var(--coral);
    max-width: 360px;
    padding-left: 20px;
}

.order-promise span {
    color: var(--white);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.order-promise p {
    margin: 7px 0 0;
}

.order-section {
    background: var(--white);
}

.order-layout {
    align-items: start;
    display: grid;
    gap: 34px;
    grid-template-columns: 275px minmax(0, 1fr);
}

.order-steps {
    position: sticky;
    top: 25px;
}

.order-steps ol {
    background: var(--cream);
    border: 1px solid var(--line);
    list-style: none;
    margin: 0;
    padding: 0 24px;
}

.order-steps li {
    align-items: center;
    border-bottom: 1px solid var(--line);
    display: flex;
    gap: 15px;
    opacity: 0.45;
    padding: 23px 0;
}

.order-steps li:last-child {
    border-bottom: 0;
}

.order-steps li.active,
.order-steps li.complete {
    opacity: 1;
}

.order-steps li > span {
    align-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    color: var(--ink);
    display: flex;
    font-size: 0.75rem;
    font-weight: 900;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.order-steps li.active > span,
.order-steps li.complete > span {
    background: var(--coral);
    border-color: var(--coral);
}

.order-steps strong,
.order-steps small {
    display: block;
}

.order-steps strong {
    color: var(--ink);
    line-height: 1.2;
}

.order-steps small {
    font-size: 0.72rem;
}

.order-help {
    background: var(--ink);
    color: rgba(255, 255, 255, 0.72);
    margin-top: 18px;
    padding: 24px;
}

.order-help strong,
.order-help a {
    color: var(--white);
}

.order-help p {
    font-size: 0.86rem;
}

.order-help a {
    align-items: center;
    display: inline-flex;
    font-size: 0.72rem;
    font-weight: 900;
    gap: 8px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.order-main {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.order-panel {
    background: var(--cream);
}

.panel-heading {
    align-items: start;
    border-bottom: 1px solid var(--line);
    display: grid;
    gap: 20px;
    grid-template-columns: 70px 1fr;
    margin-bottom: 30px;
    padding-bottom: 25px;
}

.panel-heading h2 {
    font-size: 2.3rem;
    margin-bottom: 7px;
}

.panel-heading p {
    margin-bottom: 0;
}

.postcode-large {
    font-size: 1.25rem !important;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.choice-fieldset {
    border: 0;
    margin: 0 0 22px;
    padding: 0;
}

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

.choice-card {
    background: var(--white);
    border: 1px solid rgba(16, 45, 51, 0.25);
    cursor: pointer;
    display: flex;
    min-height: 94px;
    padding: 20px;
}

.choice-card:has(input:checked) {
    border: 2px solid var(--coral-dark);
    padding: 19px;
}

.choice-card input {
    accent-color: var(--coral-dark);
    margin: 5px 13px 0 0;
}

.choice-card strong,
.choice-card small {
    display: block;
}

.choice-card strong {
    color: var(--ink);
}

.choice-card small {
    font-size: 0.76rem;
}

.roadside-fields {
    display: none;
}

.field-help {
    font-size: 0.76rem;
    margin: 7px 0 0;
}

.results-panel,
.booking-panel {
    display: none;
}

.quote-results {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.quote-card {
    align-items: center;
    background: var(--white);
    border: 1px solid var(--line);
    display: grid;
    gap: 22px;
    grid-template-columns: 120px 1fr 170px;
    min-height: 180px;
    padding: 24px;
}

.quote-card-size {
    align-items: center;
    background: var(--coral);
    clip-path: polygon(4% 4%, 96% 4%, 86% 94%, 14% 94%);
    color: var(--ink);
    display: flex;
    flex-direction: column;
    height: 105px;
    justify-content: center;
    line-height: 1;
}

.quote-card-size strong {
    font-size: 2.5rem;
    letter-spacing: -0.08em;
}

.quote-card-size small {
    font-size: 0.58rem;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.quote-card h3 {
    font-size: 1.65rem;
    margin-bottom: 8px;
}

.quote-card-details {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 16px;
    font-size: 0.78rem;
}

.quote-card-details span {
    color: var(--body);
}

.quote-price {
    border-left: 1px solid var(--line);
    padding-left: 22px;
    text-align: right;
}

.quote-price small,
.quote-price strong {
    display: block;
}

.quote-price > small {
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.quote-price strong {
    color: var(--ink);
    font-size: 2rem;
    line-height: 1.1;
}

.quote-price .choose-skip {
    background: var(--ink);
    border: 0;
    border-radius: 3px;
    color: var(--white);
    cursor: pointer;
    font-size: 0.68rem;
    font-weight: 900;
    margin-top: 13px;
    padding: 11px 15px;
    text-transform: uppercase;
}

.quote-price .choose-skip:hover,
.quote-price .choose-skip:focus-visible {
    background: var(--coral-dark);
}

.chosen-summary {
    background: var(--mint);
    color: var(--ink);
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px;
    padding: 22px;
}

.chosen-summary span,
.chosen-summary strong {
    display: block;
}

.chosen-summary span {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.chosen-summary strong {
    font-size: 1.25rem;
}

.terms-check {
    align-items: flex-start;
    display: flex;
    font-size: 0.82rem;
    gap: 10px;
    margin: 8px 0 25px;
}

.terms-check input {
    accent-color: var(--coral-dark);
    margin-top: 5px;
}

.booking-success {
    background: var(--mint);
    color: var(--ink);
    padding: 42px;
    text-align: center;
}

.booking-success strong {
    color: var(--coral-dark);
    display: block;
    font-size: 1.3rem;
    margin-top: 12px;
}

/* ****************************************
 * Footer
 * **************************************** */
.site-footer {
    background: var(--ink-deep);
    color: rgba(255, 255, 255, 0.66);
    padding: 85px 0 25px;
}

.footer-grid {
    display: grid;
    gap: 55px;
    grid-template-columns: 1.45fr 0.7fr 0.8fr 1.05fr;
}

.brand-light,
.brand-light .brand-mark {
    color: var(--white);
}

.footer-brand p {
    margin-top: 24px;
    max-width: 330px;
}

.footer-heading {
    color: var(--white);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.13em;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer-grid > div > a,
.footer-grid > div > span {
    display: block;
    margin-bottom: 9px;
}

.footer-grid a:hover {
    color: var(--coral);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    font-size: 0.73rem;
    justify-content: space-between;
    margin-top: 60px;
    padding-top: 24px;
}

/* ****************************************
 * Responsive
 * **************************************** */
@media (max-width: 1050px) {
    .hero-grid {
        gap: 3%;
        grid-template-columns: 54% 43%;
    }

    .hero-visual {
        transform: scale(0.84);
        transform-origin: center right;
    }

    .service-row {
        gap: 27px;
        grid-template-columns: 90px 30% 1fr;
        padding: 35px;
    }

    .footer-grid {
        grid-template-columns: 1.2fr 0.8fr 0.9fr;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 900px) {
    .section {
        padding-bottom: 85px;
        padding-top: 85px;
    }

    .menu-toggle {
        display: block;
        position: relative;
        z-index: 3;
    }

    .site-nav {
        align-items: stretch;
        background: var(--cream);
        display: none;
        flex-direction: column;
        gap: 0;
        inset: 90px 0 auto;
        min-height: calc(100vh - 90px);
        padding: 35px 28px;
        position: absolute;
    }

    .site-nav > a {
        border-bottom: 1px solid var(--line);
        font-size: 1.2rem;
        padding: 20px 0;
    }

    .site-nav .nav-order {
        justify-content: space-between;
        margin-top: 25px;
        padding: 0 20px;
    }

    .menu-open .site-nav {
        display: flex;
    }

    .menu-open .menu-open-icon {
        display: none;
    }

    .menu-open .menu-close-icon {
        display: block;
    }

    .hero-grid {
        display: block;
        min-height: 0;
        padding-bottom: 20px;
        padding-top: 70px;
    }

    .hero-copy {
        max-width: 720px;
    }

    .hero-visual {
        height: 500px;
        margin: 10px auto 0;
        max-width: 580px;
        transform: scale(0.9);
        transform-origin: center;
    }

    .split-heading,
    .process-grid,
    .local-grid,
    .two-column-info,
    .waste-grid,
    .contact-grid {
        gap: 45px;
        grid-template-columns: 1fr;
    }

    .skip-grid {
        grid-template-columns: 1fr;
    }

    .skip-card {
        display: grid;
        gap: 30px;
        grid-template-columns: 180px 1fr;
        min-height: 280px;
    }

    .skip-number {
        margin-bottom: 0;
    }

    .page-hero-grid {
        gap: 25px;
        grid-template-columns: 1fr;
        padding-bottom: 55px;
    }

    .service-row {
        grid-template-columns: 85px 1fr;
    }

    .service-skip {
        grid-column: 2;
        max-width: 350px;
    }

    .service-copy {
        grid-column: 1 / -1;
    }

    .order-hero-inner {
        align-items: start;
        flex-direction: column;
        gap: 35px;
    }

    .order-layout {
        grid-template-columns: 1fr;
    }

    .order-steps {
        position: static;
    }

    .order-steps ol {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .order-steps li {
        border-bottom: 0;
        justify-content: center;
    }

    .order-steps li:not(:last-child) {
        border-right: 1px solid var(--line);
    }

    .order-help {
        display: none;
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 650px) {
    body {
        font-size: 15px;
    }

    .shell {
        padding-left: 19px;
        padding-right: 19px;
    }

    .section {
        padding-bottom: 65px;
        padding-top: 65px;
    }

    .header-inner {
        height: 76px;
    }

    .brand-mark {
        height: 42px;
        width: 42px;
    }

    .brand-copy {
        font-size: 0.76rem;
    }

    .brand-copy strong {
        font-size: 0.9rem;
    }

    .site-nav {
        inset: 76px 0 auto;
        min-height: calc(100vh - 76px);
    }

    .hero-grid {
        padding-top: 50px;
    }

    .hero h1 {
        font-size: clamp(3.25rem, 16vw, 5.1rem);
    }

    .hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hero-actions .button {
        width: 100%;
    }

    .hero-actions .text-link {
        align-self: flex-start;
    }

    .hero-points {
        align-items: flex-start;
        flex-direction: column;
    }

    .hero-visual {
        height: 380px;
        margin-left: -35px;
        transform: scale(0.67);
        transform-origin: left top;
        width: 570px;
    }

    .ticker-track {
        justify-content: flex-start;
        padding-left: 20px;
    }

    .skip-card {
        display: block;
        min-height: 390px;
        padding: 28px;
    }

    .skip-number {
        margin-bottom: 50px;
    }

    .local-map-card {
        height: 380px;
    }

    .cta-strip-inner {
        align-items: stretch;
        flex-direction: column;
        gap: 25px;
    }

    .page-hero-grid {
        min-height: 390px;
    }

    .service-row {
        display: block;
        padding: 28px;
    }

    .service-size {
        align-items: flex-start;
        border-bottom: 1px solid var(--line);
        border-right: 0;
        flex-direction: row;
        gap: 10px;
        justify-content: flex-start;
        margin-bottom: 30px;
        padding-bottom: 18px;
    }

    .service-size small {
        margin-top: 14px;
    }

    .service-skip,
    .service-skip-small,
    .service-skip-xl {
        margin: 0 auto 38px;
        width: 90%;
    }

    .info-cards,
    .field-row,
    .choice-grid {
        grid-template-columns: 1fr;
    }

    .panel-form,
    .order-panel {
        padding: 25px;
    }

    .button-submit {
        width: 100%;
    }

    .order-steps ol {
        padding: 0 10px;
    }

    .order-steps li {
        align-items: center;
        flex-direction: column;
        gap: 7px;
        text-align: center;
    }

    .order-steps li small {
        display: none;
    }

    .panel-heading {
        display: block;
    }

    .panel-heading > span {
        display: block;
        margin-bottom: 10px;
    }

    .quote-card {
        grid-template-columns: 85px 1fr;
        padding: 18px;
    }

    .quote-card-size {
        height: 85px;
    }

    .quote-price {
        border-left: 0;
        border-top: 1px solid var(--line);
        display: grid;
        grid-column: 1 / -1;
        grid-template-columns: minmax(0, 1fr) auto;
        padding-left: 0;
        padding-top: 17px;
        text-align: left;
    }

    .quote-price > small,
    .quote-price > strong {
        grid-column: 1;
    }

    .quote-price .choose-skip {
        align-self: center;
        grid-column: 2;
        grid-row: 1 / span 3;
        margin-top: 0;
    }

    .chosen-summary {
        flex-direction: column;
        gap: 10px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-brand {
        grid-column: auto;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 8px;
    }
}
