@charset "UTF-8";

html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff3cc;
}

html {
    scrollbar-gutter: stable;
}

@font-face {
    font-family: "LINE Seed TW";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/LINESeedTW-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "LINE Seed TW";
    font-style: normal;
    font-weight: 700 900;
    font-display: swap;
    src: url("../fonts/LINESeedTW-Bold.woff2") format("woff2");
}

.barbeer-clean-harbor {
    --campaign-yellow: #ffd74f;
    --campaign-yellow-bright: #ffe34c;
    --campaign-cream: #fff3cc;
    --campaign-ink: #17100b;
    --campaign-brown: #69472f;
    --campaign-orange: #efa31d;
    --campaign-content: 1200px;
    --desktop-scale: 1;
    --desktop-story-height: 4290px;
    --desktop-story-bg-width: 1920px;
    --desktop-mission-height: 1160px;
    --desktop-ocean-height: 821px;
    --desktop-ocean-offset: -235px;
    --desktop-steps-height: 1207px;
    --desktop-awards-height: 1337px;
    --site-header-height: 0px;
    --campaign-warning-height: min(4.6875vw, 90px);
    position: relative;
    padding-top: 0;
    padding-bottom: var(--campaign-warning-height);
    margin: 0;
    color: var(--campaign-ink);
    background: var(--campaign-cream);
    font-family: "LINE Seed TW", "Microsoft JhengHei", Arial, sans-serif;
}

.barbeer-clean-harbor *,
.barbeer-clean-harbor *::before,
.barbeer-clean-harbor *::after {
    box-sizing: border-box;
}

.barbeer-clean-harbor img {
    display: block;
    max-width: 100%;
}

.barbeer-clean-harbor .campaign-age-warning {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 12;
    height: var(--campaign-warning-height);
    overflow: hidden;
    background: #242424;
    pointer-events: none;
}

.barbeer-clean-harbor .campaign-age-warning picture,
.barbeer-clean-harbor .campaign-age-warning img {
    display: block;
    width: 100%;
    height: 100%;
}

.barbeer-clean-harbor .campaign-age-warning img {
    max-width: none;
    object-fit: cover;
    object-position: center;
}

.barbeer-clean-harbor .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.barbeer-clean-harbor .campaign {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: var(--campaign-cream);
}

.preview-site-header {
    background: #fff;
    border-bottom: 1px solid #ececec;
}

.preview-site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: var(--campaign-content);
    height: 100%;
    margin: 0 auto;
}

.preview-site-header__logo {
    color: #df1d1d !important;
    font-family: Arial, sans-serif;
    font-size: 29px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none !important;
}

.preview-site-header nav {
    display: flex;
    gap: 34px;
}

.preview-site-header nav a {
    color: #222;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
}

.preview-site-footer {
    color: #222;
    background: #fff;
}

.preview-site-footer__warning {
    padding: 18px;
    color: #fff;
    background: #242424;
    font-size: 25px;
    font-weight: 800;
    text-align: center;
    letter-spacing: 0.3em;
}

.preview-site-footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: var(--campaign-content);
    min-height: 190px;
    margin: 0 auto;
    font-size: 13px;
}

.barbeer-clean-harbor .campaign-nav {
    position: sticky;
    top: 0;
    z-index: 9;
    height: 68px;
    background: #fff;
    box-shadow: 0 2px 12px rgba(71, 45, 22, 0.12);
}

.barbeer-clean-harbor .campaign-nav > .campaign-nav__logo {
    position: absolute;
    top: 50%;
    left: clamp(24px, 2.5vw, 48px);
    z-index: 1;
    display: block;
    width: 96px;
    height: 25px;
    min-height: 0;
    padding: 0;
    line-height: 0;
    transform: translateY(-50%);
}

.barbeer-clean-harbor .campaign-nav > .campaign-nav__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.barbeer-clean-harbor .campaign-nav > .campaign-nav__logo::before,
.barbeer-clean-harbor .campaign-nav > .campaign-nav__logo::after {
    display: none;
}

.barbeer-clean-harbor .campaign-menu-button {
    display: none;
}

.barbeer-clean-harbor .campaign-nav__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: var(--campaign-content);
    height: 100%;
    margin: 0 auto;
    gap: 50px;
}

.barbeer-clean-harbor .campaign-nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 4px;
    color: #171717;
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: color 180ms ease;
}

.barbeer-clean-harbor .campaign-nav a[hidden] {
    display: none !important;
}

.barbeer-clean-harbor .campaign-nav a::after {
    content: "";
    position: absolute;
    right: 2px;
    bottom: 5px;
    left: 2px;
    height: 3px;
    border-radius: 999px;
    background: var(--campaign-orange);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 180ms ease;
}

.barbeer-clean-harbor .campaign-nav a:hover {
    color: #a85c00;
}

.barbeer-clean-harbor .campaign-nav a:hover::after {
    transform: scaleX(1);
}

.barbeer-clean-harbor .campaign-active-link {
    position: fixed;
    top: 70vh;
    right: clamp(10px, 2.604167vw, 50px);
    z-index: 13;
    width: 180px;
    height: 180px;
    object-fit: contain;
    pointer-events: none;
}

.barbeer-clean-harbor .campaign-game-link {
    position: fixed;
    top: 50%;
    right: calc(clamp(10px, 2.604167vw, 50px) + 38.5px);
    z-index: 3;
    display: block;
    width: 103px;
    height: 275px;
    line-height: 0;
    transform: translateY(-50%);
    transition: filter 180ms ease, transform 180ms ease;
}

.barbeer-clean-harbor .campaign-game-link img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: contain;
}

.barbeer-clean-harbor .campaign-game-link:hover {
    filter: brightness(1.06);
    transform: translateY(-50%) scale(1.02);
}

.barbeer-clean-harbor a:focus-visible,
.barbeer-clean-harbor button:focus-visible {
    outline: 4px solid #1676d2;
    outline-offset: 4px;
}

html.activity-rules-open,
html.activity-rules-open body {
    overflow: hidden;
}

html.activity-rules-open body {
    box-sizing: border-box;
    padding-right: var(--campaign-scrollbar-width, 0px);
}

html.activity-rules-open .barbeer-clean-harbor .campaign-nav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 13;
    width: 100%;
}

html.activity-rules-open .barbeer-clean-harbor .campaign {
    margin-top: 68px;
}

@media (max-width: 1000px) {
    html.activity-rules-open .barbeer-clean-harbor .campaign {
        margin-top: 16vw;
    }
}

html.activity-rules-open .barbeer-clean-harbor .campaign-nav__inner {
    transform: translateX(calc(var(--campaign-scrollbar-width, 0px) / -2));
}

html.activity-rules-open .barbeer-clean-harbor .campaign-age-warning {
    right: var(--campaign-scrollbar-width, 0px);
    box-shadow: var(--campaign-scrollbar-width, 0px) 0 0 #242424;
}

@supports (scrollbar-gutter: stable) {
    html.activity-rules-open body {
        padding-right: 0;
    }

    html.activity-rules-open .barbeer-clean-harbor .campaign-nav__inner {
        transform: none;
    }

    html.activity-rules-open .barbeer-clean-harbor .campaign-age-warning {
        right: 0;
        box-shadow: none;
    }
}

.barbeer-clean-harbor .activity-rules-modal {
    position: fixed;
    top: 68px;
    right: 0;
    bottom: var(--campaign-warning-height);
    left: 0;
    z-index: 11;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: opacity 220ms ease-out, visibility 0s linear 220ms;
}

.barbeer-clean-harbor .activity-rules-modal[hidden] {
    display: none;
}

.barbeer-clean-harbor .activity-rules-modal.is-open {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transition-delay: 0s;
}

.barbeer-clean-harbor .activity-rules-modal__backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(47, 44, 38, 0.62);
    cursor: pointer;
}

.barbeer-clean-harbor .activity-rules-modal__panel {
    position: absolute;
    top: 16px;
    right: 50%;
    width: min(100%, 1000px);
    height: calc(100% - 32px);
    overflow: hidden;
    border: 0;
    background: #fff0b7;
    box-shadow: none;
    transform: translateX(50%) scale(0.985);
    transform-origin: center center;
    transition: transform 220ms cubic-bezier(0.2, 0.75, 0.25, 1);
    will-change: transform;
}

.barbeer-clean-harbor .activity-rules-modal.is-open .activity-rules-modal__panel {
    transform: translateX(50%) scale(1);
}

.barbeer-clean-harbor .activity-rules-modal__scroll {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    overscroll-behavior: contain;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background: #fff0b7;
}

.barbeer-clean-harbor .activity-rules-modal__scroll::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.barbeer-clean-harbor .activity-rules-modal__close {
    position: absolute;
    top: 16px;
    right: 18px;
    z-index: 3;
    width: 54px;
    height: 54px;
    padding: 0;
    border: 3px solid var(--campaign-ink);
    border-radius: 50%;
    background: var(--campaign-yellow);
    box-shadow: none;
    cursor: pointer;
    transition: background-color 160ms ease, transform 160ms ease;
}

.barbeer-clean-harbor .activity-rules-modal__close:hover {
    background: var(--campaign-yellow-bright);
    transform: scale(1.05);
}

.barbeer-clean-harbor .activity-rules-modal__close:focus-visible {
    outline: none;
    background: var(--campaign-yellow);
}

.barbeer-clean-harbor .activity-rules-modal__close span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 29px;
    height: 4px;
    border-radius: 99px;
    background: var(--campaign-ink);
}

.barbeer-clean-harbor .activity-rules-modal__close span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
}

.barbeer-clean-harbor .activity-rules-modal__close span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.barbeer-clean-harbor .activity-rules-modal__scroll-cue {
    display: none;
}

@media (min-width: 1001px) {
    .barbeer-clean-harbor .activity-rules-modal__panel {
        top: 50%;
        width: auto;
        max-width: 82vw;
        height: min(calc(100% - 32px), 820px);
        overflow: visible;
        aspect-ratio: 1006 / 946;
        background: transparent;
        filter: none;
        opacity: 0;
        transform: translate(50%, -50%) scale(0.97);
        transition:
            opacity 180ms ease-out,
            transform 220ms cubic-bezier(0.2, 0.75, 0.25, 1);
    }

    .barbeer-clean-harbor .activity-rules-modal__scroll {
        border-radius: 44% 44% 24% 28% / 12% 12% 10% 10%;
        -webkit-mask-image: url("../images/steps-shape.png");
        mask-image: url("../images/steps-shape.png");
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
        filter: drop-shadow(0 0 2px #76591c);
    }

    .barbeer-clean-harbor .activity-rules-modal.is-open .activity-rules-modal__panel {
        opacity: 1;
        transform: translate(50%, -50%) scale(1);
    }

    .barbeer-clean-harbor .activity-rules-modal__scroll-cue {
        position: absolute;
        bottom: 4.8%;
        left: 50%;
        z-index: 5;
        display: block;
        width: 27px;
        height: auto;
        padding: 0;
        background: transparent;
        opacity: 1;
        pointer-events: none;
        transform: translateX(-50%);
        transition: opacity 160ms ease;
    }

    .barbeer-clean-harbor .activity-rules-modal__scroll-cue img {
        display: block;
        width: 100%;
        height: auto;
        animation: activity-rules-arrow-nudge 1.35s ease-in-out infinite;
    }

    .barbeer-clean-harbor .activity-rules-modal.is-at-bottom .activity-rules-modal__scroll-cue {
        opacity: 0;
    }

    .barbeer-clean-harbor .activity-rules-modal__close {
        top: 11%;
        right: 13%;
        width: 44px;
        height: 44px;
        border: 0;
        border-radius: 0;
        background: transparent;
        transition: opacity 160ms ease;
    }

    .barbeer-clean-harbor .activity-rules-modal__close:hover {
        background: transparent;
        opacity: 0.62;
        transform: none;
    }

    .barbeer-clean-harbor .activity-rules-modal__close:focus-visible {
        outline: none;
        background: transparent;
    }

    .barbeer-clean-harbor .activity-rules-modal__close span {
        width: 32px;
        height: 2px;
        border-radius: 0;
    }
}

@keyframes activity-rules-arrow-nudge {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(4px);
    }
}

.barbeer-clean-harbor .activity-rules-document {
    min-height: 6603px;
    color: #000;
    font-family: "LINE Seed TW", "Microsoft JhengHei", Arial, sans-serif;
    background: #fff0b7 url("../images/popup/popup-bg-pc.jpg") left top / calc(100% + 2px) 100% no-repeat;
}

.barbeer-clean-harbor .activity-rules-document__header {
    width: 54.83871%;
    padding-top: 106px;
    margin: 0 auto 38px;
}

.barbeer-clean-harbor .activity-rules-document__header picture,
.barbeer-clean-harbor .activity-rules-document__header img {
    display: block;
    width: 100%;
}

.barbeer-clean-harbor .activity-rules-document__body {
    width: 553px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 57px;
}

.barbeer-clean-harbor .activity-rules-section {
    position: relative;
    margin: 0 0 44px;
}

.barbeer-clean-harbor .activity-rules-section--name {
    min-height: 124px;
    padding-right: 205px;
    margin-bottom: 0;
}

.barbeer-clean-harbor .activity-rules-section:nth-of-type(2) {
    margin-bottom: 33px;
}

.barbeer-clean-harbor .activity-rules-section:nth-of-type(3) {
    margin-bottom: 35px;
}

.barbeer-clean-harbor .activity-rules-section:nth-of-type(4) {
    margin-bottom: 30px;
}

.barbeer-clean-harbor .activity-rules-section:nth-of-type(5) {
    margin-bottom: 25px;
}

.barbeer-clean-harbor .activity-rules-section:nth-of-type(6) {
    margin-bottom: 40px;
}

.barbeer-clean-harbor .activity-rules-section--points {
    margin-bottom: 0;
}

.barbeer-clean-harbor .activity-rules-section--voting,
.barbeer-clean-harbor .activity-rules-section--cleanup {
    margin-bottom: 34px;
}

.barbeer-clean-harbor .activity-rules-section--drawing {
    margin-bottom: 41px;
}

.barbeer-clean-harbor .activity-rules-section:nth-of-type(11) {
    margin-bottom: 33px;
}

.barbeer-clean-harbor .activity-rules-section:nth-of-type(12) {
    margin-bottom: 3px;
}

.barbeer-clean-harbor .activity-rules-section h3 {
    margin: 0 0 11px;
    line-height: 0;
}

.barbeer-clean-harbor .activity-rules-section h3 picture,
.barbeer-clean-harbor .activity-rules-section h3 img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
}

.barbeer-clean-harbor .activity-rules-section p,
.barbeer-clean-harbor .activity-rules-section li {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
}

.barbeer-clean-harbor .activity-rules-section > p {
    padding-left: 5px;
}

.barbeer-clean-harbor .activity-rules-copy,
.barbeer-clean-harbor .activity-rules-copy__line {
    display: block;
    white-space: nowrap;
}

.barbeer-clean-harbor .activity-rules-copy--mobile {
    display: none;
}

.barbeer-clean-harbor .activity-rules-copy__line--pc-1 {
    letter-spacing: 0.05em;
}

.barbeer-clean-harbor .activity-rules-copy__line--pc-2 {
    letter-spacing: 0.01em;
}

.barbeer-clean-harbor .activity-rules-copy__line--pc-3 {
    letter-spacing: 0.05em;
}

.barbeer-clean-harbor .activity-rules-section--eligibility li,
.barbeer-clean-harbor .activity-rules-section--participation li,
.barbeer-clean-harbor .activity-rules-section--points > ol > li,
.barbeer-clean-harbor .activity-rules-section--drawing > ol > li,
.barbeer-clean-harbor .activity-rules-section--drawing .activity-rules-prizes p,
.barbeer-clean-harbor .activity-rules-section--notes li,
.barbeer-clean-harbor .activity-rules-section--privacy li {
    text-align: justify;
    text-align-last: left;
    text-justify: inter-character;
}

.barbeer-clean-harbor .activity-rules-section--eligibility li:nth-child(2) {
    letter-spacing: 0.02em;
}

.barbeer-clean-harbor .activity-rules-section--participation li:nth-child(2),
.barbeer-clean-harbor .activity-rules-section--points > ol > li:nth-child(2),
.barbeer-clean-harbor .activity-rules-section--points > ol > li:nth-child(3) {
    letter-spacing: -0.02em;
}

.barbeer-clean-harbor .activity-rules-section--points > ol > li:nth-child(6) {
    letter-spacing: -0.02em;
}

.barbeer-clean-harbor .activity-rules-participation-tail {
    letter-spacing: -0.03em;
}

.barbeer-clean-harbor .activity-rules-points-lead {
    letter-spacing: -0.06em;
}

.barbeer-clean-harbor .activity-rules-break--desktop {
    display: block;
}

.barbeer-clean-harbor .activity-rules-section ol {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: activity-rule-item;
}

.barbeer-clean-harbor .activity-rules-section ol > li {
    position: relative;
    padding-left: 30px;
    counter-increment: activity-rule-item;
}

.barbeer-clean-harbor .activity-rules-section ol > li::before {
    content: counter(activity-rule-item);
    position: absolute;
    top: 4px;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: #fff;
    background: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.barbeer-clean-harbor .activity-rules-section ul {
    margin: 0;
    padding-left: 3em;
    list-style: disc;
}

.barbeer-clean-harbor .activity-rules-section ol > li > ul {
    padding-top: 4px;
}

.barbeer-clean-harbor .activity-rules-section a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.barbeer-clean-harbor .activity-rules-brand {
    display: inline-block;
    width: 41px;
    height: auto;
    margin: 0 3px;
    vertical-align: -4px;
}

.barbeer-clean-harbor .activity-rules-brand img {
    display: block;
    width: 100%;
    height: auto;
}

.barbeer-clean-harbor .activity-rules-island {
    position: absolute;
    top: 9px;
    right: 0;
    width: 197px;
}

.barbeer-clean-harbor .activity-rules-island img {
    width: 100%;
}

.barbeer-clean-harbor .activity-rules-points {
    position: relative;
    width: 557px;
    height: 495px;
    max-width: none;
    aspect-ratio: 557 / 495;
    margin: 4px auto 0;
}

.barbeer-clean-harbor .activity-rules-points__art,
.barbeer-clean-harbor .activity-rules-points__art img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.barbeer-clean-harbor .activity-rules-points table {
    position: absolute;
    top: 12.323232%;
    left: 20.1%;
    z-index: 1;
    width: 60%;
    border-collapse: collapse;
    table-layout: fixed;
    color: #000;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
}

.barbeer-clean-harbor .activity-rules-points th,
.barbeer-clean-harbor .activity-rules-points td {
    height: 52px;
    padding: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.9);
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
}

.barbeer-clean-harbor .activity-rules-points th:first-child,
.barbeer-clean-harbor .activity-rules-points td:first-child {
    width: 50%;
    padding-right: 20px;
    border-right: 2px solid rgba(255, 255, 255, 0.9);
    text-align: right;
}

.barbeer-clean-harbor .activity-rules-points th:not(:first-child),
.barbeer-clean-harbor .activity-rules-points td:not(:first-child) {
    padding-left: 26px;
}

.barbeer-clean-harbor .activity-rules-points tbody tr:last-child td {
    border-bottom: 0;
}

.barbeer-clean-harbor .activity-rules-prizes {
    padding: 6px 0 25px;
}

.barbeer-clean-harbor .activity-rules-prizes p + p {
    margin-top: 8px;
}

.barbeer-clean-harbor .activity-rules-prizes p:nth-of-type(3),
.barbeer-clean-harbor .activity-rules-prizes p:nth-of-type(7) {
    margin-top: 25px;
}

.barbeer-clean-harbor .activity-rules-prize {
    position: relative;
    padding-left: 29px;
}

.barbeer-clean-harbor .activity-rules-prize::before {
    content: "";
    position: absolute;
    top: -6px;
    left: -14px;
    width: 50px;
    height: 50px;
    background: url("../images/popup/popup-prize-icon.png") center / contain no-repeat;
}

.barbeer-clean-harbor .activity-rules-prize small {
    font-size: 12px;
    font-weight: 700;
}

.barbeer-clean-harbor .activity-rules-section--privacy {
    margin-bottom: 0;
}

@media (min-width: 1001px) {
    .barbeer-clean-harbor .activity-rules-section--drawing > ol > li:nth-child(2) {
        letter-spacing: -0.02em;
    }

    .barbeer-clean-harbor .activity-rules-prizes {
        padding-top: 0;
        padding-bottom: 14px;
    }

    .barbeer-clean-harbor .activity-rules-prizes p + p {
        margin-top: 0;
    }

    .barbeer-clean-harbor .activity-rules-prizes p:nth-of-type(3),
    .barbeer-clean-harbor .activity-rules-prizes p:nth-of-type(7) {
        margin-top: 14px;
    }

    .barbeer-clean-harbor .activity-rules-prize small {
        line-height: 1;
        vertical-align: 1px;
    }
}

.barbeer-clean-harbor .hero {
    position: relative;
    display: flow-root;
    height: 900px;
    isolation: isolate;
    scroll-margin-top: calc(var(--site-header-height) + 68px);
    background: var(--campaign-yellow-bright);
}

.barbeer-clean-harbor .hero__background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-image: url("../images/hero-background.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1920px 900px;
}

.barbeer-clean-harbor .hero__inner {
    position: relative;
    width: 100%;
    max-width: var(--campaign-content);
    height: 100%;
    margin: 0 auto;
    text-align: center;
}

.barbeer-clean-harbor .hero__lockup {
    width: 915px;
    margin: 52px auto 0;
}

.barbeer-clean-harbor .hero__copy {
    position: absolute;
    right: 0;
    bottom: 95px;
    left: 0;
}

.barbeer-clean-harbor .hero__copy h2 {
    margin: 0 0 24px;
    font-size: 30px;
    font-weight: 900;
    font-style: italic;
    line-height: 1;
    letter-spacing: 0.04em;
    transform: translateY(8px);
}

.barbeer-clean-harbor .brand-word {
    display: inline-block !important;
    width: 70px;
    height: 40px;
    margin: 0 3px;
    vertical-align: -6px;
    object-fit: contain;
}

.barbeer-clean-harbor .brand-word--lead {
    width: 70px;
    height: 40px;
    margin: 0 3px;
    vertical-align: -6px;
}

.barbeer-clean-harbor .hero__copy p {
    margin: 0 0 30px;
    color: #4e3826;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    line-height: 32px;
    letter-spacing: 0.05em;
}

.barbeer-clean-harbor .hero-copy-version--mobile {
    display: none;
}

.barbeer-clean-harbor .hero-copy-line {
    display: block;
    white-space: nowrap;
}

.barbeer-clean-harbor .campaign-button {
    display: inline-block;
    width: 295px;
    height: 69px;
    padding: 0;
    border: 0;
    color: inherit !important;
    background: transparent;
    box-shadow: none;
    line-height: 0;
    text-decoration: none !important;
    cursor: pointer;
    transition: filter 180ms ease, transform 180ms ease;
}

.barbeer-clean-harbor .campaign-button img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.barbeer-clean-harbor .campaign-button:hover {
    filter: brightness(1.08);
    transform: translateY(-2px);
}

@media (min-width: 1001px) {
    .barbeer-clean-harbor .hero__inner {
        display: flow-root;
    }

    .barbeer-clean-harbor .hero__copy {
        top: 0;
        bottom: auto;
        height: 100%;
    }

    .barbeer-clean-harbor .hero__copy h2 {
        position: absolute;
        top: 596px;
        left: 0;
        width: 100%;
        margin: 0;
    }

    .barbeer-clean-harbor .hero-copy-version--desktop {
        position: absolute;
        top: 667px;
        left: 0;
        width: 100%;
        margin: 0;
    }

    .barbeer-clean-harbor .hero__copy .campaign-button--hero {
        position: absolute;
        top: 783px;
        left: 50%;
        transform: translateX(-50%);
    }

    .barbeer-clean-harbor .hero__copy .campaign-button--hero:hover {
        transform: translateX(-50%) translateY(-2px);
    }
}

.barbeer-clean-harbor .story-background {
    position: relative;
    min-height: 4290px;
    background-color: var(--campaign-cream);
    background-image: url("../images/story-bg.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1920px 4290px;
}

.barbeer-clean-harbor .story-section {
    position: relative;
    scroll-margin-top: calc(var(--site-header-height) + 84px);
}

.barbeer-clean-harbor .story-section__inner {
    position: relative;
    width: 1250px;
    height: 100%;
    margin: 0 auto;
}

.barbeer-clean-harbor .story-section--mission {
    height: 1160px;
}

.barbeer-clean-harbor .story-section--ocean {
    height: 821px;
    margin-top: -235px;
}

.barbeer-clean-harbor .section-shape {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.barbeer-clean-harbor .story-route {
    position: absolute;
    z-index: 1;
    max-width: none;
    pointer-events: none;
}

.barbeer-clean-harbor .story-route--mission {
    top: 125px;
    left: 257px;
    width: 313px;
    height: 123px;
}

.barbeer-clean-harbor .story-route--ocean {
    top: 0;
    left: 467px;
    width: 390px;
    height: 192px;
}

.barbeer-clean-harbor .story-route--steps {
    top: 0;
    left: 242px;
    width: 439px;
    height: 241px;
}

.barbeer-clean-harbor .section-shape--mission {
    top: 141px;
    left: 58px;
    width: 1088px;
    height: 795px;
}

.barbeer-clean-harbor .story-copy,
.barbeer-clean-harbor .mission-point,
.barbeer-clean-harbor .photo {
    position: absolute;
    z-index: 2;
}

.barbeer-clean-harbor .section-kicker {
    margin: 0 0 16px !important;
    line-height: 0;
}

.barbeer-clean-harbor .section-kicker img {
    width: auto;
    height: auto;
    max-width: none;
}

.barbeer-clean-harbor .story-copy h2 {
    margin: 26px 0 24px;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
}

.barbeer-clean-harbor .story-copy > p:not(.section-kicker) {
    margin: 0;
    color: #342419;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.barbeer-clean-harbor .mission-point p {
    margin: 0;
    color: #342419;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.barbeer-clean-harbor .story-copy h3,
.barbeer-clean-harbor .mission-point h3 {
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}

.barbeer-clean-harbor .story-copy h3 strong,
.barbeer-clean-harbor .mission-point h3 strong {
    font-weight: 700;
}

.barbeer-clean-harbor .copy-italic {
    font-style: italic;
}

.barbeer-clean-harbor .copy-line {
    display: block;
    white-space: nowrap;
}

.barbeer-clean-harbor .copy-line--spacer {
    height: 30px;
}

.barbeer-clean-harbor .copy-slash {
    font-size: 20px;
    font-weight: 400;
}

.barbeer-clean-harbor .mission-copy {
    top: 258px;
    left: 158px;
    width: 455px;
}

.barbeer-clean-harbor .mission-copy__body {
    position: absolute;
    top: 121px;
    width: max-content;
}

@media (min-width: 1001px) {
    .barbeer-clean-harbor .mission-copy h2 {
        transform: translateY(-4px);
    }
}

.barbeer-clean-harbor .photo {
    margin: 0;
}

.barbeer-clean-harbor .photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.barbeer-clean-harbor .photo--mission-main {
    top: 36px;
    right: -38px;
    width: 844px;
    height: 575px;
}

.barbeer-clean-harbor .photo--mission-trash {
    top: 583px;
    left: 38px;
    width: 481px;
    height: 300px;
}

.barbeer-clean-harbor .mission-point--crisis {
    top: 618px;
    left: 451px;
    width: 260px;
}

.barbeer-clean-harbor .photo--mission-team {
    top: 595px;
    right: 140px;
    width: 503px;
    height: 302px;
}

.barbeer-clean-harbor .mission-point--community {
    top: 754px;
    left: 451px;
    width: 225px;
}

.barbeer-clean-harbor .section-shape--ocean {
    position: absolute;
    top: 134px;
    left: 251px;
    width: 909px;
    height: 744px;
}

.barbeer-clean-harbor .ocean-photo {
    position: absolute;
    z-index: 2;
    margin: 0;
}

.barbeer-clean-harbor .ocean-photo--cleanup {
    top: 106px;
    left: -65px;
    width: 808px;
    height: 546px;
}

.barbeer-clean-harbor .ocean-photo--drone {
    top: 551px;
    left: 127px;
    width: 586px;
    height: 275px;
}

.barbeer-clean-harbor .ocean-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.barbeer-clean-harbor .ocean-copy {
    top: 264px;
    left: 644px;
    z-index: 4;
    width: 465px;
}

.barbeer-clean-harbor .ocean-copy .section-kicker {
    position: absolute;
    top: 0;
    left: -105px;
    width: 546px;
    height: 117px;
    margin: 0 !important;
}

.barbeer-clean-harbor .ocean-copy .brand-word {
    margin-left: 1px;
}

.barbeer-clean-harbor .ocean-copy__intro,
.barbeer-clean-harbor .ocean-copy__partner {
    position: absolute;
    left: 0;
    width: 441px;
    color: #342419;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.barbeer-clean-harbor .ocean-copy__intro {
    top: 77px;
}

.barbeer-clean-harbor .ocean-copy__partner {
    top: 342px;
}

.barbeer-clean-harbor .ocean-copy__intro p,
.barbeer-clean-harbor .ocean-copy__partner p {
    margin: 0;
}

.barbeer-clean-harbor .ocean-copy__intro .copy-line--spacer {
    height: 17px;
}

.barbeer-clean-harbor .ocean-copy__disclosure {
    margin: 22px 0 0 !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
}

.barbeer-clean-harbor .ocean-copy__partner h3 {
    margin-bottom: 8px;
}

.barbeer-clean-harbor .ocean-copy .campaign-button {
    position: absolute;
    top: 578px;
    left: -178px;
    width: 318px;
    min-height: 69px;
    margin-top: 0;
}

.barbeer-clean-harbor .steps-section {
    position: relative;
    height: 1207px;
    scroll-margin-top: calc(var(--site-header-height) + 84px);
}

.barbeer-clean-harbor .steps-panel {
    position: relative;
    width: 1250px;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.barbeer-clean-harbor .section-shape--steps {
    top: 242px;
    left: 122px;
    width: 1006px;
    height: 946px;
}

.barbeer-clean-harbor .steps-panel__content {
    position: relative;
    z-index: 2;
    width: 960px;
    height: 100%;
    margin: 0 auto;
    padding-top: 311px;
}

.barbeer-clean-harbor .steps-panel h2 {
    margin: 0 0 24px;
    line-height: 0;
}

.barbeer-clean-harbor .steps-panel h2 img {
    width: 188px;
    height: 52px;
    margin: 0 auto;
}

.barbeer-clean-harbor .results-section h2 {
    width: 187px;
    height: 53px;
    margin: 0 auto;
    line-height: 0;
}

.barbeer-clean-harbor .results-section h2 img {
    width: 187px;
    height: 53px;
}

.barbeer-clean-harbor .steps-panel__lead {
    margin: 0;
    color: #2c1d13;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.barbeer-clean-harbor .steps-panel__lead-title {
    display: block;
    height: 44px;
    line-height: 32px;
}

.barbeer-clean-harbor .steps-panel__lead-version,
.barbeer-clean-harbor .steps-panel__lead-line,
.barbeer-clean-harbor .steps-panel__gift-line {
    display: block;
}

.barbeer-clean-harbor .steps-panel__lead-version--mobile {
    display: none;
}

.barbeer-clean-harbor .steps-panel__lead-line,
.barbeer-clean-harbor .steps-panel__gift-line {
    line-height: 47px;
}

.barbeer-clean-harbor .steps-panel__lead-line,
.barbeer-clean-harbor .steps-panel__gift-line {
    font-size: 18px;
    font-weight: 400;
}

.barbeer-clean-harbor .steps-panel__lead strong {
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
}

.barbeer-clean-harbor .steps-panel__lead .steps-panel__gift {
    font-size: 22px;
}

.barbeer-clean-harbor .steps-panel__gift-image {
    position: absolute;
    top: 464px;
    left: 535px;
    z-index: 1;
    width: 94px;
    height: 99px;
}

.barbeer-clean-harbor .steps-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 840px;
    margin: 74px auto 0;
    padding: 0;
    list-style: none;
}

.barbeer-clean-harbor .steps-list li {
    position: relative;
    min-height: 390px;
    padding: -1px 12px;
}

.barbeer-clean-harbor .steps-list li:not(:last-child)::after {
    display: none;
}

.barbeer-clean-harbor .steps-list__number {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 74px;
    height: 74px;
    margin-bottom: 16px;
    line-height: 0;
}

.barbeer-clean-harbor .steps-list__number img {
    width: 74px;
    height: 74px;
    object-fit: contain;
}

.barbeer-clean-harbor .steps-list h3 {
    margin: 0 0 8px;
    font-size: 23px;
    font-weight: 700;
    line-height: 27px;
}

.barbeer-clean-harbor .steps-list p {
    min-height: 108px;
    margin: 0 auto 10px;
    color: #4d3827;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

.barbeer-clean-harbor .steps-list__copy {
    display: block;
}

.barbeer-clean-harbor .steps-list__copy--mobile {
    display: none;
}

.barbeer-clean-harbor .steps-list li > img {
    margin: 0 auto;
    object-fit: contain;
}

.barbeer-clean-harbor .steps-list li:nth-child(1) > img {
    width: 235px;
    height: 183px;
}

.barbeer-clean-harbor .steps-list li:nth-child(3) > img {
    width: 241px;
    height: 260px;
    transform: translateY(-35px);
}

.barbeer-clean-harbor .steps-list__products {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 209px;
    gap: 0;
}

.barbeer-clean-harbor .steps-list__products img {
    margin: 0;
}

.barbeer-clean-harbor .steps-list__products img:first-child {
    width: 101px;
    height: 129px;
    transform: translateY(-40px);
}

.barbeer-clean-harbor .steps-list__products img:last-child {
    width: 119px;
    height: 209px;
    margin-left: -25px;
}

.barbeer-clean-harbor .steps-panel__content > .campaign-button {
    position: absolute;
    top: 1027px;
    left: 50%;
    z-index: 2;
    width: 295px;
    min-height: 69px;
    transform: translateX(-50%);
}

.barbeer-clean-harbor .steps-panel__content > .campaign-button:hover {
    transform: translateX(-50%) translateY(-2px);
}

@media (min-width: 1001px) {
    .barbeer-clean-harbor .steps-panel__content {
        padding-top: 0;
    }

    .barbeer-clean-harbor .steps-panel h2 {
        position: absolute;
        top: 311px;
        left: 386px;
        width: 188px;
        height: 52px;
        margin: 0;
    }

    .barbeer-clean-harbor .steps-panel__lead {
        position: absolute;
        top: 386px;
        left: 0;
        width: 960px;
        height: 119px;
    }

    .barbeer-clean-harbor .steps-panel__lead-version--desktop {
        position: relative;
        height: 119px;
    }

    .barbeer-clean-harbor .steps-panel__gift-image {
        top: 78px;
    }

    .barbeer-clean-harbor .steps-panel__lead-title,
    .barbeer-clean-harbor .steps-panel__lead-line,
    .barbeer-clean-harbor .steps-panel__gift-line {
        position: absolute;
        left: 0;
        width: 100%;
    }

    .barbeer-clean-harbor .steps-panel__lead-title {
        top: 0;
        height: 32px;
        line-height: 32px;
    }

    .barbeer-clean-harbor .steps-panel__lead-line {
        top: 44px;
        line-height: 44px;
    }

    .barbeer-clean-harbor .steps-panel__gift-line {
        top: 91px;
        line-height: 47px;
        transform: translateX(-23px);
    }

    .barbeer-clean-harbor .steps-panel__connectors {
        position: absolute;
        top: 612px;
        left: 253px;
        z-index: 0;
        width: 461px;
        height: 5px;
        max-width: none;
    }

    .barbeer-clean-harbor .steps-list {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        display: block;
        width: 100%;
        margin: 0;
    }

    .barbeer-clean-harbor .steps-list li {
        position: absolute;
        top: 580px;
        min-height: 0;
        padding: 0;
    }

    .barbeer-clean-harbor .steps-list li:nth-child(1) {
        left: 68px;
        width: 252px;
    }

    .barbeer-clean-harbor .steps-list li:nth-child(2) {
        left: 354px;
        width: 248px;
    }

    .barbeer-clean-harbor .steps-list li:nth-child(3) {
        left: 639px;
        width: 252px;
    }

    .barbeer-clean-harbor .steps-list__number {
        position: absolute;
        top: 0;
        left: 89px;
        margin: 0;
    }

    .barbeer-clean-harbor .steps-list li:nth-child(1) .steps-list__number {
        left: 97px;
    }

    .barbeer-clean-harbor .steps-list h3 {
        position: absolute;
        top: 94px;
        left: 0;
        width: 100%;
        margin: 0;
    }

    .barbeer-clean-harbor .steps-list p {
        position: absolute;
        top: 129px;
        left: 0;
        width: 100%;
        min-height: 0;
        margin: 0;
        white-space: nowrap;
    }

    .barbeer-clean-harbor .steps-list li > img {
        position: absolute;
        margin: 0;
    }

    .barbeer-clean-harbor .steps-list li:nth-child(1) > img {
        top: 214px;
        left: 17px;
    }

    .barbeer-clean-harbor .steps-list li:nth-child(3) > img {
        top: 185px;
        left: 21px;
        transform: none;
    }

    .barbeer-clean-harbor .steps-list__products {
        position: absolute;
        top: 208px;
        left: 37px;
        display: block;
        width: 195px;
        height: 209px;
    }

    .barbeer-clean-harbor .steps-list__products img:first-child {
        position: absolute;
        top: 40px;
        left: 0;
        transform: none;
    }

    .barbeer-clean-harbor .steps-list__products img:last-child {
        position: absolute;
        top: 0;
        left: 76px;
        margin: 0;
    }
}

.barbeer-clean-harbor .awards-section {
    position: relative;
    height: 1337px;
    scroll-margin-top: calc(var(--site-header-height) + 84px);
}

.barbeer-clean-harbor .awards-panel {
    position: relative;
    width: 1250px;
    height: 100%;
    margin: 0 auto;
}

.barbeer-clean-harbor .story-route--awards {
    top: 0;
    left: 585px;
    width: 93px;
    height: 184px;
}

.barbeer-clean-harbor .awards-content {
    position: absolute;
    top: 192px;
    left: 108px;
    z-index: 1;
    width: 1051px;
    height: 1095px;
}

.barbeer-clean-harbor .awards-panel__title {
    position: absolute;
    top: 245px;
    left: 532px;
    z-index: 2;
    width: 188px;
    height: 53px;
    margin: 0;
    line-height: 0;
}

.barbeer-clean-harbor .awards-panel__title img {
    width: 188px;
    height: 53px;
}

.barbeer-clean-harbor .awards-grid {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.barbeer-clean-harbor .award-card {
    position: absolute;
    margin: 0;
    color: #000;
    text-align: center;
}

.barbeer-clean-harbor .award-card__copy {
    position: absolute;
}

.barbeer-clean-harbor .award-card__copy h3 {
    margin: 0 0 12px;
    color: #000;
    font-size: 40px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0.05em;
}

.barbeer-clean-harbor .award-card__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    height: 35px;
    margin-left: 6px;
    border-radius: 10px;
    background: #000;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
    white-space: nowrap;
    vertical-align: middle;
    transform: translateY(-2px);
}

.barbeer-clean-harbor .award-card__number {
    font-size: 22px;
}

.barbeer-clean-harbor .award-card__unit {
    font-size: 19px;
}

.barbeer-clean-harbor .award-card--special .award-card__count {
    width: 53px;
}

.barbeer-clean-harbor .award-card--first .award-card__count {
    width: 76px;
}

.barbeer-clean-harbor .award-card--second .award-card__count {
    width: 77px;
}

.barbeer-clean-harbor .award-card--third .award-card__count {
    width: 76px;
}

.barbeer-clean-harbor .award-card--fourth .award-card__count {
    width: 93px;
}

.barbeer-clean-harbor .award-card--fifth .award-card__count {
    width: 115px;
}

.barbeer-clean-harbor .award-card__copy p {
    margin: 0;
    color: #000;
    font-size: 19.4px;
    font-weight: 700;
    line-height: 26.19px;
    letter-spacing: 0.01em;
}

.barbeer-clean-harbor .award-card__copy strong,
.barbeer-clean-harbor .award-card__copy small {
    display: block;
}

.barbeer-clean-harbor .award-card__copy strong {
    font: inherit;
}

.barbeer-clean-harbor .award-product-break {
    display: none;
}

.barbeer-clean-harbor .award-card__copy small {
    font-size: 15.52px;
    font-weight: 400;
    line-height: 26.19px;
}

.barbeer-clean-harbor .award-card--special {
    top: 203px;
    left: 171px;
    width: 796px;
    height: 500px;
}

.barbeer-clean-harbor .award-card--special .award-card__copy {
    top: 199px;
    left: 442px;
    width: 354px;
}

.barbeer-clean-harbor .award-card--first {
    top: 556px;
    left: 203px;
    width: 210px;
    height: 299px;
}

.barbeer-clean-harbor .award-card--first .award-card__copy {
    top: 197px;
    left: 0;
    width: 210px;
}

.barbeer-clean-harbor .award-card--second {
    top: 577px;
    left: 476px;
    width: 299px;
    height: 278px;
}

.barbeer-clean-harbor .award-card--second .award-card__copy {
    top: 178px;
    left: 0;
    width: 299px;
}

.barbeer-clean-harbor .award-card--third {
    top: 561px;
    left: 850px;
    width: 194px;
    height: 292px;
}

.barbeer-clean-harbor .award-card--third .award-card__copy {
    top: 192px;
    left: 0;
    width: 194px;
}

.barbeer-clean-harbor .award-card--fourth {
    top: 856px;
    left: 357px;
    width: 297px;
    height: 303px;
}

.barbeer-clean-harbor .award-card--fourth .award-card__copy {
    top: 200px;
    left: 0;
    width: 297px;
}

.barbeer-clean-harbor .award-card--fifth {
    top: 886px;
    left: 697px;
    width: 200px;
    height: 270px;
}

.barbeer-clean-harbor .award-card--fifth .award-card__copy {
    top: 170px;
    left: -5px;
    width: 210px;
}

.barbeer-clean-harbor .results-section {
    position: relative;
    height: 680px;
    scroll-margin-top: calc(var(--site-header-height) + 84px);
    background-color: var(--campaign-yellow-bright);
    background-image: url("../images/results-background.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1920px 680px;
    text-align: center;
}

.barbeer-clean-harbor .results-section[hidden] {
    display: none;
}

.barbeer-clean-harbor .results-section__inner {
    position: relative;
    width: 100%;
    max-width: var(--campaign-content);
    height: 100%;
    margin: 0 auto;
    padding-top: 66px;
}

.barbeer-clean-harbor .results-section__announcement {
    margin: 23px 0 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.59em;
}

.barbeer-clean-harbor .winner {
    position: absolute;
    top: 239px;
    left: 50%;
    width: 545px;
    height: 323px;
    margin: 0;
    transform: translateX(-50%);
}

.barbeer-clean-harbor .winner__frame {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.barbeer-clean-harbor .winner__trophy {
    position: absolute;
    top: 28px;
    left: 76px;
    width: 176px;
    height: 265px;
}

.barbeer-clean-harbor .winner__copy {
    position: absolute;
    top: 106px;
    right: auto;
    left: 275px;
    width: 155px;
    color: #17100b;
    text-align: left;
}

.barbeer-clean-harbor .winner__copy h3 {
    margin: 0 0 33px;
    font-size: 63px;
    font-weight: 700;
    line-height: 58px;
}

.barbeer-clean-harbor .winner__copy p {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
}

.barbeer-clean-harbor .winner__copy strong {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.21em;
}

@media (min-width: 1001px) and (max-width: 1279px) {
    .barbeer-clean-harbor .story-background {
        min-height: var(--desktop-story-height);
        background-size: var(--desktop-story-bg-width) var(--desktop-story-height);
    }

    .barbeer-clean-harbor .story-section--mission {
        height: var(--desktop-mission-height);
    }

    .barbeer-clean-harbor .story-section--ocean {
        height: var(--desktop-ocean-height);
        margin-top: var(--desktop-ocean-offset);
    }

    .barbeer-clean-harbor .steps-section {
        height: var(--desktop-steps-height);
    }

    .barbeer-clean-harbor .awards-section {
        height: var(--desktop-awards-height);
    }

    .barbeer-clean-harbor .story-section__inner,
    .barbeer-clean-harbor .steps-panel,
    .barbeer-clean-harbor .awards-panel {
        left: 50%;
        width: 1250px;
        margin-right: 0;
        margin-left: -625px;
        transform-origin: top center;
        transform: scale(var(--desktop-scale));
    }

    .barbeer-clean-harbor .story-section--mission .story-section__inner {
        height: 1160px;
    }

    .barbeer-clean-harbor .story-section--ocean .story-section__inner {
        height: 821px;
    }

    .barbeer-clean-harbor .steps-panel {
        height: 1207px;
    }

    .barbeer-clean-harbor .awards-panel {
        height: 1337px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .barbeer-clean-harbor *,
    .barbeer-clean-harbor *::before,
    .barbeer-clean-harbor *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
