:root {
    --bc-bg: #cecece;
    --bc-paper: #ffffff;
    --bc-ink: #121212;
    --bc-muted: #5a5a5a;
    --bc-accent: #00c4e1;
    --bc-accent-dark: #008aa0;
    --bc-footer: #000000;
    --bc-footer-mid: #323232;
    --bc-border: #e5e5e5;
    --bc-shadow: 0 0 3px rgba(154, 141, 141, 0.8);
    --bc-radius: 6px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.babysittingcalgary-site {
    margin: 0;
    background-color: var(--bc-bg);
    background-image: url("../img/site_ornaments.png");
    background-repeat: repeat;
    background-position: left top;
    color: var(--bc-ink);
    font-family: "Lato", sans-serif;
    line-height: 1.6;
}

a {
    color: var(--bc-accent);
}

a:hover {
    color: var(--bc-accent-dark);
}

.screen-reader-text {
    position: absolute;
    left: -9999px;
}

.site-shell {
    max-width: 1280px;
    margin: 20px auto 24px;
    background: var(--bc-paper);
    box-shadow: var(--bc-shadow);
    position: relative;
}

.site-header {
    padding: 12px 20px 0;
}

.site-header__bar {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 12px;
}

.site-header__title {
    display: inline-block;
    color: var(--bc-accent);
    font-family: "Roboto", sans-serif;
    font-size: clamp(1.4rem, 1.85vw, 2.25rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    text-decoration: none;
    line-height: 1.05;
}

.site-header__title:hover {
    color: #111;
}

.site-header__brand {
    display: flex;
    flex-direction: column;
}

.site-header__tagline {
    margin: 0 0 6px;
    font-size: 0.8rem;
    color: var(--bc-muted);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.site-header__utility {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

.site-header__contact {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    color: var(--bc-muted);
    font-size: 0.88rem;
}

.site-header__search {
    min-width: min(220px, 100%);
}

.site-header__search form {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-end;
}

.site-header__search label {
    flex: 1 1 auto;
}

.site-header__search input[type="search"] {
    width: 100%;
    border: 1px solid var(--bc-border);
    padding: 8px 12px;
    border-radius: 4px;
    font: inherit;
}

.site-header__search input[type="submit"] {
    border: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
    color: #666;
    font: inherit;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.site-nav {
    margin: 0 -20px;
    background: #000;
    padding: 0 20px;
    min-height: 50px;
}

.site-nav__list,
.site-footer__menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-nav__list {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    overflow-x: auto;
    scrollbar-width: none;
}

.site-nav__list::-webkit-scrollbar {
    display: none;
}

.site-nav__list a,
.site-footer__menu a {
    display: block;
    padding: 16px 10px 15px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.74rem;
    white-space: nowrap;
}

.site-nav__list a:hover,
.site-footer__menu a:hover {
    color: #000;
    background: var(--bc-accent);
}

.site-nav .current-menu-item > a,
.site-nav .current_page_item > a {
    background: var(--bc-accent);
    color: #000;
}

.site-content {
    min-height: 55vh;
}

.page-article {
    padding: 0 20px 40px;
}

.page-article--front {
    padding-top: 0;
}

.page-hero {
    position: relative;
    margin: 0 -20px 32px;
    padding: clamp(44px, 7vw, 82px) 20px;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.22)),
        radial-gradient(circle at right, rgba(0, 196, 225, 0.35), transparent 38%),
        linear-gradient(135deg, #1f1f1f, #3f3f3f);
    overflow: hidden;
    text-align: center;
}

.page-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.04) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.04) 75%, transparent 75%, transparent);
    background-size: 18px 18px;
    opacity: 0.25;
    pointer-events: none;
}

.page-hero > * {
    position: relative;
    z-index: 1;
}

.page-hero--image {
    min-height: clamp(380px, 50vw, 560px);
    background-size: cover;
    background-position: center center;
}

.page-hero--text {
    min-height: 0;
    padding-top: 56px;
    padding-bottom: 56px;
}

.page-hero--home {
    background-image:
        linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.28)),
        url("../img/children_crafting-3593x1775.jpg");
}

.page-hero--course {
    background-image:
        linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.28)),
        url("../img/Fotolia_48771214_X-3840x2880.jpg");
}

.bc-upcoming-hero {
    margin-bottom: 0;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.08)),
        url("../img/earth_hands-3840x1438.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 520px;
}

.bc-upcoming-intro {
    max-width: 1220px;
    margin: 0 auto;
    padding: 22px 24px 120px;
    background: #fff;
}

.bc-section--schedule {
    margin-top: 34px;
}

.page-id-7 .site-nav {
    position: absolute;
    top: 612px;
    left: 0;
    right: 0;
    z-index: 12;
    margin: 0;
    background: rgba(0, 0, 0, 0.74);
}

.bc-upcoming-title {
    margin: 0 0 16px;
    font-family: "Roboto", sans-serif;
    font-size: clamp(1.55rem, 2.9vw, 2.9rem);
    line-height: 1;
    font-weight: 400;
    text-align: left;
    letter-spacing: -0.03em;
}

.bc-upcoming-lead {
    margin: 0;
    color: #e12c00;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 0.84rem;
    text-align: left;
    text-transform: uppercase;
}

.bc-home-top-image {
    margin: 0 -20px;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)),
        url("../img/children_crafting-3593x1775.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 568px;
}

.bc-home-top-image .wp-block-image {
    margin: 0;
}

.bc-home-intro {
    margin-top: 0;
    margin-bottom: 14px;
    background: #050505;
    color: #fff;
    text-align: center;
    padding-top: 22px;
    padding-bottom: 22px;
}

.home .bc-home-top-image {
    margin-top: 0;
}

.bc-home-intro::after {
    display: none;
}

.bc-home-intro .page-hero__eyebrow {
    color: #8ddcf0;
}

.bc-home-intro .page-hero__title {
    max-width: 13ch;
    margin-left: auto;
    margin-right: auto;
    line-height: 0.98;
}

.page-hero__lead--accent {
    color: #ff1b1b;
}

.bc-home-badge {
    max-width: 124px;
    margin: 92px auto 0;
}

.bc-home-badge img {
    display: block;
    width: 100%;
    height: auto;
}

.page-hero__eyebrow {
    margin: 0 0 10px;
    font-size: 0.9rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #b9eff8;
}

.page-hero__title {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: clamp(2.25rem, 4vw, 3.7rem);
    line-height: 1.02;
    max-width: 13ch;
}

.page-hero__lead {
    max-width: 54rem;
    margin: 4px auto 0;
    font-size: 0.88rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.22;
}

.page-hero .wp-block-buttons {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.bc-home-slides {
    margin-bottom: 24px;
    overflow: hidden;
    border: 1px solid var(--bc-border);
    border-radius: var(--bc-radius);
    background: #fff;
}

.bc-home-slides__columns {
    gap: 0;
}

.bc-home-slides .wp-block-column {
    margin: 0;
    flex-basis: 25% !important;
    flex-grow: 0;
}

.bc-home-slides .wp-block-image {
    margin: 0;
    height: 100%;
}

.bc-home-slides img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

.bc-home-info {
    background: #000 !important;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 14px;
}

.bc-home-info .wp-block-columns,
.bc-home-info .wp-block-column,
.bc-home-info .wp-block-group {
    background: transparent !important;
}

.bc-home-info .wp-block-columns {
    gap: 12px;
}

.bc-home-info__card {
    box-shadow: none;
    background: transparent !important;
    border: 0 !important;
    color: #fff;
    padding: 0;
}

.bc-home-info__card h2 {
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #fff;
    font-size: 1.18rem;
    margin-bottom: 10px;
}

.bc-home-info__card p {
    color: #f2f2f2;
    font-size: 0.9rem;
}

.bc-home-info__card a {
    color: #9ceff9;
}

.bc-home-info__card--dark {
    background: transparent;
}

.bc-home-cta {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #000 !important;
    color: #fff;
}

.bc-home-cta h2 {
    color: #fff;
}

.bc-home-cta p {
    color: #f2f2f2;
}

.entry-content > * + * {
    margin-top: 1.25rem;
}

.entry-content h2,
.entry-content h3 {
    font-family: "Roboto", sans-serif;
    line-height: 1.15;
}

.entry-content h2 {
    font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.entry-content h3 {
    font-size: clamp(1.2rem, 2vw, 1.8rem);
}

.entry-content p,
.entry-content li {
    font-size: 1rem;
}

.bc-section {
    padding: 26px;
    border: 1px solid var(--bc-border);
    border-radius: var(--bc-radius);
    background: linear-gradient(180deg, #fff, #fafafa);
    margin-bottom: 24px;
}

.bc-section--centered {
    text-align: center;
}

.bc-section--schedule {
    padding: 10px 0 22px;
    background: transparent;
    border: 0;
    border-radius: 0;
    margin-bottom: 18px;
}

.bc-section--schedule .wp-block-heading {
    margin-bottom: 10px;
}

.bc-section--schedule .wp-block-list {
    display: inline-block;
    margin: 0 auto 16px;
    text-align: left;
}

.bc-section--schedule .wp-block-paragraph,
.bc-section--schedule p {
    max-width: 58rem;
    margin-left: auto;
    margin-right: auto;
}

.bc-section--centered .wp-block-buttons {
    justify-content: center;
}

.bc-section--centered .wp-block-button__link {
    min-width: 180px;
}

.bc-grid {
    display: grid;
    gap: 20px;
}

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

.bc-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bc-card {
    padding: 26px;
    border-radius: var(--bc-radius);
    background: var(--bc-paper);
    border: 1px solid var(--bc-border);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.05);
}

.bc-card h2,
.bc-card h3 {
    margin-top: 0;
}

.bc-card--dark {
    background: #101010;
    color: #fff;
    border-color: transparent;
}

.bc-card--dark a {
    color: #9ceff9;
}

.bc-button,
.bc-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 22px;
    border: 0;
    border-radius: 4px;
    background: var(--bc-accent);
    color: #000;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    cursor: pointer;
}

.bc-button:hover,
.bc-form button:hover,
.wp-block-button__link:hover {
    background: #5be1f5;
    color: #000;
}

.wp-block-button.has-charcoal-background-color .wp-block-button__link {
    background: var(--bc-footer);
    color: #fff;
}

.wp-block-button.has-charcoal-background-color .wp-block-button__link:hover {
    background: var(--bc-accent);
    color: #000;
}

.bc-columns {
    display: grid;
    gap: 20px;
}

.bc-columns--2 {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.bc-list {
    padding-left: 1.15rem;
}

.bc-list li + li {
    margin-top: 0.35rem;
}

.bc-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.bc-fact {
    padding: 20px;
    border-left: 4px solid var(--bc-accent);
    background: rgba(0, 196, 225, 0.05);
}

.bc-fact strong {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 1.05rem;
}

.entry-content > .wp-block-group,
.entry-content > .wp-block-columns {
    margin-top: 0;
}

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

.bc-price {
    padding: 28px;
    border-radius: var(--bc-radius);
    border: 1px solid var(--bc-border);
    background: linear-gradient(180deg, #fff, #f4fbfd);
}

.bc-price__amount {
    font-size: 3rem;
    font-weight: 900;
    color: var(--bc-accent-dark);
    margin: 0;
}

.bc-schedule {
    padding: 0;
    border-radius: var(--bc-radius);
    background: transparent;
    border: 0;
    margin: 6px auto 18px;
    max-width: 58rem;
    white-space: pre-wrap;
    font-family: "Roboto", sans-serif;
    line-height: 1.82;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.02em;
}

.bc-schedule strong {
    font-weight: 900;
}

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

.bc-contact-card {
    padding: 26px;
    background: #fff;
    border: 1px solid var(--bc-border);
    border-radius: var(--bc-radius);
}

.bc-contact-card > p:first-child {
    margin: 0 0 8px;
    color: var(--bc-muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
}

.bc-contact-card h2 {
    margin-top: 0;
}

.bc-contact-card p:last-child {
    margin-bottom: 0;
}

.bc-contact-info {
    display: grid;
    gap: 14px;
    text-align: center;
    background: #fff;
}

.bc-contact-info p {
    margin-left: auto;
    margin-right: auto;
    max-width: 42rem;
}

.bc-contact-info h3 {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.bc-contact-info p:first-child {
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 700;
}

.bc-contact-title {
    margin: 18px 0 14px;
    font-family: "Roboto", sans-serif;
    font-size: clamp(2.25rem, 4.2vw, 3.5rem);
    line-height: 1.08;
    font-weight: 400;
}

.bc-contact-simple {
    max-width: 760px;
    margin: 0 auto 10px 0;
    background: transparent !important;
    border: 0;
    border-radius: 0;
    padding: 0;
    color: #111;
    text-align: left;
}

.bc-contact-simple.bc-section {
    background: transparent !important;
    border: 0;
    padding: 0;
}

.bc-contact-simple > * + * {
    margin-top: 1rem;
}

.bc-contact-simple p,
.bc-contact-simple h3 {
    max-width: 100%;
    color: inherit;
    line-height: 1.44;
}

.bc-contact-icons {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}

.bc-contact-icons__item {
    margin: 0 !important;
}

.bc-contact-icons__item img {
    display: block;
    width: 26px;
    height: 26px;
}

.bc-contact-simple p:first-of-type {
    color: var(--bc-muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: 0;
}

.bc-contact-simple a {
    color: var(--bc-accent);
}

.bc-contact-simple .wp-block-heading {
    color: inherit;
    font-size: 1.95rem;
    line-height: 1.12;
    margin-top: 1.25rem;
}

.bc-form-wrap {
    padding: 24px;
    border-radius: var(--bc-radius);
    border: 1px solid var(--bc-border);
    background: #fff;
}

.bc-form-message {
    margin-bottom: 18px;
    padding: 14px 16px;
    border-radius: 12px;
    font-weight: 700;
}

.bc-form-message--success {
    background: rgba(0, 196, 225, 0.14);
    color: #0a5c6a;
}

.bc-form-message--error {
    background: rgba(255, 80, 80, 0.12);
    color: #7a1c1c;
}

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

.bc-field {
    display: grid;
    gap: 8px;
}

.bc-field--full {
    margin-top: 16px;
}

.bc-field span,
.bc-check {
    font-weight: 700;
}

.bc-field input,
.bc-field select,
.bc-field textarea {
    width: 100%;
    border: 1px solid var(--bc-border);
    border-radius: 12px;
    padding: 13px 14px;
    font: inherit;
    background: #fff;
}

.bc-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 16px 0 20px;
}

.site-footer {
    color: #fff;
    background: var(--bc-footer);
}

.site-footer__inner {
    display: grid;
    gap: 20px;
    grid-template-columns: 2fr 1fr 1fr;
    padding: 16px 20px;
    background:
        linear-gradient(180deg, rgba(50, 50, 50, 0.92), rgba(50, 50, 50, 0.92)),
        url("../img/proud-supporter.jpg");
    background-size: cover;
    background-position: center center;
}

.site-footer__inner--simple {
    grid-template-columns: 1fr;
    align-items: center;
    gap: 16px;
}

.site-footer__contact p {
    margin: 0;
}

.site-footer__contact p:first-child {
    font-weight: 700;
    margin-bottom: 10px;
}

.site-footer__contact--right {
    text-align: right;
}

.site-footer__icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 8px;
    flex-wrap: wrap;
}

.site-footer__social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.site-footer__icon-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    text-decoration: none;
}

.site-footer__icon-link:hover {
    color: var(--bc-accent);
}

.site-footer__icon-link img {
    display: block;
    width: 24px;
    height: 24px;
}

.site-footer__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.site-footer__social-link img {
    display: block;
    width: 28px;
    height: 28px;
}

.site-footer__inner h2 {
    margin: 0 0 10px;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.site-footer__inner p {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.site-footer__bottom {
    padding: 12px 20px;
    text-align: center;
    background: #000;
}

.page-id-9 .site-footer__bottom {
    display: none;
}

.page-id-9 .site-footer__social {
    display: none;
}

.site-footer__bottom p {
    margin: 0;
    color: #d0d0d0;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

@media (max-width: 1100px) {
    .site-header__bar {
        flex-direction: column;
        align-items: stretch;
    }

    .site-header__utility {
        align-items: flex-start;
    }

    .site-header__contact,
    .site-header__search form {
        align-items: flex-start;
        justify-content: flex-start;
    }

    .site-header__search {
        width: 100%;
        min-width: 0;
    }

    .site-header__search form {
        width: 100%;
    }
}

@media (max-width: 900px) {
    .site-shell {
        margin: 0;
        box-shadow: none;
    }

    .site-header,
    .page-article {
        padding-left: 14px;
        padding-right: 14px;
    }

    .site-nav {
        margin-left: -14px;
        margin-right: -14px;
        padding: 0 14px;
    }

    .page-id-7 .site-nav {
        position: static;
        margin-left: -14px;
        margin-right: -14px;
    }

    .page-hero {
        margin-left: -14px;
        margin-right: -14px;
    }

    .bc-home-slides {
        margin-left: -14px;
        margin-right: -14px;
    }

    .bc-home-slides .wp-block-column {
        flex-basis: 50% !important;
    }

    .bc-columns--2,
    .bc-pricing,
    .bc-contact-grid,
    .bc-facts {
        grid-template-columns: 1fr;
    }

    .bc-contact-grid {
        gap: 16px;
    }

    .site-footer__inner--simple {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .site-footer__contact--right {
        text-align: center;
    }
}

@media (max-width: 600px) {
    .site-header__title {
        font-size: clamp(1.45rem, 8vw, 2rem);
    }

    .site-header__search {
        display: none;
    }

    .site-nav__list {
        gap: 0;
    }

    .site-nav__list a,
    .site-footer__menu a {
        padding: 12px 10px;
        font-size: 0.76rem;
    }

    .page-hero {
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .page-hero--image {
        min-height: 280px;
    }

    .bc-home-top-image {
        min-height: 340px;
    }

    .page-hero__title {
        font-size: clamp(1.75rem, 8.2vw, 2.6rem);
    }

    .page-hero__lead {
        font-size: 0.86rem;
        line-height: 1.25;
    }

    .bc-home-slides .wp-block-column {
        flex-basis: 100% !important;
    }

    .bc-home-slides img {
        aspect-ratio: 2 / 1;
    }

    .bc-section,
    .bc-card,
    .bc-contact-card,
    .bc-price,
    .bc-form-wrap {
        padding: 18px;
    }

    .bc-contact-card {
        text-align: center;
    }

    .bc-contact-card p {
        text-align: left;
    }

    .bc-contact-info {
        gap: 10px;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .bc-schedule {
        padding: 0;
    }
}

.site-footer__menu a {
    padding: 8px 0;
}

.wp-block-button .wp-block-button__link {
    margin: 0;
}

.page-hero .wp-block-button .wp-block-button__link {
    padding: 12px 20px;
}

.page-hero .wp-block-button:nth-child(1) .wp-block-button__link {
    background: #111;
    color: #fff;
}

.page-hero .wp-block-button:nth-child(1) .wp-block-button__link:hover {
    background: var(--bc-accent);
    color: #000;
}

@media (max-width: 900px) {
    .site-header__bar,
    .bc-columns--2,
    .bc-facts,
    .bc-pricing,
    .bc-contact-grid,
    .site-footer__inner {
        grid-template-columns: 1fr;
    }

    .site-header__bar {
        display: grid;
        justify-content: initial;
    }

    .site-header__contact {
        align-items: flex-start;
    }

    .bc-grid--2,
    .bc-grid--3,
    .bc-form-grid {
        grid-template-columns: 1fr;
    }
}
