/* Reset & base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Libre Baskerville', 'lato', 'Georgia', serif;
  background-color: #faf8f2;
  color: #fff;
  line-height: 1.6;

}

/* Header */
header {
  background: #36454F;
  padding: 1rem;
 }
header h1 {
  font-size: 2.0rem;
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
text-align: left;
color:#fff;

}
nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 1.5rem;

}
nav a {
  text-decoration: none;
  color: #ADD8E6;
  font-weight: bold;
}
nav a:hover {
  color: #aa7c50;
}

/* Hero Section */
.hero {
  padding: 2rem;
  background: #36454F;
  text-align: center;
}
.hero h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
text-align:left;
}
@media screen and (max-width:500px){.hero h2{margin-bottom: 0.8rem;}}

.prev-menus {max-width:300px;margin-left:20px;border-radius:8px;}

@media screen and (max-width:500px){.prev-menus{margin-left:5px;}}


.candp {width: 100%;
  height: 100%; float:right;padding:20px; box-shadow: 1px 0.5px 0px #000, 5px 4px 0px rgba(0,0,0,0.15); border-radius:15%;max-width:25%;}

@media screen and (max-width:500px){.candp{padding:3px;max-width:40%;box-shadow:none;}}

.hero h3 {
  font-size: 1.4rem;font-style:italic;
}

.hero p {
  font-size: 1.4rem;
}

.cornice {align:center;width:30%;}

@media screen and (max-width:500px){.cornice{width:50%;}}

.christmas-logo {float:right;margin-left:20px; max-width:15%;margin-bottom:20px;}

@media screen and (max-width:500px){.christmas-logo{max-width:30%;margin-left:5px;}}

/* Content Sections */
.content {
  padding: 2rem;
}

/* Footer */
footer {

  background: 36454F;
  text-align: center;
  padding: 1.0rem;
  font-size: 1.2rem;
}

.img-curves-small {width: 100%;
  height: 100%;
  border-radius: 50%;border: solid 5px #ccc;float:right;padding:1px;max-width:24%;border-style: outset;box-shadow: 2px 2px 0px #000, 5px 4px 0px rgba(0,0,0,0.15);margin-left:20px;}

@media screen and (max-width:500px){.img-curves-small{max-width:40%;}}

.img-curves {width: 100%;
  height: 100%;
  border-radius: 50%;border: solid 5px #ccc;float:right;padding:1px;max-width:30%;border-style: outset;box-shadow: 2px 2px 0px #000, 5px 4px 0px rgba(0,0,0,0.15);margin-left:20px;}

@media screen and (max-width:500px){.img-curves{max-width:40%;}}

.img-curves3 {width: 100%;
  height: 100%;
  border-radius: 50%;border: solid 5px #ccc;float:right;padding:1px;max-width:15%;opacity: 0.5;margin-left:20px;border-style: outset;box-shadow: 2px 2px 0px #000, 5px 4px 0px rgba(0,0,0,0.15);}

@media screen and (max-width:500px){.img-curves3{max-width:40%;}}

.img-curves2 {width: 100%;
  height: 100%;
  border-radius: 10%;float:right;border: solid 1px #ccc;max-width:20%;margin-left:20px;box-shadow: 2px 2px 0px #000, 5px 4px 0px rgba(0,0,0,0.15);}

@media screen and (max-width:500px){.img-curves2{max-width:40%;}}

.hero-image {background-image: url("img/kraken-dark.webp");
 background-repeat: no-repeat;
  background-color: #0f1022; background-size: cover; padding:35px; border: 2px solid #fff;border-radius: 7%;}

@media screen and (max-width:500px){.hero-image{border-radius: 3%;padding:10px;}}

ul {text-align:left; font-size: 1.4rem;list-style-type: square;}

@media screen and (max-width:500px){ul{margin-left:10px;}}

a {color:#ADD8E6;}

a:hover {
  color: #aa7c50;
}
.email-address {
  word-break: break-word;
  overflow-wrap: anywhere;
  max-width: 100%;
  display: block;
}

.gallery {
  display: flex;
  flex-direction: column;
  gap: 20px; /* vertical gap between rows */
}

.gallery-row {
  display: flex;
  gap: 20px; /* horizontal gap between images */
  justify-content: center;
}

.gallery-row img {
  width: calc((100% - 80px) / 5); /* subtracting total gap between columns, 4×20px */
  height: auto;
  border-radius: 4px;
  object-fit: cover;
}

.gallery-row2 {
  display: flex;
  gap: 20px; /* horizontal gap between images */
  justify-content: center;
}

.gallery-row2 img {
  width: calc((100% - 80px) / 3); /* subtracting total gap between columns, 2×20px */
  height: auto;
  border-radius: 4px;
  object-fit: cover;
}

.gallery-row-double {
  display: flex;
  gap: 20px; /* horizontal gap between images */
  justify-content: center;
}

.gallery-row-double img {
  width: calc((100% - 80px) / 2); /* subtracting total gap between columns, 2×20px */
  height: auto;
  border-radius: 4px;
  object-fit: cover;}

@media (max-width: 600px) {
  .gallery-row,
  .gallery-row2,
  .gallery-row-double {
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
  }

  /* Five images: break into two rows with ~50% width */
  .gallery-row img {
    width: calc(50% - 6px); /* two per row */
  }

  /* Three images: make each image ~80% width */
  .gallery-row2 img {
    width: calc(80% - 6px);
  }

  /* Two images: make each image ~90% width */
  .gallery-row-double img {
    width: calc(90% - 6px);
  }
}


.bottom {text-shadow: 2px 2px 0px #000, 5px 4px 0px rgba(0,0,0,0.15);}


/* Subscription Form Styles */
.subscription-form {
  max-width: 400px;
  margin: 2em auto;
  font-family: 'Georgia', serif;
}

.subscription-form label {
  display: block;
  margin-bottom: 0.5em;
  font-weight: bold;
}

.subscription-form input[type="email"] {
  width: 50%;
  padding: 0.75em;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 1em;
}

.subscription-form button {
  background-color: #6B1F1F;
  color: #FDF6E3;
  padding: 0.75em 1.5em;
  border: none;
  border-radius: 50px;
  font-family: 'Cinzel', serif;
  font-size: 1em;
    text-transform: uppercase;
    box-shadow: inset 0 -3px 0 rgba(0,0,0,0.3), 0 4px 6px rgba(0,0,0,0.2);
    cursor: pointer;
    transition: transform 0.2s ease;
  "onmousedown="this.style.transform='scale(0.98)'"
  onmouseup="this.style.transform='scale(1)'"}


.reservation-form {
  max-width: 800px;
  margin: 2rem auto;
  padding: 2rem;
  
  border-radius: 8px;
  font-family: 'Georgia', serif;
background-image: url("img/kraken-dark.webp");
 background-repeat: no-repeat;
  background-color: #0f1022; background-size: cover; padding:35px; border: 2px solid #fff;
}

.reservation-form fieldset {
  border: none;
  padding: 0;
}

.reservation-form legend {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: bold;
  color: #fff;
}

.reservation-form label {
  display: block;
  margin-top: 1rem;
  font-weight: 600;
  color: #fff;
}

.reservation-form input,
.reservation-form textarea {
  width: 100%;
  padding: 0.5rem;
  margin-top: 0.25rem;
  border: 1px solid #aaa;
  border-radius: 4px;
  font-size: 1rem;
  font-family: inherit;
}

.reservation-form button {
  margin-top: 1.5rem;
  padding: 0.75rem 1.5rem;
  background-color: #fff;
  color: #000;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.reservation-form button:hover {
  background-color: #6a3f3f; color: #fff;
}





