/* Areas We Cover redesign based on the supplied Lesson Now reference. */
.area-we-cover-redesign {
    --awc-navy: #061a4b;
    --awc-pink: #f80061;
    --awc-blue: #1680ff;
    --awc-green: #2dbb45;
    --awc-orange: #ff9418;
    --awc-cyan: #21c1c9;
    --awc-yellow: #ffca16;
    --awc-purple: #8d34c8;
    --awc-text: #12234d;
    --awc-muted: #64708b;
    --awc-border: #e3e7ef;
    --awc-shadow: 0 14px 34px rgba(6, 26, 75, .09);
    background: #fff;
    color: var(--awc-text);
    overflow-x: clip;
}

.area-we-cover-redesign .awc-page,
.area-we-cover-redesign .awc-page * {
    box-sizing: border-box;
}

.area-we-cover-redesign .awc-page {
    overflow: hidden;
    color: var(--awc-text);
    font-family: 'Figtree', sans-serif;
}

.area-we-cover-redesign .awc-page [hidden] {
    display: none !important;
}

.area-we-cover-redesign .awc-page .container {
    width: min(100% - 48px, 1320px);
    max-width: 1320px;
    margin-inline: auto;
    padding-inline: 0;
}

.area-we-cover-redesign .awc-page h1,
.area-we-cover-redesign .awc-page h2,
.area-we-cover-redesign .awc-page h3,
.area-we-cover-redesign .awc-page h4,
.area-we-cover-redesign .awc-page h5,
.area-we-cover-redesign .awc-page h6,
.area-we-cover-redesign .awc-page p {
    color: var(--awc-navy);
    font-family: inherit;
}

.area-we-cover-redesign .awc-page button,
.area-we-cover-redesign .awc-page input,
.area-we-cover-redesign .awc-page select,
.area-we-cover-redesign .awc-page a {
    font: inherit;
}

.area-we-cover-redesign .awc-page button {
    border: 0;
}

.area-we-cover-redesign .awc-page button:focus-visible,
.area-we-cover-redesign .awc-page input:focus-visible,
.area-we-cover-redesign .awc-page select:focus-visible,
.area-we-cover-redesign .awc-page a:focus-visible {
    outline: 3px solid rgba(22, 128, 255, .25);
    outline-offset: 3px;
}

.awc-hero,
.awc-benefits,
.awc-directory {
    position: relative;
    isolation: isolate;
}

.awc-hero::before,
.awc-benefits::before,
.awc-directory::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    content: "";
    pointer-events: none;
    background:
        linear-gradient(133deg, transparent 0 7%, rgba(255, 149, 103, .11) 7% 9.2%, transparent 9.2% 25%, rgba(245, 0, 93, .09) 25% 27.2%, transparent 27.2% 43%, rgba(33, 193, 201, .09) 43% 45.2%, transparent 45.2% 68%, rgba(255, 202, 22, .1) 68% 70.2%, transparent 70.2% 87%, rgba(45, 187, 69, .08) 87% 89.2%, transparent 89.2%);
}

/* Hero */
.awc-hero {
    min-height: 650px;
    padding: 54px 0 70px;
    background:
        linear-gradient(112deg, rgba(255, 246, 241, .92), rgba(255, 255, 255, .9) 52%, rgba(240, 255, 226, .72)),
        #fff;
}

.awc-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
    align-items: center;
    gap: 24px 70px;
}

.awc-hero-copy {
    position: relative;
    z-index: 2;
    max-width: 650px;
}

.awc-eyebrow {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 17px !important;
    color: var(--awc-pink) !important;
    font-size: 16px !important;
    font-weight: 800;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.awc-eyebrow i {
    font-size: 20px;
}

.awc-hero h1 {
    max-width: 650px;
    margin: 0 0 20px;
    font-size: clamp(48px, 4.2vw, 66px);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.01;
}

.awc-hero h1 span {
    display: block;
    color: var(--awc-pink);
}

.awc-hero-lead {
    max-width: 510px;
    margin: 0 0 18px;
    color: #52678f !important;
    font-size: 18px;
    line-height: 1.55;
}

.awc-dynamic-coverage-copy {
    max-width: 620px;
}

.awc-dynamic-coverage-copy ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.awc-dynamic-coverage-copy li {
    position: relative;
    margin: 0;
    padding: 7px 11px 7px 28px;
    border: 1px solid rgba(6, 26, 75, .08);
    border-radius: 20px;
    background: rgba(255, 255, 255, .8);
    color: var(--awc-text);
    font-size: 13px;
    line-height: 1.35;
}

.awc-dynamic-coverage-copy li::before {
    position: absolute;
    top: 8px;
    left: 10px;
    color: var(--awc-green);
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-size: 11px;
    font-weight: 900;
}

.awc-map-wrap {
    position: relative;
    justify-self: end;
    width: min(100%, 560px);
    min-width: 0;
}

.awc-map-wrap > img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: contain;
    filter: drop-shadow(0 18px 24px rgba(6, 26, 75, .12));
}

.awc-map-action,
.awc-directory-top-action {
    display: inline-flex;
    min-height: 60px;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 12px 23px;
    border: 1px solid rgba(6, 26, 75, .08) !important;
    border-radius: 9px;
    background: rgba(255, 255, 255, .97);
    box-shadow: var(--awc-shadow);
    color: var(--awc-navy);
    cursor: pointer;
    font-size: 15px;
    font-weight: 750;
}

.awc-map-action {
    position: absolute;
    bottom: 102px;
    left: -118px;
}

.awc-map-action i:first-child,
.awc-directory-top-action i:first-child {
    display: flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff0f6;
    color: var(--awc-pink);
    font-size: 18px;
}

.awc-map-action i:last-child,
.awc-directory-top-action i:last-child {
    color: var(--awc-pink);
    font-size: 13px;
}

.awc-search {
    position: relative;
    grid-column: 1 / -1;
    display: grid;
    width: min(100%, 1020px);
    grid-template-columns: .9fr 1fr 1.55fr;
    align-items: stretch;
    margin-top: 0px;
    padding: 17px;
    border: 1px solid rgba(6, 26, 75, .08);
    border-radius: 10px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 16px 38px rgba(6, 26, 75, .12);
}

.awc-search-error {
    grid-column: 1 / -1;
    margin: 9px 18px 0;
    color: #c71549;
    font-size: 13px;
    font-weight: 700;
}

.awc-search-field {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 13px;
    margin: 0;
    padding: 0 18px;
    border-right: 1px solid var(--awc-border);
}

.awc-search-icon {
    display: flex;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff0f6;
    color: var(--awc-pink);
    font-size: 22px;
}

.awc-search-control {
    display: block;
    min-width: 0;
    flex: 1;
}

.awc-search-control > span {
    display: block;
    overflow: hidden;
    margin-bottom: 4px;
    color: var(--awc-navy);
    font-size: 12px;
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.awc-search select,
.awc-search input {
    width: 100%;
    min-width: 0;
    height: 28px;
    padding: 0 24px 0 0;
    border: 0;
    background: transparent;
    color: #52627e;
    font-size: 14px;
    line-height: 28px;
}

.awc-search input {
    padding-right: 52px;
}

.awc-search input::placeholder {
    color: #8a94a7;
    opacity: 1;
}

.awc-search select:focus,
.awc-search input:focus {
    outline: 0;
}

.awc-search-location {
    position: relative;
    padding-right: 72px;
    border-right: 0;
}

.awc-search-location > button {
    position: absolute;
    top: 50%;
    right: 11px;
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background: var(--awc-pink);
    box-shadow: 0 8px 18px rgba(248, 0, 97, .22);
    color: #fff;
    cursor: pointer;
    transform: translateY(-50%);
}

/* Benefits */
.awc-benefits {
    padding: 14px 0 82px;
    background: linear-gradient(180deg, #fffdfc, #fff);
}

.awc-section-heading-centred {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin-bottom: 32px;
    text-align: center;
}

.awc-section-heading h2 {
    margin: 0 0 5px;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -.02em;
    text-transform: uppercase;
}

.awc-section-heading p {
    margin: 0;
    color: #62718c;
    font-size: 15px;
}

.awc-heading-rule {
    width: 30px;
    height: 3px;
    border-radius: 8px;
    background: var(--awc-pink);
}

.awc-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.awc-benefit-card {
    --card-accent: var(--awc-pink);
    --card-soft: #fff0f6;
    position: relative;
    min-height: 285px;
    overflow: hidden;
    padding: 29px 28px 102px 118px;
    border: 1px solid rgba(6, 26, 75, .1);
    border-radius: 12px;
    background: #fff;
    box-shadow: var(--awc-shadow);
}

.awc-benefit-green { --card-accent: var(--awc-green); --card-soft: #effbee; }
.awc-benefit-blue { --card-accent: var(--awc-blue); --card-soft: #edf5ff; }

.awc-benefit-icon {
    position: absolute;
    top: 25px;
    left: 24px;
    display: flex;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--card-soft);
    color: var(--card-accent);
    font-size: 31px;
}

.awc-benefit-copy {
    position: relative;
    z-index: 2;
}

.awc-benefit-copy h3 {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.22;
}

.awc-benefit-copy > span {
    display: block;
    width: 28px;
    height: 3px;
    margin-bottom: 13px;
    border-radius: 8px;
    background: var(--card-accent);
}

.awc-benefit-copy p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
}

.awc-benefit-card > img {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center bottom;
}

/* Dynamic directory */
.awc-directory {
    padding: 78px 0 92px;
    background:
        linear-gradient(135deg, rgba(255, 248, 245, .85), rgba(255, 255, 255, .96) 50%, rgba(244, 255, 232, .76)),
        #fff;
}

.awc-directory-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 34px;
}

.awc-directory-heading h2 {
    margin: 0;
    font-size: clamp(38px, 3.4vw, 52px);
    font-weight: 800;
    letter-spacing: -.03em;
    line-height: 1.05;
}

.awc-title-rule {
    display: block;
    width: 55px;
    height: 5px;
    margin: 18px 0 18px;
    border-radius: 10px;
    background: var(--awc-pink);
}

.awc-directory-heading p {
    margin: 0;
    color: #5d6d8c;
    font-size: 17px;
    line-height: 1.5;
}

.awc-directory-top-action {
    flex: 0 0 auto;
    margin-top: 8px;
}

.awc-location-list {
    display: grid;
    gap: 12px;
}

.awc-location-card {
    overflow: hidden;
    border: 1px solid rgba(6, 26, 75, .1);
    border-radius: 11px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 9px 23px rgba(6, 26, 75, .065);
}

.awc-location-card > h3 {
    margin: 0;
}

.awc-location-toggle {
    display: flex;
    width: 100%;
    min-height: 72px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 13px 25px;
    background: #fff;
    color: var(--awc-navy);
    cursor: pointer;
    text-align: left;
}

.awc-location-name,
.awc-location-meta {
    display: inline-flex;
    align-items: center;
}

.awc-location-name {
    gap: 16px;
    font-size: 21px;
    font-weight: 800;
}

.awc-location-name > i {
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff0f6;
    color: var(--awc-pink);
    font-size: 19px;
}

.awc-location-meta {
    gap: 34px;
    color: var(--awc-pink);
    font-size: 15px;
    font-weight: 750;
    white-space: nowrap;
}

.awc-location-meta i {
    transition: transform .2s ease;
}

.awc-location-card.is-open .awc-location-meta i {
    transform: rotate(180deg);
}

.awc-location-body {
    display: grid;
    grid-template-columns: minmax(245px, .72fr) minmax(0, 2.28fr);
    min-height: 300px;
    border-top: 1px solid var(--awc-border);
}

.awc-area-picker {
    min-width: 0;
    padding: 24px;
    border-right: 1px solid var(--awc-border);
    background: #fff;
}

.awc-area-picker > p {
    margin: 0 0 14px;
    color: #6a7690;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.awc-area-back {
    display: none;
    align-items: center;
    gap: 10px;
    margin: 0 0 17px;
    padding: 0;
    background: transparent;
    color: var(--awc-pink);
    cursor: pointer;
    font-size: 14px;
    font-weight: 750;
}

.awc-location-body.has-selection .awc-area-back {
    display: inline-flex;
}

.awc-area-options {
    display: grid;
    gap: 5px;
}

.awc-area-option {
    display: grid;
    min-width: 0;
    grid-template-columns: 12px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 10px 11px;
    border-radius: 7px;
    background: transparent;
    color: var(--awc-navy);
    cursor: pointer;
    text-align: left;
}

.awc-area-option:hover,
.awc-area-option[aria-pressed="true"] {
    background: #fff0f6;
    color: var(--awc-pink);
}

.awc-area-option > i {
    color: var(--awc-pink);
    font-size: 11px;
}

.awc-area-option > span {
    overflow: hidden;
    font-size: 14px;
    font-weight: 650;
    text-overflow: ellipsis;
}

.awc-area-option > small {
    display: flex;
    min-width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(6, 26, 75, .055);
    color: #65728c;
    font-size: 11px;
    font-weight: 800;
}

.awc-area-stage {
    min-width: 0;
    padding: 30px;
    background: linear-gradient(135deg, #fff, #fffdfd);
}

.awc-area-intro {
    display: flex;
    min-height: 235px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    border: 1px dashed rgba(248, 0, 97, .25);
    border-radius: 12px;
    background: #fffafb;
    text-align: center;
}

.awc-area-intro > i {
    margin-bottom: 17px;
    color: var(--awc-pink);
    font-size: 38px;
}

.awc-area-intro h4 {
    margin: 0 0 8px;
    font-size: 26px;
    font-weight: 800;
}

.awc-area-intro p {
    max-width: 510px;
    margin: 0;
    color: #65728c;
    font-size: 15px;
    line-height: 1.55;
}

.awc-area-detail-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 28px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--awc-border);
}

.awc-area-detail-heading h4 {
    margin: 0 0 6px;
    font-size: 28px;
    font-weight: 800;
}

.awc-area-detail-heading p {
    max-width: 720px;
    margin: 0;
    color: #63708a;
    font-size: 14px;
    line-height: 1.5;
}

.awc-area-detail-actions {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: flex-end;
    gap: 7px;
}

.awc-area-detail-actions strong,
.awc-area-detail-actions a {
    color: var(--awc-pink);
    font-size: 13px;
    font-weight: 750;
}

.awc-area-detail-actions a {
    text-decoration: none;
}

.awc-instructor-heading {
    margin: 23px 0 16px;
}

.awc-instructor-heading h5 {
    margin: 0;
    font-size: 21px;
    font-weight: 800;
}

.awc-instructor-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 14px;
}

.awc-instructor-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 16px;
    border: 1px solid rgba(6, 26, 75, .1);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(6, 26, 75, .06);
}

.awc-instructor-top {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.awc-instructor-top > img {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    border: 3px solid #eef1f6;
    border-radius: 50%;
    object-fit: cover;
}

.awc-instructor-top > div {
    min-width: 0;
}

.awc-instructor-top h6 {
    overflow: hidden;
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.awc-rating {
    display: flex;
    align-items: center;
    gap: 7px;
}

.awc-stars {
    --rating-fill: 0%;
    position: relative;
    display: inline-block;
    color: #d9dee8;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1;
}

.awc-stars::before {
    position: absolute;
    top: 0;
    left: 0;
    width: var(--rating-fill);
    overflow: hidden;
    color: var(--awc-pink);
    content: "★★★★★";
    white-space: nowrap;
}

.awc-rating small {
    color: #64708a;
    font-size: 10px;
    white-space: nowrap;
}

.awc-instructor-location,
.awc-transmission-list {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 0 0 10px !important;
    color: var(--awc-navy) !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
}

.awc-instructor-location i,
.awc-transmission-list > i {
    width: 13px;
    flex: 0 0 13px;
    margin-top: 2px;
    color: #52658c;
}

.awc-transmission-list {
    flex-wrap: wrap;
    margin-bottom: 14px !important;
}

.awc-transmission-list span + span::before {
    margin-right: 7px;
    color: var(--awc-pink);
    content: "•";
}

.awc-profile-link {
    display: flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    border: 1px solid var(--awc-pink);
    border-radius: 6px;
    color: var(--awc-pink);
    font-size: 13px;
    font-weight: 750;
    text-decoration: none;
}

.awc-profile-link:hover {
    background: var(--awc-pink);
    color: #fff;
}

.awc-no-instructors {
    padding: 32px;
    border: 1px dashed #d8dfea;
    border-radius: 10px;
    background: #fafbfe;
    text-align: center;
}

.awc-no-instructors > i {
    margin-bottom: 12px;
    color: #9ca6b8;
    font-size: 30px;
}

.awc-no-instructors h5 {
    margin: 0 0 7px;
    font-size: 17px;
    font-weight: 800;
}

.awc-no-instructors p {
    margin: 0;
    color: #68748b;
    font-size: 14px;
}

.awc-view-all-wrap {
    display: flex;
    justify-content: center;
    margin-top: 27px;
}

.awc-view-all-button {
    display: inline-flex;
    min-width: 310px;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 13px 26px;
    border-radius: 8px;
    background: linear-gradient(135deg, #f80061, #e70075);
    box-shadow: 0 12px 25px rgba(248, 0, 97, .23);
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 750;
}

.awc-view-all-button:hover,
.awc-map-action:hover,
.awc-directory-top-action:hover {
    transform: translateY(-2px);
}

.awc-directory-empty {
    padding: 55px 30px;
    border: 1px dashed rgba(248, 0, 97, .25);
    border-radius: 14px;
    background: #fff;
    text-align: center;
}

.awc-directory-empty > i {
    margin-bottom: 16px;
    color: var(--awc-pink);
    font-size: 42px;
}

.awc-directory-empty h3 {
    margin: 0 0 9px;
    font-size: 25px;
    font-weight: 800;
}

.awc-directory-empty p {
    margin: 0;
    color: #65728c;
}

@media (max-width: 1180px) {
    .awc-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr);
        gap: 30px 42px;
    }

    .awc-map-wrap > img { height: 430px; }
    .awc-map-action { bottom: 85px; left: -85px; }
    .awc-search { width: 100%; margin-top: 30px; }
    .awc-benefit-card { padding-left: 104px; padding-right: 20px; }
    .awc-benefit-icon { width: 62px; height: 62px; font-size: 27px; }
}

@media (max-width: 980px) {
    .area-we-cover-redesign .awc-page .container {
        width: min(100% - 40px, 900px);
    }

    .awc-hero { padding-top: 50px; }
    .awc-hero-grid { grid-template-columns: minmax(0, 1fr) 330px; }
    .awc-hero h1 { font-size: clamp(42px, 6vw, 56px); }
    .awc-map-wrap > img { height: 390px; }
    .awc-map-action { position: static; width: max-content; max-width: 100%; margin: -55px auto 0; }
    .awc-search { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 0; }
    .awc-search-field:nth-child(3) { border-right: 0; }
    .awc-search-location { grid-column: 1 / -1; margin-top: 15px; padding-block: 10px; border-top: 1px solid var(--awc-border); }
    .awc-benefit-grid { gap: 16px; }
    .awc-benefit-card { min-height: 310px; padding: 92px 20px 100px; }
    .awc-benefit-icon { top: 21px; left: 20px; }
    .awc-location-body { grid-template-columns: 230px minmax(0, 1fr); }
    .awc-area-picker { padding: 20px 16px; }
    .awc-area-stage { padding: 24px 20px; }
}

@media (max-width: 820px) {
    .awc-hero { padding-bottom: 60px; }
    .awc-hero-grid { grid-template-columns: 1fr; }
    .awc-hero-copy { max-width: 680px; }
    .awc-map-wrap { justify-self: center; width: min(100%, 480px); }
    .awc-map-wrap > img { height: auto; max-height: 460px; }
    .awc-search { grid-template-columns: 1fr; }
    .awc-search-field { min-height: 70px; border-right: 0; border-bottom: 1px solid var(--awc-border); }
    .awc-search-location { grid-column: auto; margin-top: 0; border-top: 0; border-bottom: 0; }
    .awc-benefit-grid { grid-template-columns: 1fr; }
    .awc-benefit-card { min-height: 265px; padding: 29px 28px 105px 118px; }
    .awc-directory-heading { align-items: stretch; flex-direction: column; }
    .awc-directory-top-action { align-self: flex-start; }
    .awc-location-body { grid-template-columns: 1fr; }
    .awc-area-picker { border-right: 0; border-bottom: 1px solid var(--awc-border); }
    .awc-area-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .awc-area-detail-heading { flex-direction: column; }
    .awc-area-detail-actions { align-items: flex-start; }
}

@media (max-width: 600px) {
    .area-we-cover-redesign .awc-page .container {
        width: min(100% - 28px, 560px);
    }

    .awc-hero { padding: 42px 0 50px; }
    .awc-hero h1 { font-size: clamp(38px, 11vw, 50px); }
    .awc-hero-lead { font-size: 16px; }
    .awc-dynamic-coverage-copy ul { display: grid; }
    .awc-dynamic-coverage-copy li { width: 100%; }
    .awc-map-wrap { width: min(100%, 400px); }
    .awc-map-action { min-height: 52px; padding: 10px 16px; font-size: 13px; }
    .awc-search { padding: 10px 15px; }
    .awc-search-field { padding-inline: 4px; }
    .awc-search-icon { width: 42px; height: 42px; flex-basis: 42px; font-size: 18px; }
    .awc-search-location { padding-right: 60px; }
    .awc-search-location > button { right: 0; width: 44px; height: 44px; }
    .awc-benefits { padding-bottom: 58px; }
    .awc-section-heading-centred { gap: 12px; }
    .awc-heading-rule { width: 20px; }
    .awc-section-heading h2 { font-size: 22px; }
    .awc-benefit-card { min-height: 300px; padding: 92px 20px 112px; }
    .awc-directory { padding: 58px 0 68px; }
    .awc-directory-heading h2 { font-size: 36px; }
    .awc-directory-heading p { font-size: 15px; }
    .awc-directory-top-action { width: 100%; }
    .awc-location-toggle { min-height: 68px; gap: 12px; padding: 11px 14px; }
    .awc-location-name { gap: 10px; font-size: 17px; }
    .awc-location-name > i { width: 36px; height: 36px; font-size: 16px; }
    .awc-location-meta { gap: 10px; font-size: 12px; }
    .awc-area-options { grid-template-columns: 1fr; }
    .awc-area-stage { padding: 20px 14px; }
    .awc-area-intro { min-height: 210px; padding: 24px 16px; }
    .awc-area-detail-heading h4 { font-size: 24px; }
    .awc-instructor-grid { grid-template-columns: 1fr; }
    .awc-view-all-button { width: 100%; min-width: 0; font-size: 16px; }
}

@media (max-width: 390px) {
    .area-we-cover-redesign .awc-page .container { width: min(100% - 22px, 360px); }
    .awc-hero h1 { font-size: 35px; }
    .awc-search-control > span { font-size: 11px; }
    .awc-search select,
    .awc-search input { font-size: 13px; }
    .awc-location-meta { max-width: 88px; text-align: right; white-space: normal; }
}

@media (prefers-reduced-motion: reduce) {
    .area-we-cover-redesign .awc-page *,
    .area-we-cover-redesign .awc-page *::before,
    .area-we-cover-redesign .awc-page *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
