/*
Theme Name: Ruou-Nep-Quyt
Description: This is a child theme for Flatsome Theme, customized for Rượu Nếp Quýt Hoàng Anh
Author: UX Themes
Template: flatsome
Version: 3.1.0
*/

/*************** ADD CUSTOM CSS HERE. ***************/

:root {
  --rnq-bg-surface: #fff8f5;
  --rnq-surface-container: #f4ece8;
  --rnq-surface-container-low: #faf2ee;
  --rnq-surface-container-high: #eee7e3;
  --rnq-surface-container-lowest: #ffffff;
  --rnq-primary: #00640c;
  --rnq-primary-container: #00640c;
  --rnq-secondary: #805600;
  --rnq-secondary-container: #feb63c;
  --rnq-on-secondary-container: #6e4900;
  --rnq-secondary-fixed: #ffddb0;
  --rnq-on-secondary-fixed: #281800;
  --rnq-primary-fixed: #b1f2be;
  --rnq-on-primary-fixed: #00640c;
  --rnq-text-main: #1e1b19;
  --rnq-text-muted: #404941;
  --rnq-radius-xl: 12px;
  --rnq-radius-lg: 8px;
  --rnq-radius-pill: 9999px;
}

/* Base Typography */
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  color: var(--rnq-text-main) !important;
  background-color: var(--rnq-bg-surface) !important;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6,
.font-display, .font-heading {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-weight: 700;
  color: var(--rnq-primary);
  letter-spacing: -0.02em;
}

/* Material Symbols Outlined */
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined' !important;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 1 !important;
  letter-spacing: normal;
  text-transform: none;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle !important;
}

/* Hide duplicate default Flatsome footer and topbar */
#footer,
#top-bar {
  display: none !important;
}

/* Header & Navigation Styling */
html, body {
  overflow-x: hidden !important;
  max-width: 100vw !important;
  scroll-behavior: smooth !important;
  scroll-padding-top: 85px !important;
}
#wrapper, #main {
  overflow-x: hidden !important;
  max-width: 100% !important;
}

[section], section, .section {
  scroll-margin-top: 85px !important;
}

/* Header & Navigation Styling */
#header {
  position: sticky !important;
  top: 0 !important;
  z-index: 999 !important;
  background: rgba(255, 248, 245, 0.96) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.04);
}

.header-wrapper, #masthead {
  background: transparent !important;
}

.header-wrapper.stuck {
  background: rgba(255, 248, 245, 0.98) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
}

#logo, #logo a {
  display: flex !important;
  align-items: center !important;
  max-height: 70px !important;
  text-decoration: none !important;
}

#logo img,
.header_logo,
.header-logo,
.header-logo-dark,
.header-logo-sticky {
  max-height: 52px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  margin: 0 !important;
}

.header-nav-main > li > a {
  font-family: 'Inter', sans-serif !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  color: var(--rnq-text-muted) !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  transition: all 0.2s ease !important;
  padding: 10px 14px !important;
}

.header-nav-main > li > a:hover,
.header-nav-main > li.active > a {
  color: var(--rnq-primary) !important;
  font-weight: 700 !important;
}

.header-button .button {
  background: var(--rnq-primary-container) !important;
  color: #ffffff !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  border-radius: 8px !important;
  border: none !important;
  padding: 0 18px !important;
  height: 38px !important;
  line-height: 38px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
  transition: all 0.2s ease !important;
  text-transform: none !important;
}

.header-button .button:hover {
  background: var(--rnq-primary) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 10px rgba(0, 59, 27, 0.2) !important;
}

/* Hide duplicate default Flatsome footer */
#footer {
  display: none !important;
}

/* Highlight Bar */
.rnq-highlight-bar {
  background-color: var(--rnq-primary-container);
  color: #ffffff;
  padding: 10px 16px;
  text-align: center;
  font-size: 13.5px;
}
.rnq-badge-tag {
  display: inline-flex;
  align-items: center;
  padding: 2px 10px;
  border-radius: 9999px;
  background-color: var(--rnq-secondary-container);
  color: var(--rnq-on-secondary-container);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-right: 8px;
}

/* Modern Pill Badges */
.rnq-pill-gold {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 9999px;
  background: var(--rnq-surface-container);
  color: var(--rnq-secondary);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.rnq-pill-gold .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--rnq-secondary);
}

/* Floating SaaS Badges on Image */
.rnq-image-container {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
}
.rnq-float-badge {
  position: absolute;
  padding: 8px 14px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  z-index: 2;
}
.rnq-float-badge.tl {
  top: 16px;
  left: 16px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
}
.rnq-float-badge.bl {
  bottom: 60px;
  left: 16px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
}
.rnq-float-badge.br {
  bottom: 16px;
  right: 16px;
  background: var(--rnq-primary);
  color: #ffffff;
}

/* Metric Cards */
.rnq-metric-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 22px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-col: column;
  justify-content: space-between;
}
.rnq-metric-card .num {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}

/* Timeline Milestone Cards */
.rnq-timeline-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  height: 100%;
}
.rnq-badge-year {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 9999px;
  font-size: 13px;
  font-weight: 600;
}
.rnq-badge-year.gold {
  background: var(--rnq-secondary-fixed);
  color: var(--rnq-on-secondary-fixed);
}
.rnq-badge-year.green {
  background: var(--rnq-primary-fixed);
  color: var(--rnq-on-primary-fixed);
}

/* Value Icons (Tâm - Tín - Tinh) */
.rnq-circle-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px auto;
}
.rnq-circle-icon.green {
  background: var(--rnq-primary);
  color: #ffffff;
}
.rnq-circle-icon.gold {
  background: var(--rnq-secondary);
  color: #ffffff;
}
.rnq-circle-icon.darkgreen {
  background: var(--rnq-primary-container);
  color: #ffffff;
}

/* Feature Spec Cards (4 cols) */
.rnq-spec-feature-card {
  background: var(--rnq-surface-container-low);
  border-radius: 12px;
  padding: 22px;
  transition: all 0.25s ease;
  height: 100%;
}
.rnq-spec-feature-card:hover {
  background: var(--rnq-surface-container);
  transform: translateY(-3px);
}
.rnq-feature-icon-box {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

/* Spec Table Dashboard */
.rnq-spec-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.rnq-spec-table tr {
  border-bottom: 1px solid rgba(0,0,0,0.04);
}
.rnq-spec-table tr:last-child {
  border-bottom: none;
}
.rnq-spec-table td.label {
  width: 35%;
  background: var(--rnq-surface-container-low);
  padding: 16px 20px;
  font-weight: 600;
  font-size: 14px;
  color: var(--rnq-primary);
}
.rnq-spec-table td.value {
  width: 65%;
  background: #ffffff;
  padding: 16px 20px;
  font-size: 14px;
  color: var(--rnq-text-main);
}

/* Direct Contact Green Box */
.rnq-official-box {
  background: var(--rnq-primary);
  color: #ffffff;
  border-radius: 12px;
  padding: 32px 28px;
  box-shadow: 0 8px 24px rgba(0, 59, 27, 0.15);
  height: 100%;
}
.rnq-official-box a {
  color: #ffffff !important;
  text-decoration: none !important;
  transition: opacity 0.2s ease;
}
.rnq-official-box a:hover {
  opacity: 0.85;
}

/* Order Form */
.rnq-form-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 32px 28px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.rnq-form-card p {
  margin-bottom: 0 !important;
}
.rnq-form-card br {
  display: none !important;
}
.rnq-form-row {
  display: flex;
  gap: 14px;
}
.rnq-form-row > div {
  flex: 1;
  min-width: 0;
}
.rnq-form-card label {
  font-size: 12px;
  font-weight: 600;
  color: var(--rnq-text-main);
  display: block;
  margin-bottom: 5px;
}
.rnq-form-card input[type="text"],
.rnq-form-card input[type="tel"],
.rnq-form-card select,
.rnq-form-card textarea {
  width: 100% !important;
  padding: 10px 14px !important;
  border-radius: 8px !important;
  border: 1px solid #e2e8f0 !important;
  background-color: #f4ece8 !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  color: #1e1b19 !important;
  box-shadow: none !important;
  margin-bottom: 14px !important;
  height: 42px !important;
  line-height: 1.4 !important;
  display: block !important;
  box-sizing: border-box !important;
}
.rnq-form-card select {
  height: 42px !important;
  appearance: auto !important;
  -webkit-appearance: auto !important;
}
.rnq-form-card textarea {
  height: 85px !important;
}
.rnq-form-card input:focus,
.rnq-form-card select:focus,
.rnq-form-card textarea:focus {
  outline: none !important;
  background-color: #ffffff !important;
  border-color: #00640c !important;
  box-shadow: 0 0 0 2px rgba(0, 59, 27, 0.15) !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .rnq-float-badge { display: none !important; }
  .rnq-spec-table td.label, .rnq-spec-table td.value { display: block; width: 100%; }
  .rnq-form-row { flex-direction: column; gap: 0; }
}

/* Modern Hero Buttons */
.rnq-btn-primary {
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.rnq-btn-primary:hover {
  background-color: #00640c !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(20, 83, 45, 0.35) !important;
  color: #ffffff !important;
}
.rnq-btn-outline {
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.rnq-btn-outline:hover {
  background-color: #f4ece8 !important;
  border-color: #805600 !important;
  color: #00640c !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06) !important;
}

/* Specification Bento Grid & Trust Banner */
.rnq-spec-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 24px 22px;
  border: 1px solid rgba(0, 59, 27, 0.08);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.rnq-spec-card:hover {
  transform: translateY(-4px);
  border-color: rgba(128, 86, 0, 0.25) !important;
  box-shadow: 0 12px 28px rgba(0, 59, 27, 0.08) !important;
}
.rnq-spec-icon-box {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #f4ece8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00640c;
  transition: all 0.25s ease;
}
.rnq-spec-card:hover .rnq-spec-icon-box {
  background: #00640c;
  color: #feb63c;
}
.rnq-trust-banner {
  background: linear-gradient(135deg, #00640c 0%, #00640c 50%, #00640c 100%);
  border-radius: 16px;
  padding: 26px 30px;
  color: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 59, 27, 0.16);
  border: 1px solid rgba(254, 182, 60, 0.25);
  margin-top: 10px;
}
@media (max-width: 768px) {
  .rnq-trust-banner {
    padding: 20px 16px !important;
  }
  .rnq-trust-banner > div {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 14px !important;
  }
  .rnq-trust-pill {
    width: 100% !important;
    border-radius: 8px !important;
    font-size: 12px !important;
    padding: 8px 12px !important;
    justify-content: flex-start !important;
  }
  .rnq-trust-banner a {
    width: 100% !important;
    justify-content: center !important;
  }
}

/* Editorial & Artisan Craft Typography */
.font-serif-italic {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-style: italic !important;
}

/* Founder Collage */
.rnq-collage-wrap {
  position: relative;
  margin-bottom: 24px;
}
.rnq-collage-main {
  position: relative;
  z-index: 10;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px -10px rgba(0, 59, 27, 0.15);
  border: 1px solid rgba(128, 86, 0, 0.18);
}
.rnq-collage-sub {
  position: absolute;
  bottom: -20px;
  right: -20px;
  z-index: 20;
  width: 220px;
  height: 220px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.2);
  border: 4px solid #ffffff;
}
@media (max-width: 768px) {
  .rnq-collage-sub {
    display: none !important;
  }
}

/* Process Tab Buttons */
.process-tab-btn {
  padding: 16px 14px;
  border-radius: 14px;
  border: 2px solid transparent;
  background: #f4ece8;
  color: #404941;
  text-align: left;
  cursor: pointer;
  transition: all 0.25s ease;
  width: 100%;
}
.process-tab-btn:hover {
  background: #eee7e3;
  transform: translateY(-2px);
}
.process-tab-btn.active {
  background: #fff8f5 !important;
  border-color: #00640c !important;
  color: #00640c !important;
  box-shadow: 0 6px 18px rgba(0, 59, 27, 0.08);
}

/* Real Evidence Gallery */
.rnq-gallery-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(0, 59, 27, 0.08);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  height: 270px;
}
.rnq-gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.rnq-gallery-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 59, 27, 0.12);
}
.rnq-gallery-card:hover img {
  transform: scale(1.06);
}

/* Product Selector Card */
.product-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 24px 20px;
  border: 2px solid #e5dcda;
  transition: all 0.25s ease;
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-card:hover {
  border-color: #feb63c;
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 59, 27, 0.08);
}
.product-card.active {
  border-color: #feb63c !important;
  box-shadow: 0 0 0 3px rgba(254, 182, 60, 0.35), 0 12px 28px rgba(0, 59, 27, 0.08) !important;
}

/* ===================================================
   CUSTOM BRAND STYLES (MATCHING USER HTML DEMO)
   =================================================== */
.font-serif {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
}
.font-sans {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
}
.gold-gradient-text {
  background: none !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: #C59A3F !important;
  color: #C59A3F !important;
}
.hero-glow {
  background: radial-gradient(circle at 60% 40%, rgba(212, 160, 23, 0.12) 0%, rgba(250, 247, 242, 0) 70%);
}
.badge-blur {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.bg-brand-cream { background-color: #FAF7F2 !important; }
.bg-brand-warmBeige { background-color: #F4ECE1 !important; }
.bg-brand-forest { background-color: #00640c !important; }
.bg-brand-deep { background-color: #004d09 !important; }
.text-brand-forest { color: #00640c !important; }
.text-brand-deep { color: #004d09 !important; }
.text-brand-gold { color: #C59A3F !important; }
.text-brand-goldLight { color: #E8CA7D !important; }
.text-brand-amber { color: #9E6F18 !important; }
.text-brand-textPrimary { color: #00640c !important; }
.text-brand-textMuted { color: #586A60 !important; }
.border-brand-gold { border-color: #C59A3F !important; }
.border-brand-warmBeige { border-color: #F4ECE1 !important; }

/* ===================================================
   HEADER NAVIGATION & BUTTON ALIGNMENT FIXES
   =================================================== */
.header-main .header-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  height: 80px !important;
}
.header-main .flex-col.logo {
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  flex: 0 0 auto !important;
}
.header-main .flex-col.logo a {
  display: flex !important;
  align-items: center !important;
}
.header-main .flex-col.logo img.header-logo-sticky,
.header-main .flex-col.logo img.header-logo-dark {
  display: none !important;
}
.header-main .flex-col.logo img.header_logo {
  display: block !important;
  max-height: 52px !important;
  width: auto !important;
}
.header-main.is-sticky .flex-col.logo img.header-logo-sticky {
  display: block !important;
  max-height: 52px !important;
  width: auto !important;
}
.header-main.is-sticky .flex-col.logo img.header_logo {
  display: none !important;
}
@media (min-width: 850px) {
  .header-main .flex-col.flex-left.flex-grow {
    display: none !important;
  }
  .header-main .flex-col.flex-right {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex: 1 1 auto !important;
    max-width: none !important;
  }
  .header-main .header-nav {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    margin: 0 !important;
    gap: 2px !important;
  }
  .header-main .header-nav > li {
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
  }
  .header-main .header-nav > li > a.nav-top-link {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    color: #00640c !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    padding: 8px 10px !important;
    display: inline-flex !important;
    align-items: center !important;
    line-height: 1.3 !important;
    border-bottom: none !important;
  }
  .header-main .header-nav > li > a.nav-top-link:hover {
    color: #C59A3F !important;
  }
  .header-main .header-button-1 {
    display: inline-flex !important;
    align-items: center !important;
    margin-left: 12px !important;
  }
  .header-main .header-button-1 .header-button {
    display: inline-flex !important;
    align-items: center !important;
  }
  .header-main .header-button-1 a.button {
    background: #00640c !important;
    color: #ffffff !important;
    border: 1px solid #C59A3F !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    padding: 9px 20px !important;
    border-radius: 9999px !important;
    box-shadow: 0 4px 14px rgba(0, 100, 12, 0.2) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.03em !important;
    white-space: nowrap !important;
    margin: 0 !important;
    line-height: 1.2 !important;
    display: inline-flex !important;
    align-items: center !important;
  }
  .header-main .header-button-1 a.button:hover {
    background: #004d09 !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
  }
}

@media (max-width: 849px) {
  .header-main .flex-col.flex-left {
    display: flex !important;
  }
  .header-main .header-nav,
  .header-main .header-button-1 {
    display: none !important;
  }
  .header-main .flex-col.flex-right {
    display: none !important;
  }
}

/* Ensure announcement bar items align horizontally and vertically centered */
.rnq-announcement-bar-item {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}
.rnq-announcement-bar-item .material-symbols-outlined {
  font-size: 17px !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  top: 1.5px !important;
}

/* ==========================================================================
   CSS KEYFRAME ANIMATIONS FOR ICONS & FLOATING BADGES
   ========================================================================== */
@keyframes rnqFloatV {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes rnqFloatVReverse {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(8px);
  }
}

@keyframes rnqFloatH {
  0%, 100% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(7px);
  }
}

@keyframes rnqGentlePulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
}

/* Animated Classes */
.rnq-icon-anim-v {
  animation: rnqFloatV 3.6s ease-in-out infinite;
  display: inline-flex !important;
}
.rnq-icon-anim-v-delayed {
  animation: rnqFloatV 4.2s ease-in-out 1.2s infinite;
  display: inline-flex !important;
}
.rnq-icon-anim-h {
  animation: rnqFloatH 4s ease-in-out infinite;
  display: inline-flex !important;
}
.rnq-icon-anim-pulse {
  animation: rnqGentlePulse 3s ease-in-out infinite;
  display: inline-flex !important;
}

/* Interactive Card Hover Elevate */
.rnq-card-hover {
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease !important;
}
.rnq-card-hover:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 14px 32px rgba(0, 100, 12, 0.1) !important;
  border-color: rgba(197, 154, 63, 0.55) !important;
}

/* ==========================================================================
   BUTTON HOVER & INTERACTIVE MICRO-INTERACTIONS
   ========================================================================== */
.header-main .header-button-1 a.button,
a[href="#dat-hang"],
button[type="submit"],
.rnq-btn-primary {
  position: relative !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.header-main .header-button-1 a.button:hover,
a[href="#dat-hang"]:hover,
button[type="submit"]:hover,
.rnq-btn-primary:hover {
  transform: translateY(-3px) scale(1.02) !important;
  box-shadow: 0 14px 28px rgba(0, 100, 12, 0.35), 0 0 15px rgba(197, 154, 63, 0.25) !important;
  background-color: #004d09 !important;
  border-color: #E8CA7D !important;
}

a[href="#dat-hang"]:hover .material-symbols-outlined,
button[type="submit"]:hover .material-symbols-outlined {
  transform: translateX(4px);
  transition: transform 0.25s ease;
}

a[href="#cong-nghe"],
.rnq-btn-secondary {
  position: relative !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

a[href="#cong-nghe"]:hover,
.rnq-btn-secondary:hover {
  transform: translateY(-3px) scale(1.02) !important;
  background-color: #FFFDF9 !important;
  border-color: #C59A3F !important;
  box-shadow: 0 10px 24px rgba(197, 154, 63, 0.2) !important;
}

a[href="#cong-nghe"]:hover .material-symbols-outlined {
  transform: scale(1.2) rotate(12deg);
  transition: transform 0.25s ease;
}

/* Product Selection Buttons Hover */
.product-card button {
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.product-card button:hover {
  transform: translateY(-2px) scale(1.02) !important;
  box-shadow: 0 8px 20px rgba(0, 100, 12, 0.25) !important;
  background-color: #00640c !important;
  color: #ffffff !important;
  border-color: #C59A3F !important;
}

/* Active Button Pressed State */
.header-main .header-button-1 a.button:active,
a[href="#dat-hang"]:active,
a[href="#cong-nghe"]:active,
button[type="submit"]:active,
.product-card button:active {
  transform: translateY(0px) scale(0.98) !important;
}

/* ==========================================================================
   MODERN DUAL-CAPSULE COMPOSITION (Inspired by user reference images)
   ========================================================================== */
.rnq-hero-composition {
  position: relative;
  width: 100%;
  max-width: 480px;
  min-height: 480px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Tall Pill/Capsule Shape */
.rnq-capsule-tall {
  position: relative;
  width: 280px;
  height: 450px;
  border-radius: 140px;
  border: 6px solid #ffffff;
  box-shadow: 0 22px 50px -10px rgba(0, 100, 12, 0.22), 0 10px 20px -5px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  background: #FAF7F2;
  z-index: 2;
  margin-left: 65px;
}
.rnq-capsule-tall img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.rnq-capsule-tall:hover img {
  transform: scale(1.05);
}

/* Foreground Overlapping Sphere */
.rnq-capsule-sphere {
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 6px solid #ffffff;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  background: #FAF7F2;
  bottom: 12px;
  left: 0px;
  z-index: 4;
  animation: rnqFloatV 5s ease-in-out infinite;
}
.rnq-capsule-sphere img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.rnq-capsule-sphere:hover img {
  transform: scale(1.08);
}

/* Small Tag on Overlapping Sphere */
.rnq-sphere-tag {
  position: absolute;
  bottom: 12px;
  left: 15px;
  right: 15px;
  background: rgba(0, 100, 12, 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 5px 10px;
  border-radius: 9999px;
  text-align: center;
  border: 1px solid rgba(197, 154, 63, 0.4);
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

/* Floating Badges */
.rnq-badge-float-1 {
  position: absolute;
  top: 32px;
  left: -15px;
  z-index: 6;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1.5px solid rgba(197, 154, 63, 0.45);
  padding: 10px 18px;
  border-radius: 9999px;
  box-shadow: 0 12px 30px rgba(0, 100, 12, 0.14);
  display: flex;
  align-items: center;
  gap: 10px;
  animation: rnqFloatVReverse 4.5s ease-in-out infinite;
}

.rnq-badge-float-2 {
  position: absolute;
  bottom: -8px;
  right: 8px;
  z-index: 6;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1.5px solid rgba(197, 154, 63, 0.45);
  padding: 10px 18px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 100, 12, 0.14);
  display: flex;
  align-items: center;
  gap: 10px;
  animation: rnqFloatH 5s ease-in-out infinite;
}

.rnq-badge-medallion {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 6;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(135deg, #E8CA7D 0%, #C59A3F 50%, #9E6F18 100%);
  border: 3.5px solid #ffffff;
  box-shadow: 0 10px 25px rgba(158, 111, 24, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  animation: rnqGentlePulse 4s ease-in-out infinite;
}

/* ==========================================================================
   SECTION 3: VỀ CHỦ THỂ & NHÀ SÁNG LẬP (ARTISAN FOUNDER)
   ========================================================================== */
.rnq-artisan-wrapper {
  position: relative;
  max-width: 440px;
  margin: 0 auto;
}
.rnq-artisan-frame-outer {
  position: relative;
  border-radius: 36px 16px 36px 16px;
  padding: 8px;
  background: linear-gradient(145deg, #00640c 0%, #004d09 100%);
  border: 1.5px solid rgba(197, 154, 63, 0.45);
  box-shadow: 0 20px 45px rgba(0, 100, 12, 0.18), 0 2px 10px rgba(197, 154, 63, 0.15);
}
.rnq-artisan-frame-inner {
  position: relative;
  height: 440px;
  border-radius: 28px 10px 28px 10px;
  overflow: hidden;
}
.rnq-artisan-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 12%;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.rnq-artisan-frame-outer:hover .rnq-artisan-photo {
  transform: scale(1.03);
}
.rnq-artisan-badge-top {
  position: absolute;
  top: 16px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(0, 100, 12, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(197, 154, 63, 0.5);
  padding: 6px 14px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 11.5px;
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  z-index: 5;
  animation: rnqFloatV 4s ease-in-out infinite;
}
.rnq-artisan-seal-floating {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: radial-gradient(circle, #E8CA7D 0%, #C59A3F 60%, #9E6F18 100%);
  border: 2px solid #ffffff;
  box-shadow: 0 8px 20px rgba(158, 111, 24, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #004d09;
  z-index: 6;
  animation: rnqGentlePulse 4.5s ease-in-out infinite;
}
.rnq-artisan-seal-floating .seal-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}
.rnq-artisan-seal-floating .seal-text {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 1px;
}
.rnq-artisan-card-bottom {
  position: absolute;
  bottom: 14px;
  left: 14px;
  right: 14px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(197, 154, 63, 0.45);
  border-radius: 16px;
  padding: 12px 16px;
  box-shadow: 0 10px 25px rgba(0, 100, 12, 0.12);
  z-index: 5;
}
.rnq-artisan-card-tag {
  display: inline-block;
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9E6F18;
  background: rgba(197, 154, 63, 0.12);
  padding: 2px 8px;
  border-radius: 4px;
  margin-bottom: 4px;
}
.rnq-artisan-card-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  color: #00640c;
  line-height: 1.2;
}
.rnq-artisan-card-sub {
  font-size: 11px;
  color: #586A60;
  margin-top: 2px;
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}

/* Feature cards in section 3 */
.rnq-artisan-feature-card {
  padding: 16px 18px;
  border-radius: 16px;
  background: #ffffff;
  border: 1.5px solid #E2E8F0;
  box-shadow: 0 4px 16px rgba(0, 100, 12, 0.04);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.rnq-artisan-feature-card:hover {
  transform: translateY(-3px);
  border-color: rgba(197, 154, 63, 0.5);
  box-shadow: 0 10px 25px rgba(0, 100, 12, 0.08);
}
.rnq-artisan-icon-circle {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(197, 154, 63, 0.15) 0%, rgba(0, 100, 12, 0.06) 100%);
  border: 1px solid rgba(197, 154, 63, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

/* Quote card */
.rnq-artisan-quote-card {
  position: relative;
  border-radius: 18px;
  background: linear-gradient(135deg, #00640c 0%, #004d09 100%);
  border: 1.5px solid rgba(197, 154, 63, 0.4);
  padding: 20px 24px;
  box-shadow: 0 12px 30px rgba(0, 100, 12, 0.15);
  overflow: hidden;
}
.rnq-artisan-quote-watermark {
  position: absolute;
  top: -5px;
  right: 18px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 72px;
  line-height: 1;
  color: rgba(197, 154, 63, 0.15);
  pointer-events: none;
  user-select: none;
}
.rnq-artisan-quote-text {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 16.5px;
  font-style: italic;
  line-height: 1.65;
  color: #FAF7F2;
  margin: 0 0 14px 0;
  position: relative;
  z-index: 2;
}
.rnq-artisan-quote-author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid rgba(197, 154, 63, 0.2);
  padding-top: 12px;
  position: relative;
  z-index: 2;
  flex-wrap: wrap;
}
.rnq-artisan-author-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rnq-artisan-author-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid #C59A3F;
  overflow: hidden;
  flex-shrink: 0;
}
.rnq-artisan-author-name {
  font-size: 13.5px;
  font-weight: 700;
  color: #ffffff;
}
.rnq-artisan-author-role {
  font-size: 11px;
  color: rgba(250, 247, 242, 0.7);
}
.rnq-artisan-badge-stamp {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 10.5px;
  font-weight: 700;
  color: #C59A3F;
  background: rgba(197, 154, 63, 0.12);
  border: 1px solid rgba(197, 154, 63, 0.35);
  padding: 3px 10px;
  border-radius: 999px;
}

/* Trust pills row below */
.rnq-trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ffffff;
  border: 1px solid rgba(197, 154, 63, 0.3);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 600;
  color: #00640c;
  box-shadow: 0 2px 8px rgba(0,0,0,0.02);
}

/* ==========================================================================
   SECTION 4: HÀNH TRÌNH GẮN KẾT & TRIẾT LÝ TÂM - TÍN - TINH
   ========================================================================== */
.rnq-journey-card {
  position: relative;
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  border: 1.5px solid #E2E8F0;
  box-shadow: 0 10px 30px rgba(0, 100, 12, 0.05);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.rnq-journey-card:hover {
  transform: translateY(-5px);
  border-color: rgba(197, 154, 63, 0.6);
  box-shadow: 0 20px 45px rgba(0, 100, 12, 0.1), 0 0 20px rgba(197, 154, 63, 0.15);
}
.rnq-journey-thumb {
  position: relative;
  height: 190px;
  overflow: hidden;
  background: #004d09;
}
.rnq-journey-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.rnq-journey-card:hover .rnq-journey-img {
  transform: scale(1.06);
}
.rnq-journey-thumb-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 100, 12, 0.7) 0%, transparent 60%);
  pointer-events: none;
}
.rnq-journey-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  z-index: 2;
}
.rnq-journey-badge-1991 {
  background: rgba(0, 100, 12, 0.88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #ffffff;
  border: 1px solid rgba(197, 154, 63, 0.45);
}
.rnq-journey-badge-2013 {
  background: radial-gradient(circle, #E8CA7D 0%, #C59A3F 100%);
  color: #004d09;
  border: 1px solid #ffffff;
  box-shadow: 0 4px 12px rgba(158, 111, 24, 0.3);
}
.rnq-journey-body {
  padding: 24px 26px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.rnq-journey-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  color: #00640c;
  line-height: 1.3;
  margin: 0 0 10px 0;
}
.rnq-journey-text {
  font-size: 14px;
  color: #586A60;
  line-height: 1.7;
  margin: 0;
}
.rnq-journey-footer {
  margin-top: 20px;
  padding-top: 14px;
  border-top: 1px dashed #E2E8F0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #00640c;
}

/* Core Values (TÂM - TÍN - TINH) */
.rnq-value-card {
  position: relative;
  background: #ffffff;
  border-radius: 22px;
  padding: 34px 24px 28px 24px;
  border: 1.5px solid #E2E8F0;
  box-shadow: 0 8px 24px rgba(0, 100, 12, 0.04);
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.rnq-value-card:hover {
  transform: translateY(-6px);
  border-color: rgba(197, 154, 63, 0.55);
  box-shadow: 0 18px 40px rgba(0, 100, 12, 0.09), 0 0 18px rgba(197, 154, 63, 0.12);
}
.rnq-seal-ring {
  position: relative;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 2px solid #C59A3F;
  outline: 3px dashed rgba(197, 154, 63, 0.4);
  outline-offset: 4px;
  background: radial-gradient(circle, #FFFDF9 30%, #F5ECDB 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 6px 16px rgba(158, 111, 24, 0.15);
  transition: transform 0.4s ease;
}
.rnq-value-card:hover .rnq-seal-ring {
  transform: scale(1.08) rotate(5deg);
  border-color: #9E6F18;
}
.rnq-seal-char {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 24px;
  font-weight: 800;
  color: #00640c;
  letter-spacing: 0.02em;
}
.rnq-value-subtag {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9E6F18;
  background: rgba(197, 154, 63, 0.12);
  padding: 3px 10px;
  border-radius: 999px;
  margin-bottom: 8px;
  display: inline-block;
}
.rnq-value-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  color: #00640c;
  margin: 0 0 8px 0;
  line-height: 1.25;
}
.rnq-value-desc {
  font-size: 13.5px;
  color: #586A60;
  line-height: 1.65;
  margin: 0 0 16px 0;
}
.rnq-value-commit {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 700;
  color: #00640c;
  background: rgba(0, 100, 12, 0.05);
  border: 1px solid rgba(0, 100, 12, 0.12);
  padding: 4px 12px;
  border-radius: 999px;
}
.rnq-value-commit span {
  color: #C59A3F;
  font-weight: 900;
}

/* ==========================================================================
   SECTION 8: NÂNG CẤP THẺ SẢN PHẨM & FORM ĐẶT HÀNG
   ========================================================================== */
.rnq-product-card {
  position: relative;
  background: #ffffff;
  border-radius: 22px;
  border: 1.5px solid #E2E8F0;
  box-shadow: 0 8px 24px rgba(0, 100, 12, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  overflow: visible !important;
}
.rnq-product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(197, 154, 63, 0.65);
  box-shadow: 0 20px 45px rgba(0, 100, 12, 0.12), 0 0 16px rgba(197, 154, 63, 0.15);
}
.rnq-product-card.active {
  border: 2.5px solid #C59A3F !important;
  box-shadow: 0 0 0 3.5px rgba(197, 154, 63, 0.3), 0 20px 45px rgba(0, 100, 12, 0.14) !important;
  transform: translateY(-4px);
}
.rnq-product-card-featured {
  border: 2.5px solid #00640c;
  box-shadow: 0 12px 32px rgba(0, 100, 12, 0.16);
}
.rnq-bestseller-crown {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #B8860B 0%, #8C6207 100%);
  color: #ffffff !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 5px 16px;
  border-radius: 999px;
  text-transform: uppercase;
  box-shadow: 0 4px 14px rgba(140, 98, 7, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.45);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  white-space: nowrap;
  z-index: 10;
}
.rnq-prod-img-wrap {
  position: relative;
  height: 200px;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  background: #FAF7F2;
}
.rnq-prod-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.rnq-product-card:hover .rnq-prod-img {
  transform: scale(1.06);
}
.rnq-prod-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 4px 10px;
  border-radius: 999px;
  z-index: 2;
}
.rnq-prod-badge-standard {
  background: rgba(0, 100, 12, 0.85);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: #ffffff;
  border: 1px solid rgba(197, 154, 63, 0.4);
}
.rnq-prod-badge-featured {
  background: radial-gradient(circle, #E8CA7D 0%, #C59A3F 100%);
  color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
.rnq-prod-vol {
  position: absolute;
  bottom: 10px;
  right: 12px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: #00640c;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 999px;
  border: 1px solid rgba(197, 154, 63, 0.3);
  z-index: 2;
}
.rnq-prod-body {
  padding: 22px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.rnq-prod-cat {
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #9E6F18;
  margin-bottom: 5px;
}
.rnq-prod-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  color: #00640c;
  line-height: 1.25;
  margin: 0 0 8px 0;
}
.rnq-prod-desc {
  font-size: 13px;
  color: #586A60;
  line-height: 1.6;
  margin: 0 0 14px 0;
}
.rnq-prod-specs {
  margin: 0 0 18px 0;
  padding: 12px 14px;
  background: #F8FAFC;
  border-radius: 12px;
  border: 1px solid #E2E8F0;
}
.rnq-prod-spec-item {
  font-size: 12px;
  color: #334155;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 5px;
}
.rnq-prod-spec-item:last-child {
  margin-bottom: 0;
}
.rnq-prod-spec-item span {
  color: #00640c;
  font-weight: 800;
}
.rnq-prod-cta-btn {
  width: 100%;
  padding: 13px 16px;
  border-radius: 12px;
  background: #ffffff;
  color: #00640c;
  font-size: 13.5px;
  font-weight: 800;
  border: 1.5px solid #00640c;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.rnq-prod-cta-btn:hover {
  background: #00640c !important;
  color: #ffffff !important;
  border-color: #C59A3F !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 100, 12, 0.25) !important;
}
.rnq-prod-cta-featured {
  background: #00640c !important;
  color: #ffffff !important;
  border: 1.5px solid #00640c !important;
  box-shadow: 0 6px 18px rgba(0, 100, 12, 0.22);
}
.rnq-prod-cta-featured:hover {
  background: #004d09 !important;
  color: #ffffff !important;
  box-shadow: 0 10px 25px rgba(0, 100, 12, 0.35) !important;
}
.rnq-arrow-anim {
  transition: transform 0.25s ease;
}
.rnq-prod-cta-btn:hover .rnq-arrow-anim {
  transform: translateX(4px);
}
.rnq-input-highlight {
  border-color: #C59A3F !important;
  box-shadow: 0 0 0 4px rgba(197, 154, 63, 0.35) !important;
  transform: scale(1.01);
  transition: all 0.3s ease;
}

/* Order form styling */
.rnq-form-container {
  scroll-margin-top: 90px;
  background: #FAF7F2;
  padding: 40px 36px;
  border-radius: 24px;
  border: 1.5px solid #E2E8F0;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
  margin-right: 15px;
}
.rnq-form-header {
  margin-bottom: 24px;
}
.rnq-form-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 100, 12, 0.06);
  border: 1px solid rgba(197, 154, 63, 0.4);
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 10px;
}
.rnq-form-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #C59A3F;
  box-shadow: 0 0 8px #C59A3F;
  flex-shrink: 0;
}
.rnq-form-tag span:last-child {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9E6F18;
}
.rnq-form-title {
  font-size: 30px;
  font-weight: 700;
  color: #00640c;
  margin: 4px 0 6px 0;
  line-height: 1.25;
}
.rnq-form-subtitle {
  font-size: 13.5px;
  color: #586A60;
  margin: 0;
  line-height: 1.5;
}
.rnq-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.rnq-form-field {
  position: relative;
}
.rnq-form-field-full {
  margin-bottom: 18px;
}
.rnq-form-label {
  display: block;
  font-size: 11.5px;
  font-weight: 700;
  color: #00640c;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}
.rnq-form-input,
.rnq-form-select,
.rnq-form-textarea {
  display: block !important;
  width: 100% !important;
  box-sizing: border-box !important;
  background: #ffffff !important;
  border: 1.5px solid #D5C9B8 !important;
  border-radius: 12px !important;
  color: #00640c !important;
  font-size: 14px !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.02) !important;
  transition: all 0.25s ease !important;
  margin: 0 !important;
}
.rnq-form-input {
  height: 48px !important;
  padding: 0 14px !important;
}
.rnq-form-select {
  height: 48px !important;
  padding: 0 38px 0 14px !important;
  cursor: pointer !important;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239E6F18' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  background-size: 16px !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
.rnq-form-textarea {
  height: 85px !important;
  padding: 12px 14px !important;
  resize: vertical !important;
}
.rnq-form-input:focus,
.rnq-form-select:focus,
.rnq-form-textarea:focus {
  border-color: #C59A3F !important;
  outline: none !important;
  box-shadow: 0 0 0 3.5px rgba(197, 154, 63, 0.25) !important;
}
.rnq-submit-btn {
  width: 100%;
  padding: 15px 20px;
  border-radius: 12px;
  background: #00640c !important;
  color: #ffffff !important;
  font-weight: 800;
  font-size: 15px;
  border: 1.5px solid #00640c !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.25s ease;
  box-shadow: 0 8px 22px rgba(0, 100, 12, 0.25);
  font-family: 'Plus Jakarta Sans', sans-serif;
  letter-spacing: 0.02em;
}
.rnq-submit-btn:hover {
  background: #004d09 !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 100, 12, 0.35) !important;
}
.rnq-form-secure {
  font-size: 11.5px;
  text-align: center;
  color: #586A60;
  margin: 10px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

/* ==========================================================================
   RESPONSIVE ADJUSTMENTS
   ========================================================================== */
@media (max-width: 767px) {
  .rnq-announcement-bar-container {
    flex-direction: column !important;
    gap: 5px !important;
    padding: 6px 10px !important;
  }
  .rnq-announcement-bar-item {
    white-space: normal !important;
    text-align: center !important;
    font-size: 11px !important;
    justify-content: center !important;
    line-height: 1.3 !important;
  }
  .rnq-hero-composition {
    max-width: 320px !important;
    min-height: 350px !important;
    padding: 10px 0 20px 0 !important;
  }
  .rnq-capsule-tall {
    width: 190px !important;
    height: 310px !important;
    border-radius: 95px !important;
    margin-left: 45px !important;
    border-width: 4px !important;
  }
  .rnq-capsule-sphere {
    width: 140px !important;
    height: 140px !important;
    bottom: 5px !important;
    left: 0px !important;
    border-width: 4px !important;
  }
  .rnq-sphere-tag {
    font-size: 9.5px !important;
    padding: 3px 6px !important;
    bottom: 8px !important;
  }
  .rnq-badge-float-1 {
    top: 5px !important;
    left: -5px !important;
    padding: 6px 10px !important;
  }
  .rnq-badge-float-1 > div > div:first-child {
    font-size: 10.5px !important;
  }
  .rnq-badge-float-1 > div > div:last-child {
    font-size: 9px !important;
  }
  .rnq-badge-float-2 {
    bottom: -6px !important;
    right: -5px !important;
    padding: 6px 10px !important;
  }
  .rnq-badge-float-2 > div > div:first-child {
    font-size: 10.5px !important;
  }
  .rnq-badge-float-2 > div > div:last-child {
    font-size: 9px !important;
  }
  .rnq-badge-medallion {
    width: 52px !important;
    height: 52px !important;
    top: 6px !important;
    right: 4px !important;
  }
  /* Section 3 mobile adjustments */
  .rnq-artisan-wrapper {
    max-width: 100% !important;
    padding: 0 4px !important;
  }
  .rnq-artisan-frame-inner {
    height: 380px !important;
  }
  .rnq-artisan-seal-floating {
    width: 58px !important;
    height: 58px !important;
    top: 10px !important;
    right: 10px !important;
    box-shadow: 0 4px 14px rgba(0,0,0,0.3) !important;
  }
  .rnq-artisan-seal-floating .seal-num {
    font-size: 17px !important;
  }
  .rnq-artisan-seal-floating .seal-text {
    font-size: 7.5px !important;
  }
  .rnq-artisan-card-bottom {
    padding: 10px 12px !important;
    bottom: 10px !important;
    left: 10px !important;
    right: 10px !important;
  }
  .rnq-artisan-narrative-col {
    padding-left: 0 !important;
    margin-top: 24px !important;
  }
  .rnq-artisan-heading {
    font-size: 26px !important;
    line-height: 1.3 !important;
  }
  .rnq-artisan-quote-card {
    padding: 16px !important;
  }
  .rnq-artisan-quote-watermark {
    font-size: 54px !important;
    right: 10px !important;
  }
  .rnq-artisan-quote-text {
    font-size: 15px !important;
  }
  /* Section 4 mobile adjustments */
  .rnq-journey-thumb {
    height: 160px !important;
  }
  .rnq-journey-body {
    padding: 20px 18px !important;
  }
  .rnq-journey-title {
    font-size: 20px !important;
  }
  .rnq-value-card {
    padding: 26px 18px 22px 18px !important;
    margin-bottom: 12px !important;
  }
  .rnq-seal-ring {
    width: 62px !important;
    height: 62px !important;
    margin-bottom: 14px !important;
  }
  .rnq-seal-char {
    font-size: 20px !important;
  }
  /* Section 8 mobile adjustments */
  .rnq-form-container {
    padding: 26px 18px !important;
    margin-right: 0 !important;
  }
  .rnq-form-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .rnq-form-title {
    font-size: 24px !important;
  }
}

@media (min-width: 768px) {
  .rnq-artisan-narrative-col {
    padding-left: 20px;
  }
  .rnq-artisan-heading {
    font-size: 38px;
    line-height: 1.25;
  }
}