@font-face {
  font-family: 'cherolina';
  src: url('fonts/cherolina/Cherolina.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Cinzel', serif;
  background-color: #f8f8f8;
  color: #333;
}

/* Menu toggle */
#menu-toggle { display: none; }
.menu { display: none; }
.menu-button { display: block; }

#menu-toggle:checked + .menu-button span { visibility: hidden; }
#menu-toggle:checked + .menu-button + .menu { display: block; }
#menu-toggle:checked + .menu-button::after {
  content: "X";
  color: #333;
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  visibility: visible;
}

/* Header */
.top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(to bottom, rgba(119, 134, 126, 0.78), rgba(119, 134, 126, 0));
  padding: 20px 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.header-title {
  margin: 0;
  font-size: 3rem;
  font-family: 'cherolina', cursive;
}

.header-title .logo-wild {
  color: rgba(36, 41, 38, 0.559);
  text-shadow: 0 2px 4px rgba(0,0,0,0.25);
}

.header-title .logo-era {
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0,0,0,0.35);
}

.page-label {
  font-size: 1rem;
  letter-spacing: 2px;
  color: #333;
  background: #ffffff8a;
  padding: 6px 12px;
  border-radius: 999px;
}

nav {
  background: #ffffff5e;
  padding: 11px 20px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);

  border-radius: 14px;
  overflow: hidden;
}
nav ul { list-style: none; display: flex; margin: 0; padding: 0; }
nav ul li { padding: 0 15px; }
nav ul li a { text-decoration: none; color: #333; font-size: 1rem; }
nav ul li a:hover { color: #000; }

img { max-width: 100%; height: auto; }

/* Hero */
.main-banner {
  position: relative;
  overflow: hidden;
  height: 100vh;
  width: 100%;
  background-image: url('images/A49A7240.jpg'); /* swap to a jewelry hero image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
  padding: 0 20px;
  text-align: center;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(2px);
}

.hero-title {
  font-size: 42px;
  letter-spacing: 2px;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(31, 30, 30, 0.6);
}

.hero-subtitle {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 2px 4px rgba(31, 30, 30, 0.6);
}

/* Buttons */
.button2, .button3 {
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border-radius: 25px;
  border: 2px solid #5959599d;     /* border color */
  color: #000000;                 /* text color */
  background-color: transparent;  /* background color */
  transition: background-color 0.3s, color 0.3s;
}

.button2:hover, .button3:hover,
.button2:focus, .button3:focus {
  color: #000000;                 /* keep text same */
  background-color: #5768607d;    /* hover shading */
  text-decoration: none;
  outline: none;
}

.button1, .button4 {
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border-radius: 25px;
  border: 2px solid #ffffffdc;     /* border color */
  color: #ffffff;                 /* text color */
  background-color: transparent;  /* background color */
  transition: background-color 0.3s, color 0.3s;
}

.button1:hover, .button1:focus, .button4:hover, .button4:focus {
  color: #ffffff;                 /* keep text same */
  background-color: #5768607d;    /* hover shading */
  text-decoration: none;
  outline: none;
}

/* Sections */
section { padding: 60px 20px; text-align: center; }

.about {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #77867e46;
  padding: 0;
}

.about-content { max-width: 40%; margin: 0 5%; }
.about h2 { font-size: 2em; font-weight: bold; margin: 20px 0; }
.about p { margin-bottom: 20px; }
.about img { max-width: 50%; height: auto; }

.faq-preview {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 50px 10%;
}

.faq-preview img { width: 45%; max-width: 600px; height: auto; order: 1; }
.faq-preview-content { width: 40%; text-align: center; order: 2; }
.faq-preview h2 { font-size: 2em; font-weight: bold; margin: 0 0 20px; }
.faq-preview p { margin: 0 0 20px; }

/* Shop preview (this replaces your old services-prices mismatch) */
.shop-preview {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 50px 10%;
}

.shop-preview img { width: 45%; max-width: 600px; height: auto; }
.shop-preview-content { width: 40%; margin-right: 10%; }
.shop-preview h2 { font-size: 2em; font-weight: bold; margin: 0 0 20px; }
.shop-preview p { margin: 0 0 20px; }

.review-banner {
  background-image: url('images/A49A7240.jpg'); /* swap later */
  background-size: cover;
  background-position: center;
  padding: 300px 0;
  text-align: center;
  letter-spacing: 2px;
  font-size: 38px;
  color: #ffffff;
  margin-top: 0;
}

/* Contact */
.contact-section { background-color: #77867e46; padding: 50px 0; }
.contact-container {
  background-color: #ffffff;
  padding: 40px;
  max-width: 420px;
  margin: 0 auto;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  border-radius: 10px;
}

.contact-section h2 {
  color: #77867ebf;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.contact-section p { color: #555; margin-bottom: 30px; }

form input {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ddd;
  border-radius: 5px;
}

form input:focus { border-color: #77867ebf; outline: none; }

.contact-btn {
  background-color: #77867ebf;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}

.contact-btn:hover { background-color: rgba(60, 93, 77, 0.715); }

#contact-message { margin-top: 20px; font-size: 1.1rem; }

/* Connect */
.connect {
  padding: 0;
}

.connect-content {
    background: #ffffff;
    color: #53605be1;
    padding: 50px 0;
    text-align: center;
    margin-bottom: -50px;
}

.connect-content h2 {
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: 400;
}

.connect-content a {
    color: #141414b8;
    text-decoration: none;
    margin: 0 20px;
    display: inline-block;
}

.connect-content a:hover {
    text-decoration: underline;
}

.connect-content img {
    width: 40px;
    height: auto;
    margin-right: 10px;
}

/* Footer */
.footer {
    background-color: #77867e72;
    padding: 20px;
    text-align: center;
    margin-top: 50px;
}

.footer-content {
    font-size: 14px;
    color: #666;
}

.footer-content h2 {
    text-align: center;
    font-weight: 200;
    color: #000;
    font-size: 150%;
}

.footer-content1 {
    text-align: left;
    font-size: 90%;
    color:#000000b4
}

.footer-content2 {
    text-align: right;
    font-size: 90%;
    color:#000000b4
}

/* Mobile */
@media (max-width: 768px) {
  .top-header { flex-direction: column; padding: 20px 10px; }
  .page-label { margin-top: 8px; font-size: 0.85rem; }
  nav { width: calc(100% - 20px); }
  nav ul { flex-direction: column; padding: 0; }
  nav ul li { text-align: center; padding: 10px 0; }
  .menu-button { position: absolute; top: 20px; right: 10px; font-size: .6rem; }
  .header-title { margin: 0 auto; font-size: 1.25rem; }

  .about { flex-direction: column; }
  .about-content, .about img { max-width: 100%; }

  .faq-preview, .shop-preview { flex-direction: column; text-align: center; }
  .faq-preview img, .faq-preview-content,
  .shop-preview img, .shop-preview-content { width: 80%; margin: 0; }
}
