/*-----------------------------------------------------------------------------------

Item Name: VinoEstate – Luxury Wine & Vineyard HTML Template.
Author: K29 Solutions
Version: 1.1.0
Copyright : 2026

-----------------------------------------------------------------------------------*/
:root {
  --primary: #7F1D1D;
  --primary-dark: #4a0f0f;
  --secondary: #FACC15;
  --accent: #FEF2F2;
  --dark: #0b0809;
  --darker: #050304;
  --light: #FFFFFF;
  --muted: #a8a29e;
  --line: rgba(255, 255, 255, .08);
  --radius: 8px;
  --shadow-soft: 0 20px 60px rgba(0, 0, 0, .35);
  --shadow-card: 0 10px 40px rgba(0, 0, 0, .5);
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'Inter', system-ui, -apple-system, sans-serif;
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  font-family: var(--sans);
  background: var(--dark);
  color: #e7e5e4;
  margin: 0;
  font-weight: 300;
  letter-spacing: .01em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: var(--serif);
  font-weight: 500;
  color: #fff;
  letter-spacing: -.01em;
  line-height: 1.15
}

h1 {
  font-size: clamp(2.5rem, 5.5vw, 5rem)
}

h2 {
  font-size: clamp(2rem, 3.5vw, 3.25rem);
  margin-bottom: 1rem
}

p {
  line-height: 1.75;
  color: #d6d3d1;
  font-weight: 300
}

a {
  color: inherit;
  text-decoration: none;
  transition: color .3s ease
}

a:hover {
  color: var(--secondary)
}

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

.container-xl {
  max-width: 1320px
}

/* Section helpers */
.section {
  padding: 120px 0;
  position: relative
}

.section-tight {
  padding: 80px 0
}

.eyebrow {
  font-family: var(--sans);
  font-size: .75rem;
  letter-spacing: .4em;
  text-transform: uppercase;
  color: var(--secondary);
  font-weight: 500;
  margin-bottom: 1.25rem;
  display: inline-block;
}

.divider {
  width: 60px;
  height: 1px;
  background: var(--secondary);
  margin: 1.5rem auto;
  display: block;
  margin-left: 0
}

.text-secondary-vino {
  color: var(--secondary) !important
}

.text-muted-vino {
  color: var(--muted);
  max-width: 600px
}

/* Buttons */
.btn-vino {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  padding: .95rem 2rem;
  border-radius: var(--radius);
  font-family: var(--sans);
  font-weight: 500;
  font-size: .85rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all .35s cubic-bezier(.4, 0, .2, 1);


}

.cart-btn {
  padding: .7rem 1rem;
  font-size: .75rem;
  display: block;

}

.btn-primary-vino {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary)
}

.btn-primary-vino:hover {
  background: transparent;
  color: var(--secondary);
  border-color: var(--secondary);
  transform: translateY(-2px)
}

.btn-outline-vino {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, .4)
}

.btn-outline-vino:hover {
  background: var(--secondary);
  color: var(--dark);
  border-color: var(--secondary);
  transform: translateY(-2px)
}

.btn-gold {
  background: var(--secondary);
  color: var(--dark);
  border-color: var(--secondary)
}

.btn-gold:hover {
  background: transparent;
  color: var(--secondary) !important;
  transform: translateY(-2px)
}

/* Preloader */
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #1C1917;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .8s ease, visibility .8s ease;
}

#preloader.hide {
  opacity: 0;
  visibility: hidden
}

.wine-glass {
  position: relative;
  width: 80px;
  height: 130px
}

.wine-glass .bowl {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  border: 2px solid var(--secondary);
  border-radius: 0 0 50% 50%/0 0 60% 60%;
  overflow: hidden;
}

.wine-glass .bowl::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background: linear-gradient(180deg, #a31818, #4a0f0f);
  animation: fill 2.2s ease-in-out infinite;
}

.wine-glass .stem {
  position: absolute;
  top: 80px;
  left: 50%;
  width: 2px;
  height: 35px;
  background: var(--secondary);
  transform: translateX(-50%);
}

.wine-glass .base {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 3px;
  background: var(--secondary);
  transform: translateX(-50%);
  border-radius: 2px;
}

@keyframes fill {
  0% {
    height: 0
  }

  60% {
    height: 65%
  }

  80% {
    transform: rotate(0)
  }

  90% {
    transform: rotate(3deg)
  }

  100% {
    height: 65%;
    transform: rotate(0)
  }
}

.preloader-text {
  position: absolute;
  bottom: 18%;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--serif);
  font-size: 1.25rem;
  color: var(--secondary);
  letter-spacing: .5em;
  text-transform: uppercase;
}

/* Navbar */
.navbar-vino {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  padding: 1.4rem 0;
  background: transparent;
  transition: all .4s ease;
}

.navbar-vino.scrolled {
  background: rgba(11, 8, 9, .92);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  padding: .85rem 0;
  border-bottom: 1px solid var(--line);
}

.navbar-vino .brand {
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: .05em;
}

.navbar-vino .brand span {
  color: var(--secondary)
}

.navbar-vino .nav-link {
  color: #fff !important;
  font-size: .78rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-weight: 500;
  padding: .5rem 1.1rem !important;
  position: relative;
}

.navbar-vino .nav-link::after {
  content: "";
  position: absolute;
  left: 1.1rem;
  right: 1.1rem;
  bottom: .3rem;
  height: 1px;
  background: var(--secondary);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .35s ease;
}

.navbar-vino .nav-link:hover::after,
.navbar-vino .nav-link.active::after {
  transform: scaleX(1);
  transform-origin: left
}

.navbar-vino .nav-link:hover {
  color: var(--secondary) !important
}

.navbar-toggler {
  border: none;
  color: #fff;
  font-size: 1.5rem
}

.navbar-toggler:focus {
  box-shadow: none
}

/* Hero */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  color: #fff;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: url('../img/hero-vineyard.jpg') center/cover no-repeat;
  animation: kenburns 20s ease-in-out infinite alternate;
}

@keyframes kenburns {
  0% {
    transform: scale(1) translate(0, 0)
  }

  100% {
    transform: scale(1.12) translate(-1%, -2%)
  }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 3, 4, .55) 0%, rgba(5, 3, 4, .35) 40%, rgba(5, 3, 4, .85) 100%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 0 1.5rem
}

.hero h1 {
  font-size: clamp(2.5rem, 6vw, 5.5rem);
  font-weight: 400;
  margin-bottom: 1.5rem;
  text-shadow: 0 4px 30px rgba(0, 0, 0, .5);
}

.hero h1 em {
  font-style: italic;
  color: var(--secondary);
  font-weight: 400
}

.hero p.lead {
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  color: #e7e5e4;
  max-width: 600px;
  margin: 0 auto 2.5rem;
  font-weight: 300;
}

.hero-cta {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap
}

.scroll-cue {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: var(--secondary);
  font-size: .7rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  animation: bounce 2.4s infinite;
}

.scroll-cue::after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background: var(--secondary);
  margin: .6rem auto 0;
}

@keyframes bounce {

  0%,
  100% {
    transform: translate(-50%, 0);
    opacity: .7
  }

  50% {
    transform: translate(-50%, 8px);
    opacity: 1
  }
}

/* Wine cards */
.wine-card {
  background: linear-gradient(180deg, #141011, #0b0809);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  height: 100%;
  transition: transform .5s ease, box-shadow .5s ease, border-color .5s ease;
}

.wine-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-card);
  border-color: rgba(250, 204, 21, .3);
}

.wine-card .img-wrap {
  height: 380px;
  overflow: hidden;
  background: #0b0809;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wine-card .img-wrap img {
  height: 100%;
  object-fit: cover;
  transition: transform .8s ease;
}

.wine-card:hover .img-wrap img {
  transform: scale(1.06)
}

.wine-card .body {
  padding: 2rem 1.75rem 2.25rem
}

.wine-card .year {
  font-size: .7rem;
  letter-spacing: .35em;
  color: var(--secondary);
  text-transform: uppercase
}

.expcard .year {
  font-size: .7rem;
  letter-spacing: .3em;
  text-transform: uppercase
}

.wine-card h3 {
  font-size: 1.5rem;
  margin: .5rem 0 .25rem
}

.wine-card .type {
  color: var(--muted);
  font-size: .85rem;
  font-style: italic;
  margin-bottom: 1rem
}

.wine-card .desc {
  font-size: .9rem;
  color: #a8a29e;
  margin-bottom: 1.25rem
}

.wine-card .more {
  font-size: .75rem;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--secondary);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
}

.wine-card .more:hover {
  gap: .85rem
}

.expcard .more {
  font-size: .75rem;
  letter-spacing: .25em;
  text-transform: uppercase
}

/* Story / split */
.split-img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

/* Experiences */
.exp-card {
  position: relative;
  height: 380px;
  overflow: hidden;
  border-radius: var(--radius);

}

.expcard {
  height: 420px
}

.exp-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s ease;
}

.exp-card:hover img {
  transform: scale(1.08)
}

.exp-card .ovl {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(5, 3, 4, .95));
}

.exp-card .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2rem;
  color: #fff;
}

.exp-card h3 {
  font-size: 1.4rem;
  margin-bottom: .4rem
}

.exp-card p {
  color: #d6d3d1;
  font-size: .9rem;
  margin: 0
}

/* Booking */
.booking {
  background: url('../img/cellar.jpg') center/cover fixed no-repeat;
  position: relative;
  color: #fff;
}

.booking::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(5, 3, 4, .9), rgba(74, 15, 15, .85));
}

.booking>.container {
  position: relative;
  z-index: 2
}

.booking-form {
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--line);
  padding: 3rem;
  border-radius: var(--radius);
  max-width: 880px;
  background: linear-gradient(180deg, #141011, #0b0809)
}

.form-control-vino {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, .25) !important;
  border-radius: 0 !important;
  color: #fff !important;
  padding: .9rem .25rem !important;
  font-size: .95rem !important;
  box-shadow: none !important;
}

.form-control-vino:focus {
  border-bottom-color: var(--secondary) !important
}

.form-control-vino::placeholder {
  color: rgba(255, 255, 255, .4)
}

.form-label-vino {
  font-size: .7rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--secondary);
  margin-bottom: .4rem;
}

/* Why choose */
.feature {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  margin-bottom: 2rem
}

.feature .icon {
  flex: 0 0 56px;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  background: rgba(250, 204, 21, .1);
  color: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(250, 204, 21, .25);
}

.feature h4 {
  font-size: 1.15rem;
  margin-bottom: .35rem
}

.feature p {
  font-size: .9rem;
  color: #a8a29e;
  margin: 0
}

/* Gallery */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 14px;
}

#modalImage {
  border-radius: 40px;
}

.gallery-grid .item {
  overflow: hidden;
  border-radius: var(--radius);
  position: relative;
  cursor: pointer;
}

.gallery-grid .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s ease, filter .5s ease;
  filter: saturate(.9);
}

.gallery-grid .item:hover img {
  transform: scale(1.08);
  filter: saturate(1.1)
}

.gallery-grid .tall {
  grid-row: span 2
}

.gallery-grid .wide {
  grid-column: span 2
}

@media(max-width:992px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .gallery-grid .wide {
    grid-column: span 2
  }

  .hero h1 {
    font-size: clamp(1.5rem, 3vw, 2.5rem) !important;
  }
  .hero{margin-top: 10%;}


}

/* Testimonials */
.t-card {
  background: linear-gradient(180deg, #141011, #0b0809);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 2.5rem;
  height: 100%;
}

.t-card .quote {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.15rem;
  line-height: 1.7;
  color: #e7e5e4;
  margin-bottom: 1.5rem;
}

.t-card .who {
  font-size: .78rem;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--secondary)
}

.t-card .stars {
  color: var(--secondary);
  margin-bottom: 1rem;
  letter-spacing: .2em
}

/* CTA banner */
.cta-banner {
  background: url('../img/estate.jpg') center/cover no-repeat;
  position: relative;
  text-align: center;
  color: #fff;
}

.cta-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(5, 3, 4, .78)
}

.cta-banner>.container {
  position: relative;
  z-index: 2
}

/* ===== Footer (Luxury) ===== */
.footer {
  position: relative;
  background:
    radial-gradient(ellipse at top left, rgba(127, 29, 29, .18), transparent 60%),
    radial-gradient(ellipse at bottom right, rgba(250, 204, 21, .06), transparent 55%),
    linear-gradient(180deg, #0a0708 0%, #050304 100%);
  padding: 0;
  border-top: 1px solid var(--line);
  overflow: hidden;
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--secondary), transparent);
  opacity: .4;
}

/* Newsletter band */
.footer-newsletter {
  position: relative;
  padding: 60px 0;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(127, 29, 29, .25), rgba(11, 8, 9, .4));
}

.footer-newsletter .eyebrow {
  margin-bottom: .5rem
}

.footer-newsletter h3 {
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.4vw, 2.1rem);
  color: #fff;
  margin-bottom: .5rem;
  font-weight: 500;
}

.footer-newsletter p {
  color: #d6d3d1;
  margin: 0;
  font-size: .95rem
}

.newsletter-form {
  display: flex;
  gap: .75rem;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius);
  padding: .5rem;
  backdrop-filter: blur(10px);
  transition: border-color .3s ease;
}

.newsletter-form:focus-within {
  border-color: var(--secondary)
}

.newsletter-form input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  padding: .65rem 1rem;
  font-size: .9rem;
  font-family: var(--sans);
}

.newsletter-form input::placeholder {
  color: rgba(255, 255, 255, .4)
}

/* Main footer columns */
.footer-main {
  padding: 80px 0 40px
}

.footer h5 {
  font-family: var(--sans);
  font-size: .75rem;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--secondary);
  margin-bottom: 1.5rem;
  font-weight: 500;
  position: relative;
  padding-bottom: .85rem;
}

.footer h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 1px;
  background: var(--secondary);
}

.footer .brand {
  font-family: var(--serif);
  font-size: 2rem;
  color: #fff;
  margin-bottom: 1rem;
  display: inline-block;
  font-weight: 600;
  letter-spacing: .04em
}

.footer .brand span {
  color: var(--secondary);
  font-style: italic
}

.footer p,
.footer a {
  color: #a8a29e;
  font-size: .9rem;
  line-height: 1.7
}

.footer a {
  transition: color .3s ease, padding-left .3s ease;
  display: inline-block
}

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

.footer ul li {
  margin-bottom: .7rem
}

.footer ul.links a {
  position: relative;
  padding-left: 0
}

.footer ul.links a:hover {
  color: var(--secondary);
  padding-left: .6rem
}

.footer ul.links a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 1px;
  background: var(--secondary);
  transition: width .3s ease;
}

.footer ul.links a:hover::before {
  width: .4rem
}

/* Contact rows */
.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: .85rem;
  color: #a8a29e;
  font-size: .88rem;
  margin-bottom: 1rem;
}

.footer-contact li i {
  color: var(--secondary);
  flex-shrink: 0;
  margin-top: .15rem;
  width: 16px;
  height: 16px
}

/* Hours */
.footer-hours {
  background: rgba(255, 255, 255, .03);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.25rem 1.4rem;
}

.footer-hours .row-time {
  display: flex;
  justify-content: space-between;
  padding: .5rem 0;
  font-size: .85rem;
  color: #d6d3d1;
  border-bottom: 1px dashed rgba(255, 255, 255, .06);
}

.footer-hours .row-time:last-child {
  border-bottom: none
}

.footer-hours .row-time span:last-child {
  color: var(--secondary);
  letter-spacing: .05em
}

/* Awards strip */
.footer-awards {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 30px 0;
  text-align: center;
}

.footer-awards .label {
  display: block;
  font-size: .7rem;
  letter-spacing: .35em;
  text-transform: uppercase;
  color: #78716c;
  margin-bottom: 1rem;
}

.footer-awards .badges {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}

.award-badge {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-family: var(--serif);
  font-style: italic;
  color: #a8a29e;
  font-size: .85rem;
  padding: .4rem .8rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  transition: all .3s ease;
}

.award-badge:hover {
  color: var(--secondary);
  border-color: rgba(250, 204, 21, .4)
}

.award-badge i {
  color: var(--secondary);
  width: 14px;
  height: 14px
}

/* Socials */
.footer .socials {
  display: flex;
  gap: .6rem;
  flex-wrap: wrap
}

.footer .socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .02);
  color: #d6d3d1;
  transition: all .35s cubic-bezier(.4, 0, .2, 1);
}

.footer .socials a:hover {
  background: var(--secondary);
  color: var(--dark);
  border-color: var(--secondary);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(250, 204, 21, .25);
}

/* Payment / certs */
.footer-meta {
  display: flex;
  gap: .8rem;
  flex-wrap: wrap;
  align-items: center;
}

.meta-chip {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  font-size: .7rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #a8a29e;
  padding: .4rem .8rem;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: rgba(255, 255, 255, .02);
}

.meta-chip i {
  color: var(--secondary);
  width: 13px;
  height: 13px
}

/* Bottom bar */
.footer-bottom {
  border-top: 1px solid var(--line);
  padding: 1.75rem 0;
  font-size: .8rem;
  color: #78716c;
  background: rgba(0, 0, 0, .35);
}

.footer-bottom a {
  color: #a8a29e
}

.footer-bottom a:hover {
  color: var(--secondary)
}

.footer-bottom .legal {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap
}

.footer-bottom .legal a {
  position: relative
}

.footer-bottom .legal a+a::before {
  content: "";
  position: absolute;
  left: -.85rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #44403c;
}

@media(max-width:768px) {
  .footer-main {
    padding: 60px 0 30px
  }

  .newsletter-form {
    flex-direction: column
  }

  .newsletter-form button {
    width: 100%
  }

  .footer-bottom .legal {
    justify-content: center
  }
}

/* Scroll to top */
#scrollTop {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 999;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--secondary);
  color: var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .4);
}

#scrollTop.show {
  opacity: 1;
  visibility: visible
}

#scrollTop:hover {
  transform: translateY(-3px)
}

/* Page header (sub pages) */
.page-header {
  position: relative;
  padding: 200px 0 110px;
  background: url('../img/cellar.jpg') center/cover no-repeat;
  text-align: center;
  color: #fff;
}

.page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 3, 4, .7), rgba(5, 3, 4, .9))
}

.page-header>.container {
  position: relative;
  z-index: 2
}

.page-header h1 {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  margin-bottom: .5rem
}

.breadcrumbs {
  font-size: .75rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--muted)
}

.breadcrumbs a {
  color: var(--secondary)
}

/* Shop card */
.shop-card {
  background: linear-gradient(180deg, #141011, #0b0809);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  height: 100%;
  transition: all .5s ease;
}

.shop-card:hover {
  transform: translateY(-6px);
  border-color: rgba(250, 204, 21, .3)
}

.shop-card .img-wrap {
  height: 320px;
  overflow: hidden
}

.shop-card .img-wrap img {
  height: 100%;
  object-fit: cover;
  transition: transform .8s ease;
  margin: auto;
}

.shop-card:hover .img-wrap img {
  transform: scale(1.07)
}

.shop-card .body {
  padding: 1.5rem;
  text-align: center
}

.shop-card h4 {
  font-size: 1.2rem;
  margin-bottom: .25rem
}

.shop-card .price {
  color: var(--secondary);
  font-weight: 500;
  letter-spacing: .1em;
  margin-bottom: 1rem;
  display: block
}

/* Contact */
.contact-info-card {
  background: linear-gradient(180deg, #141011, #0b0809);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 2.5rem;
  text-align: center;
  height: 100%;
}

.contact-info-card .ic {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(250, 204, 21, .1);
  border: 1px solid rgba(250, 204, 21, .25);
  color: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
}

/* Utilities */
.bg-darker {
  background: var(--darker)
}

.text-serif {
  font-family: var(--serif)
}

@media(max-width:768px) {
  .section {
    padding: 80px 0
  }

  .booking-form {
    padding: 2rem 1.5rem
  }

  .navbar-vino {
    background: rgba(11, 8, 9, .95);
    padding: 1rem 0
  }

  .split-img {
    height: 380px
  }
}

/* ===== Legal pages (Terms / Privacy) ===== */
.legal-toc {
  position: sticky;
  top: 120px;
  background: linear-gradient(180deg, #141011, #0b0809);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.75rem 1.5rem;
}

.legal-toc .eyebrow {
  margin-bottom: 1rem;
  display: block
}

.legal-toc ul {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: toc
}

.legal-toc ul li {
  counter-increment: toc;
  margin-bottom: .5rem
}

.legal-toc ul li a {
  display: block;
  padding: .55rem 0;
  font-size: .85rem;
  color: #a8a29e;
  border-bottom: 1px dashed rgba(255, 255, 255, .06);
  transition: all .3s ease;
  position: relative;
  padding-left: 1.8rem;
}

.legal-toc ul li a::before {
  content: "0" counter(toc);
  position: absolute;
  left: 0;
  top: .55rem;
  font-family: var(--serif);
  font-style: italic;
  color: var(--secondary);
  font-size: .8rem;
  opacity: .7;
}

.legal-toc ul li:last-child a {
  border-bottom: none
}

.legal-toc ul li a:hover {
  color: var(--secondary);
  padding-left: 2.1rem
}

.legal-meta {
  display: flex;
  gap: .75rem;
  flex-wrap: wrap
}

.legal-content .legal-block {
  padding: 2rem 0;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 120px;
}

.legal-content .legal-block:last-child {
  border-bottom: none
}

.legal-content h2 {
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 1rem;
  font-family: var(--serif);
  font-weight: 500;
}

.legal-content p {
  color: #d6d3d1;
  font-size: .95rem;
  line-height: 1.85;
  margin-bottom: 1rem
}

.legal-content a {
  color: var(--secondary);
  border-bottom: 1px solid rgba(250, 204, 21, .3);
  transition: border-color .3s ease
}

.legal-content a:hover {
  border-color: var(--secondary)
}

.legal-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0
}

.legal-list li {
  padding: .55rem 0 .55rem 1.6rem;
  color: #d6d3d1;
  font-size: .95rem;
  line-height: 1.7;
  position: relative;
}

.legal-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.05rem;
  width: 8px;
  height: 1px;
  background: var(--secondary);
}

.legal-list strong {
  color: #fff;
  font-weight: 500
}

.legal-cta {
  background: linear-gradient(135deg, rgba(127, 29, 29, .25), rgba(11, 8, 9, .6));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 2.5rem;
  text-align: center;
}

.legal-cta a{color:var(--dark) !important;}

.legal-cta h3 {
  font-family: var(--serif);
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: .5rem
}

.legal-cta p {
  color: #d6d3d1;
  margin-bottom: 1rem
}

.legal-cta a {
  color: var(--secondary)
}

/* ===== FAQ ===== */
.faq-cat {
  margin-bottom: 3.5rem
}

.faq-cat-title {
  font-size: 1.6rem;
  font-family: var(--serif);
  color: #fff;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.faq-cat-title .num {
  font-family: var(--serif);
  font-style: italic;
  color: var(--secondary);
  font-size: 1.1rem;
  opacity: .7;
}

.vino-accordion .accordion-item {
  background: linear-gradient(180deg, #141011, #0b0809);
  border: 1px solid var(--line);
  border-radius: var(--radius) !important;
  margin-bottom: .85rem;
  overflow: hidden;
  transition: border-color .3s ease;
}

.vino-accordion .accordion-item:hover {
  border-color: rgba(250, 204, 21, .25)
}

.vino-accordion .accordion-button {
  background: transparent !important;
  color: #fff !important;
  font-family: var(--serif);
  font-size: 1.1rem;
  font-weight: 500;
  padding: 1.25rem 1.5rem;
  box-shadow: none !important;
  border: none;
}

.vino-accordion .accordion-button:not(.collapsed) {
  color: var(--secondary) !important;
  background: rgba(250, 204, 21, .04) !important;
}

.vino-accordion .accordion-button::after {
  filter: invert(1) sepia(1) saturate(5) hue-rotate(0deg);
  background-size: 1.1rem;
}

.vino-accordion .accordion-button:not(.collapsed)::after {
  filter: invert(89%) sepia(53%) saturate(2900%) hue-rotate(355deg) brightness(102%) contrast(96%);
}

.vino-accordion .accordion-body {
  padding: 1%;
  color: #d6d3d1;
  font-size: .95rem;
  line-height: 1.8;
}

.arrow-up {
  width: 18px;
  height: 18px
}

html,
body {
  overflow-x: hidden;
}

.arrow-right {
  width: 14px !important;
  height: 14px !important;
}

.more svg {
  height: 18px;
}

.cta-p {
  max-width: 600px
}

.newsletter-small {
  color: #78716c;
  font-size: .75rem
}

.newsletter-s {
  color: #a8a29e
}

/* ===== Blog Page Components ===== */

/* Blog Featured Post */
.blog-featured {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #141011, #0b0809);
  overflow: hidden;
  transition: border-color 0.4s ease, box-shadow 0.4s ease;
}

.blog-featured:hover {
  border-color: rgba(250, 204, 21, 0.3);
  box-shadow: var(--shadow-card);
}

.blog-featured-img {
  position: relative;
  height: 420px;
  overflow: hidden;
}

.blog-featured-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.blog-featured:hover .blog-featured-img img {
  transform: scale(1.04);
}

.blog-badge {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  background: var(--secondary);
  color: var(--dark);
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  padding: 0.45rem 1.1rem;
  border-radius: 4px;
  z-index: 2;
}

.blog-featured-body {
  padding: 2.25rem 2rem;
}

.blog-featured-title {
  font-family: var(--serif);
  font-size: 1.85rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 1rem;
  line-height: 1.25;
}

.blog-featured-body .text-muted-vino {
  margin-bottom: 1.5rem;
}

/* Blog Card (grid) */
.blog-card {
  background: linear-gradient(180deg, #141011, #0b0809);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}

.blog-card:hover {
  transform: translateY(-8px);
  border-color: rgba(250, 204, 21, 0.3);
  box-shadow: var(--shadow-card);
}

.blog-card-img {
  position: relative;
  height: 340px;
  overflow: hidden;
}

.blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.blog-card:hover .blog-card-img img {
  transform: scale(1.06);
}

.blog-category {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(5, 3, 4, 0.78);
  backdrop-filter: blur(6px);
  color: var(--secondary);
  font-family: var(--sans);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.35rem 0.9rem;
  border: 1px solid rgba(250, 204, 21, 0.22);
  border-radius: 4px;
  z-index: 2;
}

.blog-card-body {
  padding: 1.75rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-card-body h3 {
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  margin: 0.8rem 0 0.6rem;
  line-height: 1.35;
}

.blog-card-body h3 a {
  color: inherit;
  transition: color 0.3s ease;
}

.blog-card-body h3 a:hover {
  color: var(--secondary);
}

.blog-card-body p.text-muted-vino {
  font-size: 0.88rem;
  margin-bottom: 1.2rem;
  flex: 1;
}

.blog-card-body .more {
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--secondary);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: auto;
  transition: gap 0.3s ease;
}

.blog-card-body .more:hover {
  gap: 0.85rem;
}

/* Blog Meta (dates, authors) */
.blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  color: var(--muted);
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0.4rem;
}

.blog-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.blog-meta i {
  width: 12px;
  height: 12px;
  color: var(--secondary);
}

/* Pagination */
.blog-pagination {
  border-top: 1px solid var(--line);
  padding-top: 2.5rem;
}

.pagination-vino {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.page-item-vino {
  display: inline-block;
}

.page-item-vino a,
.page-item-vino span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  font-family: var(--sans);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #a8a29e;
  background: transparent;
  transition: all 0.3s ease;
  padding: 0 0.8rem;
}

.page-item-vino a:hover {
  background: rgba(250, 204, 21, 0.07);
  border-color: rgba(250, 204, 21, 0.25);
  color: var(--secondary);
}

.page-item-vino.active a {
  background: var(--secondary);
  color: var(--dark);
  border-color: var(--secondary);
}

.page-item-vino.next a {
  gap: 0.4rem;
}

/* Sidebar */
.sidebar {
  position: sticky;
  top: 120px;
}

.sidebar-widget {
  margin-bottom: 2.8rem;
  background: linear-gradient(180deg, #141011, #0b0809);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 2rem 1.5rem;
  transition: border-color 0.3s ease;
}

.sidebar-widget:hover {
  border-color: rgba(250, 204, 21, 0.2);
}

.sidebar-title {
  font-family: var(--sans);
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--secondary);
  font-weight: 600;
  margin-bottom: 1.5rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid var(--line);
}

/* Sidebar Search */
.sidebar-search {
  position: relative;
  display: flex;
}

.sidebar-search input {
  padding-right: 3rem !important;
}

.sidebar-search button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent;
  border: none;
  color: var(--secondary);
  padding: 0 0.9rem;
  cursor: pointer;
  transition: color 0.3s ease;
}

.sidebar-search button:hover {
  color: #fff;
}

/* Sidebar Links (categories) */
.sidebar-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-links li {
  margin-bottom: 0.55rem;
}

.sidebar-links a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #d6d3d1;
  font-size: 0.88rem;
  padding: 0.45rem 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.06);
  transition: color 0.3s ease, padding-left 0.3s ease;
}

.sidebar-links a:hover {
  color: var(--secondary);
  padding-left: 0.6rem;
}

.sidebar-links a span {
  font-family: var(--serif);
  font-style: italic;
  color: var(--muted);
  font-size: 0.8rem;
  transition: color 0.3s ease;
}

.sidebar-links a:hover span {
  color: var(--secondary);
}

/* Recent Posts */
.sidebar-recent .recent-item {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.06);
}

.sidebar-recent .recent-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.recent-item img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
  transition: opacity 0.3s ease;
}

.recent-item:hover img {
  opacity: 0.8;
}

.recent-item div a {
  display: block;
  color: #e7e5e4;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.3rem;
  transition: color 0.3s ease;
}

.recent-item div a:hover {
  color: var(--secondary);
}

.recent-item div small {
  font-size: 0.7rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* Sidebar Tags */
.sidebar-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.sidebar-tags a {
  display: inline-block;
  padding: 0.35rem 0.85rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
  border-radius: 30px;
  font-size: 0.72rem;
  color: #a8a29e;
  letter-spacing: 0.04em;
  transition: all 0.3s ease;
}

.sidebar-tags a:hover {
  background: rgba(250, 204, 21, 0.08);
  border-color: rgba(250, 204, 21, 0.3);
  color: var(--secondary);
  transform: translateY(-1px);
}

/* Sidebar Newsletter */
.sidebar-newsletter .newsletter-form-sidebar input {
  margin-bottom: 0.8rem;
}

.sidebar-newsletter .btn-vino {
  width: 100%;
  justify-content: center;
}

/* Responsive adjustments for blog */
@media (max-width: 992px) {
  .blog-featured-body {
    padding: 1.75rem;
  }

  .blog-featured-title {
    font-size: 1.5rem;
  }

  .sidebar {
    position: static;
    margin-top: 2.5rem;
  }

  .blog-featured-img {
    height: 320px;
  }
}

@media (max-width: 576px) {
  .blog-meta {
    gap: 0.8rem;
    font-size: 0.68rem;
  }

  .blog-featured-img {
    height: 260px;
  }

  .pagination-vino {
    gap: 0.3rem;
  }
}

.blog-hero {
  min-height: 85vh;
}

.blog-bg {
  background-image: url('../img/gallery-1.jpg');
}

/* Blog detail page layout */
.article-hero {
  position: relative;
  min-height: 65vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
}

.article-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(5, 3, 4, 0.35) 0%,
      rgba(5, 3, 4, 0.5) 50%,
      rgba(5, 3, 4, 0.95) 100%);
  z-index: 1;
}

.article-hero-content {
  position: relative;
  z-index: 2;
  padding: 0 1.5rem 3.5rem;
  width: 92%;
  margin: 0 auto;
}

.article-hero-content .category-tag {
  display: inline-block;
  background: var(--secondary);
  color: var(--dark);
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  padding: 0.35rem 1.1rem;
  border-radius: 4px;
  margin-bottom: 1.2rem;
}

.article-hero-content h1 {
  font-size: clamp(2.3rem, 5vw, 3.8rem);
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.6);
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.8rem;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: #d6d3d1;
  text-transform: uppercase;
}

.article-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.article-meta i {
  width: 14px;
  height: 14px;
  color: var(--secondary);
}

.article-body {
  max-width: 92%;
  margin: 0 auto;
  padding: 4rem 1.5rem;
}

.article-body p {
  font-size: 1.05rem;
  line-height: 1.9;
  color: #d6d3d1;
  margin-bottom: 2rem;
  font-weight: 300;
}

.article-body h2 {
  font-size: 1.9rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.article-body h3 {
  font-size: 1.4rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  color: #fff;
  font-weight: 500;
}

.article-body blockquote {
  border-left: 3px solid var(--secondary);
  padding: 1.5rem 2rem;
  margin: 3rem 0;
  background: rgba(250, 204, 21, 0.03);
  border-radius: 0 var(--radius) var(--radius) 0;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.3rem;
  color: #e7e5e4;
  line-height: 1.6;
}

.article-body blockquote cite {
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  color: var(--secondary);
  text-transform: uppercase;
  margin-top: 1rem;
  font-style: normal;
  font-family: var(--sans);
}

.article-body img {
  border-radius: var(--radius);
  margin: 2.5rem 0;
  box-shadow: var(--shadow-soft);
}

.article-body .img-caption {
  text-align: center;
  font-size: 0.8rem;
  color: var(--muted);
  margin-top: -1.5rem;
  margin-bottom: 2rem;
  font-style: italic;
}

/* Author & Share section */
.article-footer-meta {
  max-width: 780px;
  margin: 0 auto 4rem;
  padding: 0 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.author-bio {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.author-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--secondary);
}

.author-info .name {
  font-family: var(--serif);
  font-size: 1.3rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0.2rem;
}

.author-info .role {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: var(--secondary);
  text-transform: uppercase;
}

.share-buttons {
  display: flex;
  gap: 0.6rem;
  align-items: center;
}

.share-buttons span {
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--muted);
  margin-right: 0.5rem;
}

.share-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
  color: #d6d3d1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.share-btn:hover {
  background: var(--secondary);
  color: var(--dark);
  border-color: var(--secondary);
  transform: translateY(-2px);
}

.share-btn i {
  font-size: 1rem;
}

/* Related posts section */
.related-posts {
  background: var(--darker);
  padding: 5rem 0;
}

.related-posts .section-header {
  margin-bottom: 3rem;
  text-align: center;
}

@media (max-width: 768px) {
  .article-hero {
    min-height: 55vh;
  }

  .article-body {
    padding: 2.5rem 1.2rem;
  }

  .article-body p {
    font-size: 1rem;
  }

  .article-footer-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .author-bio {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
}

.form-msg {
  color: #a8a29e;
}