/* ========================================================================
   SOLARFLARE MANUSKRIPT - CREATIVE ARTISTIC STYLE CSS
   Responsive, vibrant, flexbox-only, with artistic flare
   ======================================================================== */
/* -------------------------------
   RESET & BASELINE
------------------------------- */
html {
  box-sizing: border-box;
  font-size: 16px;
}
*, *::before, *::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  background: #fff;
  color: #16213E;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.01em;
  line-height: 1.6;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: #16213E;
  text-decoration: none;
  transition: color 0.2s;
  outline: none;
}
a:focus {
  outline: 2px dashed #F2B705;
}
ul, ol {
  padding-left: 24px;
  margin-bottom: 24px;
}
li {
  margin-bottom: 8px;
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  color: #16213E;
  font-weight: 700;
  letter-spacing: 0.01em;
}
h1 { font-size: 2.4rem; margin-bottom: 20px; }
h2 { font-size: 1.8rem; margin-bottom: 18px; }
h3 { font-size: 1.35rem; margin-bottom: 14px; }
h4 { font-size: 1.15rem; margin-bottom: 10px; }
p { font-size: 1.05rem; margin-bottom: 18px; }
strong { font-weight: 700; }
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  width: 100%;
}

/* -------------------------------
   HEADER & MAIN NAVIGATION
------------------------------- */
header {
  background: #16213E;
  box-shadow: 0 4px 24px rgba(22,33,62,0.06);
  position: relative;
  z-index: 1000;
}
.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  position: relative;
}
.header-container a img {
  height: 42px;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.main-nav a {
  color: #F2B705;
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 4px 8px;
  border-radius: 8px;
  position: relative;
  transition: background 0.3s, color 0.3s;
}
.main-nav a:hover,
.main-nav a:focus {
  background: #F2B705;
  color: #16213E;
}
.btn-primary {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1.1rem;
  background: #F2B705;
  color: #16213E;
  border: none;
  border-radius: 32px;
  padding: 10px 30px;
  cursor: pointer;
  transition: box-shadow 0.2s, transform 0.18s, background 0.3s, color 0.3s;
  box-shadow: 0 2px 14px rgba(242,183,5,0.10);
  display: inline-block;
  margin-top: 10px;
  letter-spacing: 0.01em;
}
.btn-primary:hover, .btn-primary:focus {
  background: #16213E;
  color: #fff;
  box-shadow: 0 6px 18px rgba(22,33,62,0.20);
  transform: translateY(-2px) scale(1.045);
}

/* Hamburger Mobile Navigation Button */
.mobile-menu-toggle {
  display: none;
  background: #F2B705;
  color: #16213E;
  border: none;
  font-size: 2.2rem;
  padding: 6px 20px;
  border-radius: 22px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 18px;
  z-index: 10500;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 12px rgba(22,33,62,0.09);
}
.mobile-menu-toggle:focus {
  outline: 2px dashed #fff;
  background: #16213E;
  color: #F2B705;
}

/* -------------------------------
   MOBILE MENU
------------------------------- */
.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #16213E;
  z-index: 11000;
  transform: translateX(-100vw);
  transition: transform 0.34s cubic-bezier(.73,-0.07,.3,1.18);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 42px;
}
.mobile-menu.open {
  transform: translateX(0);
  box-shadow: 0 8px 32px 0 rgba(22,33,62,0.25);
}
.mobile-menu-close {
  position: absolute;
  top: 16px;
  left: 14px;
  background: #F2B705;
  color: #16213E;
  border: none;
  font-size: 2rem;
  padding: 5px 14px;
  border-radius: 18px;
  cursor: pointer;
  z-index: 12000;
  transition: background 0.2s, color 0.2s;
}
.mobile-menu-close:focus {
  outline: 2px dashed #fff;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 60px;
  width: 100%;
  align-items: center;
}
.mobile-nav a {
  font-size: 1.4rem;
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 14px 24px;
  border-radius: 18px;
  transition: background 0.2s, color 0.2s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #F2B705;
  color: #16213E;
}
.mobile-menu {
  display: none;
}
.mobile-menu.open {
  display: flex;
}

/* -------------------------------
   HERO SECTION (CREATIVE ARTISTIC)
------------------------------- */
.hero-section {
  background: #F2B705;
  color: #16213E;
  border-bottom-left-radius: 80px 25px;
  border-bottom-right-radius: 80px 25px;
  box-shadow: 0 8px 36px rgba(242,183,5,0.10);
  position: relative;
  margin-bottom: 60px;
  padding: 64px 0 44px 0;
  display: flex;
  align-items: center;
}
.hero-section h1 {
  font-size: 2.8rem;
  color: #16213E;
  text-shadow: 1px 3px 0px #fff7bb;
  margin-bottom: 16px;
  letter-spacing: 0.03em;
}
.hero-section p {
  font-size: 1.18rem;
  margin-bottom: 18px;
}
.hero-section .btn-primary {
  margin-top: 10px;
}

/* -------------------------------
   FEATURES (CARDS GRID FLEX)
------------------------------- */
.features-section {
  background: #fff;
}
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 18px;
  justify-content: space-between;
  width: 100%;
}
.feature {
  background: #FAFAFD;
  border-radius: 30px 90px 30px 30px/30px 40px 90px 30px;
  padding: 30px 28px 24px 28px;
  box-shadow: 0 6px 24px rgba(22,33,62,0.086), 0 2px 8px rgba(34,26,150,0.07);
  flex: 1 1 228px;
  min-width: 220px;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: box-shadow 0.30s, transform 0.20s;
  margin-bottom: 20px;
  gap: 15px;
  position: relative;
}
.feature img {
  width: 46px;
  height: 46px;
  margin-bottom: 4px;
}
.feature:hover, .feature:focus-within {
  box-shadow: 0 12px 40px rgba(22,33,62,0.16), 0 4px 18px rgba(242,183,5,0.14);
  transform: translateY(-6px) scale(1.023);
}
.feature h3 {
  font-size: 1.22rem;
  color: #16213E;
  margin-bottom: 8px;
}

/* -------------------------------
   CARDS / CONTENT GRID
------------------------------- */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 6px 20px rgba(22,33,62,0.08);
  margin-bottom: 20px;
  padding: 26px 22px;
  position: relative;
  transition: box-shadow 0.24s, transform 0.18s;
  flex: 1 1 280px;
  max-width: 340px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card:hover, .card:focus-within {
  box-shadow: 0 16px 48px rgba(242,183,5,0.12), 0 2px 10px rgba(34,26,150,0.08);
  transform: translateY(-4px) scale(1.017);
}
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

/* -------------------------------
   TESTIMONIALS & REVIEW CARDS
------------------------------- */
.testimonials-section {
  background: #F2B7051A;
  border-radius: 44px;
  margin-bottom: 60px;
  padding: 40px 20px;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 4px 24px rgba(22,33,62,0.08), 0 2px 8px rgba(242,183,5,0.05);
  border-radius: 32px;
  margin-bottom: 20px;
  margin-top: 20px;
  max-width: 580px;
  align-self: center;
  border-left: 8px solid #F2B705;
  transition: box-shadow 0.18s, border 0.2s;
}
.testimonial-card p {
  color: #16213E;
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
}
.testimonial-card span {
  color: #16213E;
  font-size: 1rem;
  opacity: 0.88;
}
.testimonial-stars {
  display: flex;
  gap: 3px;
}
.testimonial-card:hover {
  box-shadow: 0 12px 40px rgba(22,33,62,0.12), 0 4px 18px rgba(242,183,5,0.11);
  border-left: 8px solid #16213E;
}

/* -------------------------------
   FOOTER
------------------------------- */
footer {
  background: #16213E;
  color: #F2B705;
  margin-top: 40px;
  padding-top: 36px;
  border-top-left-radius: 44px 22px;
  border-top-right-radius: 44px 22px;
  box-shadow: 0 -8px 48px rgba(22,33,62,0.08);
  font-size: 1rem;
}
.footer-top {
  display: flex;
  flex-wrap: wrap;
  gap: 38px;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
}
.footer-logo img {
  height: 42px;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: 0;
}
.footer-nav a {
  color: #F2B705;
  transition: color 0.25s;
  font-family: 'Playfair Display', serif;
  text-align: left;
  font-size: 1rem;
}
.footer-nav a:hover, .footer-nav a:focus {
  color: #fff;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
  color: #fff;
  font-size: 0.95rem;
}
.footer-contact span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #F2B705;
}
.newsletter-section {
  margin-top: 10px;
  color: #fff;
}
.newsletter-section h3 {
  font-size: 1.2rem;
  color: #F2B705;
}
.newsletter-section p {
  color: #fff;
  font-size: 0.99rem;
}
.newsletter-signup {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 6px;
}
.newsletter-signup input[type="email"] {
  padding: 9px 18px;
  border-radius: 20px;
  border: none;
  font-size: 1rem;
  outline: none;
  background: #fff;
  color: #16213E;
  width: 200px;
  transition: box-shadow 0.2s;
}
.newsletter-signup input:focus {
  box-shadow: 0 2px 18px #F2B70577;
}
.footer-bottom {
  padding: 22px 0 0 0;
  color: #F2B705;
  font-size: 0.96rem;
  text-align: center;
  opacity: 0.84;
}

/* -------------------------------
   COMMUNITY/LEGAL/INFO
------------------------------- */
.legal-section {
  background: #FAFAFD;
  border-radius: 30px;
  margin-bottom: 60px;
  padding: 40px 24px;
}

/* -------------------------------
   GENERAL FLEX UTILITIES
------------------------------- */
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/* -------------------------------
   CONTACT SECTION
------------------------------- */
.contact-section {
  background: #fff;
  border-radius: 32px;
  padding: 40px 24px;
  margin-bottom: 60px;
}
.contact-details ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 22px;
}
.contact-details li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.07rem;
  color: #16213E;
  margin-bottom: 0;
}
.location-map {
  background: #F2B70511;
  border-radius: 18px;
  padding: 18px 18px 12px 18px;
  margin-top: 8px;
}
.hours-section img {
  vertical-align: text-bottom;
  margin-right: 10px;
}

/* THANK YOU SECTION */
.thank-you-section h1 {
  font-size: 2.1rem;
  color: #16213E;
  margin-bottom: 15px;
}
.thank-you-section {
  background: #F2B70515;
  border-radius: 32px;
  padding: 40px 20px;
  margin-bottom: 60px;
}

/* -------------------------------
   COOKIE CONSENT BANNER
------------------------------- */
.cookie-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #16213E;
  color: #fff;
  z-index: 99999;
  padding: 20px 32px;
  font-size: 1rem;
  box-shadow: 0 -8px 40px rgba(22,33,62,0.20);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  transition: transform 0.33s cubic-bezier(.34,1.36,.66,1), opacity 0.2s;
}
.cookie-banner.hide {
  opacity: 0;
  pointer-events: none;
  transform: translateY(50px);
}
.cookie-banner-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cookie-btn {
  font-family: 'Roboto', Arial, sans-serif;
  border: none;
  border-radius: 20px;
  padding: 10px 20px;
  background: #F2B705;
  color: #16213E;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
  margin-left: 4px;
  transition: background 0.2s, box-shadow 0.17s;
  box-shadow: 0 2px 8px #F2B70533;
}
.cookie-btn:hover, .cookie-btn:focus {
  background: #fff;
  color: #16213E;
}
.cookie-btn.settings {
  background: #fff;
  color: #F2B705;
  border: 2px solid #F2B705;
}
.cookie-btn.reject {
  background: #16213E;
  color: #F2B705;
  border: 2px solid #F2B705;
}
.cookie-btn.reject:hover, .cookie-btn.reject:focus {
  background: #F2B705;
  color: #16213E;
}

/* COOKIE PREFERENCE MODAL */
.cookie-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(22,33,62,0.70);
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
  opacity: 1;
  pointer-events: auto;
}
.cookie-modal.hide {
  opacity: 0;
  pointer-events: none;
}
.cookie-modal-content {
  background: #fff;
  color: #16213E;
  border-radius: 28px;
  width: 94%;
  max-width: 400px;
  padding: 30px 26px;
  box-shadow: 0 8px 32px rgba(22,33,62,0.24);
  display: flex;
  flex-direction: column;
  gap: 20px;
  animation: cookiePopupIn 0.33s cubic-bezier(.34,1.36,.66,1) both;
  position: relative;
}
@keyframes cookiePopupIn {
  0% { transform: scale(.88) translateY(60px); opacity: 0.68; }
  95% { transform: scale(1.03) translateY(0); opacity: 1;}
  100% { transform: scale(1) translateY(0); opacity: 1; }
}
.cookie-modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: #F2B705;
  color: #16213E;
  border: none;
  font-size: 1.35rem;
  padding: 2px 12px;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.18s;
}
.cookie-modal-close:focus {
  background: #16213E;
  color: #F2B705;
}
.cookie-modal-categories {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 8px;
}
.cookie-modal-category {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cookie-modal-category label {
  font-weight: 500;
  font-size: 1rem;
}
.cookie-modal-category input[type=checkbox], .cookie-modal-category input[type=radio] {
  accent-color: #F2B705;
  width: 18px;
  height: 18px;
  margin: 0;
}
.cookie-category-essential {
  opacity: 0.75;
}

/* -------------------------------
   ARTISTIC ACCENTS & EFFECTS
------------------------------- */
.section {
  border-radius: 36px;
  box-shadow: 0 3px 18px rgba(202, 183, 5, 0.04);
  background-color: #fff;
}
.collections-preview {
  background: #F2B70508;
  border-radius: 24px;
  margin-bottom: 60px;
  padding: 40px 20px;
}
.collections-preview h2 {
  color: #16213E;
  font-size: 1.33rem;
}

/* -------------------------------
   RESPONSIVE QUERIES (MOBILE-FIRST)
------------------------------- */
@media (max-width: 1050px) {
  .feature-grid {
    gap: 24px;
    justify-content: flex-start;
  }
  .footer-top,
  .card-container {
    gap: 22px;
  }
}
@media (max-width: 900px) {
  .main-nav {
    gap: 18px;
  }
  .header-container {
    gap: 12px;
  }
  .feature-grid, .card-container, .footer-top {
    gap: 16px;
  }
}
@media (max-width: 800px) {
  .header-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 14px 0;
  }
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
  .footer-top {
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.38rem; }
  h3 { font-size: 1.11rem; }
  .container {
    padding: 0 10px;
  }
  .hero-section {
    padding: 44px 0 30px 0;
    border-bottom-left-radius: 50px 15px;
    border-bottom-right-radius: 50px 15px;
  }
  .feature-grid {
    flex-direction: column;
    gap: 18px;
    align-items: stretch;
  }
  .card-container, .footer-top {
    flex-direction: column;
    gap: 18px;
  }
  .content-grid {
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
  }
  .text-image-section {
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
  }
  .newsletter-signup {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .testimonial-card {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}
@media (max-width: 540px) {
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 18px 8px;
    font-size: 0.97rem;
  }
  .cookie-modal-content {
    padding: 22px 10px;
  }
  .footer-logo img {
    height: 32px;
  }
}
@media (max-width: 420px) {
  .hero-section {
    padding: 24px 0 16px 0;
    border-radius: 24px 6px 24px 6px;
  }
  .section, .collections-preview, .thank-you-section, .testimonials-section, .legal-section {
    padding: 22px 5px;
    border-radius: 8px;
  }
}

/* -------------------------------
   FOCUS STYLES FOR ACCESSIBILITY
------------------------------- */
a:focus, button:focus, .btn-primary:focus {
  outline: 2px dashed #F2B705;
  outline-offset: 3px;
}

/* -------------------------------
   MISC: ANIMATION CLASSES
------------------------------- */
.fade-in {
  animation: fadeIn 0.4s both;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(16px) scale(0.98); }
  to { opacity: 1; transform: none; }
}

/* -------------------------------
   PRINT
------------------------------- */
@media print {
  .main-nav, .mobile-menu-toggle, .btn-primary, .footer-nav, .newsletter-section, .cookie-banner, .cookie-modal {
    display: none !important;
  }
  body, .container {
    background: #fff !important;
    color: #000 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
}

/* ========================================================================
   END OF SOLARFLARE MANUSKRIPT CSS
   All required flexbox layouts, creative artistic style, 
   vibrant brand colors, artistic fonts, strong visual hierarchy,
   micro-interactions, accessibility
   ======================================================================== */
