/* ========================================
   昆明铭澜鸿翼贸易有限公司 - 企业官网样式
   主色：深蓝 + 金色
   ======================================== */

:root {
  --navy-900: #0a1628;
  --navy-800: #0d1f3c;
  --navy-700: #13294b;
  --navy-600: #1a3a5c;
  --navy-500: #234567;
  --gold-500: #c9a962;
  --gold-400: #d4b976;
  --gold-300: #e0cc93;
  --gold-200: #ecdfb8;
  --gold-100: #f5eed9;
  --cream: #faf7f0;
  --cream-2: #f3ede0;
  --gray-100: #f5f5f5;
  --gray-200: #e8e8e8;
  --gray-300: #d0d0d0;
  --gray-500: #888888;
  --gray-700: #555555;
  --gray-900: #222222;
  --rose: #b76e79;
  --wine: #722f37;
  --tea-green: #6b8e4e;
  --coffee-brown: #6f4e37;
  --fruit-orange: #d97706;
  --mushroom: #8b6914;
  --font-serif: 'Noto Serif SC', 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Noto Sans SC', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-sans);
  color: var(--gray-900);
  background-color: var(--cream);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

/* ========================================
   Navigation
   ======================================== */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 20px 0;
  transition: all 0.4s ease;
  background: transparent;
}

.nav.scrolled {
  background: rgba(10, 22, 40, 0.95);
  backdrop-filter: blur(10px);
  padding: 12px 0;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}

.nav-inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}

.logo-mark {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--gold-400), var(--gold-500));
  color: var(--navy-800);
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 18px;
  border-radius: 50%;
  letter-spacing: -0.5px;
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}

.logo-text small {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 11px;
  color: var(--gold-300);
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: 36px;
}

.nav-links a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding: 4px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.3;
}

.nav-links a span {
  font-size: 14px;
}

.nav-links a small {
  font-family: 'Cormorant Garamond', serif;
  font-size: 10px;
  color: var(--gold-300);
  font-style: italic;
  letter-spacing: 1px;
  font-weight: 400;
  opacity: 0.8;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--gold-400);
  transition: width 0.3s ease;
}

.nav-links a:hover {
  color: var(--gold-300);
}

.nav-links a:hover::after {
  width: 100%;
}

/* ========================================
   Hero Section
   ======================================== */
.hero {
  position: relative;
  height: 100vh;
  min-height: 720px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.55);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: 
    linear-gradient(180deg, rgba(10, 22, 40, 0.3) 0%, rgba(10, 22, 40, 0.6) 100%),
    linear-gradient(90deg, rgba(10, 22, 40, 0.5) 0%, rgba(10, 22, 40, 0.2) 50%, rgba(10, 22, 40, 0.5) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  max-width: 900px;
  padding: 0 40px;
}

.hero-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 32px;
  color: var(--gold-300);
  font-size: 14px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.tag-line {
  width: 60px;
  height: 1px;
  background: var(--gold-400);
}

.hero-title {
  margin-bottom: 24px;
}

.title-cn {
  display: block;
  font-family: var(--font-serif);
  font-size: clamp(36px, 5.5vw, 64px);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 12px;
  letter-spacing: 2px;
}

.title-en {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 400;
  letter-spacing: 3px;
  color: var(--gold-300);
  font-style: italic;
}

.hero-subtitle {
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 48px;
}

.hero-subtitle small {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.75em;
  color: var(--gold-300);
  font-style: italic;
  opacity: 0.8;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.hero-cta {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 80px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 36px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 2px;
  cursor: pointer;
  border: none;
  font-family: var(--font-sans);
  transition: all 0.3s ease;
  letter-spacing: 1px;
}

.btn-gold {
  background: linear-gradient(135deg, var(--gold-400), var(--gold-500));
  color: var(--navy-800);
  box-shadow: 0 4px 16px rgba(201, 169, 98, 0.3);
}

.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(201, 169, 98, 0.4);
  background: linear-gradient(135deg, var(--gold-300), var(--gold-400));
}

.btn-outline {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--gold-400);
  color: var(--gold-300);
  transform: translateY(-2px);
}

.btn-full {
  width: 100%;
}

.hero-stats {
  display: flex;
  justify-content: center;
  gap: 60px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.stat-num {
  font-family: var(--font-serif);
  font-size: 36px;
  font-weight: 700;
  color: var(--gold-400);
  line-height: 1;
}

.stat-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.4;
}

.stat-label small {
  font-family: 'Cormorant Garamond', serif;
  font-size: 10px;
  color: var(--gold-300);
  font-style: italic;
  opacity: 0.7;
  letter-spacing: 1px;
  margin-top: 2px;
}

.scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  letter-spacing: 3px;
}

.scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(180deg, transparent, var(--gold-400));
  animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {
  0%, 100% { opacity: 0.3; transform: scaleY(0.5); }
  50% { opacity: 1; transform: scaleY(1); }
}

/* ========================================
   Section Common
   ======================================== */
section {
  padding: 120px 0;
}

.section-header {
  text-align: center;
  margin-bottom: 64px;
}

.section-eyebrow {
  display: inline-block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px;
  letter-spacing: 4px;
  color: var(--gold-500);
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: 600;
}

.section-title {
  font-family: var(--font-serif);
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 700;
  color: var(--navy-800);
  margin-bottom: 16px;
  letter-spacing: 2px;
  line-height: 1.2;
}

.section-title small {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.5em;
  font-weight: 400;
  color: var(--gold-500);
  font-style: italic;
  letter-spacing: 2px;
  margin-left: 10px;
  vertical-align: middle;
}

.section-divider {
  width: 60px;
  height: 2px;
  background: var(--gold-500);
  margin: 0 auto 20px;
}

.section-divider.gold {
  background: var(--gold-400);
}

.section-desc {
  font-size: 16px;
  color: var(--gray-700);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.8;
}

.section-desc small {
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px;
  color: var(--gray-500);
  font-style: italic;
  font-weight: 400;
}

.section-header.light .section-title {
  color: #fff;
}

.section-header.light .section-desc {
  color: rgba(255, 255, 255, 0.7);
}

.section-header.light .section-desc small {
  color: rgba(255, 255, 255, 0.4);
}

.section-header.light .section-eyebrow {
  color: var(--gold-300);
}

/* ========================================
   About Section
   ======================================== */
.about {
  background: var(--cream);
  position: relative;
}

.about-grid {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
}

.about-text .about-lead {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 600;
  color: var(--navy-800);
  line-height: 1.6;
  margin-bottom: 20px;
}

.about-lead-en {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px !important;
  font-weight: 400;
  color: var(--gold-500) !important;
  font-style: italic;
  line-height: 1.6 !important;
  margin-bottom: 12px !important;
}

.about-text-en {
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px !important;
  color: var(--gray-500) !important;
  font-style: italic;
  line-height: 1.9 !important;
  margin-bottom: 32px !important;
}

.about-text p {
  font-size: 16px;
  color: var(--gray-700);
  margin-bottom: 32px;
  line-height: 1.9;
}

.about-text strong {
  color: var(--navy-700);
  font-weight: 600;
}

.about-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.feature-card {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--cream-2);
  border-radius: 4px;
  transition: all 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(13, 31, 60, 0.08);
  border-color: var(--gold-200);
}

.feature-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--gold-100), var(--gold-200));
  color: var(--navy-700);
  border-radius: 50%;
  margin-bottom: 16px;
}

.feature-icon svg {
  width: 22px;
  height: 22px;
}

.feature-card h4 {
  font-family: var(--font-serif);
  font-size: 17px;
  font-weight: 600;
  color: var(--navy-800);
  margin-bottom: 8px;
  line-height: 1.3;
}

.feat-en {
  font-family: 'Cormorant Garamond', serif;
  font-size: 12px;
  font-weight: 400;
  color: var(--gold-500);
  font-style: italic;
  letter-spacing: 0.3px;
  margin-left: 6px;
}

.feature-card p {
  font-size: 13px;
  color: var(--gray-500);
  margin-bottom: 0;
  line-height: 1.6;
}

.feature-card p small {
  font-family: 'Cormorant Garamond', serif;
  font-size: 11px;
  color: var(--gray-500);
  opacity: 0.7;
  font-style: italic;
}

.about-image {
  position: relative;
}

.img-frame {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 20px 60px rgba(13, 31, 60, 0.15);
}

.img-frame img {
  width: 100%;
  height: auto;
  transition: transform 0.6s ease;
}

.about-image:hover .img-frame img {
  transform: scale(1.03);
}

.img-decor {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 60%;
  height: 60%;
  border: 2px solid var(--gold-400);
  border-radius: 4px;
  z-index: -1;
}

/* ========================================
   Process Section
   ======================================== */
.process {
  background: var(--navy-800);
  position: relative;
  overflow: hidden;
}

.process-bg-pattern {
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(circle at 25% 25%, rgba(201, 169, 98, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 75% 75%, rgba(201, 169, 98, 0.06) 0%, transparent 50%);
}

.process-flow {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  position: relative;
  z-index: 1;
}

.process-step {
  flex: 1;
  max-width: 200px;
  text-align: center;
  padding: 32px 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(201, 169, 98, 0.15);
  border-radius: 4px;
  transition: all 0.3s ease;
}

.process-step:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(201, 169, 98, 0.3);
  transform: translateY(-6px);
}

.process-step.highlight {
  background: linear-gradient(180deg, rgba(201, 169, 98, 0.15), rgba(201, 169, 98, 0.05));
  border-color: var(--gold-400);
}

.step-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  font-weight: 700;
  color: var(--gold-400);
  margin-bottom: 16px;
  line-height: 1;
}

.step-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(201, 169, 98, 0.1);
  border: 1px solid rgba(201, 169, 98, 0.3);
  border-radius: 50%;
  color: var(--gold-300);
}

.step-icon svg {
  width: 26px;
  height: 26px;
}

.process-step h3 {
  font-family: var(--font-serif);
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.3;
}

.step-en {
  font-family: 'Cormorant Garamond', serif;
  font-size: 12px;
  font-weight: 400;
  color: var(--gold-300);
  font-style: italic;
  letter-spacing: 0.5px;
  margin-left: 6px;
}

.process-step p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
}

.process-step p small {
  font-family: 'Cormorant Garamond', serif;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  font-style: italic;
  display: block;
  margin-top: 2px;
}

.step-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-400);
  padding: 0 8px;
  flex-shrink: 0;
}

.step-arrow svg {
  width: 28px;
  height: 28px;
  opacity: 0.5;
}

/* ========================================
   Products Section
   ======================================== */
.products {
  background: var(--cream);
  padding-bottom: 120px;
}

.product-tabs {
  max-width: 1100px;
  margin: 0 auto 60px;
  padding: 0 40px;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.tab-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: #fff;
  border: 1px solid var(--cream-2);
  border-radius: 2px;
  font-size: 15px;
  font-weight: 500;
  color: var(--gray-700);
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: var(--font-sans);
}

.tab-btn:hover {
  border-color: var(--gold-300);
  color: var(--navy-700);
}

.tab-btn.active {
  background: var(--navy-800);
  color: var(--gold-400);
  border-color: var(--navy-800);
}

.tab-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab-icon svg {
  width: 18px;
  height: 18px;
}

.tab-content {
  display: none;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  animation: fadeIn 0.5s ease;
}

.tab-content.active {
  display: block;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Flower Intro */
.flower-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 60px;
  padding: 40px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(13, 31, 60, 0.05);
}

.flower-intro-text h3 {
  font-family: var(--font-serif);
  font-size: 32px;
  font-weight: 700;
  color: var(--navy-800);
  margin-bottom: 16px;
  line-height: 1.2;
}

.flower-en {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 400;
  color: var(--gold-500);
  font-style: italic;
  letter-spacing: 1px;
  margin-left: 8px;
}

.flower-desc-en {
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
  color: var(--gray-500);
  font-style: italic;
  line-height: 1.8;
  margin-bottom: 20px !important;
}

.flower-desc {
  font-size: 15px;
  color: var(--gray-700);
  line-height: 1.9;
  margin-bottom: 24px;
}

.flower-tags {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.flower-tags span {
  padding: 6px 16px;
  background: var(--gold-100);
  color: var(--navy-700);
  font-size: 13px;
  border-radius: 20px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.flower-tags span small {
  font-family: 'Cormorant Garamond', serif;
  font-size: 11px;
  color: var(--gold-500);
  font-style: italic;
  font-weight: 400;
}

.flower-intro-img {
  border-radius: 4px;
  overflow: hidden;
}

.flower-intro-img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

/* Flower Categories */
.flower-categories {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.flower-category {
  background: #fff;
  border-radius: 4px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(13, 31, 60, 0.04);
  border-top: 3px solid var(--gold-400);
  transition: all 0.3s ease;
}

.flower-category:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(13, 31, 60, 0.08);
}

.cat-header {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--cream-2);
}

.cat-title-group {
  flex: 1;
  min-width: 0;
}

.cat-title-group h4 {
  margin-bottom: 6px;
}

.cat-desc {
  font-size: 13px;
  color: var(--gray-700);
  line-height: 1.5;
  margin: 0;
}

.cat-desc small {
  font-family: 'Cormorant Garamond', serif;
  font-size: 11px;
  color: var(--gray-500);
  font-style: italic;
  display: block;
  margin-top: 2px;
}

.cat-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
}

.cat-icon svg {
  width: 24px;
  height: 24px;
}

.rose-bg { background: linear-gradient(135deg, #fce4ec, #f8bbd0); color: #b76e79; }
.lily-bg { background: linear-gradient(135deg, #fff3e0, #ffe0b2); color: #d97706; }
.carnation-bg { background: linear-gradient(135deg, #fce4ec, #f48fb1); color: #ad1457; }
.chrys-bg { background: linear-gradient(135deg, #fff8e1, #ffecb3); color: #b8860b; }
.hydrangea-bg { background: linear-gradient(135deg, #e8eaf6, #c5cae9); color: #3949ab; }
.eustoma-bg { background: linear-gradient(135deg, #f3e5f5, #e1bee7); color: #6a1b9a; }
.tulip-bg { background: linear-gradient(135deg, #fce4ec, #f8bbd9); color: #c2185b; }
.succulent-bg { background: linear-gradient(135deg, #e8f5e9, #c8e6c9); color: #2e7d32; }
.filler-bg { background: linear-gradient(135deg, #fff3e0, #ffcc80); color: #ef6c00; }

.cat-header h4 {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 700;
  color: var(--navy-800);
  flex: 1;
  line-height: 1.2;
}

.cat-en {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  color: var(--gray-500);
  margin-left: 6px;
}

.cat-count {
  font-size: 12px;
  color: var(--gold-500);
  font-weight: 500;
  padding: 4px 10px;
  background: var(--gold-100);
  border-radius: 12px;
  white-space: nowrap;
}

.variety-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.variety-tag {
  display: inline-block;
  padding: 5px 12px;
  font-size: 12.5px;
  background: var(--cream);
  color: var(--gray-700);
  border-radius: 2px;
  border: 1px solid var(--cream-2);
  transition: all 0.2s ease;
  cursor: default;
}

.variety-tag:hover {
  background: var(--gold-100);
  border-color: var(--gold-300);
  color: var(--navy-700);
}

.variety-more {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px dashed var(--cream-2);
  font-size: 13px;
  color: var(--gray-500);
  text-align: center;
  font-style: italic;
}

/* Product Hero (Tea & Coffee) */
.product-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  background: #fff;
  border-radius: 4px;
  padding: 50px;
  box-shadow: 0 4px 24px rgba(13, 31, 60, 0.05);
  margin-bottom: 40px;
}

.product-hero-img {
  border-radius: 4px;
  overflow: hidden;
}

.product-hero-img img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.product-eyebrow {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 13px;
  letter-spacing: 3px;
  color: var(--gold-500);
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: 600;
}

.product-hero-text h3 {
  font-family: var(--font-serif);
  font-size: 36px;
  font-weight: 700;
  color: var(--navy-800);
  margin-bottom: 12px;
  line-height: 1.2;
}

.hero-product-en {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 400;
  color: var(--gold-500);
  font-style: italic;
  margin-left: 8px;
}

.product-tagline {
  font-family: var(--font-serif);
  font-size: 17px;
  color: var(--gold-500);
  margin-bottom: 20px;
  font-style: italic;
  line-height: 1.6;
}

.product-tagline small {
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px;
  color: var(--gray-500);
  display: block;
  margin-top: 4px;
}

.product-desc {
  font-size: 15px;
  color: var(--gray-700);
  line-height: 1.9;
  margin-bottom: 16px;
}

.product-desc-en {
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
  color: var(--gray-500);
  line-height: 1.8;
  margin-bottom: 28px;
  font-style: italic;
}

.product-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.point-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.point-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gold-100);
  color: var(--navy-700);
  border-radius: 50%;
  margin-top: 2px;
}

.point-icon svg {
  width: 14px;
  height: 14px;
}

.point-item h5 {
  font-size: 15px;
  font-weight: 600;
  color: var(--navy-800);
  margin-bottom: 2px;
  line-height: 1.4;
}

.point-item h5 small {
  font-family: 'Cormorant Garamond', serif;
  font-size: 11px;
  font-weight: 400;
  color: var(--gold-500);
  font-style: italic;
  margin-left: 4px;
}

.point-item p {
  font-size: 13px;
  color: var(--gray-500);
  line-height: 1.5;
}

.point-item p small {
  font-family: 'Cormorant Garamond', serif;
  font-size: 11px;
  color: var(--gray-500);
  opacity: 0.7;
  font-style: italic;
  display: block;
  margin-top: 2px;
}

.product-brochure {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(13, 31, 60, 0.08);
}

.product-brochure img {
  width: 100%;
  height: auto;
}

/* Fruits */
.fruit-intro {
  text-align: center;
  margin-bottom: 48px;
}

.fruit-intro h3 {
  font-family: var(--font-serif);
  font-size: 32px;
  font-weight: 700;
  color: var(--navy-800);
  margin: 12px 0;
  line-height: 1.2;
}

.fruit-intro h3 small {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 400;
  color: var(--gold-500);
  font-style: italic;
  margin-left: 8px;
}

.fruit-intro p {
  font-size: 16px;
  color: var(--gray-700);
  line-height: 1.8;
}

.fruit-intro p small {
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px;
  color: var(--gray-500);
  font-style: italic;
  display: block;
  margin-top: 4px;
}

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

.fruit-card {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(13, 31, 60, 0.04);
  transition: all 0.3s ease;
}

.fruit-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 36px rgba(13, 31, 60, 0.1);
}

.fruit-img {
  height: 220px;
  overflow: hidden;
}

.fruit-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

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

.fruit-info {
  padding: 24px;
}

.fruit-info h4 {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 700;
  color: var(--navy-800);
  margin-bottom: 8px;
  line-height: 1.3;
}

.fruit-info h4 small {
  font-family: 'Cormorant Garamond', serif;
  font-size: 13px;
  font-weight: 400;
  color: var(--gold-500);
  font-style: italic;
  margin-left: 4px;
}

.fruit-desc {
  font-size: 14px;
  color: var(--gray-500);
  margin-bottom: 16px;
  line-height: 1.7;
}

.fruit-desc small {
  font-family: 'Cormorant Garamond', serif;
  font-size: 12px;
  color: var(--gray-500);
  opacity: 0.7;
  font-style: italic;
  display: block;
  margin-top: 2px;
}

.fruit-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.fruit-tags span {
  padding: 4px 10px;
  background: var(--gold-100);
  color: var(--navy-700);
  font-size: 12px;
  border-radius: 12px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

.fruit-tags span small {
  font-family: 'Cormorant Garamond', serif;
  font-size: 10px;
  color: var(--gold-500);
  font-style: italic;
  font-weight: 400;
}

/* Cattle */
.cattle-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  background: #fff;
  border-radius: 4px;
  padding: 50px;
  margin-bottom: 48px;
  box-shadow: 0 4px 24px rgba(13, 31, 60, 0.05);
}

.cattle-hero-img {
  border-radius: 4px;
  overflow: hidden;
}

.cattle-hero-img img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}

.cattle-hero-text h3 {
  font-family: var(--font-serif);
  font-size: 36px;
  font-weight: 700;
  color: var(--navy-800);
  margin-bottom: 4px;
}

.product-desc-en {
  font-size: 14px;
  color: var(--gray-500);
  line-height: 1.8;
  margin-bottom: 0;
  font-style: italic;
  font-family: 'Cormorant Garamond', serif;
}

.cattle-features {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.cattle-feature-card {
  background: linear-gradient(180deg, #fff 0%, var(--cream) 100%);
  border: 1px solid var(--cream-2);
  border-top: 3px solid var(--gold-400);
  border-radius: 4px;
  padding: 28px 20px;
  text-align: center;
  transition: all 0.3s ease;
}

.cattle-feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 36px rgba(13, 31, 60, 0.1);
  border-top-color: var(--navy-700);
}

.cattle-feature-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--gold-100), var(--gold-200));
  color: var(--navy-700);
  border-radius: 50%;
}

.cattle-feature-icon svg {
  width: 26px;
  height: 26px;
}

.cattle-feature-card h4 {
  font-family: var(--font-serif);
  font-size: 17px;
  font-weight: 700;
  color: var(--navy-800);
  margin-bottom: 4px;
}

.cattle-feature-card .en {
  font-family: 'Cormorant Garamond', serif;
  font-size: 12px;
  color: var(--gold-500);
  font-style: italic;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

.cattle-feature-card p:not(.en) {
  font-size: 13px;
  color: var(--gray-700);
  line-height: 1.7;
}

/* Mushroom */
.mushroom-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  background: #fff;
  border-radius: 4px;
  padding: 50px;
  margin-bottom: 40px;
  box-shadow: 0 4px 24px rgba(13, 31, 60, 0.05);
}

.mushroom-hero-text h3 {
  font-family: var(--font-serif);
  font-size: 36px;
  font-weight: 700;
  color: var(--navy-800);
  margin-bottom: 12px;
  line-height: 1.2;
}

.mushroom-hero-text h3 small {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 400;
  color: var(--gold-500);
  font-style: italic;
  margin-left: 8px;
}

.mushroom-hero-img {
  border-radius: 4px;
  overflow: hidden;
}

.mushroom-hero-img img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}

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

.mushroom-card {
  display: grid;
  grid-template-columns: 200px 1fr;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(13, 31, 60, 0.04);
  transition: all 0.3s ease;
}

.mushroom-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 32px rgba(13, 31, 60, 0.08);
}

.mushroom-img {
  height: 100%;
  min-height: 200px;
  overflow: hidden;
}

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

.mushroom-content {
  padding: 24px;
}

.mushroom-content h4 {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 700;
  color: var(--navy-800);
  margin-bottom: 8px;
  line-height: 1.3;
}

.mushroom-content h4 small {
  font-family: 'Cormorant Garamond', serif;
  font-size: 13px;
  font-weight: 400;
  color: var(--gold-500);
  font-style: italic;
  margin-left: 4px;
}

.mushroom-slogan {
  font-size: 13px;
  color: var(--gold-500);
  font-weight: 500;
  margin-bottom: 12px;
  font-family: var(--font-serif);
  font-style: italic;
  line-height: 1.6;
}

.mushroom-slogan small {
  font-family: 'Cormorant Garamond', serif;
  font-size: 11px;
  color: var(--gray-500);
  font-weight: 400;
  display: block;
  margin-top: 2px;
}

.mushroom-desc {
  font-size: 13px;
  color: var(--gray-700);
  line-height: 1.8;
}

.mushroom-desc small {
  font-family: 'Cormorant Garamond', serif;
  font-size: 12px;
  color: var(--gray-500);
  font-style: italic;
  display: block;
  margin-top: 4px;
  line-height: 1.7;
}

/* ========================================
   Contact Section
   ======================================== */
.contact {
  background: var(--navy-800);
  position: relative;
  overflow: hidden;
}

.contact::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 80% 20%, rgba(201, 169, 98, 0.08) 0%, transparent 40%),
    radial-gradient(circle at 20% 80%, rgba(201, 169, 98, 0.05) 0%, transparent 40%);
}

.contact-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
}

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

.info-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(201, 169, 98, 0.15);
  border-radius: 4px;
  transition: all 0.3s ease;
}

.info-item:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(201, 169, 98, 0.3);
}

.info-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(201, 169, 98, 0.1);
  color: var(--gold-300);
  border-radius: 50%;
}

.info-icon svg {
  width: 22px;
  height: 22px;
}

.info-item h5 {
  font-family: var(--font-serif);
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 4px;
}

.info-en {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 13px;
  color: var(--gold-300);
  font-style: italic;
  letter-spacing: 0.5px;
}

.info-item p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
}

.info-en-text {
  font-size: 12px !important;
  color: rgba(255, 255, 255, 0.4) !important;
  font-style: italic;
  margin-top: 2px !important;
  font-family: 'Cormorant Garamond', serif;
  line-height: 1.5 !important;
}

.contact-form {
  background: #fff;
  border-radius: 4px;
  padding: 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.contact-form h4 {
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 700;
  color: var(--navy-800);
  margin-bottom: 6px;
}

.contact-form > p {
  font-size: 14px;
  color: var(--gray-500);
  margin-bottom: 28px;
}

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

.form-group {
  margin-bottom: 18px;
}

.form-group label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: var(--navy-700);
  margin-bottom: 8px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--cream-2);
  border-radius: 2px;
  font-size: 14px;
  font-family: var(--font-sans);
  background: var(--cream);
  color: var(--gray-900);
  transition: all 0.3s ease;
  resize: vertical;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--gold-400);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(201, 169, 98, 0.1);
}

/* ========================================
   Footer
   ======================================== */
.footer {
  background: var(--navy-900);
  color: rgba(255, 255, 255, 0.7);
  padding: 60px 0 0;
}

.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px 40px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand .footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.footer-brand p {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.5);
}

.footer-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.footer-col h5 {
  font-family: var(--font-serif);
  font-size: 16px;
  font-weight: 600;
  color: var(--gold-300);
  margin-bottom: 18px;
  line-height: 1.3;
}

.footer-col h5 small {
  font-family: 'Cormorant Garamond', serif;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
  font-style: italic;
  margin-left: 4px;
}

.footer-col a {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  padding: 5px 0;
}

.footer-col a:hover {
  color: var(--gold-300);
}

.footer-bottom {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 40px;
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}

/* ========================================
   Responsive
   ======================================== */
@media (max-width: 1024px) {
  .about-grid,
  .flower-intro,
  .product-hero,
  .cattle-features {
    grid-template-columns: repeat(2, 1fr);
  }

  .cattle-hero {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .mushroom-hero {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .about-image {
    order: -1;
  }
  
  .process-flow {
    flex-wrap: wrap;
    gap: 16px;
  }
  
  .step-arrow {
    display: none;
  }
  
  .process-step {
    max-width: calc(33.333% - 16px);
  }
  
  .flower-categories,
  .mushroom-grid {
    grid-template-columns: 1fr;
  }
  
  .fruit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .contact-grid {
    grid-template-columns: 1fr;
  }
  
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  section {
    padding: 80px 0;
  }
  
  .nav-inner {
    padding: 0 20px;
  }
  
  .nav-links {
    display: none;
  }
  
  .hero-stats {
    gap: 30px;
  }
  
  .stat-num {
    font-size: 28px;
  }
  
  .about-features,
  .product-points {
    grid-template-columns: 1fr;
  }
  
  .process-step {
    max-width: calc(50% - 16px);
  }
  
  .fruit-grid {
    grid-template-columns: 1fr;
  }
  
  .mushroom-card {
    grid-template-columns: 1fr;
  }
  
  .mushroom-img {
    height: 200px;
  }
  
  .flower-intro,
  .product-hero,
  .mushroom-hero,
  .contact-form {
    padding: 28px;
  }
  
  .form-row {
    grid-template-columns: 1fr;
  }
  
  .footer-cols {
    grid-template-columns: 1fr 1fr;
  }
  
  .product-tabs {
    gap: 6px;
    padding: 0 20px;
  }
  
  .tab-btn {
    padding: 10px 16px;
    font-size: 13px;
  }
  
  .tab-text {
    display: block;
  }
}
