/* === BASE RESET === */

html, body, h1, h2, h3, p,
ul, ol, li, figure, blockquote, dl, dd {
  margin: 0;
  padding: 0;
}

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

.gallery-grid img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}

/* ====== GLOBAL BODY BACKGROUND ====== */
body {
  background-image: url('../images/backdrop.jpeg');
  background-repeat: repeat;
  background-size: auto; 
  background-position: top left;
  color: #fbecec; 
  font-family:'ciznel', fredericka the great,lora;
  margin: 0;
  padding: 0;
}

main {
  background-color: rgba(0, 0, 0, 0.7); 
  padding: 2rem;
  border-radius: 8px;
  max-width: 1000px;
  margin: 2rem auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

header, nav, footer {
  background-color: rgba(28, 28, 28, 0.9);
  padding: 1rem;
  border-bottom: 1px solid #444;
}

nav a {
  color: #5c4d7d;
  font-weight: 600;
}

nav a:hover {
  color: #ae9ecf;
  background-color: rgba(255, 255, 255, 0.1);
}

#hero {
  width: 100%;
  height: 40vh;
  overflow: hidden;
}

#hero video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.menu-item {
  color: #5c4d7d; 
  font-weight: bold;
}

.menu-desc {
  color: #c1bebe;
  font-style: italic;
}

.menu-flex {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.menu-img {
  width: 250px;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
}

.menu-flex .deets {
  flex: 1;
  min-width: 250px;
}



.author-card {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background-color: rgba(255, 255, 255, 0.02);
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.author-card img {
  width: 150px;
  height: auto;
  border-radius: 6px;
  object-fit: cover;
}

.author-card h3 {
  margin-bottom: 0.5rem;
}

.author-card p {
  margin: 0;
  line-height: 1.5;
  padding: auto;
}

.section-title{
  padding-bottom: 2rem;
  text-align: center;
}

#authors{
  padding-bottom: 2rem;
}

#featured{
  padding-top: 2rem;
}

.deets{
  padding-left: 2rem;
  margin: auto;
}
#quotes{
  padding: 2rem;
  margin: auto;
}

.menu-img{
  width: 20%;
  height: 20%;
}

#specialty #teas, #desserts, #extras, h2{
  padding-top: 2rem;
}

.event img{
  height: 25%;
  width: 25%;
}

#weekly img{
  height: 25%;
  width: 25%;
}

#calendar h3{
  text-align: center;
  color: #5c4d7d;
}

#why{
  padding-top: 2rem;
}

#menu-preview{
  padding-top: 2rem;
}

#extras{
  padding-bottom: 2rem;
}