/*
Theme Name: Drizzi Olive Oil
Theme URI: https://www.drizzi.al
Author: Prelude Group
Author URI: https://preludegroup.gr
Description: Premium WordPress theme for Drizzi Albanian Olive Oil. Dark design, olive green branding, modern animations, responsive, multi-language ready.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: drizzi
Tags: one-column, custom-menu, custom-logo, translation-ready
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
*/

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

em,
i {
    font-style: normal !important
}

:root {
    --bg: #0e100b;
    --bg2: #141610;
    --bg3: #1a1c14;
    --bg4: #222519;
    --olive: #8a8a1b;
    --olive-l: #a0a020;
    --olive-d: #6e6e15;
    --green: #4ca83e;
    --green2: #5aba4c;
    --white: #eae8e2;
    --gray: #908d84;
    --gray2: #5e5c55;
    --gray3: #3a3935;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden
}

body {
    font-family: 'Roboto', sans-serif;
    background: var(--bg);
    color: var(--white);
    overflow-x: hidden;
    line-height: 1.7;
    font-size: 15px;
    font-weight: 300
}

a {
    text-decoration: none;
    color: inherit
}

img {
    display: block;
    max-width: 100%
}

ul,
ol {
    list-style: none
}

/* ===== HEADER ===== */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 48px;
    background: transparent;
    transition: all .5s cubic-bezier(.4, 0, .2, 1)
}

.site-header.scrolled {
    background: #fff;
    backdrop-filter: blur(12px);
    padding: 12px 48px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .08)
}

.site-header.scrolled .logo-text {
    color: #1a1c14
}

.site-header.scrolled .nav-main a {
    color: #5e5c55
}

.site-header.scrolled .nav-main a:hover,
.site-header.scrolled .nav-main .current-menu-item a,
.site-header.scrolled .nav-main li.active a {
    color: #1a1c14
}

.site-header.scrolled .ham span {
    background: #1a1c14
}

.site-header.scrolled .lbtn {
    color: #5e5c55
}

.site-header.scrolled .lbtn.active {
    background: var(--olive);
    color: #fff
}

.site-header.scrolled .lang-sw {
    background: rgba(0, 0, 0, .06)
}

.logo-link {
    display: flex;
    align-items: center;
    gap: 10px
}

.logo-img {
    height: 60px;
    width: auto;
    transition: height .7s
}

.site-header.scrolled .logo-img {
    height: 50px
}

.logo-text {
    font-family: 'Roboto', sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase
}

.nav-main {
    display: flex;
    align-items: center
}

.nav-main ul {
    display: flex;
    gap: 52px;
    list-style: none;
    margin: 0;
    padding: 0
}

.nav-main li {
    list-style: none
}

.nav-main a {
    font-size: 1rem;
    color: var(--gray);
    letter-spacing: .5px;
    transition: color .3s;
    font-weight: 400;
    position: relative;
    white-space: nowrap
}

.nav-main a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 1.5px;
    background: var(--olive-l);
    transition: width .3s
}

.nav-main a:hover,
.nav-main .current-menu-item a,
.nav-main .current_page_item a,
.nav-main li.active a {
    color: var(--white)
}

.nav-main a:hover::after,
.nav-main .current-menu-item a::after,
.nav-main .current_page_item a::after,
.nav-main li.active a::after {
    width: 100%
}

.hdr-right {
    display: flex;
    align-items: center;
    gap: 16px
}

.lang-sw {
    display: flex;
    background: rgba(255, 255, 255, .06);
    border-radius: 6px;
    padding: 2px;
    gap: 1px
}

.lbtn {
    background: none;
    border: none;
    color: var(--gray2);
    font-size: .62rem;
    font-weight: 700;
    padding: 5px 9px;
    border-radius: 4px;
    cursor: pointer;
    transition: all .25s;
    font-family: 'Roboto', sans-serif;
    letter-spacing: .8px
}

.lbtn.active {
    background: var(--olive);
    color: #fff
}

.lbtn:hover:not(.active) {
    color: var(--white)
}

.ham {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px
}

.ham span {
    display: block;
    width: 22px;
    height: 1.5px;
    background: var(--white);
    transition: .3s
}

/* ===== MOBILE MENU ===== */
.mmenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 2000;
    pointer-events: none;
    visibility: hidden
}

.mmenu.open {
    pointer-events: all;
    visibility: visible
}

.mm-ov {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    transition: opacity .4s;
    backdrop-filter: blur(0px)
}

.mmenu.open .mm-ov {
    opacity: 1;
    backdrop-filter: blur(4px)
}

.mm-pan {
    position: absolute;
    top: 0;
    right: 0;
    width: min(400px, 88vw);
    height: 100%;
    background: var(--bg2);
    border-left: 1px solid rgba(255, 255, 255, .06);
    transform: translateX(100%);
    transition: transform .45s cubic-bezier(.4, 0, .2, 1);
    display: flex;
    flex-direction: column;
    padding: 28px 32px;
    overflow-y: auto
}

.mmenu.open .mm-pan {
    transform: translateX(0)
}

.mm-hdr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 36px;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    margin-bottom: 10px
}

.mm-cl {
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    transition: all .3s
}

.mm-cl:hover {
    background: rgba(255, 255, 255, .1);
    transform: rotate(90deg)
}

.mm-cl span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 1.5px;
    background: var(--white)
}

.mm-cl span:first-child {
    transform: translate(-50%, -50%) rotate(45deg)
}

.mm-cl span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.mm-nav {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.mm-nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.mm-nav li {
    border-bottom: 1px solid rgba(255, 255, 255, .04)
}

.mm-nav a {
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    color: var(--white);
    padding: 18px 0;
    display: flex;
    align-items: center;
    gap: 14px;
    transition: all .35s;
    opacity: 0;
    transform: translateX(30px)
}

.mmenu.open .mm-nav a {
    opacity: 1;
    transform: translateX(0)
}

.mmenu.open .mm-nav li:nth-child(1) a {
    transition-delay: .15s
}

.mmenu.open .mm-nav li:nth-child(2) a {
    transition-delay: .22s
}

.mmenu.open .mm-nav li:nth-child(3) a {
    transition-delay: .29s
}

.mmenu.open .mm-nav li:nth-child(4) a {
    transition-delay: .36s
}

.mmenu:not(.open) .mm-nav a {
    transition: all .2s
}

.mm-nav a:hover {
    color: var(--olive-l);
    padding-left: 10px
}

.mm-num {
    font-family: 'Roboto', sans-serif;
    font-size: .65rem;
    font-weight: 500;
    color: var(--olive-l);
    letter-spacing: 1px;
    min-width: 22px
}

.mm-ft {
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, .06);
    display: flex;
    flex-direction: column;
    gap: 16px;
    opacity: 0;
    transform: translateY(15px);
    transition: all .4s .35s
}

.mmenu.open .mm-ft {
    opacity: 1;
    transform: translateY(0)
}

.mm-langs {
    display: flex;
    gap: 6px
}

.mm-soc {
    display: flex;
    gap: 18px
}

.mm-soc a {
    font-size: .75rem;
    color: var(--gray2);
    transition: color .3s
}

.mm-soc a:hover {
    color: var(--olive-l)
}

.mm-copy {
    font-size: .65rem;
    color: var(--gray3);
    margin-top: 8px
}

/* ===== SHARED ===== */
.sec-label {
    font-size: .65rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--olive-l);
    margin-bottom: 12px;
    font-weight: 600
}

.sec-title {
    font-family: 'Roboto', sans-serif;
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 20px
}

.sec-title em {
    color: var(--olive-l);
    font-style: normal;
    font-weight: 400
}

.sec-text {
    font-size: .88rem;
    color: var(--gray);
    line-height: 1.85;
    max-width: 640px;
    font-weight: 300
}

.drizzi-section {
    background: rgba(0, 0, 0, .85);
    padding: 60px 0;
    overflow: hidden;
    position: relative;
}


.drizzi-inner {
    max-width: 1200px;
    margin: 0 auto
}

.drizzi-cta {
    display: inline-block;
    background: var(--olive);
    color: #fff;
    padding: 14px 36px;
    border-radius: 4px;
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all .3s;
    border: none;
    cursor: pointer;
    font-family: 'Roboto', sans-serif
}

.drizzi-cta:hover {
    background: var(--olive-l);
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(138, 138, 27, .25)
}

/* ===== HERO ===== */
/* === PRODUCT HERO === */
.hero-product {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.hero-product-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center right
}

.hero-product-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(10,12,8,.6) 0%, rgba(10,12,8,.2) 30%, rgba(10,12,8,.15) 60%, rgba(10,12,8,.85) 100%),
        linear-gradient(90deg, rgba(10,12,8,.75) 0%, rgba(10,12,8,.3) 50%, transparent 100%)
}

/* Main text - positioned top-left */
.hero-text-block {
    position: absolute;
    top: 140px;
    left: 48px;
    z-index: 3;
    max-width: 520px
}

.hero-big-title {
    font-family: 'Roboto', sans-serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 400;
    line-height: 1.25;
    color: #fff;
    margin-bottom: 20px
}

.hero-big-title strong {
    color: var(--olive-l);
    font-weight: 700
}

.hero-desc {
    font-size: .85rem;
    color: rgba(255,255,255,.55);
    line-height: 1.75;
    margin-bottom: 32px;
    max-width: 400px;
    font-weight: 300
}

.hero-btns {
    display: flex;
    gap: 14px;
    align-items: center
}

.hero-btn-fill {
    display: inline-block;
    padding: 14px 32px;
    background: var(--olive);
    color: #fff;
    border-radius: 6px;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all .3s;
    font-family: 'Roboto', sans-serif
}

.hero-btn-fill:hover {
    background: var(--olive-l);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(138,138,27,.25)
}

.hero-btn-ghost {
    display: inline-block;
    padding: 14px 32px;
    border: 1px solid rgba(255,255,255,.25);
    color: #fff;
    border-radius: 6px;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all .3s;
    font-family: 'Roboto', sans-serif
}

.hero-btn-ghost:hover {
    border-color: rgba(255,255,255,.5);
    background: rgba(255,255,255,.05)
}

/* Info box - positioned bottom-right */
.hero-info-box {
    position: absolute;
    bottom: 100px;
    right: 48px;
    z-index: 3;
    max-width: 280px;
    background: rgba(14,16,11,.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 12px;
    padding: 28px 24px
}

.hero-info-box h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--olive-l);
    margin-bottom: 10px
}

.hero-info-box p {
    font-size: .76rem;
    color: rgba(255,255,255,.5);
    line-height: 1.75;
    font-weight: 300
}

/* Clients bar - inside hero, at the very bottom */
.hero-clients-bar {
    position: absolute;
    bottom: 0;
    left: 62%;
    transform: translateX(-50%);
    z-index: 4;
    width: 90%;
    max-width: 900px;
    background: rgba(14,16,11,.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,.08);
    border-bottom: none;
    border-radius: 16px 16px 0 0;
    padding: 18px 40px
}

.hero-clients-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px
}

.hc-logo {
    font-size: .8rem;
    font-weight: 600;
    color: var(--olive-l);
    letter-spacing: .5px;
    white-space: nowrap;
    opacity: .55;
    transition: opacity .3s
}

.hc-logo:hover {
    opacity: 1
}

.hero-scroll {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: var(--gray2);
    font-size: .65rem;
    letter-spacing: 2px;
    text-transform: uppercase
}

.scroll-line {
    width: 1px;
    height: 40px;
    background: var(--gray3);
    position: relative;
    overflow: hidden
}

.scroll-line::after {
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    width: 1px;
    height: 100%;
    background: var(--olive-l);
    animation: scrollDown 2s ease infinite
}

@keyframes scrollDown {
    0% {
        top: -100%
    }

    100% {
        top: 100%
    }
}

/* ===== PAGE HERO ===== */
.page-hero {
    min-height: 65vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden
}

.page-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center 30%
}

.page-hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(14, 16, 11, .5) 0%, rgba(14, 16, 11, .7) 100%)
}

.page-hero-content {
    position: relative;
    z-index: 2;
    padding: 140px 24px 60px
}

.page-hero-title {
    font-family: 'Roboto', sans-serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 400;
    animation: fu .8s ease .2s both
}

/* ===== STORY ===== */
.story-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 80px;
    align-items: center
}

.story-img,
.about-img,
.why-img {
    aspect-ratio: 4/5;
    border-radius: 12px;
    overflow: hidden;
    background: var(--bg3)
}

.story-img img,
.about-img img,
.why-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top
}

/* ===== VOYAGE SLIDER ===== */
.voyage-section {
    background: rgba(0,0,0,.85);
    padding: 60px 0;
    overflow: hidden;
    position: relative
}

.voyage-slider {
    --vslide-w: min(25vw, 300px);
    --vslide-aspect: 2 / 3;
    --vslide-dur: 800ms;
    --vslide-ease: ease;
    width: calc(3 * var(--vslide-w));
    display: flex;
    align-items: center;
    margin: 0 auto
}

.vslider-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    opacity: .7;
    transition: opacity 250ms ease;
    z-index: 999;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px
}

.vslider-btn svg {
    width: 40px;
    height: 40px;
    stroke: white
}

.vslider-btn:hover { opacity: 1 }

.vslides-wrap {
    width: 100%;
    height: calc(var(--vslide-w) * 1.5);
    display: grid;
    place-items: center
}

.vslides-wrap > * { grid-area: 1 / -1 }

.vslides,
.vslides-infos {
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: grid;
    place-items: center
}

.vslides > *,
.vslides-infos > * { grid-area: 1 / -1 }

.vslide {
    width: var(--vslide-w);
    aspect-ratio: var(--vslide-aspect);
    user-select: none;
    perspective: 800px;
    transform: perspective(1000px) translate3d(var(--vtx,0), 0, var(--vtz,0)) rotateY(var(--vroty,0)) scale(var(--vscale,1));
    transition: transform var(--vslide-dur) var(--vslide-ease)
}

.vslide[data-current] {
    --vscale: 1.2;
    --vtz: 0px;
    --vtx: 0px;
    --vroty: 0;
    pointer-events: auto
}

.vslide[data-next] {
    --vtx: calc(var(--vslide-w) * 1.07);
    --vroty: -45deg
}

.vslide[data-previous] {
    --vtx: calc(-1 * var(--vslide-w) * 1.07);
    --vroty: 45deg
}

.vslide:not([data-current]) {
    --vscale: 1;
    pointer-events: none
}

.vslide-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d
}

.vslide-img-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 4px
}

.vslide-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover;
    transform: translate(-50%,-50%) scale(1.25);
    transition: filter var(--vslide-dur) var(--vslide-ease)
}

.vslide[data-current] .vslide-img { filter: brightness(.8) }
.vslide:not([data-current]) .vslide-img { filter: brightness(.5) }

.vslide-bg {
    position: absolute;
    inset: -10%;
    background-image: var(--bg);
    background-size: cover;
    background-position: center;
    z-index: -1;
    pointer-events: none;
    transition: opacity var(--vslide-dur) ease, transform var(--vslide-dur) ease
}

.vslide-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.8);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px)
}

.vslide-bg:not([data-current]) { opacity: 0 }
.vslide-bg[data-previous] { transform: translateX(-10%) }
.vslide-bg[data-next] { transform: translateX(10%) }

/* Slide info text */
.vslide-info {
    position: relative;
    width: var(--vslide-w);
    height: 100%;
    aspect-ratio: var(--vslide-aspect);
    user-select: none;
    perspective: 800px;
    z-index: 100
}

.vslide-info[data-current] .vslide-info-text span {
    opacity: 1;
    transform: translate3d(0,0,0);
    transition-delay: 250ms
}

.vslide-info:not([data-current]) .vslide-info-text span {
    opacity: 0;
    transform: translate3d(0,100%,0);
    transition-delay: 0ms
}

.vslide-info-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d
}

.vslide-info-text-wrap {
    position: absolute;
    height: fit-content;
    left: -15%;
    bottom: 15%;
    transform: translateZ(45px);
    z-index: 2;
    pointer-events: none
}

.vslide-info-text {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    overflow: hidden
}

.vslide-info-text span {
    display: block;
    white-space: nowrap;
    transition: var(--vslide-dur) var(--vslide-ease);
    transition-property: opacity, transform
}

.vslide-info-text[data-title],
.vslide-info-text[data-subtitle] {
    font-size: clamp(1.2rem, 3vw, 2.4rem);
    font-weight: 800;
    letter-spacing: .02em;
    text-transform: uppercase
}

.vslide-info-text[data-subtitle] {
    margin-left: .5rem;
    font-size: clamp(1rem, 2.2vw, 1.8rem);
    font-weight: 600
}

.vslide-info-text[data-description] {
    margin-left: .25rem;
    font-size: clamp(.7rem, 1.5vw, .95rem);
    font-weight: 300
}

/* ===== GOLD BANNER ===== */
.gold-banner {
    background: linear-gradient(135deg, var(--olive-d), var(--olive), var(--olive-d));
    text-align: center;
    padding: 80px 48px
}

.gold-banner h2 {
    font-family: 'Roboto', sans-serif;
    font-size: clamp(1.6rem, 3vw, 2.5rem);
    font-weight: 500;
    color: #fff;
    margin-bottom: 14px
}

.gold-sub {
    font-size: .95rem;
    color: rgba(255, 255, 255, .85);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.8;
    font-weight: 300
}

.gold-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-top: 24px
}

.gold-tag {
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 10px 24px;
    border-radius: 30px;
    font-size: .78rem;
    color: #fff;
    letter-spacing: .5px
}

/* ===== FEATURES ===== */
/* === FEATURES PREMIUM SECTION === */
.feat-premium {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(160deg, #0e100b 0%, #171c10 20%, #1e2814 45%, #1a2410 65%, #141610 85%, #0e100b 100%);
    overflow: hidden
}

.feat-premium::before {
    content: '';
    position: absolute;
    top: -30%;
    right: -15%;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(138,138,27,.08) 0%, rgba(138,138,27,.03) 40%, transparent 70%);
    pointer-events: none;
    animation: feat-glow 8s ease-in-out infinite alternate
}

.feat-premium::after {
    content: '';
    position: absolute;
    bottom: -20%;
    left: -8%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(92,138,60,.06) 0%, transparent 65%);
    pointer-events: none;
    animation: feat-glow 10s ease-in-out 2s infinite alternate
}

@keyframes feat-glow {
    0% { opacity: .6; transform: scale(1) }
    100% { opacity: 1; transform: scale(1.1) }
}

.feat-premium-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 48px;
    position: relative;
    z-index: 2
}

.feat-premium-header {
    margin-bottom: 72px;
    text-align: center
}

.feat-premium-header .sec-label {
    margin-bottom: 16px
}

.feat-premium-header .sec-title {
    font-size: clamp(2rem, 3.5vw, 2.8rem)
}

.feat-premium-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0
}

.feat-item {
    padding: 48px 36px;
    border-left: 1px solid rgba(255,255,255,.06);
    position: relative;
    transition: all .4s
}

.feat-item:first-child {
    border-left: none
}

.feat-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 36px;
    right: 36px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(138,138,27,.2), transparent);
    opacity: 0;
    transition: opacity .4s
}

.feat-item:hover::after {
    opacity: 1
}

.feat-item:hover {
    background: rgba(138,138,27,.03)
}

.feat-num {
    display: inline-block;
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: 3px;
    color: var(--olive-l);
    opacity: .35;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(138,138,27,.15)
}

.feat-item h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 16px;
    color: var(--white);
    letter-spacing: .3px
}

.feat-item p {
    font-size: .82rem;
    color: var(--gray);
    line-height: 1.85;
    font-weight: 300
}

/* ===== PRODUCTION ===== */
.prod-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 40px
}

.prod-card {
    background: var(--bg3);
    border-radius: 12px;
    padding: 36px 28px;
    border: 1px solid rgba(255, 255, 255, .04);
    text-align: center;
    transition: all .3s
}

.prod-card:hover {
    transform: translateY(-4px);
    border-color: rgba(138, 138, 27, .12)
}

.pc-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(138, 138, 27, .12);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    font-size: 1.5rem
}

.prod-card h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px
}

.prod-card p {
    font-size: .78rem;
    color: var(--gray);
    line-height: 1.7;
    font-weight: 300
}

.prod-card-img {
    height: 180px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 18px
}

.prod-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

/* ===== ABOUT ===== */
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 70px;
    align-items: center
}

.why-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 70px;
    align-items: center
}

.support-inner {
    max-width: 600px;
    margin: 0 auto;
    text-align: center
}

.support-icon {
    font-size: 3rem;
    margin-bottom: 20px
}

/* ===== WORK ===== */
.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    margin-top: 40px
}

.process-step {
    background: var(--bg3);
    border-radius: 12px;
    padding: 32px 24px;
    border: 1px solid rgba(255, 255, 255, .04);
    transition: all .3s;
    position: relative;
    overflow: hidden
}

.process-step::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--olive), var(--olive-l));
    opacity: 0;
    transition: opacity .3s
}

.process-step:hover {
    transform: translateY(-4px);
    border-color: rgba(138, 138, 27, .12)
}

.process-step:hover::before {
    opacity: 1
}

.step-num {
    font-family: 'Roboto', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--olive-l);
    opacity: .3;
    margin-bottom: 12px;
    line-height: 1
}

.process-step h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 10px
}

.process-step p {
    font-size: .78rem;
    color: var(--gray);
    line-height: 1.7;
    font-weight: 300
}

.video-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px
}

.video-card {
    border-radius: 12px;
    overflow: hidden;
    background: var(--bg3);
    border: 1px solid rgba(255, 255, 255, .04)
}

.video-placeholder {
    aspect-ratio: 16/9;
    background: linear-gradient(135deg, var(--bg3), var(--bg4));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    cursor: pointer;
    transition: all .3s
}

.video-placeholder:hover {
    background: linear-gradient(135deg, var(--bg4), #2a2d20)
}

.play-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(138, 138, 27, .2);
    border: 2px solid var(--olive-l);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: var(--olive-l);
    transition: all .3s
}

.video-placeholder:hover .play-btn {
    background: var(--olive);
    color: #fff;
    transform: scale(1.1)
}

.video-placeholder span {
    font-size: .78rem;
    color: var(--gray)
}

/* ===== CONTACT ===== */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    align-items: start
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.c-card {
    background: var(--bg3);
    border-radius: 12px;
    padding: 28px 24px;
    border: 1px solid rgba(255, 255, 255, .04);
    transition: all .3s
}

.c-card:hover {
    border-color: rgba(138, 138, 27, .15);
    transform: translateY(-3px)
}

.c-icon {
    font-size: 1.5rem;
    margin-bottom: 10px
}

.c-card h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 8px
}

.c-card p {
    font-size: .82rem;
    color: var(--gray);
    line-height: 1.7;
    font-weight: 300
}

.c-card a {
    color: var(--olive-l);
    transition: color .3s
}

.c-card a:hover {
    color: var(--white)
}

.c-socials {
    display: flex;
    gap: 14px;
    margin-top: 6px
}

.c-socials a {
    font-size: .8rem;
    color: var(--olive-l)
}

.contact-form-wrap {
    background: var(--bg3);
    border-radius: 16px;
    padding: 44px 40px;
    border: 1px solid rgba(255, 255, 255, .04)
}

.contact-form {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.form-group label {
    font-size: .72rem;
    font-weight: 500;
    letter-spacing: .5px;
    color: var(--gray)
}

.form-group input,
.form-group textarea {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 8px;
    padding: 14px 16px;
    color: var(--white);
    font-size: .85rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    outline: none;
    transition: border-color .3s;
    resize: vertical
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: var(--olive)
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: var(--gray3)
}

.form-submit {
    background: var(--olive);
    color: #fff;
    border: none;
    padding: 15px 36px;
    border-radius: 6px;
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s;
    font-family: 'Roboto', sans-serif;
    align-self: flex-start
}

.form-submit:hover {
    background: var(--olive-l);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(138, 138, 27, .2)
}

.wa-section {
    padding: 80px 48px;
    background: linear-gradient(135deg, #1b5e20, #2e7d32);
    text-align: center
}

.wa-inner {
    max-width: 500px;
    margin: 0 auto
}

.wa-icon {
    margin-bottom: 20px
}

.wa-section h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 8px
}

.wa-section p {
    font-size: .88rem;
    color: rgba(255, 255, 255, .75);
    margin-bottom: 24px;
    font-weight: 300
}

.wa-btn {
    display: inline-block;
    background: #25D366;
    color: #fff;
    padding: 14px 36px;
    border-radius: 30px;
    font-size: .82rem;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all .3s
}

.wa-btn:hover {
    background: #1da851;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(37, 211, 102, .3)
}

/* ===== FOOTER ===== */
.wa-float {
    position: fixed;
    bottom: 28px;
    right: 28px;
    width: 56px;
    height: 56px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(37, 211, 102, .4);
    z-index: 999;
    transition: all .3s;
    animation: wa-pop .5s ease .8s both
}

.wa-float:hover {
    transform: scale(1.1) translateY(-2px);
    box-shadow: 0 6px 28px rgba(37, 211, 102, .55)
}

@keyframes wa-pop {
    0% {
        opacity: 0;
        transform: scale(0) translateY(20px)
    }

    100% {
        opacity: 1;
        transform: scale(1) translateY(0)
    }
}

/* === FANCY FADING FOOTER (Juxtopposed style) === */
.site-content {
    position: relative;
    z-index: 2;
    background: var(--bg);
    transition: transform .4s ease, border-radius .4s ease, filter .4s ease;
    will-change: transform, border-radius, filter
}

.site-content.shrink {
    transform: scale(0.93);
    border-radius: 24px;
    filter: blur(4px);
    overflow: hidden
}


.fancy-footer-wrap {
    position: relative;
    width: 100%;
    background: #000
}

.fancy-footer {
    z-index: 500;
    width: 100%;
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 40px;
    align-items: end;
    padding: 3rem 4vw 2.5rem;
    position: relative;
    color: #d5d5d5;
    font-size: .85rem;
    max-width: 1200px;
    margin: 0 auto
}

.fancy-footer-wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,.5) 8%,
        rgba(0,0,0,.8) 15%,
        rgba(0,0,0,1) 25%,
        rgb(0,0,0)
    );
    z-index: -7
}

.fancy-footer-wrap .backdrop {
    z-index: -5;
    position: absolute;
    inset: 0;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    mask-image: linear-gradient(
        rgba(0,0,0,0),
        rgba(0,0,0,.5) 10%,
        rgba(0,0,0,.8) 20%,
        rgba(0,0,0,1) 30%,
        rgb(0,0,0)
    );
    -webkit-mask-image: linear-gradient(
        rgba(0,0,0,0),
        rgba(0,0,0,.5) 10%,
        rgba(0,0,0,.8) 20%,
        rgba(0,0,0,1) 30%,
        rgb(0,0,0)
    )
}

.fancy-footer .col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0
}

.fancy-footer .col2,
.fancy-footer .col3 {
    background: #121212;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,.06);
    padding: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.fancy-footer .col2 .col,
.fancy-footer .col3 .col {
    padding: 0
}

.fancy-footer .col2 p,
.fancy-footer .col3 p {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,.06);
    width: 100%;
    font-size: .88rem;
    color: rgba(255,255,255,.7)
}

.fancy-footer .col2 p:last-child,
.fancy-footer .col3 p:last-child {
    border-bottom: none
}

.fancy-footer .col2 a,
.fancy-footer .col3 a {
    color: rgba(255,255,255,.7);
    transition: color .3s
}

.fancy-footer .col2 a:hover,
.fancy-footer .col3 a:hover {
    color: #fff
}

.fancy-footer .ft-logo {
    width: 80px;
    height: auto;
    border-radius: 8px;
    opacity: .9;
    margin-bottom: 16px
}

.fancy-footer .ft-tagline {
    font-size: .82rem;
    color: rgba(255,255,255,.55);
    line-height: 1.7;
    margin-bottom: 20px;
    max-width: 260px
}

.fancy-footer .ft-social {
    display: flex;
    gap: 12px;
    margin-bottom: 20px
}

.fancy-footer .ft-social a {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    background: rgba(255,255,255,.08);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    padding: 0;
    color: rgba(255,255,255,.5)
}

.fancy-footer .ft-social a:hover {
    background: var(--olive);
    color: #fff
}

.fancy-footer .ft-copy {
    font-size: .7rem;
    color: rgba(255,255,255,.2)
}

.fancy-footer .ft-wa-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    padding: 10px 20px;
    background: rgba(37,211,102,.12);
    border: 1px solid rgba(37,211,102,.25);
    border-radius: 8px;
    color: #25d366;
    font-size: .78rem;
    font-weight: 500;
    transition: all .3s
}

.fancy-footer .ft-wa-btn:hover {
    background: rgba(37,211,102,.2);
    border-color: rgba(37,211,102,.5)
}



.ft-credit {
    font-style: normal;
    letter-spacing: .5px
}

/* ===== ANIMATIONS ===== */
.rv {
    opacity: 0;
    transform: translateY(35px);
    transition: all .8s cubic-bezier(.16, 1, .3, 1)
}

.rv.vis {
    opacity: 1;
    transform: translateY(0)
}

.rv-d1 {
    transition-delay: .1s
}

.rv-d2 {
    transition-delay: .2s
}

.rv-d3 {
    transition-delay: .3s
}

@keyframes fu {
    from {
        opacity: 0;
        transform: translateY(25px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.alignleft {
    float: left;
    margin-right: 1.5em
}

.alignright {
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    display: block;
    margin: 0 auto
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden
}

/* === PROMISE HERO SECTION === */
.promise-hero {
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    overflow: hidden
}

.promise-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center 60%
}

.promise-hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(14,16,11,.92) 0%, rgba(14,16,11,.75) 45%, rgba(14,16,11,.3) 100%)
}

.promise-hero-content {
    position: relative;
    z-index: 2;
    max-width: 580px;
    padding: 80px 48px
}

.promise-hero-content .sec-label {
    margin-bottom: 16px
}

.promise-hero-content .sec-title {
    margin-bottom: 24px
}

.promise-hero-content .sec-text {
    line-height: 1.9
}


/* === TESTIMONIALS === */
.testimonials-section {
    padding: 100px 0;
    background: var(--bg)
}

.testimonials-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 48px
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 48px
}

.test-card {
    padding: 36px 32px;
    background: linear-gradient(145deg, rgba(26,28,20,.8) 0%, rgba(20,22,16,.6) 100%);
    border: 1px solid rgba(255,255,255,.04);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: all .4s
}

.test-card:hover {
    border-color: rgba(138,138,27,.15);
    transform: translateY(-4px)
}

.test-stars {
    font-size: .85rem;
    letter-spacing: 3px;
    color: var(--olive-l)
}

.test-quote {
    font-size: .88rem;
    color: rgba(255,255,255,.7);
    line-height: 1.85;
    font-weight: 300;
    flex: 1
}

.test-author {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,.06)
}

.test-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--olive-d), var(--olive));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: rgba(255,255,255,.8)
}

.test-name {
    font-size: .85rem;
    font-weight: 600;
    color: var(--white)
}

.test-role {
    font-size: .72rem;
    color: var(--gray);
    font-weight: 300;
    margin-top: 2px
}

.promise-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center
}

@media(max-width:1024px) {

    .hero-text-block {
        max-width: 420px;
        left: 32px;
        top: 120px
    }

    .hero-big-title {
        font-size: 2.2rem
    }

    .hero-info-box {
        right: 32px;
        bottom: 90px
    }

    .story-grid,
    .about-grid,
    .why-grid,
    .work-intro-grid,
    .promise-grid {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .feat-premium-grid,
    .process-grid,
    .prod-grid,
    .testimonials-grid {
        grid-template-columns: 1fr 1fr
    }

    .contact-grid {
        grid-template-columns: 1fr
    }

    .fancy-footer {
        padding: 2.5rem 3vw;
        gap: 24px
    }

    .drizzi-section {
        padding: 70px 28px
    }
}

@media(max-width:768px) {
    .site-header {
        padding: 14px 20px
    }

    .site-header.scrolled {
        padding: 10px 20px
    }

    .nav-main {
        display: none !important
    }

    .ham {
        display: flex
    }

    /* Hero sections */
    .hero-product {
        min-height: auto
    }

    .hero-product-bg::after {
        background:
            linear-gradient(180deg, rgba(10,12,8,.7) 0%, rgba(10,12,8,.4) 40%, rgba(10,12,8,.85) 100%),
            linear-gradient(90deg, rgba(10,12,8,.6) 0%, transparent 100%)
    }

    .hero-text-block {
        position: relative;
        top: auto;
        left: auto;
        max-width: 100%;
        padding: 110px 20px 24px;
        z-index: 3
    }

    .hero-big-title {
        font-size: 1.7rem
    }

    .hero-desc {
        max-width: 100%
    }

    .hero-btns {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px
    }

    .hero-info-box {
		display:none;
        position: relative;
        bottom: auto;
        right: auto;
        max-width: 100%;
        margin: 24px 20px 0;
        z-index: 3
    }

    .hero-clients-bar {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        width: 100%;
        border-radius: 0;
        margin-top: 24px;
        padding: 16px 20px;
        border: none;
        border-top: 1px solid rgba(255,255,255,.06)
    }

    .hero-clients-inner {
        justify-content: flex-start;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 24px
    }

    .hc-logo {
        font-size: .72rem
    }

    .page-hero {
        min-height: 45vh
    }

    .page-hero-content {
        padding: 100px 20px 40px
    }

    .page-hero-title {
        font-size: 2rem
    }

    /* Section spacing */
    .drizzi-section {
        padding: 48px 0
    }

    .drizzi-inner {
        padding: 0 20px
    }

    .sec-title {
        font-size: 1.5rem
    }

    /* Story/promise grids */
    .story-grid,
    .promise-grid {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .promise-hero {
        min-height: auto
    }

    .promise-hero-bg::after {
        background: linear-gradient(180deg, rgba(14,16,11,.85) 0%, rgba(14,16,11,.7) 100%)
    }

    .promise-hero-content {
        max-width: 100%;
        padding: 60px 20px
    }

    .story-img {
        max-height: 280px;
        border-radius: 12px;
        overflow: hidden
    }

    /* Features grid */
    .feat-premium-grid {
        grid-template-columns: 1fr !important;
        gap: 0
    }

    .feat-premium-inner {
        padding: 0 20px
    }

    .feat-premium {
        padding: 60px 0
    }

    .feat-premium-header {
        margin-bottom: 40px
    }

    .feat-item {
        padding: 28px 20px;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,.04)
    }

    /* Testimonials */
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .testimonials-inner {
        padding: 0 20px
    }

    .testimonials-section {
        padding: 60px 0
    }

    /* Production grid */
    .prod-grid {
        grid-template-columns: 1fr;
        gap: 16px
    }

    /* About grid */
    .about-grid {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .about-img img {
        max-height: 260px;
        object-fit: cover;
        border-radius: 12px
    }

    /* Why grid */
    .why-grid {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .why-img img {
        max-height: 260px;
        object-fit: cover;
        border-radius: 12px
    }

    /* Process grid */
    .process-grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px
    }

    /* Video grid */
    .video-grid {
        grid-template-columns: 1fr;
        gap: 16px
    }

    /* Contact grid */
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .contact-form-wrap {
        padding: 28px 20px
    }

    .form-row {
        grid-template-columns: 1fr
    }

    /* Gold banner */
    .gold-banner {
        padding: 40px 20px
    }

    .gold-sub {
        font-size: .84rem
    }

    /* Commitment / support sections */
    .commit-inner,
    .support-inner {
        padding: 0 20px
    }

    /* Work page intro grid */
    .work-intro-grid {
        grid-template-columns: 1fr;
        gap: 28px
    }

    /* WhatsApp float */
    .wa-float {
        bottom: 20px;
        right: 20px;
        width: 50px;
        height: 50px
    }

    .wa-section {
        padding: 36px 20px
    }


    /* Voyage Slider */
    .voyage-section {
        padding: 30px 0
    }

    .voyage-slider {
        --vslide-w: 55vw;
        width: 100%;
        max-width: 100vw;
        padding: 0 5px;
        overflow: hidden
    }

    .vslides-wrap {
        height: calc(55vw * 1.5)
    }

    .vslide[data-current] {
        --vscale: 1.05
    }

    .vslide[data-next] {
        --vtx: calc(var(--vslide-w) * .85);
        --vroty: -30deg
    }

    .vslide[data-previous] {
        --vtx: calc(-1 * var(--vslide-w) * .85);
        --vroty: 30deg
    }

    .vslider-btn svg {
        width: 20px;
        height: 20px
    }

    .vslider-btn {
        padding: 4px
    }

    .vslide-info-text-wrap {
        left: 0;
        bottom: 8%
    }

    .vslide-info-text[data-title],
    .vslide-info-text[data-subtitle] {
        font-size: 1rem
    }

    .vslide-info-text[data-description] {
        font-size: .65rem
    }

    /* Footer */
    .fancy-footer {
        grid-template-columns: 1fr;
        padding: 2rem 5vw;
        min-height: auto;
        gap: 20px
    }

    .fancy-footer .col {
        width: 100%;
        padding: 0
    }

    .fancy-footer .col2,
    .fancy-footer .col3 {
        grid-template-columns: 1fr 1fr;
        padding: 1.2rem
    }

    .fancy-footer .ft-tagline {
        max-width: 100%
    }

    .fancy-footer .ft-logo {
        width: 60px
    }
}
.hero-info-title {
    font-family: "Roboto", sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--olive-l);
    margin-bottom: 10px
}
