:root {
  --primary-color: #1a1a1a;
  --accent-color: #b89b5e;
  --text-color: #333;
  --font-family: 'Segoe UI', sans-serif;
}

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

body {
  font-family: var(--font-family);
  color: var(--text-color);
  line-height: 1.6;
  font-family: "Karla", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
}

/* Navigation */
.site-header {
  background: var(--text-color);
  padding: 1rem;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.navbar {
  display: flex;
  justify-content: space-between; /* logo left, hamburger/nav right */
  align-items: center;            /* vertical alignment */
  padding: 0.5rem 1rem;
}

.logo {
  color: white;
  font-size: 1.5rem;
  text-decoration: none;
  display: inline-block;
  font-weight: 800;
  line-height: 1;
}

.hamburger {
  font-size: 2rem;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  display: none; /* hidden on desktop */
  line-height: 1;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 1rem;
  text-transform: uppercase;
}

#hours {
  text-align: center;
}

#weekday {
  font-weight: 600;
}

.nav-links a {
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  background-color: var(--primary-color);
}

.nav-links a:hover {
  background-color: black;
  transition: 0.3s ease;
}

/* Hero */
.hero {
  background: url('images/hero.jpg') center/cover no-repeat;
  background-attachment: fixed;
  color: white;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 1rem;
  
}

.hero.st{
  background: url('images/b1.jpg') center/cover no-repeat;
  background-attachment: fixed;
  color: white;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 1rem;
}

.hero.pr{
  background: url('images/prombanner.jpeg') center/cover no-repeat;
  background-attachment: fixed;
  color: white;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 1rem;
}

.hero.cn{
  background: url('images/weddingbanner.png') center/cover no-repeat;
  background-attachment: fixed;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 1rem;
  height: 30vh;
}

#about {
  text-align: center;
}

#about img {
  object-fit: cover;
}

.hero-content h1 {
  font-size: 3.75rem;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 800;
}

.hero.wd{
  background: url('images/weddingbanner.png') center/cover no-repeat;
  background-attachment: fixed;
  color: white;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 1rem;
}

.btnwd{
  background: #b89b5e;
  padding: 15px 20px;
  border-radius: 30px;
  color: white;
  font-family: "Work Sans", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  text-transform: uppercase;
  font-style: none;
  margin: auto;
  width: fit-content;
  margin-bottom: 5rem;
}

a{
  text-decoration: none;
  
}

.content-section.wd h2{
  font-weight: 700;
}

.btn {
  background: var(--accent-color);
  color: white;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
}

/* Sections */
.content-section {
  padding: 3rem 1rem;
  max-width: 1000px;
  margin: auto;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.card {
  text-align: center;
  border-radius: 4px;
  height: auto;
}

.card.wd h2{
  font-size: 1.8em;
}

.card.wd p.blue{
  color: #0866ff;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.card img {
  width: 100%;
  padding-top: 0.5em;
  border-radius: 10px;
}

.card.wd img{
  width: 40%;
  margin: auto;
  margin-bottom: 2rem;
}

.card p {
  font-size: 1rem;
}

.names{
  padding: .5rem .5rem;
}

.sides{
  display: inline-block;
  width: 50%;
  margin: auto;
}

.overarching{
  display: flex;
}

.card h2 {
  font-family: "Work Sans", sans-serif;
  font-weight: 800;
  font-size: 20px;
}
.btmlogo{
  width: 100%;
}

@media (max-width: 875px) {
  .btmlogo img {
      width: 50%;
      margin: auto;
  }
  #hours {
      margin: auto;
  }
}

/* Footer */
.site-footer {
  background: var(--primary-color);
  color: white;
  text-align: center;
  padding: 1rem;
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

hr {
  width: 80%;
  margin: auto;
  margin-top: 3em;
  margin-bottom: 3em;
}

/* Testimonials */
#testimonials {
  text-align: center;
  font-size: 28px;
}

#testimonials h1 {
  margin-bottom: 2em;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  font-weight: 800;
  font-size: 50px;
}

#testimonials .card {
  padding-left: 1em;
  text-align: left;
  border-left: 4px solid #c7c7c7;
}

#testimonials .card:nth-child(2) {
  margin-left: 2em;
}

#testimonials h2 {
  font-size: 20px;
  font-weight: 400;
}

/* Login Page Styles */
.login-page {
  min-height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  background: url(images/wdglgbg.jpg) center/cover no-repeat;
}

.login-container {
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  max-width: 400px;
  width: 100%;
}

.login-container h2 {
  text-align: center;
  margin-bottom: 24px;
  color: #333;
  font-weight: 600;
}

.login-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #555;
}

.login-form input {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.login-form button {
  width: 100%;
  padding: 12px;
  background-color: #222;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.login-form button:hover {
  background-color: #444;
}

.login-note {
  text-align: center;
  margin-top: 16px;
  font-size: 14px;
}

.login-note a {
  color: #0077cc;
  text-decoration: none;
}

.login-note a:hover {
  text-decoration: underline;
}

/* Wedding Info Page */
.wedding-info-page {
  padding: 3rem 1rem;
  max-width: 1200px;
  margin: auto;
}

/* Top Overview Section */
.wedding-overview {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3rem;
  background-color: #f9f9f9;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.wedding-details {
  flex: 1;
  min-width: 250px;
}

.wedding-details h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: var(--primary-color);
}

.wedding-details ul {
  list-style: none;
  line-height: 1.8;
}

.wedding-details li strong {
  color: var(--accent-color);
}

/* Completion Chart */
.completion-chart {
  flex: 0 0 300px;
  text-align: center;
}

.completion-chart h3 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  color: var(--text-color);
}

#finished {
  color: #4caf50;
}

#compl {
  width: 100%;
  text-align: center;
}

.consultant {
  text-align: center;
}

#consultant {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

#buttons {
  background-color: var(--text-color);
  color: white;
  padding: 10px 15px;
  border-radius: 10px;
}

#compl h4 {
  display: inline;
}

#compl i {
  padding-right: 1em;
  display: inline-block;
}

/* Next Steps */
.next-steps {
  margin-bottom: 3rem;
}

.next-steps h2 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  color: var(--primary-color);
}

.steps-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  padding: 0;
}

.steps-list li {
  flex: 1 1 calc(25% - 1rem);
  background-color: #f5f5f5;
  padding: 1rem;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  text-align: center;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text-color);
}

.steps-list li:first-child {
  background-color: #4caf50;
  color: white;
  font-weight: 500;
}

/* Wedding Party */
.wedding-party {
  margin-bottom: 3rem;
}

.wedding-party h2 {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  color: var(--primary-color);
}

.participant-card {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-left: 4px solid var(--accent-color);
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.participant-photo {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 1.5rem;
}

.participant-info {
  flex: 1;
}

.participant-info h3 {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  color: var(--primary-color);
}

.participant-info p {
  margin-bottom: 0.3rem;
  font-size: 0.95rem;
}

.participant-status {
  text-align: right;
}

.status-tag {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: bold;
}

.status-tag.edit {
  background-color: var(--text-color);
  color: white;
}

.status-tag.complete {
  background-color: #4caf50;
  color: white;
}

.status-tag.pending {
  background-color: #f44336;
  color: white;
}

/* Store Locator Page */
.store-locator {
  padding: 3rem 1rem;
  max-width: 1200px;
  margin: auto;
}

.map-section h2,
.store-hours h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: var(--primary-color);
}

.map-section img {
  width: 100%;
  height: 30em;
  object-fit: cover;
  margin: auto;
  border-radius: 15px;
}

.hours-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.store-card {
  background-color: #f9f9f9;
  padding: 1rem;
  border-left: 4px solid var(--accent-color);
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

#dswatch {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  padding-top: 25px;
  color: white;
  margin-right: 10px;
}

#dswatch:last-child {
  margin-right: 30px;
}

#shorten {
  width: 200px;
}

/* Global Image Reset */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Typography Scaling */
h1, h2 {
  font-size: clamp(1.5rem, 5vw, 2.5rem);
}

p {
  font-size: clamp(1rem, 3vw, 1.2rem);
  line-height: 1.6;
}

/* Responsive Media Queries */
@media (max-width: 1024px) {
  .wedding-overview {
    flex-direction: column;
  }
  .completion-chart {
    flex: 1 1 100%;
    margin-top: 2rem;
  }
}

@media (max-width: 875px) {
  .logo {
    font-size: 1.2rem;
  }

  .hamburger {
    display: block;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    margin-top: 1rem;
  }

  .nav-links.show {
    display: flex;
  }

  .nav-links a {
    text-align: center;
    padding: 1rem;
    border: 1px solid #444;
    font-weight: 700;
    border-radius: 20px;
  }

  .hero {
    height: auto;
    padding: 3rem 1rem;
  }

  .hero-content h1 {
    font-size: 2rem;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  #testimonials {
    font-size: 20px;
  }

  #testimonials .card {
    margin-left: 0 !important;
    padding: 1rem;
  }

  .participant-card {
    flex-direction: column;
    text-align: center;
  }

  .participant-photo {
    margin: 0 0 1rem 0;
  }

  .steps-list li {
    flex: 1 1 100%;
  }

  .map-section img {
    height: auto;
  }
}
/* Overlay menu container */
.mobile-nav {
  position: fixed;        /* stays in place */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;           /* full screen */
  background-color: rgba(26, 26, 26, 0.95); /* dark overlay */
  display: none;          /* hidden by default */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2000;          /* sits above everything */
}

/* Show the overlay when active */
.mobile-nav.show {
  display: flex;
}

/* Links inside overlay */
.mobile-nav a {
  color: white;
  font-size: 1.5rem;
  text-decoration: none;
  margin: 1rem 0;
  font-weight: 700;
}

.mobile-nav a:hover {
  color: var(--accent-color);
  transition: 0.3s ease;
}

/* Hamburger always on top */
.hamburger {
  font-size: 2rem;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  z-index: 2100; /* above overlay */
}
/* Desktop nav links */
.nav-links {
  list-style: none;
  display: flex;
  gap: 1rem;
}

.nav-links a {
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  background-color: var(--primary-color);
}

.nav-links a:hover {
  background-color: black;
  transition: 0.3s ease;
}

/* Mobile overlay */
.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 26, 0.95);
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2000;
}

.mobile-nav.show {
  display: flex;
}

.mobile-nav a {
  color: white;
  font-size: 1.5rem;
  text-decoration: none;
  margin: 1rem 0;
  font-weight: 700;
}

.mobile-nav a:hover {
  color: var(--accent-color);
}

/* Hamburger hidden on desktop */
.hamburger {
  font-size: 2rem;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  display: none;
  z-index: 2100;
}
@media (max-width: 1026px) {
  .content-section{
    max-width: 80%;
  }
}

/* Mobile view */
@media (max-width: 875px) {
  .nav-links {
    display: none; /* hide inline links */
  }
  .hamburger {
    display: block; /* show hamburger */
  }
}
.social-links{
  color: black;
  text-align: center;
  width: 100%;
}
.social-links a{
  font-size: 2rem;
  padding: 12px 15px;
  margin: 20px;
  background-color: #f00075;
  color: white;
  border-radius: 50%;
}

.social-links a:first-child{
  background-color: #0866ff;
}
.contact{
  display: flex;
  flex-direction: column;
  margin-top: -2rem;
}

.contact input{
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 30rem;
}

.contact textarea{
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 30rem;
}

.contact button{
  width: 30rem;
  padding: 12px;
  background-color: #222;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.buttons button{
  width: 20rem;
  padding: 12px;
  background-color: #222;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin: 20px;
  display: inline-block;
  font-weight: 800;
  text-transform: uppercase;
}