:root {
    --ivory: #f7f0e4;
    --cream: #efe5d2;
    --cream-dark: #e0d0b8;
    --warm-white: #fdfaf5;
    --brown: #2d1505;
    --brown-mid: #4a2510;
    --brown-light: #7a4520;
    --copper: #9b6b3a;
    --copper-light: #c4894e;
    --wine: #6b1a1a;
    --wine-light: #8b2828;
    --sage: #4a6741;
    --gold: #b8892a;
    --gold-light: #d4a84b;
    --text-main: #2d1505;
    --text-mid: #5a3515;
    --text-muted: #8a6845;
    --border: rgba(155, 107, 58, 0.2);
    --border-strong: rgba(155, 107, 58, 0.4);
}
body{
    font-family: "DM Sans", sans-serif;
}
/*** Own Style ***/
.bg-info{
    background: #5c8ae0!important;
}
.text-info{
    color: #5c8ae0!important;
}
.btn-info{
    background: #5c8ae0!important;
    border: none!important;
}
.shadow{
    top: 0!important;
}
#header{
    /*background: #2F3D7E!important;*/
}
.nav-3 {
    background: #000F31!important;
}
/*.text-white{
    color: #FFFFDD!important;
}*/
#header .menu-nav2{
    padding: 0!important;
}
.fruite-img img {
    width: 100%!important;
/*    height: 300px;*/
}

/*.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(2,0,36);
    background: linear-gradient(269deg, rgba(0,87,206) 0%, rgba(0,87,206) 33%, rgba(6,6,6,0) 50%);
}*/
#logo_slider{
    background:url('img/bg-globe.png');
/*    background: black;*/
    background-size: cover;
    background-repeat: no-repeat;
/*    height: 100vh;*/
}
#card_section{
    background: #F6F8FE;
}


.videos__wrapper {
    max-width: 720px;
    margin: 0 auto;
}
.landing-page-hero-section .videos__wrapper--video {
    box-shadow: 15px 15px #fff;
    border: 1px solid #fff;
}
.videos__wrapper--video {
    position: relative;
    display: block;
    height: 0;
    padding: 0 0 56.25%;
    left: -15px;
    overflow: hidden;
    box-shadow: 15px 15px #004ab1;
    border-radius: 22px;
    border: 1px solid #004AB1;
}
.videos__wrapper--video {
    position: relative;
    display: block;
    height: 0;
    padding: 0 0 56.25%;
    left: -15px;
    overflow: hidden;
    box-shadow: 15px 15px #FFFF;
    border-radius: 22px;
    border: 1px solid #fff;
}

.landing-page-hero-section .videos__wrapper--video iframe {
    box-shadow: 1rem 1rem 1rem #fff;
    border: 1px solid #fff;
}
.videos__wrapper--video iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #006DFF;
    border-radius: 20px;
    box-shadow: 1rem 1rem 1rem #006dff;
}
.videos__wrapper--video2 {
    position: relative;
    display: block;
    height: 0;
    padding: 0 0 50.25%;
    left: -15px;
    overflow: hidden;
    box-shadow: 15px 15px #2D545E;
    border-radius: 22px;
    border: 1px solid #2D545E;
}
#card_section a{
    text-decoration: none;
    color: black;
}
#card_section .pro_c{
    margin-top: 10rem;
}

.slick-slide img{
  height: 140px;
}

.lft-video .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,#202438 3.85%,rgba(217,217,217,0) 151.47%);
    mix-blend-mode: multiply;
}
#text{
    background: #2C7391;
}
/******** tab *******/
.content {
    width: 80%;
    height: auto;
    margin: -90px auto 0;
    /* padding: 30px; */
}
.nav-pills {
    width: 758px;
    height: auto;
}
ul.nav.nav-pills {
    flex-direction: row;
    transform: rotate(90deg);
    margin: auto;
    position: relative;
    top: 520px;
    left: -401px;
}
.nav-pills .nav-item{
  width: 230px;
}
.nav-pills a{
    color: #ffff!important;
}
.nav-pills .nav-link {
    font-weight: bold;
    padding: 20px;
    font-size: 20px;
    text-align: center;
    background: #5c8ae0;
    color: #fff;
}

.nav-pills .nav-link.active{
  background: #fff5d7;
  color: black!important;
}
.tab-content {
    /* position: relative; */
    max-width: 900px;
    padding: 60px 40px!important;
    margin: auto;
    height: auto;
    /* margin-top: -50px; */
    /*background: #fff5d7;*/
    color: #000;
    /*border-radius: 20px!important;*/
    /* z-index: 1000; */
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
    /* padding: 30px; */
    /* margin-bottom: 50px; */
}
.verticle {
    width: 2px;
    background: black;
    height: 112px;
/*    margin: auto;*/
}
.bg-img{
    padding: 50px 0 70px;
    background-size: 40%;
}
/*.form-control{
    background: none!important;
    border: none!important;
    border-bottom: 1px solid black!important;
    border-radius: none!important;
}*/
/*.form-select{
    background: none!important;
    border: none!important;
    border-bottom: 1px solid black!important;
}*/
.footer_widget img{
    width: auto!important;
    height: 230px;
}
.footer {
    --bs-bg-opacity: 1;
    background-color: #2F3D7E!important;
    height: 80vh;
}
.footer .form-control {
     background: white!important;
}
.footer p{
    color: white;
}
.footer a{
    text-decoration: none;
    color: white!important;
}
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }

 .back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}
/*** Spinner End ***/


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.border-secondary {
    transition: 0.5s;
}

.btn.border-secondary:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
}

/*** Topbar Start ***/
.fixed-top {
    transition: 0.5s;
    background: var(--bs-white);
    border: 0;
}


.topbar .top-info {
    font-size: 15px;
    line-height: 0;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link {
    font-size: 15px;
    line-height: 0;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link a {
    letter-spacing: 1px;
}

.topbar .top-link a small:hover {
    color: var(--bs-secondary) !important;
    transition: 0.5s;
}

.topbar .top-link a small:hover i {
    color: var(--bs-primary) !important;
}
/*** Topbar End ***/

/*** Navbar Start ***/
.navbar .navbar-nav .nav-link {
    padding: 10px 30px 0 0;
    font-size: 16px;
    transition: .5s;
    color: white;
    margin-left: 4px;
}



.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
.fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}
.lft-hero {
    position: relative;
    text-align: center;
    padding: 150px 0;
}
.lft-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.lft-video video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: top center;
}
.lft-video .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,#202438 3.85%,rgba(217,217,217,0) 151.47%);
    mix-blend-mode: multiply;
}
.lft-hero__content {
    position: relative;
}
.lft-hero .lft-hero__content h1 {
    color: #fff;
    text-shadow: 7.26087px 7.26087px 16.337px rgba(0,0,0,.25);
    margin-bottom: 30px;
}
.linq-for-teams main h1 {
    font-weight: 400;
    font-size: 64px;
    line-height: 120%;
}
.lft-hero .lft-hero__content p {
    color: #fff;
    text-shadow: 0px 2px 1px #000F31;
    margin-bottom: 30px;
}
.lft-hero__content .button {
    background: #ffff;
    border-radius: 12px;
    color: #000;
    text-decoration: none;
    display: inline-block;
    font-family: Nunito,Outfit,sans-serif;
    font-size: 20px;
    font-weight: 600;
    padding: 12px 24px;
    margin: 0 15px 24px 0;
}
#logo-slider {
/*    background: #030F2F url(/cdn/shop/files/bg-globe.png?v=1678133787);*/
  background: #2F3D7E;
    display: grid;
    align-content: center;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: auto;
    max-width: 100vw;
}
@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-secondary);
    color: var(--bs-primary);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    border-radius: 10px !important;
    transition: .5s;
    opacity: 1;
}

#searchModal .modal-content {
    background: rgba(255, 255, 255, .8);
}
/*** Navbar End ***/

/*** Hero Header ***/
.carousel-item {
    position: relative;
}

.carousel-item a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    background: linear-gradient(rgba(255, 181, 36, 0.7), rgba(255, 181, 36, 0.7));
}

.carousel-control-next,
.carousel-control-prev {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    border: 1px solid var(--bs-white);
    background: var(--bs-primary);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-next {
    margin-right: 20px;
}

.carousel-control-prev {
    margin-left: 20px;
}

.page-header {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/cart-page-header-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


@media (max-width: 992px) {
    .hero-header,
    .page-header {
        margin-top: 97px !important;
    }
}
/*** Hero Header end ***/


/*** featurs Start ***/
.featurs .featurs-item .featurs-icon {
    position: relative;
    width: 120px;
    height: 120px;
}

.featurs .featurs-item .featurs-icon::after {
    content: "";
    width: 35px;
    height: 35px;
    background: var(--bs-secondary);
    position: absolute;
    bottom: -10px;
    transform: translate(-50%);
    transform: rotate(45deg);
    background: var(--bs-secondary);
    
}
/*** featurs End ***/


/*** service Start ***/
.service .service-item .service-content {
    position: relative;
    width: 250px; 
    height: 130px; 
    top: -50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
}

/*** service End ***/


/*** Fruits Start ***/
.fruite .tab-class .nav-item a.active {
    background: var(--bs-secondary) !important;
}

.fruite .tab-class .nav-item a.active span {
    color: var(--bs-white) !important; 
}

.fruite .fruite-categorie .fruite-name {
    line-height: 40px;
}

.fruite .fruite-categorie .fruite-name a {
    transition: 0.5s;
}

.fruite .fruite-categorie .fruite-name a:hover {
    color: var(--bs-secondary);
}

.fruite .fruite-item {
    height: 100%;
    transition: 0.5s;
}
.fruite .fruite-item:hover {
    box-shadow: 0 0 55px rgba(0, 0, 0, 0.4);
}

.fruite .fruite-item .fruite-img {
    overflow: hidden;
    transition: 0.5s;
    border-radius: 10px 10px 0 0;
}

.fruite .fruite-item .fruite-img img {
    transition: 0.5s;
}

.fruite .fruite-item .fruite-img img:hover {
    transform: scale(1.3);
}
/*** Fruits End ***/


/*** vesitable Start ***/
/*.vesitable .vesitable-item {
    height: 100%;
    transition: 0.5s;
}*/
/*
.vesitable .vesitable-item:hover {
    box-shadow: 0 0 55px rgba(0, 0, 0, 0.4);
}*/

.vesitable .vesitable-item .vesitable-img {
    overflow: hidden;
    transition: 0.5s;
    border-radius: 10px 10px 0 0;
    width: auto!important;
    height: 300px;
}

.vesitable .vesitable-item .vesitable-img img {
    transition: 0.5s;
}

.vesitable .vesitable-item .vesitable-img img:hover {
    transform: scale(1.2);
}

.vesitable .owl-stage {
    margin: 50px 0;
    position: relative;
}

.vesitable .owl-nav .owl-prev {
    position: absolute;
    top: -8px;
    right: 0;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;

}

.vesitable .owl-nav .owl-prev:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.vesitable .owl-nav .owl-next {
    position: absolute;
    top: -8px;
    right: 88px;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;
}

.vesitable .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}
/*** vesitable End ***/


/*** Banner Section Start ***/
.banner .banner-btn:hover {
    background: var(--bs-primary);
}
/*** Banner Section End ***/


/*** Facts Start ***/
.counter {
    height: 100%;
    text-align: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.counter i {
    font-size: 60px;
    margin-bottom: 25px;
}

.counter h4 {
    color: var(--bs-primary);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.counter h1 {
    margin-bottom: 0;
}
/*** Facts End ***/


/*** testimonial Start ***/
.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    right: 0;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 88px;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}
/*** testimonial End ***/


/*** Single Page Start ***/
.pagination {
    display: inline-block;
}
  
.pagination a {
    color: var(--bs-dark);
    padding: 10px 16px;
    text-decoration: none;
    transition: 0.5s;
    border: 1px solid var(--bs-secondary);
    margin: 0 4px;
}
  
.pagination a.active {
    background-color: var(--bs-primary);
    color: var(--bs-light);
    border: 1px solid var(--bs-secondary);
}
  
.pagination a:hover:not(.active) {background-color: var(--bs-primary)}

.nav.nav-tabs .nav-link.active {
    border-bottom: 2px solid var(--bs-secondary) !important;
}
/*** Single Page End ***/


/*** Footer Start ***/
.footer .footer-item .btn-link {
    line-height: 35px;
    color: rgba(255, 255, 255, .5);
    transition: 0.5s;
}

.footer .footer-item .btn-link:hover {
    color: var(--bs-secondary) !important;
}

.footer .footer-item p.mb-4 {
    line-height: 35px;
}
/*** Footer End ***/
@media only screen and (max-width: 1280px) {
    .slick-slide img {
    height: 114px;
}   
}
@media only screen and (max-width: 1140px) {
    .slick-slide img {
    height: 104px;
}   
}
@media only screen and (max-width: 995px) {
    .slick-slide img {
    /*height: 80px;*/
} 
.footer {
    height: 100%;
}
#card_section .pro_c {
     margin-top: 0rem; 
}  
}
@media only screen and (max-width: 768px) {
   .slick-slide img {
    /*height: 55px;*/
}   
#header h1{
    font-size: 30px!important;
}
.lft-hero {
    padding:120px 0;
}
}
@media only screen and (max-width: 600px) {
   .slick-slide img {
    height: 120px;
}   
}

@media only screen and (max-width: 480px) {
   .slick-slide img {
    height: 150px;
}
   
}

/* ══ NAVBAR ══ */
.unav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
  background: var(--ivory);
  border-bottom: 2px solid var(--border-strong);
  box-shadow: 0 2px 20px rgba(45, 21, 5, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px;
  height: 83px;
}

.unav .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*height: 68px;*/
  gap: 1rem;
}

.unav-brand {
    display: flex;
    align-items: center;
    gap: .7rem;
    text-decoration: none;
    height: 83px;
    overflow: hidden;
}

.unav-brand img {
  height: 120px;
  width: auto;
  object-fit: contain;
  display: block;
}

.nav-brand-name {
  font-family: "Fraunces", serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: var(--brown);
  line-height: 1.2;
}

.nav-brand-sub {
  font-size: 9px;
  letter-spacing: 3px;
  color: var(--copper);
  text-transform: uppercase;
}

.unav-links {
  display: flex;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.unav-links a {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--text-mid);
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 16px;
  line-height: 83px;
  display: block;
  transition: all .3s;
  border-bottom: 3px solid transparent;

}

.unav-links a:hover {
  color: var(--brown);
  border-bottom-color: var(--copper);
}
.unav-links a.active {
  color: var(--brown);
  border-bottom-color: var(--copper);
}

.unav-cta {
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 10px 22px;
  background: var(--wine);
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .3s;
  border-radius: 2px;
  white-space: nowrap;
}

.unav-cta:hover {
  background: var(--wine-light);
}

.unav-tog {
  display: none;
  background: none;
  border: 1px solid var(--bd);
  border-radius: 4px;
  padding: 6px 10px;
  cursor: pointer;
}

.unav-tog span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--gold);
    margin: 4px 0;
    transition: all .3s;
}

@media(max-width:900px) {
  .unav-links {
    display: none;
  }

  .unav-tog {
    display: block;
  }
  .unav-links.nav-open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    background: var(--ivory);
    padding: 1rem 2rem;
    border-bottom: 1px solid rgba(0, 212, 255, 0.1);
    z-index: 999;
  }

  .unav-links.nav-open a {
    line-height: 2.5;
  }
}

@media (max-width: 768px) {
    .unav-brand img {
    height: 84px;
    width: auto;
    object-fit: contain;
    display: block;
    }
    .unav {
        
        padding: 0px 15px;
    }
    .unav-links a {
    width: fit-content;
}
}





/* HERO */
.page-hero {
    padding: 120px 24px 80px;
    background: linear-gradient(135deg, var(--brown) 0%, var(--brown-mid) 50%, #3a1a08 100%);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.page-hero::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(180deg, transparent, var(--ivory));
    pointer-events: none;
}

.hero-badge {
    display: inline-block;
    font-family: "DM Sans", sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--copper-light);
    border: 1px solid rgba(196, 137, 78, 0.4);
    padding: 7px 20px;
    border-radius: 20px;
    margin-bottom: 20px;
    animation: fadeUp .8s ease both;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

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

.hero-title {
    font-family: "Fraunces", serif;
    font-size: clamp(36px, 6vw, 80px);
    font-weight: 900;
    color: var(--cream);
    line-height: 1.0;
    animation: fadeUp .9s .1s ease both;
}

.hero-title em {
    font-style: italic;
    color: var(--copper-light);
}

.hero-sub {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(16px, 2vw, 22px);
    font-style: italic;
    color: rgba(239, 229, 210, 0.7);
    margin-top: 16px;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.75;
    animation: fadeUp .9s .25s ease both;
}

.divider-line {
    display: block;
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--copper), transparent);
    margin: 24px auto;
}

/* BODY */
.page-body {
    background: var(--ivory);
}

.section {
    padding: 80px 24px;
}

.section.cream {
    background: var(--cream);
}

.section.warm {
    background: var(--warm-white);
}

.section.brown {
    background: var(--brown);
    color: var(--cream);
}

.page-body .container {
    max-width: 1100px;
    margin: 0 auto;
}

/* SECTION HEAD */
.sec-badge {
    display: inline-block;
    font-family: "DM Sans", sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--wine);
    background: rgba(107, 26, 26, 0.08);
    border: 1px solid rgba(107, 26, 26, 0.2);
    padding: 5px 18px;
    border-radius: 20px;
    margin-bottom: 16px;
}

.sec-badge.light {
    color: var(--copper-light);
    background: rgba(196, 137, 78, 0.12);
    border-color: rgba(196, 137, 78, 0.3);
}

.sec-head {
    text-align: center;
    margin-bottom: 60px;
}

.sec-title {
    font-family: "Fraunces", serif;
    font-size: clamp(28px, 4.5vw, 48px);
    font-weight: 700;
    color: var(--brown);
    line-height: 1.15;
    margin-bottom: 14px;
}

.sec-title.light {
    color: var(--cream);
}

.sec-title em {
    font-style: italic;
    color: var(--copper);
}

.sec-title.light em {
    color: var(--copper-light);
}

.sec-sub {
    font-family: "Cormorant Garamond", serif;
    font-size: 19px;
    font-style: italic;
    color: var(--text-muted);
    max-width: 660px;
    margin: 0 auto;
    line-height: 1.75;
}

.sec-sub.light {
    color: rgba(239, 229, 210, 0.7);
}

.ornament {
    color: var(--copper);
    font-size: 16px;
    letter-spacing: 6px;
    opacity: .5;
    display: block;
    text-align: center;
    margin: 14px 0;
}

.prose {
    font-family: "Cormorant Garamond", serif;
    font-size: 19px;
    line-height: 1.95;
    color: var(--text-mid);
    max-width: 820px;
    margin: 0 auto;
}

.prose strong {
    color: var(--brown);
    font-weight: 600;
}

/* CARDS */
.card-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
}

.card-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
}

.card-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
}

.card {
    background: var(--warm-white);
    border: 1px solid var(--border);
    padding: 36px 30px;
    transition: all .35s;
    position: relative;
    overflow: hidden;
}

.card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 0;
    background: var(--copper);
    transition: height .35s;
}

.card:hover {
    border-color: var(--border-strong);
    transform: translateY(-5px);
    box-shadow: 0 16px 50px rgba(45, 21, 5, 0.12);
}

.card:hover::before {
    height: 100%;
}

.card.dark {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(196, 137, 78, 0.2);
}

.card.dark:hover {
    border-color: rgba(196, 137, 78, 0.45);
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.4);
}

.card-icon {
    font-size: 32px;
    display: block;
    margin-bottom: 14px;
}

.card-num {
    font-family: "Fraunces", serif;
    font-size: 64px;
    font-weight: 900;
    color: rgba(155, 107, 58, 0.08);
    position: absolute;
    top: 10px;
    right: 20px;
    line-height: 1;
    user-select: none;
}

.card-title {
    font-family: "Fraunces", serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--brown);
    margin-bottom: 12px;
    line-height: 1.3;
}

.card-title.light {
    color: var(--cream);
}

.card-text {
    font-family: "Cormorant Garamond", serif;
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-muted);
}

.card-list {
    list-style: none;
    margin-top: 10px;
}

.card-list li {
    font-family: "Cormorant Garamond", serif;
    font-size: 16px;
    line-height: 1.75;
    color: var(--text-muted);
    padding: 6px 0 6px 20px;
    border-bottom: 1px solid var(--border);
    position: relative;
}

.card-list li:last-child {
    border-bottom: none;
}

.card-list li::before {
    content: "\2738";
    position: absolute;
    left: 0;
    color: var(--copper);
    font-size: 9px;
    top: 10px;
}

/* SERVE TAGS */
.serve-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 36px;
}

.serve-tag {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    background: var(--warm-white);
    border: 1px solid var(--border);
    font-family: "DM Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--brown-mid);
    text-transform: uppercase;
    transition: all .3s;
    border-radius: 2px;
}

.serve-tag:hover {
    background: var(--cream);
    border-color: var(--border-strong);
}

.serve-tag span {
    font-size: 18px;
}

/* STATS */
.stats-band {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    max-width: 780px;
    margin: 50px auto;
    border: 2px solid var(--border-strong);
    overflow: hidden;
}

.stat-item {
    padding: 36px 20px;
    text-align: center;
    border-right: 1px solid var(--border);
    background: var(--brown);
}

.stat-item:last-child {
    border-right: none;
}

.stat-num {
    font-family: "Fraunces", serif;
    font-size: 42px;
    font-weight: 700;
    color: var(--cream);
    display: block;
    line-height: 1;
}

.stat-lbl {
    font-size: 11px;
    letter-spacing: 2px;
    color: var(--copper-light);
    margin-top: 8px;
    text-transform: uppercase;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    line-height: 1.5;
}

/* ALLOC */
.alloc-wrap {
    max-width: 800px;
    margin: 0 auto;
}

.alloc {
    margin-bottom: 40px;
}

.alloc-top {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 12px;
}

.alloc-name {
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--brown);
}

.alloc-name.light {
    color: var(--cream);
}

.alloc-pct {
    font-family: "Fraunces", serif;
    font-size: 28px;
    font-weight: 700;
}

.alloc-track {
    height: 10px;
    background: rgba(45, 21, 5, 0.1);
    border-radius: 5px;
    overflow: hidden;
}

.alloc-track.light {
    background: rgba(255, 255, 255, 0.15);
}

.alloc-fill {
    height: 100%;
    border-radius: 5px;
    width: 0;
    transition: width 1.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.f30 {
    background: linear-gradient(90deg, var(--wine), var(--wine-light));
}

.f20 {
    background: linear-gradient(90deg, var(--copper), var(--gold-light));
}

.f50 {
    background: linear-gradient(90deg, var(--sage), #5a9a50);
}

.alloc-note {
    font-family: "Cormorant Garamond", serif;
    font-size: 15px;
    color: var(--text-muted);
    margin-top: 8px;
    font-style: italic;
    line-height: 1.6;
}

.alloc-note.light {
    color: rgba(239, 229, 210, 0.6);
}

/* PRICING */
.pricing-row {
    display: flex;
    gap: 2px;
    max-width: 960px;
    margin: 0 auto;
}

.price-tile {
    flex: 1;
    padding: 44px 32px;
    background: var(--warm-white);
    border: 1px solid var(--border);
    position: relative;
    overflow: hidden;
    transition: all .35s;
}

.price-tile:hover {
    border-color: var(--border-strong);
    transform: translateY(-6px);
    box-shadow: 0 20px 60px rgba(45, 21, 5, 0.12);
}

.price-tile.featured {
    background: var(--brown);
    border-color: var(--copper);
}

.price-tile::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
}

.price-tile:nth-child(1)::before {
    background: var(--copper);
}

.price-tile:nth-child(2)::before {
    background: var(--wine);
}

.price-tile:nth-child(3)::before {
    background: var(--sage);
}

.price-who {
    font-family: "DM Sans", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--copper);
    margin-bottom: 8px;
}

.price-who.light {
    color: var(--copper-light);
}

.price-name {
    font-family: "Fraunces", serif;
    font-size: 17px;
    font-weight: 700;
    color: var(--brown);
    margin-bottom: 16px;
    line-height: 1.2;
}

.price-name.light {
    color: var(--cream);
}

.price-amt {
    font-family: "Fraunces", serif;
    font-size: 52px;
    font-weight: 700;
    color: var(--wine);
    line-height: 1;
}

.price-amt.light {
    color: var(--cream);
}

.price-per {
    font-size: 12px;
    letter-spacing: 2px;
    color: var(--text-muted);
    margin-top: 4px;
    font-family: "DM Sans", sans-serif;
}

.price-per.light {
    color: rgba(239, 229, 210, 0.5);
}

.price-desc {
    font-family: "Cormorant Garamond", serif;
    font-size: 16px;
    line-height: 1.75;
    color: var(--text-muted);
    margin-top: 18px;
}

.price-desc.light {
    color: rgba(239, 229, 210, 0.7);
}

.price-btn {
    display: inline-block;
    margin-top: 24px;
    padding: 13px 30px;
    font-family: "DM Sans", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    border: none;
    transition: all .3s;
    border-radius: 2px;
}

.price-btn.copper {
    background: var(--copper);
    color: var(--warm-white);
}

.price-btn.copper:hover {
    background: var(--copper-light);
}

.price-btn.outline {
    border: 2px solid var(--cream);
    color: var(--cream);
    background: transparent;
}

.price-btn.outline:hover {
    background: var(--cream);
    color: var(--brown);
}

/* FORM */
.form-shell {
    max-width: 700px;
    margin: 0 auto;
    background: var(--warm-white);
    border: 1px solid var(--border-strong);
    padding: 52px;
    position: relative;
}

.form-shell::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--wine), var(--copper), var(--gold));
}

.form-title {
    font-family: "Fraunces", serif;
    font-size: clamp(20px, 3vw, 30px);
    font-weight: 700;
    color: var(--brown);
    text-align: center;
    margin-bottom: 8px;
}

.form-sub {
    font-family: "Cormorant Garamond", serif;
    font-size: 17px;
    font-style: italic;
    color: var(--text-muted);
    text-align: center;
    margin-bottom: 36px;
}

.form-label {
    display: block;
    font-family: "DM Sans", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--copper);
    margin-bottom: 7px;
}

.form-input {
    width: 100%;
    padding: 14px 16px;
    background: var(--cream);
    border: 1px solid var(--border);
    color: var(--text-main);
    font-family: "Cormorant Garamond", serif;
    font-size: 17px;
    outline: none;
    transition: border-color .3s;
    border-radius: 2px;
}

.form-input:focus {
    border-color: var(--copper);
}

.form-input option {
    background: var(--warm-white);
}

.form-row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-bottom: 22px;
}

.form-field {
    margin-bottom: 22px;
}

.form-btn {
    width: 100%;
    padding: 17px;
    background: var(--wine);
    color: white;
    font-family: "DM Sans", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: all .3s;
    border-radius: 2px;
    margin-top: 8px;
}

.form-btn:hover {
    background: var(--wine-light);
    box-shadow: 0 8px 30px rgba(107, 26, 26, 0.3);
}

.form-note {
    font-family: "Cormorant Garamond", serif;
    font-size: 14px;
    color: var(--text-muted);
    text-align: center;
    margin-top: 20px;
    font-style: italic;
    line-height: 1.7;
}

/* HIGHLIGHT */
.highlight-strip {
    max-width: 820px;
    margin: 40px auto;
    padding: 26px 40px;
    background: var(--cream);
    border-left: 4px solid var(--wine);
    font-family: "Cormorant Garamond", serif;
    font-size: 19px;
    font-style: italic;
    color: var(--brown);
    line-height: 1.85;
}

.highlight-strip.dark {
    background: rgba(255, 255, 255, 0.05);
    border-left-color: var(--copper-light);
    color: var(--cream);
}

/* FLYER */
.flyer-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.flyer-row img {
    max-width: 440px;
    width: 100%;
    border: 3px solid var(--border-strong);
    border-radius: 4px;
    box-shadow: 0 20px 60px rgba(45, 21, 5, 0.2);
    transition: transform .4s;
    display: block;
}

.flyer-row img:hover {
    transform: scale(1.02);
    box-shadow: 0 28px 80px rgba(45, 21, 5, 0.3);
}

/* PAGE NAV */
.page-nav-bar {
    background: var(--cream);
    border-top: 2px solid var(--border-strong);
    border-bottom: 2px solid var(--border-strong);
    padding: 24px;
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.pnav {
    font-family: "DM Sans", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 13px 30px;
    transition: all .3s;
    border-radius: 2px;
}

.pnav.wine {
    background: var(--wine);
    color: white;
}

.pnav.wine:hover {
    background: var(--wine-light);
}

.pnav.copper {
    background: var(--copper);
    color: white;
}

.pnav.copper:hover {
    background: var(--copper-light);
}

.pnav.outline {
    border: 2px solid var(--copper);
    color: var(--copper);
    background: transparent;
}

.pnav.outline:hover {
    background: var(--copper);
    color: white;
}

/* FOOTER */
.site-footer {
    background: var(--brown);
    padding: 60px 48px 30px;
    border-top: 3px solid var(--copper);
}

.footer-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 48px;
}

.footer-logo-img {
    height: 120px;
    width: auto;
    margin-bottom: 16px;
    display: block;
    object-fit: contain;
    background: var(--ivory);
    border-radius: 13%;
}

.footer-brand {
    font-family: "Fraunces", serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--cream);
    margin-bottom: 4px;
}

.footer-sub-txt {
    font-size: 10px;
    letter-spacing: 3px;
    color: var(--copper-light);
    text-transform: uppercase;
    font-family: "DM Sans", sans-serif;
}

.footer-url {
    display: block;
    margin-top: 16px;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--gold-light);
    text-decoration: none;
    letter-spacing: 1px;
}

.footer-col-title {
    font-family: "DM Sans", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--copper-light);
    margin-bottom: 18px;
}

.footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 0;
}

.footer-links a {
    font-family: "Cormorant Garamond", serif;
    font-size: 16px;
    color: rgba(239, 229, 210, 0.6);
    text-decoration: none;
    transition: color .3s;
}

.footer-links a:hover {
    color: var(--cream);
}

.footer-contact {
    font-family: "Cormorant Garamond", serif;
    font-size: 15px;
    color: rgba(239, 229, 210, 0.65);
    line-height: 2.1;
}

.footer-contact a {
    color: var(--gold-light);
    text-decoration: none;
}

.footer-bottom {
    text-align: center;
    padding: 18px;
    background: var(--brown-light);
    font-family: "DM Sans", sans-serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 2px;
    color: rgba(239, 229, 210, 0.2);
    text-transform: uppercase;
    border-top: 1px solid rgba(196, 137, 78, 0.1);
}

[data-aos] {
    transition-property: transform, opacity !important;
}

@media(max-width:900px) {
    nav ul {
        display: none;
    }

    nav {
        padding: 0 20px;
    }

    .card-grid-3,
    .card-grid-2,
    .card-grid-4 {
        grid-template-columns: 1fr;
    }

    .pricing-row {
        flex-direction: column;
        align-items: center;
    }

    .price-tile {
        min-width: 280px;
        max-width: 100%;
    }

    .footer-inner {
        grid-template-columns: 1fr;
    }

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

    .form-shell {
        padding: 32px 20px;
    }

    .stats-band {
        grid-template-columns: 1fr;
    }

    .stat-item {
        border-right: none;
        border-bottom: 1px solid rgba(196, 137, 78, 0.2);
    }
}