/* Bakerino - Premium Artisan Bakery Styles */

/* Color Palette */
:root {
  --midnight-charcoal: #1a1a1a;
  --deep-obsidian: #0f0f0f;
  --golden-amber: #d4a574;
  --warm-copper: #b8956a;
  --silver-mist: #e8e8e8;
  --soft-cream: #f5f3f0;
  --ember-glow: #ff8c42;
  --shadow-grey: #2a2a2a;
}

/* Global Styles */
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: var(--midnight-charcoal);
  color: var(--silver-mist);
  line-height: 1.6;
  overflow-x: hidden;
}

/* Preloader Styles */
.Warm_Golden_Dawn_Preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--deep-obsidian) 0%, var(--midnight-charcoal) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease;
}

.Noble_Artisan_Spirit_Container {
  text-align: center;
}

.Heritage_Craft_Pulse_Circle {
  width: 80px;
  height: 80px;
  border: 3px solid var(--golden-amber);
  border-top: 3px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 20px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.Ancient_Grain_Wisdom_Text {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--golden-amber);
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.Traditional_Master_Touch_Subtitle {
  color: var(--silver-mist);
  font-size: 0.9rem;
  opacity: 0.8;
}

/* Navigation Styles */
.Midnight_Ember_Navigation_Zone {
  background: rgba(15, 15, 15, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(212, 165, 116, 0.2);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.Golden_Harvest_Brand_Logo {
  color: var(--golden-amber) !important;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 1px;
}

.Artisan_Heritage_Badge_Accent {
  font-size: 0.6rem;
  color: var(--warm-copper);
  font-weight: 400;
  margin-left: 8px;
  opacity: 0.8;
}

.navbar-nav .nav-link {
  color: var(--silver-mist) !important;
  font-weight: 500;
  margin: 0 15px;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--golden-amber) !important;
}

.navbar-toggler {
  border: 1px solid var(--golden-amber);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28212, 165, 116, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Hero Section */
.Ancient_Grain_Hero_Masterpiece {
  background: linear-gradient(135deg, var(--deep-obsidian) 0%, var(--midnight-charcoal) 50%, var(--shadow-grey) 100%);
  padding-top: 100px;
  position: relative;
}

.Golden_Wheat_Title_Magic {
  color: var(--silver-mist);
  line-height: 1.2;
}

.Amber_Flame_Highlight_Glow {
  color: var(--golden-amber);
  text-shadow: 0 0 20px rgba(212, 165, 116, 0.3);
}

.Heritage_Craft_Vision_Text {
  color: var(--silver-mist);
  opacity: 0.9;
  font-size: 1.1rem;
}

.Moonlit_Flour_Description_Flow {
  color: var(--silver-mist);
  opacity: 0.95;
}

.Celestial_Bread_Showcase_Frame {
  position: relative;
}

.Mystical_Product_Image_Glow {

}

.Floating_Quality_Badge_Element {
  position: absolute;
  top: 20px;
  right: 20px;
}

.Amber_Excellence_Seal_Badge {
  background: linear-gradient(45deg, var(--golden-amber), var(--warm-copper));
  color: var(--deep-obsidian);
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 25px;
  font-size: 0.9rem;
}

/* Button Styles */
.Golden_Call_Action_Primary {
  background: linear-gradient(45deg, var(--golden-amber), var(--warm-copper));
  border: none;
  color: var(--deep-obsidian);
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.Golden_Call_Action_Primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(212, 165, 116, 0.3);
  color: var(--deep-obsidian);
}

.Ethereal_Discovery_Button_Ghost {
  border: 2px solid var(--golden-amber);
  color: var(--golden-amber);
  border-radius: 30px;
  padding: 10px 28px;
  transition: all 0.3s ease;
}

.Ethereal_Discovery_Button_Ghost:hover {
  background: var(--golden-amber);
  color: var(--deep-obsidian);
}

/* Section Styles */
.Deep_Night_Excellence_Foundation {
  background: var(--midnight-charcoal);
  border-top: 1px solid rgba(212, 165, 116, 0.1);
}

.Starlit_Promise_Title_Essence {
  color: var(--silver-mist);
  text-align: center;
}

.Twilight_Quality_Philosophy_Vision {
  color: var(--silver-mist);
  opacity: 0.9;
}

.Sacred_Feature_Card_Temple {
  background: rgba(42, 42, 42, 0.6);
  border: 1px solid rgba(212, 165, 116, 0.1);
  border-radius: 15px;
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
}

.Sacred_Feature_Card_Temple:hover {
  transform: translateY(-5px);
  border-color: rgba(212, 165, 116, 0.3);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.Golden_Icon_Shrine_Circle {
  width: 70px;
  height: 70px;
  background: linear-gradient(45deg, var(--golden-amber), var(--warm-copper));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.Golden_Icon_Shrine_Circle i {
  font-size: 1.8rem;
  color: var(--deep-obsidian);
}

.Ancient_Wisdom_Feature_Header {
  color: var(--golden-amber);
  font-weight: 600;
}

.Moonbeam_Description_Whisper {
  color: var(--silver-mist);
  opacity: 0.85;
  line-height: 1.7;
}

/* Products Section */
.Celestial_Commerce_Gallery_Realm {
  background: linear-gradient(180deg, var(--midnight-charcoal) 0%, var(--deep-obsidian) 100%);
}

.Sacred_Product_Shrine_Display {
  background: rgba(42, 42, 42, 0.7);
  border: 1px solid rgba(212, 165, 116, 0.15);
  border-radius: 15px;
  transition: all 0.3s ease;
  height: 100%;
}

.Sacred_Product_Shrine_Display:hover {
  transform: translateY(-3px);
  border-color: rgba(212, 165, 116, 0.4);
}

.Ethereal_Product_Portrait_Frame {
  border-radius: 10px;
  max-height: 200px;
  object-fit: cover;
  width: 100%;
}

.Golden_Product_Name_Inscription {
  color: var(--golden-amber);
  font-weight: 600;
  margin-bottom: 15px;
}

.Amber_Price_Badge_Glory {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--golden-amber);
  text-shadow: 0 0 10px rgba(212, 165, 116, 0.3);
}

.Sacred_Weight_Detail_Note {
  color: var(--silver-mist);
  opacity: 0.7;
}

.Sacred_Pricing_Info_Sanctuary {
  background: rgba(212, 165, 116, 0.1);
  border: 1px solid rgba(212, 165, 116, 0.2);
  border-radius: 15px;
  backdrop-filter: blur(5px);
}

.Golden_Info_Title_Glow {
  color: var(--golden-amber);
}

/* Process Section */
.Ancient_Method_Wisdom_Domain {
  background: var(--midnight-charcoal);
}

.Mystical_Step_Revelation_Card {
  position: relative;
  padding-left: 80px;
}

.Golden_Step_Number_Aura {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: linear-gradient(45deg, var(--golden-amber), var(--warm-copper));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--deep-obsidian);
  font-weight: 700;
  font-size: 1.2rem;
}

/* Testimonials */
.Ethereal_Voices_Harmony_Sphere {
  background: linear-gradient(135deg, var(--deep-obsidian) 0%, var(--midnight-charcoal) 100%);
}

.Sacred_Testimony_Scroll_Vessel {
  background: rgba(42, 42, 42, 0.6);
  border: 1px solid rgba(212, 165, 116, 0.1);
  border-radius: 15px;
  transition: all 0.3s ease;
  height: 100%;
}

.Sacred_Testimony_Scroll_Vessel:hover {
  border-color: rgba(212, 165, 116, 0.3);
  transform: translateY(-3px);
}

.Golden_Quote_Symbol_Shrine {
  text-align: center;
}

.Golden_Quote_Symbol_Shrine i {
  font-size: 2rem;
  color: var(--golden-amber);
}

.Sacred_Client_Identity_Seal {
  border-top: 1px solid rgba(212, 165, 116, 0.2);
  padding-top: 15px;
}

/* Partnership Section */
.Noble_Alliance_Heritage_Kingdom {
  background: var(--midnight-charcoal);
}

.Golden_Stat_Number_Halo {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--golden-amber);
  display: block;
  margin-bottom: 5px;
}

/* Call to Action */
.Cosmic_Invitation_Portal_Gateway {
  background: linear-gradient(135deg, var(--deep-obsidian) 0%, var(--midnight-charcoal) 50%, var(--shadow-grey) 100%);
  text-align: center;
}

/* Footer */
.Twilight_Foundation_Sanctuary_Base {
  background: var(--deep-obsidian);
  border-top: 1px solid rgba(212, 165, 116, 0.2);
}

.Sacred_Footer_Brand_Temple h4 {
  color: var(--golden-amber);
}

.Ethereal_Social_Icon_Gem {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: rgba(212, 165, 116, 0.1);
  border: 1px solid rgba(212, 165, 116, 0.3);
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.Ethereal_Social_Icon_Gem:hover {
  background: var(--golden-amber);
  color: var(--deep-obsidian);
}

.Ethereal_Social_Icon_Gem i {
  color: var(--golden-amber);
  font-size: 1.1rem;
}

.Ethereal_Social_Icon_Gem:hover i {
  color: var(--deep-obsidian);
}

.Celestial_Contact_Detail_Line {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}

.Amber_Icon_Glow {
  color: var(--golden-amber);
}

.Sacred_Divider_Golden_Line {
  border-color: rgba(212, 165, 116, 0.2);
}

/* Cookie Banner */
.Noble_Cookie_Wisdom_Banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(15, 15, 15, 0.95);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(212, 165, 116, 0.2);
  padding: 15px 0;
  z-index: 1000;
}

/* Additional Styles for Forms and Success Pages */
.Ethereal_Input_Field_Element {
  background: rgba(42, 42, 42, 0.8);
  border: 1px solid rgba(212, 165, 116, 0.3);
  color: var(--silver-mist);
  border-radius: 8px;
  padding: 12px 15px;
  transition: all 0.3s ease;
}

.Ethereal_Input_Field_Element:focus {
  background: rgba(42, 42, 42, 0.9);
  border-color: var(--golden-amber);
  box-shadow: 0 0 0 0.2rem rgba(212, 165, 116, 0.25);
  color: var(--silver-mist);
}

.Ethereal_Input_Field_Element::placeholder {
  color: rgba(232, 232, 232, 0.6);
}

.form-label {
  color: var(--golden-amber);
  font-weight: 500;
  margin-bottom: 8px;
}

.form-check-input:checked {
  background-color: var(--golden-amber);
  border-color: var(--golden-amber);
}

.form-check-label {
  color: var(--silver-mist);
}

/* Timeline Styles */
.Mystical_Timeline_Event_Memory {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-left: 2px solid rgba(212, 165, 116, 0.3);
  padding-left: 20px;
  position: relative;
}

.Mystical_Timeline_Event_Memory:before {
  content: '';
  position: absolute;
  left: -6px;
  width: 10px;
  height: 10px;
  background: var(--golden-amber);
  border-radius: 50%;
}

.Golden_Year_Badge_Marker {
  background: linear-gradient(45deg, var(--golden-amber), var(--warm-copper));
  color: var(--deep-obsidian);
  padding: 4px 12px;
  border-radius: 15px;
  font-weight: 600;
  font-size: 0.9rem;
  margin-right: 15px;
  min-width: 60px;
  text-align: center;
}

/* Philosophy Section */
.Sacred_Philosophy_Pillar_Sanctuary {
  background: rgba(42, 42, 42, 0.4);
  border: 1px solid rgba(212, 165, 116, 0.1);
  border-radius: 15px;
  transition: all 0.3s ease;
  height: 100%;
}

.Sacred_Philosophy_Pillar_Sanctuary:hover {
  transform: translateY(-5px);
  border-color: rgba(212, 165, 116, 0.3);
}

.Golden_Philosophy_Symbol_Aura {
  width: 80px;
  height: 80px;
  background: linear-gradient(45deg, var(--golden-amber), var(--warm-copper));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.Golden_Philosophy_Symbol_Aura i {
  font-size: 2rem;
  color: var(--deep-obsidian);
}

/* Legal Content Styles */
.Legal_Content_Sacred_Section {
  border-bottom: 1px solid rgba(212, 165, 116, 0.1);
  padding-bottom: 2rem;
}

.Legal_Content_Sacred_Section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/* Success Page Styles */
.Golden_Success_Icon_Sanctuary {
  margin-bottom: 20px;
}

.Sacred_Success_Info_Blessing {
  background: rgba(212, 165, 116, 0.1);
  border: 1px solid rgba(212, 165, 116, 0.2);
  border-radius: 10px;
  padding: 20px;
  max-width: 500px;
  margin: 0 auto;
}

.Sacred_Additional_Info_Shrine {
  max-width: 700px;
  margin: 0 auto;
}

.Sacred_Contact_Quick_Reference {
  opacity: 0.8;
}

/* Team Member Styles */
.Sacred_Team_Member_Chronicle {
  border-left: 3px solid var(--golden-amber);
  padding-left: 20px;
}

.Sacred_Values_Constellation_Display .Sacred_Feature_Card_Temple {
  border: 1px solid rgba(212, 165, 116, 0.15);
  transition: all 0.3s ease;
}

.Sacred_Values_Constellation_Display .Sacred_Feature_Card_Temple:hover {
  border-color: rgba(212, 165, 116, 0.4);
  transform: translateX(5px);
}

/* Responsive Design */
@media (max-width: 768px) {
  .Ancient_Grain_Wisdom_Text {
    font-size: 2rem;
  }
  
  .Golden_Wheat_Title_Magic {
    font-size: 2.5rem;
  }
  
  .Mystical_Step_Revelation_Card {
    padding-left: 60px;
  }
  
  .Golden_Step_Number_Aura {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
  
  .Sacred_Action_Button_Cluster .btn {
    margin-bottom: 10px;
  }
  
  .Mystical_Timeline_Event_Memory {
    flex-direction: column;
    text-align: center;
    border-left: none;
    border-top: 2px solid rgba(212, 165, 116, 0.3);
    padding-left: 0;
    padding-top: 20px;
  }
  
  .Mystical_Timeline_Event_Memory:before {
    left: 50%;
    top: -6px;
    transform: translateX(-50%);
  }
  
  .Golden_Year_Badge_Marker {
    margin-right: 0;
    margin-bottom: 10px;
  }
  
  .Sacred_Team_Member_Chronicle {
    border-left: none;
    border-top: 3px solid var(--golden-amber);
    padding-left: 0;
    padding-top: 15px;
    margin-bottom: 25px;
  }
}