:root {
    --hop-ink: #073b2d;
    --hop-deep: #004e3d;
    --hop-green: #0c7653;
    --hop-fresh: #a8d238;
    --hop-mint: #e6f4ec;
    --hop-ice: #f5fbfa;
}

.hop-water-page {
    margin: 0;
    background: var(--hop-ice);
    color: var(--hop-ink);
    font-family: "caraque-melted", Arial, sans-serif;
    overflow-x: hidden;
}

.hop-water-page * {
    box-sizing: border-box;
    color: inherit;
}

.hop-container {
    width: min(100% - 40px, 1240px);
    margin-inline: auto;
}

.hop-hero {
    position: relative;
    width: 100vw;
    min-height: 100svh;
    background: #e8f6f7;
    isolation: isolate;
    overflow: hidden;
}

.hop-home-link {
    position: fixed;
    top: 26px;
    left: 26px;
    z-index: 20;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 11px 15px;
    border-radius: 10px;
    background: linear-gradient(110deg, rgba(245, 251, 250, .98), rgba(230, 244, 236, .88));
    box-shadow: 0 8px 24px rgba(7, 59, 45, .12);
    color: var(--hop-green);
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .04em;
    text-decoration: none;
    text-transform: uppercase;
    transition: box-shadow .25s ease, opacity .25s ease, transform .25s ease;
}

.hop-home-link:hover,
.hop-home-link:focus-visible {
    background: linear-gradient(110deg, #fff, rgba(200, 231, 206, .96));
    box-shadow: 0 12px 30px rgba(7, 59, 45, .2);
    transform: translateY(-2px);
}

.hop-home-link:focus-visible {
    outline: 2px solid var(--hop-fresh);
    outline-offset: 3px;
}

.hop-home-link:active {
    box-shadow: 0 5px 14px rgba(7, 59, 45, .14);
    transform: translateY(1px) scale(.98);
}

.hop-home-link.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-18px);
}

.hop-home-link svg {
    width: 23px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.hop-hero__image {
    position: absolute;
    inset: 0;
    z-index: -3;
    background-image: url("../img/chmelova-voda-hero-v2.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
}

.hop-hero__wash {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(245, 251, 250, .98) 0%, rgba(245, 251, 250, .94) 32%, rgba(245, 251, 250, .34) 57%, rgba(245, 251, 250, 0) 76%),
        linear-gradient(0deg, rgba(0, 78, 61, .15), transparent 35%);
}

.hop-hero__inner {
    display: flex;
    align-items: center;
    min-height: 100svh;
    padding: 80px 0;
}

.hop-hero__content {
    width: min(100%, 650px);
}

.hop-hero__logo {
    display: block;
    width: 166px;
    height: auto;
    margin-bottom: 42px;
}

.hop-kicker,
.hop-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--hop-green);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.hop-kicker::before,
.hop-eyebrow::before {
    width: 36px;
    height: 2px;
    background: var(--hop-fresh);
    content: "";
}

.hop-hero h1,
.hop-water-page h2 {
    margin: 0;
    font-family: "mudstone-sans", Impact, sans-serif;
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: .96;
    text-transform: uppercase;
}

.hop-hero h1 {
    margin-top: 28px;
    color: var(--hop-ink);
    font-size: clamp(78px, 9vw, 148px);
    line-height: .88;
}

.hop-hero h1 span {
    color: var(--hop-green);
}

.hop-hero__lead {
    max-width: 490px;
    margin: 30px 0 0;
    font-size: clamp(22px, 2vw, 29px);
    font-weight: 700;
    line-height: 1.2;
}

.hop-hero__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
    margin-top: 28px;
}

.hop-hero__badges > div {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.hop-hero__badge-icon {
    display: grid;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    place-items: center;
    border-radius: 50%;
    background: var(--hop-green);
    color: #fff;
}

.hop-hero__badge-icon svg {
    width: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.hop-button {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    margin-top: 36px;
    padding: 17px 24px;
    border-radius: 999px;
    background: var(--hop-ink);
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .06em;
    text-decoration: none;
    text-transform: uppercase;
    transition: gap .25s ease, background-color .25s ease;
}

.hop-button:hover,
.hop-button:focus {
    gap: 26px;
    background: var(--hop-green);
}

.hop-button:active {
    transform: translateY(1px) scale(.98);
}

.hop-button svg {
    width: 24px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.hop-intro {
    padding: 120px 0;
    background: var(--hop-ink);
    color: #fff;
}

.hop-intro__grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    align-items: end;
    gap: 64px;
}

.hop-intro .hop-eyebrow {
    color: var(--hop-fresh);
}

.hop-intro h2,
.hop-moments h2,
.hop-details h2 {
    margin-top: 24px;
    font-size: clamp(54px, 5.2vw, 82px);
}

.hop-intro h2 {
    font-size: clamp(54px, 5vw, 76px);
}

.hop-intro__copy {
    padding-left: 30px;
    border-left: 1px solid rgba(255, 255, 255, .24);
    font-family: "caraque-melted", sans-serif;
}

.hop-intro__copy p {
    margin: 0 0 16px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.38;
}

.hop-intro__copy small {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.38;
}

.hop-details h3,
.hop-nutrition h3 {
    margin: 70px 0 14px;
    font-size: 29px;
    line-height: 1;
    text-transform: uppercase;
}

.hop-moments {
    position: relative;
    padding: 130px 0;
    background: var(--hop-deep);
    color: #fff;
    overflow: hidden;
}

.hop-moments::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url("../img/chmelova-voda-sport-wide-v2.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    content: "";
}

.hop-moments::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(to right, var(--hop-deep) 0, rgba(0, 78, 61, .98) 32%, rgba(0, 78, 61, .38) 54%, transparent 72%),
        linear-gradient(to bottom, var(--hop-deep) 0, transparent 14%, transparent 86%, var(--hop-deep) 100%);
    content: "";
    pointer-events: none;
}

.hop-moments__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: 70px;
}

.hop-moments .hop-eyebrow {
    color: var(--hop-fresh);
}

.hop-moments__lead {
    max-width: 650px;
    margin: 38px 0 0;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: .01em;
    line-height: 1.5;
}

.hop-moments ul,
.hop-details ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 24px;
    margin: 46px 0 0;
    padding: 0;
    list-style: none;
}

.hop-moments li,
.hop-details li {
    position: relative;
    padding-left: 22px;
    font-size: 19px;
    line-height: 1.4;
}

.hop-moments li::before,
.hop-details li::before {
    position: absolute;
    top: .55em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--hop-fresh);
    content: "";
}

.hop-details {
    padding: 130px 0;
    background: #fff;
}

.hop-details__grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    align-items: start;
    gap: 80px;
}

.hop-details__columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px;
    margin-top: 56px;
}

.hop-details__columns > div:last-child {
    grid-column: 1 / -1;
}

.hop-details h3 {
    margin: 0 0 16px;
    color: var(--hop-green);
    font-size: 18px;
    letter-spacing: .05em;
}

.hop-details p {
    margin: 0 0 14px;
    font-size: 18px;
    line-height: 1.5;
}

.hop-details ul {
    display: block;
    margin: 0;
}

.hop-details li {
    margin-bottom: 8px;
}

.hop-nutrition {
    padding: 34px;
    border-radius: 28px;
    background: var(--hop-ink);
    box-shadow: 0 28px 80px rgba(7, 59, 45, .18);
    color: #fff;
}

.hop-nutrition h3 {
    margin: 0 0 24px;
    color: var(--hop-fresh);
    font-size: 21px;
}

.hop-nutrition table {
    width: 100%;
    border-collapse: collapse;
}

.hop-nutrition th,
.hop-nutrition td {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
    font-size: 15px;
    line-height: 1.3;
    text-align: left;
    vertical-align: top;
}

.hop-nutrition th {
    width: 62%;
    padding-right: 20px;
    font-weight: 500;
}

.hop-nutrition td {
    font-weight: 800;
}

.hop-nutrition p {
    margin: 22px 0 8px;
    color: rgba(255, 255, 255, .75);
    font-size: 14px;
}

.hop-nutrition small {
    color: rgba(255, 255, 255, .55);
}

.hop-nutrition__vitamins {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-top: 28px;
}

.hop-nutrition__vitamins img {
    display: block;
    width: 78px;
    height: auto;
}

.hop-water-page #kontakt {
    padding: 38px 0;
    background: var(--hop-deep);
    color: #fff;
}

.hop-water-page #kontakt > .container {
    margin-bottom: 0;
}

.hop-water-page #kontakt a {
    color: #fff;
}

.hop-water-page #kontakt .bg-grapefruit {
    background: var(--hop-green);
}

.hop-reveal {
    opacity: 0;
    transform: translateY(34px);
    transition: opacity .7s ease, transform .7s ease;
}

.hop-reveal.is-visible {
    opacity: 1;
    transform: none;
}

@media (max-width: 900px) {
    .hop-hero {
        min-height: 100svh;
    }

    .hop-hero__image {
        background-position: 64% bottom;
    }

    .hop-hero__wash {
        background: linear-gradient(180deg, rgba(245, 251, 250, .98) 0%, rgba(245, 251, 250, .93) 45%, rgba(245, 251, 250, .12) 73%, rgba(0, 78, 61, .2) 100%);
    }

    .hop-hero__inner {
        align-items: flex-start;
        min-height: 100svh;
        padding-top: 80px;
    }

    .hop-hero__content {
        width: 100%;
    }

    .hop-hero__logo {
        margin-bottom: 32px;
    }

    .hop-hero h1 {
        font-size: clamp(68px, 17vw, 112px);
    }

    .hop-intro__grid,
    .hop-moments__grid,
    .hop-details__grid {
        grid-template-columns: 1fr;
        gap: 56px;
    }

    .hop-moments {
        padding-bottom: 540px;
    }

    .hop-moments::before {
        background-position: center bottom;
        background-size: auto 540px;
    }

    .hop-moments::after {
        background:
            linear-gradient(to bottom, var(--hop-deep) 0, var(--hop-deep) 46%, transparent 62%, var(--hop-deep) 100%);
    }

}

@media (max-width: 640px) {
    .hop-container {
        width: min(100% - 28px, 1240px);
    }

    .hop-home-link {
        top: 14px;
        left: 14px;
        gap: 9px;
        padding: 10px 12px;
        font-size: 13px;
    }

    .hop-hero {
        min-height: 100svh;
    }

    .hop-hero__inner {
        min-height: 100svh;
        padding-top: 56px;
    }

    .hop-hero h1 {
        margin-top: 20px;
        font-size: 65px;
        line-height: .88;
    }

    .hop-hero__logo {
        width: 145px;
        margin-bottom: 26px;
    }

    .hop-hero__lead {
        margin-top: 22px;
        font-size: 20px;
    }

    .hop-hero__badges {
        max-width: 320px;
        gap: 14px 20px;
    }

    .hop-hero__badges > div {
        font-size: 11px;
    }

    .hop-hero__badge-icon {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
    }

    .hop-hero__badge-icon svg {
        width: 18px;
    }

    .hop-button {
        margin-top: 24px;
        padding: 14px 19px;
        font-size: 13px;
    }

    .hop-intro,
    .hop-moments,
    .hop-details {
        padding: 82px 0;
    }

    .hop-moments::before,
    .hop-moments::after {
        display: none;
    }

    .hop-intro h2,
    .hop-moments h2,
    .hop-details h2 {
        font-size: 49px;
    }

    .hop-intro__copy {
        padding: 26px 0 0;
        border-top: 1px solid rgba(255, 255, 255, .24);
        border-left: 0;
    }

    .hop-intro__copy p {
        font-size: 20px;
    }

    .hop-moments ul,
    .hop-details__columns {
        grid-template-columns: 1fr;
    }

    .hop-moments li:last-child,
    .hop-details__columns > div:last-child {
        grid-column: auto;
    }

    .hop-moments__lead {
        font-size: 22px;
    }

    .hop-nutrition {
        padding: 24px 20px;
        border-radius: 20px;
    }

    .hop-nutrition th,
    .hop-nutrition td {
        font-size: 12px;
    }

    .hop-nutrition__vitamins {
        gap: 12px;
        margin-top: 22px;
    }

    .hop-nutrition__vitamins img {
        width: 64px;
    }
}

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

    .hop-reveal {
        opacity: 1;
        transform: none;
    }
}
