:root {
    --navy: #061a37;
    --ink: #0a2348;
    --gold: #d69a24;
    --pale: #f4f5f4;
    --muted: #667184
}

* {
    box-sizing: border-box
}

body {
    font-family: Poppins, sans-serif;
    color: var(--ink)
}

h1,
h2,
h3,
.navbar-brand,
.btn {
    font-family: Montserrat, sans-serif
}

h2 {
    font-size: clamp(1.9rem, 3vw, 2.55rem);
    font-weight: 700;
    letter-spacing: -.055em;
    line-height: 1.25
}

h2 i {
    font-style: normal;
    color: var(--gold)
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.5s ease;
    justify-content: flex-end;
    background: rgb(254, 254, 254);
    background: linear-gradient(180deg, rgba(254, 254, 254, 0) 50%, rgba(0, 0, 0, 0.8323704481792717) 90%);
    border-radius: inherit;
    box-shadow: inset 6px 6px 10px 0 rgba(0, 0, 0, 0.2), inset -6px -6px 10px 0 rgba(255, 255, 255, 0.2);
    opacity: 0;
}

.overlay:hover {
    opacity: 1;
}

.overlay .overlay-inner {
    padding: 5px 20px;
    text-align: left;
}

.overlay .image-zoom,
.overlay .project-link {
    position: absolute;
    top: 0;
    padding: 5px 10px;
    margin: 5px;
}

.overlay .project-link {
    right: 0;
}

.overlay .project-link ul {
    margin: 0;
    list-style-type: none;
}

.image-zoom {
    position: absolute;
    top: 0;
    padding: 5px 10px;
    margin: 5px;
}

.project-row .image-zoom a,
.overlay .project-link .link {
    padding: 0;
    margin-bottom: 5px;
    display: block;
    border-radius: 5px;
    box-sizing: border-box;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 24px;
    background-color: #fff;
    color: #262626;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.project-row .image-zoom a:hover,
.overlay .project-link a:hover {
    background-color: #262626;
    color: #ffffff;
}

.project-row .image-zoom a,
.overlay .project-link .link {
    padding: 0;
    margin-bottom: 5px;
    display: block;
    border-radius: 5px;
    box-sizing: border-box;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 24px;
    background-color: #fff;
    color: #262626;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.project-row .image-zoom a:hover,
.overlay .project-link a:hover {
    background-color: #262626;
    color: #ffffff;
}

.section-pad {
    padding: 100px 0
}

.navbar {
    transition: .3s;
    background: #03142de8;
    border-bottom: 1px solid #ffffff22
}

.navbar>.container {
    min-height: 76px
}

.navbar-brand {
    font-size: 16px;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: .04em
}

.navbar-brand b,
.brand-mark span {
    color: var(--gold)
}

.navbar-brand small {
    display: block;
    font: 500 6.5px Poppins;
    letter-spacing: .14em;
    margin-top: 4px;
    opacity: .72
}

.brand-mark {
    font-size: 35px;
    letter-spacing: -8px;
    margin-right: 6px
}

.nav-link {
    font: 600 10px Montserrat !important;
    text-transform: uppercase;
    color: #e9eef6 !important;
    letter-spacing: .04em;
    padding: 15px !important
}

.btn {
    border-radius: 0;
    padding: 13px 18px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase
}

.btn-gold {
    background: var(--gold);
    border: 1px solid var(--gold);
    color: #fff
}

.btn-gold:hover {
    background: #b87f14;
    border-color: #b87f14;
    color: #fff
}

.btn span {
    font-size: 17px;
    margin-left: 12px
}

.hero-sterno {
    color: #fff;
    background: linear-gradient(90deg, #03142df9 0%, #061a37c9 43%, #061a3722 100%), url('https://images.unsplash.com/photo-1504674900247-0877df9cc836?auto=format&fit=crop&w=2000&q=90') center/cover;
    position: relative
}

.eyebrow {
    font: 700 10px Montserrat;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #efb849;
    margin: 0 0 18px
}

.eyebrow.dark {
    color: var(--gold)
}

.hero-sterno h1 {
    font-size: clamp(2.9rem, 6vw, 5.5rem);
    font-weight: 800;
    letter-spacing: -.075em;
    line-height: 1.05
}

.hero-sterno h1 em {
    font-style: normal;
    color: var(--gold)
}

.hero-lead {
    max-width: 550px;
    font-size: 15px;
    line-height: 1.9;
    color: #e7edf5;
    margin: 28px 0 34px
}

.hero-note {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(1140px, 90%);
    display: flex;
    background: #061a37ec
}

.hero-note span {
    padding: 20px 35px;
    color: #d6b160;
    font: 600 9px Montserrat;
    text-transform: uppercase;
    letter-spacing: .12em;
    border-right: 1px solid #ffffff25
}

.about-sterno {
    background: #fff
}

.body-lead {
    font-size: 16px;
    line-height: 1.85;
    color: #314665
}

.body-copy {
    font-size: 12px;
    line-height: 1.9;
    color: var(--muted)
}

.inline-link {
    color: var(--ink);
    text-decoration: none;
    text-transform: uppercase;
    font: 700 10px Montserrat;
    letter-spacing: .06em
}

.inline-link b {
    color: var(--gold);
    font-size: 18px;
    margin-left: 6px
}

.feature-row {
    border-top: 1px solid #dce1e7;
    border-bottom: 1px solid #dce1e7
}

.feature-row>div>div {
    padding: 28px 32px 26px 0;
    border-right: 1px solid #dce1e7
}

.feature-row>div:not(:first-child)>div {
    padding-left: 32px
}

.feature-row>div:last-child>div {
    border: 0
}

.feature-row span {
    font: 600 10px Montserrat;
    color: var(--gold)
}

.feature-row h3 {
    font-size: 14px;
    margin: 12px 0 8px;
    font-weight: 700
}

.feature-row p {
    font-size: 11px;
    line-height: 1.75;
    color: var(--muted);
    margin: 0
}

.products {
    background: var(--pale)
}

.products-intro {
    max-width: 360px;
    font-size: 12px;
    line-height: 1.8;
    color: var(--muted);
    margin: 0
}

.product-card {
    background: white;
    height: 100%;
    box-shadow: 0 6px 24px #0016370c;
    transition: .25s
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 13px 28px #0016371f
}

.product-art {
    height: 225px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    background: radial-gradient(circle at 50% 20%, #f2bd50, #b7750f 55%, #533005 100%);
    color: #fff;
    box-shadow: inset 0 0 30px #0005
}

.product-art:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 150px;
    border: 5px solid #f5cb72;
    border-radius: 9px;
    transform: perspective(200px) rotateX(8deg);
    background: #1d2942aa;
    box-shadow: 0 8px 0 #4a2b07
}

.product-art.jelly {
    background: radial-gradient(circle at 50% 20%, #93b769, #487c3e 55%, #183d2b 100%)
}

.product-art span,
.product-art b {
    z-index: 1;
    font-family: Montserrat;
    font-weight: 800
}

.product-art span {
    font-size: 11px;
    letter-spacing: .16em
}

.product-art b {
    font-size: 28px;
    letter-spacing: .08em
}

.product-art b small {
    font-size: 13px
}

.product-card .type {
    font: 600 8px Montserrat;
    color: var(--gold);
    letter-spacing: .1em;
    margin: 0 0 9px
}

.product-card h3 {
    font-size: 15px;
    font-weight: 700
}

.product-card p:not(.type) {
    font-size: 11px;
    line-height: 1.75;
    color: var(--muted);
    min-height: 57px
}

.product-card a {
    font: 700 9px Montserrat;
    color: var(--ink);
    text-decoration: none;
    text-transform: uppercase
}

.product-card a b {
    font-size: 17px;
    color: var(--gold);
    margin-left: 4px
}

.comparison {
    background: #fff
}

.compare-table {
    box-shadow: 0 4px 19px #00163710
}

.compare-table th {
    background: var(--navy);
    color: white;
    border: 0;
    font: 600 10px Montserrat;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding: 18px 20px
}

.compare-table td {
    font-size: 12px;
    color: #526177;
    padding: 18px 20px;
    border-bottom: 1px solid #e5e9ed
}

.compare-table td b {
    font-family: Montserrat;
    color: var(--ink)
}

.uses {
    background: var(--navy);
    color: white
}

.use-image {
    min-height: 550px;
    background: linear-gradient(#00152f33, #00152f33), url('https://images.unsplash.com/photo-1414235077428-338989a2e8c0?auto=format&fit=crop&w=1200&q=90') center/cover;
    position: relative
}

.image-label {
    position: absolute;
    bottom: 30px;
    left: 10%;
    font: 600 10px Montserrat;
    text-transform: uppercase;
    letter-spacing: .15em;
    color: #f1c568
}

.use-content {
    padding: 87px max(5vw, 40px)
}

.use-content h2 {
    font-size: clamp(2rem, 3vw, 2.8rem)
}

.use-item {
    border: 1px solid #ffffff2c;
    padding: 15px;
    font: 600 11px Montserrat
}

.use-item span {
    color: var(--gold);
    margin-right: 6px
}

.use-caption {
    color: #b9c6d7;
    font-size: 11px;
    line-height: 1.8;
    margin-top: 27px
}

.guide {
    background: var(--pale)
}

.guide-block {
    background: #fff;
    padding: 23px 28px;
    margin-bottom: 13px
}

.guide-block h3 {
    font-size: 14px;
    margin: 0 0 16px
}

.guide-block ol,
.guide-block ul {
    padding-left: 19px;
    margin: 0;
    color: var(--muted);
    font-size: 11px;
    line-height: 2
}

.guide-block li::marker {
    color: var(--gold);
    font-weight: bold
}

.advantages {
    background: var(--navy);
    color: white
}

.advantages h2 {
    color: white
}

.adv-card {
    padding: 23px;
    background: #ffffff0a;
    border: 1px solid #ffffff18;
    height: 100%
}

.adv-card>b {
    color: var(--gold);
    font: 600 10px Montserrat
}

.adv-card h3 {
    font-size: 14px;
    margin: 13px 0 8px
}

.adv-card p {
    font-size: 10px;
    line-height: 1.7;
    color: #bdc9d9;
    margin: 0
}

.faq {
    background: white
}

.accordion-item {
    border: 0;
    border-bottom: 1px solid #dce2e8 !important
}

.accordion-button {
    box-shadow: none !important;
    padding: 21px 0;
    font: 600 14px Montserrat;
    color: var(--ink);
    background: white !important
}

.accordion-button:not(.collapsed) {
    color: var(--gold)
}

.accordion-body {
    font-size: 11px;
    line-height: 1.8;
    color: var(--muted);
    padding: 0 30px 20px 0
}

.order {
    padding: 95px 0;
    color: white;
    text-align: center;
    background: linear-gradient(#061a37e8, #061a37f1), url('https://images.unsplash.com/photo-1556911220-e15b29be8c8f?auto=format&fit=crop&w=1600&q=80') center/cover
}

.order h2 {
    color: white
}

.order p:not(.eyebrow) {
    font-size: 12px;
    color: #cfdae8;
    margin: 20px 0 30px
}

footer {
    background: #031126;
    color: #fff;
    padding: 52px 0 18px
}

.footer-text {
    font-size: 10px;
    line-height: 1.8;
    color: #91a1b5;
    margin: 18px 0 0
}

.footer-title {
    font: 600 10px Montserrat;
    text-transform: uppercase;
    color: #d7ae57;
    letter-spacing: .1em
}

.socials {
    display: flex;
    gap: 14px;
    margin-bottom: 10px
}

.socials a,
.shop-link {
    font: 600 10px Montserrat;
    text-transform: uppercase;
    text-decoration: none;
    color: #d4ddea
}

.shop-link {
    color: #e1af45
}

.copyright {
    border-top: 1px solid #ffffff18;
    margin-top: 34px;
    padding-top: 15px;
    color: #718096;
    font-size: 9px
}

.whatsapp-float {
    display: grid;
    place-items: center;
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 50px;
    height: 50px;
    background: #1dbd67;
    border-radius: 50%;
    z-index: 10;
    color: white;
    text-decoration: none;
    font-size: 28px;
    box-shadow: 0 4px 18px #0005
}

@media(max-width:991px) {
    .navbar-collapse {
        background: #061a37;
        padding: 10px 15px 18px
    }

    .hero-note {
        width: 100%;
        bottom: 0
    }

    .hero-note span {
        padding: 15px 20px;
        flex: 1
    }

    .feature-row>div>div,
    .feature-row>div:not(:first-child)>div {
        padding: 22px;
        border-right: 0;
        border-bottom: 1px solid #dce1e7
    }

    .feature-row>div:last-child>div {
        border-bottom: 0
    }

    .use-content {
        padding: 65px 10%
    }
}

@media(max-width:575px) {
    .section-pad {
        padding: 67px 0
    }

    .hero-note span {
        font-size: 7px;
        padding: 13px 8px;
        text-align: center
    }

    .hero-lead {
        font-size: 13px
    }

    .use-image {
        min-height: 340px
    }

    .compare-table th,
    .compare-table td {
        padding: 14px;
        font-size: 10px
    }

    .order {
        padding: 70px 0
    }

    .navbar-brand {
        font-size: 14px
    }

    .brand-mark {
        font-size: 29px
    }

    .use-content {
        padding: 60px 8%
    }
}