@font-face {
  font-family: "Futura";
  src: url("assets/fonts/Futura Bk BT Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Romie";
  src: url("assets/fonts/Romie-Italic.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  cursor: auto !important;
}
p {
  text-transform: uppercase !important;
}
html,
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

/* Smooth scroll for all browsers */
html {
  scroll-behavior: smooth;
}

/* Fallback for browsers that don't support scroll-behavior */
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

body {
  font-family: "Futura", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Arial, sans-serif;
  color: #333;
  background-color: #f8f6f3;
}

/* Container with max-width constraint */
.container {
  width: 100%;
  max-width: 1920px;
  margin: 20px auto;
  padding: 0 20px;
}

.footer .container {
  margin: 0 auto;
}

/* Typography - All headings use Romie Italic */
h1,
h2,
h3,
h4,
h5 {
  font-family: "Romie", serif;
  font-style: italic;
  font-weight: normal;
  color: #644c24 !important;
}

/* Text elements performance */
h1,
h2,
h3,
.wine-text p,
.mountain-text p,
.mountain-text2 p,
.georgia-text p,
.note-content p,
.signature {
  will-change: transform;
  transform: translateZ(0);
  color: #644c24 !important;
}

/* Input and text selection cursor exceptions */
input,
textarea,
[contenteditable] {
  cursor: text !important;
}

/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(248, 246, 243, 0.95);
  backdrop-filter: blur(10px);
  padding: 25px 50px;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto;
}

.burger-menu {
  cursor: pointer;
}

.burger-menu img {
  width: 50px;
  height: auto;
}

.logo img {
  height: 40px;
}

.nav {
  display: flex;
  gap: 40px;
  transition: all 0.3s ease;
}

.nav a {
  text-decoration: none;
  color: #644c24;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  position: relative;
}

.nav a:hover {
  color: #333;
}

.nav a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #644c24;
  transition: width 0.3s ease;
}

.nav a:hover::after {
  width: 100%;
}

/* Parallax Support - Common styles for sections */
.hero,
.wine-section,
.mountain-section,
.georgia-section,
.crafted-section,
.founders-section,
.mastermind-section,
.note-section,
.discover-section,
.intento-section,
.final-section {
  overflow: hidden;
  position: relative;
}

/* Performance optimizations for parallax - only images */
.hero-image img,
.wine-image img,
.mountain-image img,
.founders-image img,
.mastermind-image img,
.team-image img,
.intento-image img,
.crafted-image img {
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
}

/* Parallax text sections - very subtle */
.wine-text,
.mountain-text,
.mountain-text2,
.georgia-text,
.founders-text,
.founders-text2 {
  will-change: transform;
  transform: translateZ(0);
}

/* Parallax headings - very subtle */
h1,
h2 {
  will-change: transform;
  transform: translateZ(0);
}

/* Enhanced button transitions */
.cta-button {
  background: white;
  color: #644c24;
  border: 1px solid #644c24;
  padding: 15px 40px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 600;
}

.cta-button:hover {
  background: #644c24;
  color: white;
  border: 1px solid #644c24;
  box-shadow: 0 8px 25px rgba(139, 115, 85, 0.3);
}

/* Hero Section */
.hero {
  margin-top: 80px;
  padding: 60px 0;
  background: #f8f6f3;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.hero-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 40px;
}

.hero-main {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.vertical-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.vertical-text span {
  font-family: "Futura", Arial, sans-serif;
  font-size: 0.9rem;
  color: #644c24;
  letter-spacing: 2px;
  font-weight: 300;
  white-space: nowrap;
}

.hero-image-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  flex-shrink: 0;
}

.hero-image img {
  width: 100%;
  height: auto;
  display: block;
  min-height: 500px;
  object-fit: cover;
}

.hero-title {
  margin-right: 7%;
}

.hero-title h1 {
  font-family: "Romie", serif;
  font-size: 4rem;
  font-weight: normal;
  color: #644c24;
  line-height: 1.1;
  font-style: italic;
  margin: 0;
  text-shadow: 0 2px 10px rgba(139, 115, 85, 0.1);
  text-align: right;
}

/* Common Section Styles */
.mountain-section,
.founders-section,
.mastermind-section,
.crafted-section,
.note-section,
.discover-section,
.final-section {
  padding: 100px 0;
  background: #f8f6f3;
}

.georgia-section {
  padding: 100px 0;
  background: #f0ede8;
}

/* Common Content Layout */
.wine-content,
.mountain-content,
.georgia-content,
.crafted-content,
.founders-content,
.mastermind-content,
.intento-content {
  display: flex;
  gap: 80px;
}

.wine-content {
  align-items: flex-start;
}

.mountain-content,
.georgia-content,
.mastermind-content {
  align-items: end;
}

.crafted-content,
.founders-content {
  align-items: center;
}

/* Image Styles (no hover color changes) */
.wine-image,
.mountain-image,
.georgia-image,
.founders-image,
.mastermind-image,
.crafted-image {
  flex: 1;
  position: relative;
}

.wine-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin-left: 200px;
}

.mountain-image img,
.georgia-image img {
  width: 100%;
  height: auto;

}

.georgia-image img {
  height: 400px;
  object-fit: cover;
  display: block;
}

.founders-image img,
.mastermind-image img {
  width: 100%;
  max-width: 300px;
  height: 400px;
  filter: grayscale(100%);
}

.mastermind-image img {
  object-fit: cover;
}

.crafted-image2 {
  width: 100%;
  max-width: 600px;
  height: 600px;
  filter: grayscale(100%);
  object-fit: cover;
  margin-bottom: 30px;
}

/* Text Styles */
.wine-text,
.founders-text,
.founders-text2,
.mastermind-text,
.georgia-text {
  flex: 1;
}

.mountain-text,
.mountain-text2 {
  flex: 1;
  margin-left: 100px;
}

.mountain-text2 {
  margin-bottom: 150px;
}

/* Common heading styles */
.mountain-text h2,
.mountain-text h3,
.mountain-text2 h2,
.mountain-text2 h3,
.georgia-text h2,
.crafted-text h2,
.founders-text h2,
.mastermind-text h2 {
  font-family: "Romie", serif;
  font-size: 4rem;
  font-weight: normal;
  color: #644c24;
  margin-bottom: 30px;
  line-height: 1.1;
  font-style: italic;
}

.georgia-text h2 {
  font-size: 4rem;
}

.crafted-text h2 {
  font-size: 4.5rem;
}

.founders-text h2 {
  font-size: 2.5rem;
}

.mastermind-text h2 {
  font-size: 2.5rem;
}

/* Common paragraph styles */
.wine-text p {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #666;
}

.mountain-text p,
.mountain-text2 p {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #644c24;
}

.georgia-text p,
.founders-text p,
.founders-text2 p,
.mastermind-text p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #666;
}

.founders-text,
.founders-text2 {
  font-size: 4rem;
  color: #666;
}

.founders-text .split,
.founders-text2 .split {
  font-size: 4rem;
  color: #666;
}

.founders-text2 p,
.founders-text2 p span {
  color: #644c24 !important;
}

.spanchika {
  margin-top: 30px;
}

/* Signature */
.signature {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-family: "Romie", serif;
  font-size: 1.2rem;
  color: white;
  background: rgba(0, 0, 0, 0.7);
  padding: 8px 12px;

  font-style: italic;
  backdrop-filter: blur(5px);
}

/* Note Section */
.note-section {
  text-align: center;
}

.note-content h2 {
  font-family: "Romie", serif;
  font-size: 4rem;
  font-weight: normal;
  color: #644c24;
  margin-bottom: 40px;
  line-height: 1.2;
  font-style: italic;
  white-space: normal;
}

.note-content p {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #666;
  max-width: 800px;
  margin: 0 auto 40px;
}

.signature-line {
  font-size: 4.1rem;
  color: #644c24;
  font-style: italic;
  margin-top: 40px;
}

.winemaker-signature {
  max-width: 400px;
  width: 100%;
  height: auto;
  cursor: pointer;
}
/* Discover Section */
.discover-section {
  padding: 80px 0 40px;
  text-align: center;
}

.discover-section h2 {
  font-family: "Romie", serif;
  font-size: 4rem;
  font-weight: normal;
  color: #644c24;
  font-style: italic;
}

/* Final Section */
.final-section {
  text-align: center;
}

.final-content h2 {
  font-family: "Romie", serif;
  font-size: 4rem;
  font-weight: normal;
  color: #644c24;
  margin-bottom: 40px;
  line-height: 1.3;
  font-style: italic;
}

/* Wine Showcase Section */
.wines-showcase {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  margin-top: 60px;
  min-height: 500px;
}

.wine-navigation {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 100px;
  cursor: pointer;
}

.wine-nav-item {
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0.4; /* Reduced opacity for all items by default */
}

.wine-nav-item.active {
  opacity: 1;
}

.wine-nav-item h3 {
  font-family: "Romie", serif;
  font-size: 2.5rem;
  font-weight: normal;
  color: #644c24; /* Same color for both active and hover */
  font-style: italic;
  margin: 0;
  transition: all 0.3s ease;
  cursor: pointer !important;
}

/* Hover effect - same color as active but with scale */
.wine-nav-item:hover {
  opacity: 1 !important;
}

.wine-nav-item:hover h3 {
  color: #644c24;
}

.wine-bottle-display {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wine-bottle-display img {
  height: 600px;
  width: auto;
  transition: all 0.6s ease;
  filter: drop-shadow(0 10px 30px rgba(139, 115, 85, 0.3));
}

.wine-descriptions {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
  color: #644c24 !important;
}

.wine-description-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  color: #644c24 !important;
}

.wine-description-item {
  padding: 20px;

  transition: all 0.4s ease;
  cursor: pointer;
  color: #644c24 !important;
  opacity: 0.3;
}

.wine-description-item.active {
  opacity: 1;

  background: rgba(248, 246, 243, 0.5);
}

.wine-types {
  margin-bottom: 15px;
}

.wine-types h3 {
  font-family: "Romie", serif;
  font-style: italic;
  font-size: 1.8rem;
  font-weight: normal;
  color: #644c24;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}

.wine-type-labels {
  font-family: "Futura", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  color: #8b7355;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.wine-desc {
  font-size: 1rem;
  line-height: 1.8;
  margin: 0;
  color: #644c24 !important;
  transition: all 0.3s ease;
}

/* Footer */
.footer {
  background: #644c24;
  color: white;
  padding: 60px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.footer-logo {
  flex-shrink: 0;
  align-self: flex-start;
}

.footer-logo img {
  height: 60px;
  filter: brightness(0) invert(1);
}

.footer-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 14px 100px;
  flex: 1;
  justify-content: center;
  max-width: 500px;
}

.footer-column h4 {
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 1px;
  color: white !important;
}

.footer-column p {
  font-size: 0.8rem;
  line-height: 1.6;
  color: white;
  opacity: 0.9;
}

.email-column {
  grid-area: 1 / 1;
}
.phone-column {
  grid-area: 1 / 2;
}
.follow-column {
  grid-area: 2 / 1;
}
.address-column {
  grid-area: 2 / 2;
}

.footer-buttons {
  display: flex;
  flex-direction: row;
  gap: 30px;
  flex-shrink: 0;
  align-self: flex-start;
  margin-top: 0;
}

.footer-btn {
  background: transparent;
  color: white;
  border: none;
  padding: 12px 24px;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.footer-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: white;
}

/* Magnetic Button Effects */
.magnetic-btn {
  position: relative;
  transition: all 0.3s ease;
  cursor: none;
}

.magnetic-btn:hover {
}

.magnetic-btn::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(139, 115, 85, 0.1) 0%,
    transparent 70%
  );
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* Text Reveal Animation */
.reveal-text {
  overflow: hidden;
  position: relative;
}

.reveal-text .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(100%);
}

/* Enhanced Hover Effects */
.hover-lift {
  transition: all 0.4s ease;
  cursor: none;
}

.hover-lift:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(139, 115, 85, 0.2);
}

/* Image Mask Effect - Static, no hover changes */
.image-mask {
  overflow: hidden;
  position: relative;
}

.image-mask img {
  width: 100%;
  height: auto;
  display: block;
}

/* Smooth Scroll Indicator */
.scroll-indicator {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: linear-gradient(90deg, #644c24, #6d5a42);
  z-index: 1000;
  transition: width 0.1s ease;
}

/* Desktop Sidebar Navigation */
.desktop-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

.desktop-sidebar.active {
  visibility: visible;
  opacity: 1;
}

.desktop-sidebar.active .sidebar-content {
  transform: translateX(0);
}

.sidebar-logo img {
  height: 40px;
  filter: brightness(0.8) sepia(20%) hue-rotate(15deg);
}

.sidebar-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  position: relative;
  width: 40px;
  height: 40px;
 
  transition: all 0.3s ease;
}

.sidebar-close:hover {
  background: rgba(139, 115, 85, 0.1);
  transform: rotate(90deg);
}

.sidebar-close span {
  display: block;
  width: 20px;
  height: 2px;
  background: #644c24;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all 0.3s ease;
}

.sidebar-close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.sidebar-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 100%;
  background: linear-gradient(135deg, #f8f6f3 0%, #f0ede8 100%);
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.2);
  position: relative;
}

.sidebar-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    #644c24 20%,
    #a68b5b 50%,
    #644c24 80%,
    transparent 100%
  );
  opacity: 0.6;
}

.sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  border-bottom: 1px solid rgba(139, 115, 85, 0.2);
  background: rgba(139, 115, 85, 0.05);
  position: relative;
}

.sidebar-header::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 30px;
  right: 30px;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent 0%,
    #644c24 50%,
    transparent 100%
  );
}

.sidebar-menu {
  flex: 1;
  padding: 40px 0;
  position: relative;
}

.sidebar-menu::before {
  content: "🍷";
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 1.5rem;
  opacity: 0.1;
  pointer-events: none;
}

.sidebar-item {
  display: flex;
  align-items: center;
  padding: 18px 30px;
  color: #644c24;
  text-decoration: none;
  font-family: "Futura", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  margin: 2px 0;
}

.sidebar-item::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 1px;
  background: #644c24;
  transition: width 0.3s ease;
}

.sidebar-item:hover::after {
  width: 20px;
}

.sidebar-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(135deg, #644c24, #a68b5b);
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}

.sidebar-item:hover::before {
  transform: translateX(0);
}

.sidebar-item:hover {
  background: linear-gradient(
    90deg,
    rgba(139, 115, 85, 0.08) 0%,
    rgba(166, 139, 91, 0.05) 100%
  );
  color: #6d5940;
  transform: translateX(8px);
 
}

.sidebar-icon {
  width: 24px;
  height: 24px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.sidebar-icon svg {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}

.sidebar-item:hover .sidebar-icon {
  transform: scale(1.1);
  color: #6d5940;
}

.sidebar-footer {
  padding: 30px;
  border-top: 1px solid rgba(139, 115, 85, 0.2);
  background: rgba(139, 115, 85, 0.05);
  position: relative;
}

.sidebar-footer::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 30px;
  right: 30px;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent 0%,
    #644c24 50%,
    transparent 100%
  );
}

.sidebar-social {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
  justify-content: center;
}

.social-link {
  width: 40px;
  height: 40px;
 
  background: rgba(139, 115, 85, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #644c24;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.social-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #644c24, #a68b5b);
 
  transform: scale(0);
  transition: transform 0.3s ease;
}

.social-link:hover::before {
  transform: scale(1);
}

.social-link svg {
  width: 18px;
  height: 18px;
  position: relative;
  z-index: 1;
}

.social-link:hover {
  color: white;
  transform: translateY(-2px);
}

.sidebar-info {
  text-align: center;
}

.sidebar-info p {
  color: #644c24;
  font-family: "Futura", Arial, sans-serif;
  font-size: 0.85rem;
  margin: 5px 0;
  opacity: 0.8;
}

/* Wooden Texture Section */
.wooden-texture-section {
  width: 100%;
  margin-bottom: 90px;
}

.wooden-container {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 400px;
  max-width: 1920px;
  margin: 0 auto;
}

.wooden-image-wrapper {
  position: relative;
  max-width: 600px;
}

.wooden-texture-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wooden-text-wrapper {
  background-color: #f5f1eb;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 48px;
}

.wooden-text-content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.wooden-top-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wooden-subtitle {
  color: #644c24;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.4;
}

.wooden-main-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.wooden-title {
  color: #644c24;
  font-size: 32px;
  font-weight: 200;
  font-style: italic;
  line-height: 1.2;
  font-family: "Romie", serif;
}

/* RESPONSIVE DESIGN */
@media (max-width: 768px) {
  /* Container adjustments */
  .container {
    margin: 10px auto;
    padding: 0 15px;
  }

  /* Header mobile */
  .header {
    padding: 20px 30px;
  }

  .header-content {
    padding: 0;
  }

  .burger-menu img {
    width: 50px;
    height: auto;
  }

  .logo img {
    height: 38px;
    filter: drop-shadow(0 3px 12px rgba(139, 115, 85, 0.25));
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .logo:hover img {
    transform: scale(1.08) rotate(2deg);
    filter: drop-shadow(0 6px 20px rgba(139, 115, 85, 0.35));
  }

  /* Hide desktop navigation */
  .nav {
    display: none;
  }

  /* Sidebar full width on mobile */
  .sidebar-content {
    width: 100% !important;
    right: 0;
  }

  .sidebar-item {
    padding: 20px 30px;
    font-size: 1.1rem;
  }

  .sidebar-icon {
    width: 28px;
    height: 28px;
  }

  .sidebar-header,
  .sidebar-footer {
    padding: 40px 30px;
  }

  /* Hero Section Mobile */
  .hero {
    min-height: 70vh;
    padding: 40px 0;
  }

  .hero-container {
    flex-direction: column;
    gap: 30px;
    padding: 0 20px;
  }

  .hero-main {
    order: 1;
    width: 100%;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }

  .hero-image-container {
    order: 2;
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .hero-image img {
    min-height: 300px;
    width: 100%;
    max-width: 400px;
    object-fit: cover;
  }

  .hero-title h1 {
    font-size: 3rem;
    text-align: center;
  }

  .vertical-text {
    writing-mode: initial;
    text-orientation: initial;
    transform: none;
    height: auto;
    order: 3;
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
    width: 100%;
    padding: 20px;
  }

  .vertical-text span {
    font-size: 0.6rem;
    text-align: center;
    display: block;
    transform: none;
    writing-mode: initial;
  }

  /* Section layouts mobile */
  .wine-content,
  .mountain-content,
  .georgia-content,
  .crafted-content,
  .founders-content,
  .mastermind-content,
  .intento-content {
    flex-direction: column;
    gap: 40px;
  }

  /* Wine section mobile */
  .wine-section {
    padding: 50px 0;
  }

  .wine-image img {
    margin: 0 auto;
  }

  .wine-content {
    align-items: center;
  }

  /* Mountain section mobile */
  .mountain-text,
  .mountain-text2 {
    flex: 0;
    margin-left: 0;
  }

  .mountain-text2 {
    margin-bottom: 50px !important;
  }

  /* Crafted section mobile */
  .crafted-section {
    padding: 50px 0;
    position: relative;
  }

  .crafted-content {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }

  .crafted-text h2 {
    font-size: 1.6rem;
    color: #644c24;
    margin-bottom: 10px;
    line-height: 1.3;
  }

  .crafted-text p {
    font-size: 1rem;
    margin-bottom: 5%;
    color: #644c24;
    line-height: 1.4;
  }

  .crafted-image img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* Founders section mobile */
  .founders-text2 {
    margin-top: 80px;
    color: #666;
  }

  .founders-image img {
    width: 100%;
    max-width: 300px;
    height: 400px;
    filter: grayscale(100%);
  }

  /* Typography mobile adjustments */
  .mountain-text h2,
  .mountain-text2 h2,
  .georgia-text h2,
  .crafted-text h2,
  .founders-text h2,
  .mastermind-text h2,
  .note-content h2,
  .discover-section h2,
  .intento-text h2,
  .final-content h2 {
    font-size: 3rem;
  }

  .final-content h2 {
    font-size: 1.6rem;
  }

  .content-text {
    font-size: 3rem !important;
  }

  .mastermind {
    font-size: 2.5rem !important;
  }

  .discover-section h2 {
    font-size: 2.5rem !important;
  }

  /* Wine showcase mobile */
  .wines-showcase {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }

  .wine-navigation {
    gap: 20px;
  }

  .wine-nav-item h3 {
    font-size: 2rem;
  }

  .wine-bottle-display img {
    height: 300px;
  }

  .wine-descriptions {
    gap: 20px;
  }

  .wine-description-list {
    gap: 30px;
  }

  .wine-description-item {
    padding: 15px;
  }

  .wine-description-item.active {
    transform: none;
    background: rgba(248, 246, 243, 0.3);
  }

  .wine-types h3 {
    font-size: 1.5rem;
  }

  .wine-type-labels {
    font-size: 0.8rem;
  }

  .wine-desc {
    font-size: 0.9rem;
    color: #644c24 !important;
  }

  /* Footer mobile */
  .footer-content {
    flex-direction: column;
    gap: 40px;
    text-align: center;
    align-items: center;
  }

  .footer-logo {
    align-self: center;
  }

  .footer-info {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    align-items: center;
  }

  .footer-buttons {
    flex-direction: column;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .footer-btn {
    min-width: 140px;
  }

  .email-column,
  .phone-column,
  .follow-column,
  .address-column {
    grid-area: unset;
  }

  /* Wooden section mobile */
  .wooden-container {
    grid-template-rows: 300px 1fr;
  }

  .wooden-image-wrapper {
    max-width: 100%;
  }

  .wooden-title {
    font-size: 28px;
  }
}

@media (min-width: 768px) {
  .wooden-container {
    grid-template-columns: 600px 1fr;
  }

  .wooden-text-wrapper {
    padding: 48px 64px;
  }

  .wooden-subtitle {
    font-size: 16px;
  }

  .wooden-title {
    font-size: 48px;
  }
}

@media (min-width: 1024px) {
  .wooden-title {
    font-size: 4rem;
  }

  .wooden-text-wrapper {
    padding: 0px 80px;
  }
}

@media (max-width: 480px) {
  .header {
    padding: 15px 25px;
  }

  .logo img {
    height: 32px;
  }
}

/* Hide custom cursor on mobile devices */
@media (max-width: 768px), (hover: none), (pointer: coarse) {
  .custom-cursor {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }

  body {
    cursor: auto !important;
  }

  .burger-menu,
  .logo,
  .magnetic-btn,
  .wine-nav-item {
    cursor: pointer !important;
  }
}

/* Burger Menu Overlay */
.burger-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  z-index: 800;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  overflow: hidden;
}

.burger-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.burger-menu-overlay.active .burger-menu-content {
  top: 10px;
}

.burger-menu-content {
  position: absolute;
  top: -800px;
  left: 10px;
  width: 100%;
  max-width: 500px;
  height: 95vh;
  background: rgba(248, 246, 243, 0.98);
  padding: 40px 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: top 1.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* Top Row - Close button and utility icons */
.burger-menu-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 60px;
}

.burger-close {
  cursor: pointer;
  font-size: 3rem;
  color: #644c24;
  font-weight: 300;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.burger-close:hover {
  transform: scale(1.1);
}

.burger-utility-icons {
  display: flex;
  gap: 30px;
  align-items: center;
}

.utility-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #644c24;
  text-decoration: none;
}

.utility-icon svg {
  width: 24px;
  height: 24px;
}

/* Main Navigation Links */
.burger-menu-nav {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 40px;
}

.burger-nav-item {
  font-family: "Futura", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(100, 76, 36, 0.6);
  text-decoration: none;
  letter-spacing: 2px;
  transition: all 0.3s ease;
  position: relative;
  padding: 10px 0;
  cursor: pointer !important;
}

.burger-nav-item:hover {
  color: #644c24;
}

/* Language Selection */
.burger-menu-languages {
  display: flex;
  gap: 30px;
  align-items: center;
}

.language-option {
  font-family: "Futura", sans-serif;
  font-size: 1.2rem;
  color: #644c24;
  text-decoration: none;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  opacity: 0.7;
}

.language-option.active {
  opacity: 1;
  font-weight: 600;
}

.language-option:hover {
  opacity: 1;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .burger-menu-content {
    height: 90vh;
  }
  .burger-menu-content {
    max-width: 90%;
    left: 20px;
  }

  .burger-menu-content {
    padding: 30px 20px;
  }

  .burger-menu-top {
    margin-bottom: 40px;
  }

  .burger-close {
    font-size: 2.5rem;
    width: 50px;
    height: 50px;
  }

  .burger-utility-icons {
    gap: 10px;
  }

  .utility-icon {
    width: 15px;
    height: 15px;
  }

  .utility-icon svg {
    width: 15px;
    height: 15px;
  }

  .burger-nav-item {
    font-size: 14px;
    letter-spacing: 1px;
  }

  .burger-menu-languages {
    gap: 20px;
  }

  .language-option {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .burger-menu-content {
    max-width: 95%;
    left: 10px;
  }

  .burger-menu-content {
    padding: 20px 15px;
  }

  .burger-nav-item {
    font-size: 14px;
  }

  .burger-svg {
    z-index: 9999 !important;
    position: fixed;
    left: 25px !important;
    top: 20px !important;
  }
  .crafted-with {
    font-size: 3rem !important;
  }
  .burger-menu-content {
    height: 87vh;
  }
  .it-tooks{
    font-size: 13px;
  }
  .wooden-container{
    display: block;
  }
}
/* გასწორებული სოციალური ლინკების სტილები */

/* ძველი .social-link სტილის გადაწერა ფუტერისთვის */
.footer .social-link {
  width: auto !important; /* მოვაშოროთ ფიქსირებული სიგანე */
  height: auto !important; /* მოვაშოროთ ფიქსირებული სიმაღლე */
  border-radius: 0 !important; /* მოვაშოროთ border-radius */
  background: transparent !important; /* მოვაშოროთ ფონი */
  display: inline !important; /* მოვაშოროთ flex */
  padding: 0 !important; /* მოვაშოროთ padding */
  color: white !important;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  position: relative;
}

/* მოვაშოროთ ::before pseudo-element */
.footer .social-link::before {
  display: none !important;
}

/* მოვაშოროთ SVG სტილები ფუტერიდან */
.footer .social-link svg {
  display: none !important;
}

/* მარტივი hover ეფექტი */
.footer .social-link:hover {
  color: #a68b5b !important;
  transform: translateX(5px) !important;
  background: transparent !important;
}

/* ყველა ფუტერის ლინკისთვის ზოგადი სტილი */
.footer-link {
  color: white !important;
  text-decoration: none;
  opacity: 1 !important;
  transition: all 0.3s ease;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.8rem;
  line-height: 1.6;
}

/* ფუტერის კოლუმნების p ელემენტები */
.footer-column p {
  font-size: 0.8rem;
  line-height: 1.6;
  color: white !important;
  opacity: 1 !important;
  text-transform: uppercase;
}

/* Follow Us სექციის სპეციალური სტილი */
.follow-column p {
  line-height: 2 !important; /* ცოტა მეტი სივრცე ხაზებს შორის */
}

.follow-column p a {
  color: white !important;
  opacity: 1 !important;
  font-weight: 500;
}

/* ტელეფონის ლინკი */
.footer-link[href^="tel:"]:hover {
  color: #a68b5b !important;
  transform: translateY(-2px);
}

/* ელ-ფოსტის ლინკი */
.footer-link[href^="mailto:"]:hover {
  color: #a68b5b !important;
  transform: translateY(-2px);
}

/* მისამართის ლინკი */
.footer-link.address-link:hover {
  color: #a68b5b !important;
  transform: scale(1.02);
}
.footer-column h6 {
  font-size: 14px;
  margin-bottom: 4px;
}
.burger-svg {
  height: 40px;
  width: 40px;
  z-index: 9999 !important;
  position: fixed;
  left: 65px;
  top: 40px;
}
.footer-column a {
  cursor: pointer !important;
}
p {
  font-size: 1rem !important;
}
.it-tooks {
  font-size: 13px;
  text-transform: uppercase;
}
