:root {
    --homepage-dot-divider-spacing: 5rem;
    --homepage-next-dot-gap: 3.75rem;
    --homepage-bodytext-leading-half: calc((var(--bodytext-lineheight) - var(--bodytext-fontsize)) / 2);
    --homepage-bodytext-visible-bottom-offset: 1.4rem;
    --homepage-h2-leading-half: calc((var(--h2-lineheight) - var(--h2-fontsize)) / 2);
    --homepage-footer-arch-gap: 3.75rem;
    --homepage-first-arch-gap: 3.75rem;
    --homepage-about-heading-gap: 3.75rem;
    --homepage-compact-header-height: 9.5rem;
    --homepage-header-scallop-depth: 1.6rem;
}

.homepageanchor {
    scroll-margin-top: 6rem;
}

.homepageintro.homepageanchor,
.homepageabout__wrap-photo.homepageanchor,
.homepagenext__anchor.homepageanchor {
    scroll-margin-top: calc(
        var(--homepage-compact-header-height) -
        5.5rem -
        0.125rem
    );
}

.section1 {
    padding-top: calc(var(--homepage-first-arch-gap) + var(--homepage-header-scallop-depth) - 0.125rem);
    padding-bottom: 0;
}

.homepagebar {
    width: 100%;
    height: 3.5rem;
    margin-top: -2rem;
    position: relative;
    z-index: 2;
}

.homepagebar::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: 0.5rem;
    transform: translateY(-50%);
    background-image: radial-gradient(circle, var(--white) 0.24rem, transparent 0.25rem);
    background-position: center;
    background-repeat: repeat-x;
    background-size: 4rem 0.5rem;
}

.homepagehomebreak {
    --homepage-dot-size: 0.4rem;
    align-items: center;
    contain: paint;
    display: flex;
    height: calc(var(--bodytext-lineheight) + 2rem);
    margin-top: 0;
    overflow: hidden;
    position: relative;
    z-index: 2;
    width: 100%;
}

.homepagehomebreak::before {
    content: none;
}

.homepagehomebreak__track {
    animation: homepagehomebreak-scroll 60s linear infinite;
    color: var(--white);
    display: flex;
    flex: 0 0 max-content;
    font-family: var(--bodytext-fontfamily);
    font-size: var(--bodytext-fontsize);
    font-weight: var(--bodytext-fontweight);
    letter-spacing: var(--bodytext-letterspacing);
    line-height: 1;
    white-space: nowrap;
    will-change: transform;
}

.homepagehomebreak__track span {
    display: block;
    padding-right: 4rem;
    position: relative;
}

.homepagehomebreak__track span::after {
    background-color: currentColor;
    border-radius: 50%;
    content: "";
    height: var(--homepage-dot-size);
    position: absolute;
    right: 1.75rem;
    top: 50%;
    transform: translateY(-50%);
    width: var(--homepage-dot-size);
}

@keyframes homepagehomebreak-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .homepagehomebreak__track {
        animation: none;
    }
}

@media (max-width: 55rem) {
    :root {
        --homepage-header-scallop-depth: 1.33rem;
    }
}

@media (min-width: 58.001rem) {
    :root {
        --homepage-compact-header-height: 10.5rem;
    }
}

@media (max-width: 45rem) {
    :root {
        --homepage-header-scallop-depth: 1rem;
    }
}

.homepageintro {
    padding-top: 3.75rem;
    padding-bottom: 5rem;
    text-align: center;
}

.homepageintro__heading {
    white-space: nowrap;
}

.homepagecards {
    padding-bottom: var(--homepage-dot-divider-spacing);
}

.homepagecards__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 58rem;
}

.homepagecards__card {
    display: flex;
    position: relative;
    width: 100%;
}

.homepagecards__card::before {
    content: "";
    position: absolute;
    inset: -1.25rem;
    pointer-events: none;
    background-image:
        radial-gradient(circle, var(--aloe) 0.125rem, transparent 0.13rem),
        radial-gradient(circle, var(--aloe) 0.125rem, transparent 0.13rem),
        radial-gradient(circle, var(--aloe) 0.125rem, transparent 0.13rem),
        radial-gradient(circle, var(--aloe) 0.125rem, transparent 0.13rem);
    background-position:
        top left,
        bottom left,
        top left,
        top right;
    background-repeat:
        round no-repeat,
        round no-repeat,
        no-repeat round,
        no-repeat round;
    background-size:
        0.75rem 0.75rem,
        0.75rem 0.75rem,
        0.75rem 0.75rem,
        0.75rem 0.75rem;
}

.homepagecards__inner {
    align-items: center;
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    min-height: 24rem;
    padding: 2rem 2.5rem 3rem;
    text-align: center;
    width: 100%;
}

.homepagecards__title {
    color: var(--canyon);
}

.homepagecards__body {
    color: var(--ink);
    font-size: var(--bodytext-fontsize);
    line-height: var(--bodytext-lineheight);
    font-family: var(--bodytext-fontfamily);
    font-weight: var(--bodytext-fontweight);
    letter-spacing: var(--bodytext-letterspacing);
    max-width: 20rem;
}

.homepagecards__button {
    align-self: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    transform: translateY(-1.5rem);
}

.homepagecards__inner .homepagecards__pricing-button {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}

.homepagecards__card--cta .homepagecards__inner {
    justify-content: flex-start;
    padding-bottom: 2.5rem;
}

.homepagecards__card--cta .homepagecards__button {
    margin-top: auto;
    transform: none;
}

.homepagecards__cta {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4rem;
    max-width: 40rem;
    text-align: center;
}

.homepagecards__cta p {
    margin: 0;
}

.homepagecards__cta .section1__button {
    align-self: center;
    margin-top: 0;
}

.homepagewave {
    --homepagewave-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http://www.w3.org/2000/svg%27%20viewBox%3D%270%200%201440%20200%27%20preserveAspectRatio%3D%27none%27%3E%3Cpath%20fill=%27black%27%20d=%27M0%200H1440V125C1300%2098%201212%2072%201096%2072C973%2072%20896%20130%20760%20130C624%20130%20547%2062%20402%2062C256%2062%20152%2099%200%20120V0Z%27/%3E%3C/svg%3E");
    background-color: var(--parchment);
    height: 5.25rem;
    margin-bottom: -5.25rem;
    position: relative;
    pointer-events: none;
    z-index: 2;
    -webkit-mask-image: var(--homepagewave-mask-image);
    mask-image: var(--homepagewave-mask-image);
    -webkit-mask-position: center top;
    mask-position: center top;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.homepageabout {
    --homepageabout-hero-side-gap: 4rem;
    --homepageabout-body-start-width: 25rem;
    --homepageabout-hero-text-width: 25rem;
    --homepageabout-photo-width: 26.8rem;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}

.homepage-section-divider {
    height: 2.5rem;
    position: relative;
    width: 100%;
}

.homepage-section-divider::before {
    background-image: radial-gradient(circle, var(--white) 0.2rem, transparent 0.205rem);
    background-position: center;
    background-repeat: repeat-x;
    background-size: 2.5rem 1rem;
    content: "";
    height: 1rem;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.homepageabout__hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    min-height: 43rem;
    position: relative;
}

.homepageabout__hero::after {
    content: "";
    display: none;
}

.homepageabout__hero-text {
    align-items: center;
    display: flex;
    padding-bottom: 3rem;
    padding-left: var(--max-width-side-padding);
    padding-right: 4rem;
    padding-top: 3rem;
}

.homepageabout__hero-inner {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(var(--homepageabout-hero-text-width) + 3rem);
    padding-top: 0.2rem;
    transform: translateX(1.5rem);
    width: 100%;
}

.homepageabout__hero-photo {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-bottom: 2rem;
    padding-left: var(--homepageabout-hero-side-gap);
    padding-right: var(--max-width-side-padding);
    padding-top: 2rem;
}

.homepageabout__wrap-photo {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    float: right;
    justify-content: center;
    margin-bottom: 2.5rem;
    margin-left: 3rem;
    margin-right: var(--max-width-side-padding-negative);
    margin-top: 0;
    padding: var(--homepage-dot-divider-spacing);
    width: calc(var(--homepageabout-photo-width) + (var(--homepage-dot-divider-spacing) * 2));
}

.homepageabout__photo {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: min(var(--homepageabout-photo-width), 100%);
}

.homepageabout__photo::before {
    background-image:
        radial-gradient(circle, var(--honey) 0.125rem, transparent 0.13rem),
        radial-gradient(circle, var(--honey) 0.125rem, transparent 0.13rem),
        radial-gradient(circle, var(--honey) 0.125rem, transparent 0.13rem),
        radial-gradient(circle, var(--honey) 0.125rem, transparent 0.13rem);
    background-position:
        top left,
        bottom left,
        top left,
        top right;
    background-repeat:
        round no-repeat,
        round no-repeat,
        no-repeat round,
        no-repeat round;
    background-size:
        0.75rem 0.75rem,
        0.75rem 0.75rem,
        0.75rem 0.75rem,
        0.75rem 0.75rem;
    content: "";
    inset: -1.25rem;
    pointer-events: none;
    position: absolute;
}

.homepageabout__image {
    aspect-ratio: 4 / 5;
    display: block;
    height: auto;
    object-fit: cover;
    object-position: 75% center;
    width: 100%;
}

.homepageabout__read-more {
    align-self: flex-start;
    align-items: center;
    border-radius: var(--border-radius);
    display: inline-flex;
    flex-direction: column;
    font-weight: 500;
    line-height: var(--bodytext-lineheight);
    margin: 0;
    max-width: 100%;
    padding: 1rem 2rem;
    text-align: center;
    text-decoration: none;
    transition: background-color 300ms ease;
    width: fit-content;
}

.homepageabout__read-more-text {
    display: block;
    text-align: center;
}

.homepageabout__read-more.background--aloe:hover,
.homepageabout__read-more.background--aloe:focus-visible {
    background-color: var(--aloe-hover);
    color: var(--white);
}

.homepageabout__read-more:focus-visible {
    outline: none;
}

.homepageabout__read-more-arrow {
    animation: homepageabout-read-more-bounce 1800ms ease-in-out infinite;
    display: block;
    line-height: 0;
    margin-top: 0.75rem;
    text-align: center;
}

.homepageabout__read-more-arrow svg {
    display: inline-block;
    height: 1rem;
    overflow: visible;
    width: 2rem;
}

.homepageabout__read-more-arrow path {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 0.175rem;
}

@keyframes homepageabout-read-more-bounce {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(0.25rem);
    }
}

@media (prefers-reduced-motion: reduce) {
    .homepageabout__read-more-arrow {
        animation: none;
    }
}

.homepageabout__section-anchor {
    scroll-margin-top: 14rem;
}

.homepageabout__body {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: calc(var(--homepage-next-dot-gap) - var(--homepage-bodytext-leading-half) - var(--homepage-bodytext-visible-bottom-offset));
    padding-top: 0;
}

.homepageabout__body::after {
    clear: both;
    content: "";
    display: block;
}

.homepageabout__body h2,
.homepageabout__body h3,
.homepageabout__body p {
    margin-bottom: 0;
    margin-top: 0;
}

.homepageabout__body h2 {
    padding-top: calc(var(--homepage-about-heading-gap) - var(--homepage-h2-leading-half));
}

.homepageabout__body h2 + p,
.homepageabout__body h3 + p,
.homepageabout__body p + p {
    margin-top: 2rem;
}

.homepageabout__body p + h3 {
    padding-top: 3rem;
}

@media (min-width: 64.001rem) {
    .homepageabout__body {
        --homepage-bodytext-visible-bottom-offset: 0.25rem;
    }
}

@media (min-width: 54.001rem) and (max-width: 64rem) {
    .homepageabout__body {
        --homepage-bodytext-visible-bottom-offset: 0.25rem;
    }
}

.homepageabout__cta {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 1rem;
}

.homepageabout__cta p {
    margin: 0;
}

.homepageabout__link {
    color: inherit;
    font-weight: 600;
    text-decoration: none;
    transition: color 300ms ease;
}

.homepageabout__link:hover,
.homepageabout__link:focus-visible {
    color: hsl(22 45% 42%);
}

.homepagenext {
    padding-top: calc(var(--homepage-next-dot-gap) - var(--homepage-h2-leading-half));
    padding-bottom: var(--homepage-footer-arch-gap);
    position: relative;
    z-index: 1;
    background-image: none;
    overflow: visible;
}

.homepage-contact-divider {
    height: 1.3rem;
    background-image: radial-gradient(circle, var(--honey) 0.65rem, transparent 0.65rem);
    background-position: center;
    background-repeat: repeat-x;
    background-size: 1.3rem 1.3rem;
}

.homepagenext--standalone {
    padding-top: 4.5rem;
}

.homepagenext__inner {
    min-height: 8rem;
}

.homepagenext__layout {
    align-items: stretch;
    display: grid;
    grid-template-columns: minmax(20rem, 30rem) minmax(0, 1fr);
    gap: 4rem;
    position: relative;
    z-index: 1;
}

.homepagenext__gallery {
    box-sizing: border-box;
    display: flex;
    min-height: 0;
    position: relative;
    padding-bottom: 0;
    padding-top: 0;
}

.homepagenext__anchor {
    display: block;
    height: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: calc(-1 * var(--homepage-next-dot-gap));
}

.homepagenext__anchor--heading {
    display: none;
}

.homepagenext__content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
}

.homepagenext--standalone .homepagenext__content {
    padding-bottom: 0;
    padding-top: 0;
}

.homepagenext--standalone .homepagenext__gallery {
    padding-bottom: 0;
}

.homepagenext__email {
    font-weight: 500;
}

.homepagenext__email-link {
    color: var(--canyon);
    text-decoration: none;
    transition: color 300ms ease;
}

.homepagenext__email-link:hover,
.homepagenext__email-link:focus-visible {
    color: hsl(22 45% 42%);
}

.homepagenext__placeholder {
    border-radius: 0.5rem;
    flex: 1 1 auto;
    height: 23rem;
    margin-top: 1.5rem;
    min-height: 20rem;
    width: 100%;
}

#booking-widget {
    height: 100%;
    min-height: inherit;
    width: 100%;
}

.homepagenext__footer {
    align-items: center;
    display: flex;
    text-align: center;
    flex-direction: column;
    --bodytext-fontsize: var(--smalltext-fontsize);
    --bodytext-lineheight: 1.3;
    --bodytext-fontfamily: var(--smalltext-fontfamily);
    --bodytext-fontweight: var(--smalltext-fontweight);
    --bodytext-letterspacing: var(--smalltext-letterspacing);
    font-size: var(--smalltext-fontsize);
    line-height: 1.3;
    font-family: var(--smalltext-fontfamily);
    font-weight: var(--smalltext-fontweight);
    letter-spacing: var(--smalltext-letterspacing);
    margin: 0;
    padding-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0;
    width: 100%;
    justify-content: center;
    aspect-ratio: 1200 / 140;
    background-image: none;
    box-sizing: border-box;
    min-height: 8rem;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.homepagenext__footer::before {
    background-color: var(--honey);
    border-radius: 50% 50% 0 0;
    bottom: -180%;
    content: "";
    display: block;
    height: 260%;
    left: 50%;
    pointer-events: none;
    position: absolute;
    transform: translateX(-50%);
    width: 120%;
    z-index: 0;
}

.homepagehomefooter::before {
    bottom: -160%;
}

.homepagenext__footer-item {
    margin: 0;
    padding: 0;
    margin-bottom: 0.5rem;
    position: relative;
    transform: translateY(1rem);
    z-index: 1;
}

.homepagenext__footer-link {
    color: var(--white);
    font-weight: 700;
    transition: color 300ms ease;
    text-decoration: none;
}

.homepagenext__footer-link:hover,
.homepagenext__footer-link:focus-visible {
    color: var(--parchment);
}

.homepagenext__nowrap-text {
    white-space: nowrap;
}

.homepagenext__imageframe {
    overflow: hidden;
}

.homepagenext__imageframe--large {
    height: 100%;
    width: 100%;
}

.homepagenext__imageframe--large > picture {
    display: block;
    height: 100%;
    width: 100%;
}

.homepagenext__imageframe--small {
    aspect-ratio: 1 / 1;
    position: absolute;
    right: 2.5rem;
    bottom: 40.5rem;
    width: 12rem;
}

.homepagenext__image {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.homepagenext__image--large {
    object-position: center bottom;
}

@media (max-width: 70rem) {
    .homepageintro__heading {
        white-space: normal;
    }

    .homepageabout__photo {
        width: min(var(--homepageabout-photo-width), 100%);
    }

    .homepagenext__layout {
        grid-template-columns: minmax(18rem, 25rem) minmax(0, 1fr);
        gap: 3rem;
    }

    .homepagenext__imageframe--small {
        width: 10rem;
    }

    .homepagenext__placeholder {
        min-height: 20rem;
    }

}

@media (max-width: 70rem) {
    .homepagecards__list {
        gap: 3rem;
    }
}

@media (max-width: 64rem) {
    .homepagenext__gallery {
        display: none;
    }
}

@media (max-width: 60rem) {
    .homepagenext__gallery {
        padding-bottom: 0;
    }
}

@media (max-width: 60rem) {
    .homepagecards__inner {
        min-height: 18rem;
    }

    .homepagenext__footer {
        padding-left: 3rem;
        padding-right: 3rem;
        min-height: 9rem;
    }

    .homepagenext__content {
        padding-bottom: 0;
        width: 100%;
    }

    .homepagenext__placeholder {
        min-height: 20rem;
    }

}

@media (max-width: 54rem) {
    .homepageabout {
        padding-bottom: 1.5rem;
    }

    .homepageabout__hero {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .homepageabout__hero-text {
        padding-bottom: 3rem;
        padding-left: var(--max-width-side-padding);
        padding-right: var(--max-width-side-padding);
        padding-top: 4.4rem;
    }

    .homepageabout__hero-inner {
        margin-left: 0;
        max-width: none;
        padding-top: 0;
        transform: none;
    }

    .homepageabout__read-more,
    .homepageabout__hero-inner .section1__button {
        align-self: center;
    }

    .homepageabout__hero-photo {
        padding-bottom: 3rem;
        padding-left: var(--max-width-side-padding);
        padding-right: var(--max-width-side-padding);
        padding-top: 3rem;
    }

    .homepageabout__wrap-photo {
        float: none;
        margin-bottom: var(--homepage-about-heading-gap);
        margin-left: var(--max-width-side-padding-negative);
        margin-right: var(--max-width-side-padding-negative);
        margin-top: 0;
        min-height: 0;
        padding: var(--homepage-dot-divider-spacing) var(--max-width-side-padding);
        width: calc(100% + (var(--max-width-side-padding) * 2));
    }

    .homepageabout__photo {
        margin-left: auto;
        margin-right: auto;
        max-width: 24rem;
        width: 100%;
    }

    .homepageabout__image {
        aspect-ratio: 1 / 1.25;
        height: auto;
    }

    .homepageabout__body {
        margin-left: auto;
        margin-right: auto;
        padding-bottom: calc(var(--homepage-next-dot-gap) - var(--homepage-bodytext-leading-half) - var(--homepage-bodytext-visible-bottom-offset));
        padding-top: 0;
        width: 100%;
    }

    .homepageabout__body h2 {
        padding-top: 0;
    }

    .homepageabout__body .section1__button {
        align-self: center;
        margin-bottom: 0;
        margin-top: 0;
    }
}

@media (max-width: 64rem) {
    .homepagecards {
        box-sizing: border-box;
        padding-left: 1rem;
        padding-right: 1rem;
    }

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

@media (max-width: 64rem) {
    .homepagenext__gallery {
        padding-bottom: 0;
        width: 100%;
    }

    .homepagenext__anchor--heading {
        display: block;
    }

    .homepagenext__layout {
        display: block;
        gap: 2rem;
    }

    .homepagenext__imageframe--small {
        display: none;
    }

    .homepagenext__imageframe--large {
        display: none;
    }

    .homepagenext__imageframe--large,
    .homepagenext__imageframe--small {
        position: static;
        width: 100%;
        aspect-ratio: auto;
    }

    .homepagenext__imageframe--large {
        position: relative;
        overflow: hidden;
    }

    .homepagenext__imageframe--large::before {
        content: "";
        display: block;
        padding-top: 200%;
    }

    .homepagenext__imageframe--large > picture {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }

    .homepagenext__imageframe--small {
        margin-top: 1.5rem;
    }
}

.section1__cols {
    align-items: stretch;
    display: grid;
    grid-template-columns: minmax(16rem, 26rem) minmax(0, 1fr);
    gap: 5rem;
    width: 100%;
}

.section1__col {
    min-width: 0;
}

.section1__col--photo {
    align-self: start;
    display: block;
    position: relative;
    z-index: 1;
}

.section1__arch {
    aspect-ratio: 4 / 5;
    border-radius: 999rem 999rem 0 0;
    display: block;
    overflow: hidden;
    width: 100%;
}

.section1__image {
    display: block;
    height: 110%;
    margin-left: -5%;
    margin-top: -10%;
    object-fit: cover;
    object-position: center bottom;
    width: 110%;
}

.section1__col--text {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-bottom: 0;
}

.section1__heading {
    font-size: var(--h2-fontsize);
    line-height: var(--h2-lineheight);
    font-weight: var(--h2-fontweight);
    letter-spacing: var(--h2-letterspacing);
}

.section1__heading-line--wide {
    display: none;
}

.section1__heading-line {
    max-width: 100%;
    overflow-wrap: break-word;
}

.section1__heading-line--compact {
    display: inline;
}

@media (min-width: 50.001rem) {
    .section1__heading-line--compact {
        display: block;
    }
}

@media (min-width: 70.001rem) {
    .section1__heading-line--wide {
        display: block;
    }

    .section1__heading-line--compact {
        display: none;
    }
}

.section1__heading--max15ch {
    @media (min-width: 66rem) {
        max-width: 15ch;
    }
}

.section1__heading--max20ch {
    @media (min-width: 66rem) {
        max-width: none;
    }
}

.section1__subheading {
    font-size: var(--h2-fontsize);
    line-height: var(--h2-lineheight);
    font-weight: var(--h2-fontweight);
    letter-spacing: var(--h2-letterspacing);
}

.section1__button {
    align-self: flex-start;
    border: none;
    border-radius: var(--border-radius);
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    margin-top: 0.5rem;
    padding: 1rem 2rem;
    text-decoration: none;
    transition: background-color 300ms ease;
}

.section1__button.background--aloe:hover,
.section1__button.background--aloe:focus-visible {
    background-color: var(--aloe-hover);
    color: var(--white);
}

@media (min-width: 54.001rem) {
    .section1__cols {
        grid-template-columns: minmax(18rem, 28rem) minmax(0, 1fr);
    }

    .section1__col--text {
        justify-content: center;
        padding-bottom: 0;
    }
}

@media (max-width: 70rem) {
    .section1__cols {
        gap: 2.5rem;
    }
}

@media (max-width: 54rem) {
    .homepagebar {
        margin-top: 0;
    }

    .section1__heading-line--compact {
        display: inline;
        white-space: normal;
    }

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

    .section1__col--photo {
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 22.4rem;
        transform: none;
    }

    .section1__arch {
        aspect-ratio: 4 / 5;
    }

    .section1__col--photo {
        max-width: 26.8rem;
    }

    .section1__col--text {
        padding-bottom: 3.75rem;
    }

    .section1__col--text .section1__button {
        align-self: center;
    }
}

@media (max-width: 40rem) {
    .section1__col--photo {
        max-width: 100%;
    }

    .homepagecards__card {
        width: 100%;
    }

    .homepageabout__photo {
        max-width: 24rem;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .homepageabout__image {
        object-position: 75% 0%;
    }
}
