:root {
  --brand-orange: #C85A17;
  --brand-apricot: #E08E45;
  --brand-grape: #2D112C;
  --brand-rose: #B57C80;
  --brand-olive: #5C6B46;
  --brand-ivory: #FAF6F0;
  --brand-oak: #2C221E;
  --brand-taupe: #94877C;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Outfit", sans-serif;
}

body {
  background: var(--brand-ivory);
  color: var(--brand-oak);
  overflow-x: hidden;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ===== HERO SECTION ===== */
.hero {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.hero-image {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  position: absolute;
  inset: 0;
  background: rgba(45, 17, 44, 0.45);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.hero-subtitle {
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  opacity: 0.8;
  margin-bottom: 20px;
}

.hero h1 {
  font-size: 5rem;
  font-weight: normal;
  letter-spacing: 4px;
  color: #fff !important;
}

/* HERO CARD */
.hero-card {
  max-width: 720px;
  background: rgba(45, 17, 44, 0.72);
  backdrop-filter: blur(8px);
  padding: 45px 50px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(200, 90, 23, 0.2);
}

.hero-card h2 {
  font-size: 3rem;
  letter-spacing: 3px;
  font-weight: 300;
  margin-bottom: 12px;
  color: #ffffff;
}

.hero-card h4 {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 22px;
  color: var(--brand-apricot);
}

.hero-card p {
  font-size: 1rem;
  line-height: 1.75;
  color: #ffffff;
  opacity: 0.95;
  font-weight: 300;
}

@media (max-width: 768px) {
  .hero-card {
    padding: 35px 30px;
    max-width: 393px;
  }
  .hero-card h2 {
    font-size: 1.8rem;
  }
  .hero-card h4 {
    font-size: 1.05rem;
  }
}

/* ===== FOUNDERS SECTION ===== */
.founders {
  background: var(--brand-grape);
  padding: 80px 0;
  overflow: hidden;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.founders-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: start;
}

.founder-image-section {
  will-change: transform;
}

.founder-overlay {
  margin-bottom: 30px;
  margin-left: 150px;
}

.founder-overlay-name {
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 8px;
}

.founder-overlay-role {
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 300;
  text-transform: uppercase;
  color: var(--brand-apricot);
  opacity: 0.8;
}

.founder-image-card {
  position: relative;
  margin-bottom: 40px;
}

.founder-image {
  width: 80%;
  height: 500px;
  margin-left: 150px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
  transition: opacity 0.6s ease;
}

.founder-nav-btn {
  position: absolute;
  right: 4px;
  bottom: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(200, 90, 23, 0.9);
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.founder-nav-btn:hover {
  background: var(--brand-orange);
  transform: scale(1.1);
}

.founder-story-panel {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 40px 60px;
  border-radius: 12px;
  will-change: transform;
  margin-right: 80px;
  width: 650px;
}

.founder-micro-heading {
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: 300;
  text-transform: uppercase;
  color: var(--brand-apricot);
  margin-bottom: 20px;
  opacity: 0.8;
}

.founder-main-heading {
  font-size: 48px;
  font-weight: normal;
  letter-spacing: 2px;
  margin-bottom: 40px;
  color: #fff;
}

.founder-description {
  margin-bottom: 50px;
}

.founder-description p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 25px;
  opacity: 0.9;
  color: #ffffff;
}

.founder-bio {
  font-size: 15px;
  line-height: 1.6;
  color: #eee;
  opacity: 0.8;
}

.founder-bottom-overlay {
  background: rgba(45, 17, 44, 0.8);
  backdrop-filter: blur(10px);
  padding: 30px;
  border-radius: 8px;
  margin-top: 40px;
  border-top: 1px solid rgba(200, 90, 23, 0.3);
}

.founder-bottom-name {
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 8px;
}

.founder-bottom-role {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--brand-apricot);
  margin-bottom: 15px;
  opacity: 0.8;
}

.founder-bottom-bio {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  color: #ffffff;
  opacity: 0.9;
}

/* ===== WHO WE ARE ===== */
.who-we-are {
  background: var(--brand-ivory);
  padding: 80px 0;
  color: var(--brand-oak);
}

.content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}

.text-content h2 {
  font-size: 48px;
  margin-bottom: 40px;
  font-weight: 400;
  letter-spacing: 2px;
  color: var(--brand-oak);
}

.text-content p {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 30px;
  opacity: 0.9;
}

.image-content img {
  width: 100%;
  max-width: 500px;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
}

/* ===== OUR ORCHARDS ===== */
.our-Orchards {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: white;
}

.Orchards-image {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.Orchards-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Orchards-content {
  position: relative;
  z-index: 2;
  background: rgba(45, 17, 44, 0.85);
  backdrop-filter: blur(10px);
  padding: 80px;
  border-radius: 12px;
  max-width: 600px;
  margin-left: 100px;
  border: 1px solid rgba(200, 90, 23, 0.2);
}

.Orchards-content h2 {
  font-size: 42px;
  margin-bottom: 30px;
  font-weight: 400;
  color: #fff;
}

.Orchards-content p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 25px;
  opacity: 0.9;
  font-weight: 300;
  color: #eee;
}

/* ===== CRAFTSMANSHIP ===== */
.craftsmanship {
  background: var(--brand-ivory);
  padding: 80px 0;
  color: var(--brand-oak);
}

.craft-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin-bottom: 60px;
}

.craft-item.reverse {
  direction: rtl;
}

.craft-item.reverse > * {
  direction: ltr;
}

.craft-image {
  overflow: hidden;
  border-radius: 16px;
}

.craft-image img {
  width: 100%;
  max-width: 500px;
  height: 350px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(45, 17, 44, 0.08);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: block;
}

.craft-item:hover .craft-image img {
  transform: scale(1.05);
}

.craft-text h3 {
  font-size: 32px;
  margin-bottom: 25px;
  font-weight: 400;
  color: var(--brand-oak);
}

.craft-text p {
  font-size: 16px;
  line-height: 1.7;
  opacity: 0.9;
  font-weight: 300;
}

/* ===== WINE FAMILY / MEET THE COLLECTION ===== */
.wine-family {
  background-color: var(--brand-ivory);
  padding: 60px 0;
  position: relative;
  color: var(--brand-oak);
  margin-top: 0;
}

.wine-family .section-header {
  text-align: center;
  margin-bottom: 60px;
}

.wine-family .sub-heading {
  font-size: 13px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--brand-orange);
  margin-bottom: 15px;
  display: block;
  opacity: 0.9;
}

.wine-family h2 {
  font-size: 3.5rem;
  font-weight: 400;
  color: var(--brand-oak);
  margin: 0;
}

.header-line {
  width: 60px;
  height: 1px;
  background: var(--brand-orange);
  margin: 20px auto 0;
  opacity: 0.6;
}

.wine-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  justify-content: center;
}

.wine-card {
  text-decoration: none !important;
  color: var(--brand-oak) !important;
  display: block;
  background: transparent;
  text-align: center;
  transition: transform 0.4s ease;
  cursor: pointer;
  position: relative;
}

.wine-card:hover {
  transform: translateY(-10px);
}

.wine-image {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  margin-bottom: 25px;
  background: var(--brand-grape);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 15px 35px rgba(45,17,44,0.15);
}

.wine-image img {
  width: 90%;
  height: 90%;
  object-fit: contain;
  position: relative;
  z-index: 2;
  transition: transform 0.5s ease;
}

.wine-gold-frame {
  position: absolute;
  inset: 10px;
  border: 1px solid var(--brand-orange);
  z-index: 1;
  opacity: 0.4;
  transition: all 0.5s ease;
}

.wine-card:hover .wine-image img {
  transform: scale(1.05);
}

.wine-card:hover .wine-gold-frame {
  opacity: 1;
  inset: 5px;
  box-shadow: 0 0 10px rgba(200, 90, 23, 0.2);
}

.wine-content h3 {
  font-size: 1.8rem;
  margin-bottom: 8px;
  font-weight: 400;
  color: var(--brand-oak);
}

.wine-content .wine-role {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 3px;
  color: var(--brand-orange);
  margin-bottom: 15px;
  font-weight: 300;
}

.wine-content .wine-desc {
  font-size: 14px;
  color: var(--brand-taupe);
  font-style: italic;
  max-width: 90%;
  margin: 0 auto;
  line-height: 1.6;
}

/* ===== PHILOSOPHY ===== */
.philosophy {
  background: var(--brand-ivory);
  color: var(--brand-oak);
  padding: 80px 0;
  text-align: center;
}

.philosophy h2 {
  font-size: 48px;
  margin-bottom: 60px;
  font-weight: normal;
}

.philosophy-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
}

.philosophy-item h4 {
  font-size: 28px;
  margin-bottom: 20px;
  color: var(--brand-orange);
  font-weight: 400;
}

.philosophy-item p {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.8;
  font-weight: 300;
}

/* ===== CALL TO ACTION ===== */
.cta {
  background: var(--brand-grape);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.cta h2 {
  font-size: 42px;
  margin-bottom: 40px;
  font-weight: normal;
}

.cta-buttons {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.cta-btn {
  padding: 15px 40px;
  background: var(--brand-orange);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 4px;
  transition: all 0.3s ease;
  border: 1px solid var(--brand-orange);
}

.cta-btn:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
  transform: translateY(-2px);
}

.cta-btn.secondary {
  background: transparent;
  color: var(--brand-apricot);
  border: 1px solid var(--brand-apricot);
}

.cta-btn.secondary:hover {
  background: var(--brand-apricot);
  color: #2C221E;
}

/* ===== SCROLL ANIMATIONS ===== */
.scroll-element {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease;
}

.scroll-element.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== RESPONSIVE — 1024px ===== */
@media (max-width: 1024px) {
  .container {
    padding: 0 30px;
  }

  .Orchards-image img {
    width: 100%;
    height: 100%;
  }

  .image-content img {
    width: 100%;
    height: 100%;
  }

  .craft-image img {
    width: 100%;
    height: 100%;
  }

  .content-grid,
  .craft-item {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .Orchards-content {
    margin-left: 30px;
    padding: 60px 40px;
  }

  .philosophy-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .founders-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .founder-story-panel {
    padding: 40px 40px;
    width: 100%;
    margin-right: 0;
  }
}

/* ===== RESPONSIVE — 768px ===== */
@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }

  .hero h1 {
    font-size: 3rem;
  }

  .text-content h2,
  .philosophy h2 {
    font-size: 36px;
  }

  .Orchards-content {
    margin-left: 20px;
    padding: 40px 30px;
  }

  .Orchards-content h2 {
    font-size: 32px;
  }

  .craft-text h3 {
    font-size: 28px;
  }

  .philosophy-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .founder-image {
    height: 400px;
    margin-left: 0;
    width: 100%;
  }

  .founder-main-heading {
    font-size: 36px;
  }

  .founder-story-panel {
    padding: 40px 30px;
    margin-right: 0;
    width: 100%;
  }

  .founder-overlay {
    margin-left: 0;
    text-align: center;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .who-we-are,
  .craftsmanship,
  .philosophy,
  .founders {
    padding: 60px 0;
  }

  .wine-image {
    height: 350px;
  }

  .wine-gold-frame {
    display: none;
  }
}