/* -----------------------------------------
   GLOBAL STYLE — Gilded Luna Club
   Elegant • Sultry • Alluring • Professional
------------------------------------------ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600&family=Inter:wght@300;400;600&display=swap');

body {
    margin: 0;
    background: #000;
    color: #E6D9A8;
    font-family: 'Inter', sans-serif;
}

/* Prevent horizontal overflow */
html, body {
    width: 100%;
    overflow-x: hidden;
}
* {
    box-sizing: border-box;
}

/* -----------------------------------------
   NAVIGATION BAR
------------------------------------------ */
nav {
    width: 100%;
    padding: 20px 5%;
    background: rgba(0,0,0,0.7);
    border-bottom: 1px solid #C6A66733;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1000;
}

nav a {
    color: #C6A667;
    margin-left: 25px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    transition: 0.3s;
}

nav a:hover {
    color: #E6D9A8;
}

/* Mobile Navigation */
@media (max-width: 768px) {
    nav {
        flex-direction: column;
        text-align: center;
        padding: 15px 0;
    }
    nav .links {
        margin-top: 10px;
    }
    nav a {
        margin: 10px;
        font-size: 1.1rem;
    }
}

/* -----------------------------------------
   HERO SECTION
------------------------------------------ */
.hero {
    height: 85vh;
    background: url('images/moth.png') no-repeat center 80%;
    background-size: 350px;
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: 4rem;
    letter-spacing: 3px;
    color: #C6A667;
}

.hero p {
    font-size: 1.2rem;
    color: #E6D9A8;
    width: 60%;
}

/* -----------------------------------------
   BUTTONS
------------------------------------------ */
.btn {
    padding: 12px 24px;
    border: 1px solid #C6A667;
    color: #C6A667;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
    transition: 0.3s;
    border-radius: 4px;
}

.btn:hover {
    background: #C6A667;
    color: #000;
}

/* -----------------------------------------
   PAGE CONTAINERS
------------------------------------------ */
.container {
    width: 80%;
    margin: auto;
    padding: 60px 0;
}

/* FORM STYLING */
form {
    background: #111;
    padding: 30px;
    border: 1px solid #C6A66733;
    border-radius: 6px;
    margin-top: 20px;
}

form input, form textarea, form select {
    width: 100%;
    padding: 12px;
    margin: 10px 0 20px;
    background: #000;
    border: 1px solid #C6A66755;
    color: #E6D9A8;
    border-radius: 4px;
}

form button {
    padding: 12px 24px;
    background: #C6A667;
    border: none;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
}

form button:hover {
    background: #E6D9A8;
}

/* -----------------------------------------
   MOTH ACCENTS
------------------------------------------ */
/* Small moth for sections */
.section-moth {
    width: 60px;
    opacity: 0.15;
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
    transform: rotate(-15deg);
}

/* Bottom corner moth */
.moth-accent {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 120px;
    max-width: 20vw;
    opacity: 0.08;
    pointer-events: none;
    z-index: 0;
}

/* -----------------------------------------
   RESPONSIVE / MOBILE ADJUSTMENTS
------------------------------------------ */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.5rem;
    }
    .hero p {
        width: 95%;
        font-size: 1rem;
    }
    .hero {
        background-size: 200px;
    }

    .container, form {
        width: 90%;
        padding: 30px 5%;
    }

    .btn {
        width: 80%;
        padding: 14px;
        font-size: 1.1rem;
        text-align: center;
    }

    form input, form textarea, form select {
        font-size: 1rem;
        padding: 10px;
    }

    form button {
        width: 100%;
        padding: 12px;
        font-size: 1rem;
    }

    /* Moth adjustments */
    .section-moth {
        width: 45px;
        opacity: 0.12;
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .moth-accent {
        width: 80px;
        bottom: 8px;
        right: 8px;
        opacity: 0.06;
    }
}

@media (max-width: 480px) {
    .hero h1 {
        font-size: 2rem;
    }
    .hero p {
        font-size: 0.95rem;
    }
    .hero {
        background-size: 150px;
    }

    .container, form {
        width: 92%;
        padding: 20px 4%;
    }

    .btn {
        width: 100%;
        padding: 12px;
        font-size: 1rem;
    }

    form input, form textarea, form select {
        font-size: 0.95rem;
        padding: 8px;
    }

    form button {
        width: 100%;
        padding: 10px;
        font-size: 0.95rem;
    }

    .section-moth {
        width: 35px;
        opacity: 0.1;
        margin-left: 8px;
        margin-bottom: 8px;
    }

    .moth-accent {
        width: 60px;
        bottom: 5px;
        right: 5px;
        opacity: 0.05;
    }
}
/* STAFF PAGE LAYOUT */
.staff-page {
    padding: 120px 20px 60px;
    max-width: 1100px;
    margin: auto;
    text-align: center;
}

.staff-intro {
    color: #e5e5e5;
    max-width: 700px;
    margin: 0 auto 60px;
    font-size: 1.1rem;
    line-height: 1.7;
}

.section-title {
    color: gold;
    font-size: 1.8rem;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* STAFF CARDS */
.staff-card-wrapper {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.staff-card-wrapper.single {
    justify-content: center;
}

.staff-card {
    background: rgba(20, 20, 20, 0.7);
    border: 2px solid gold;
    padding: 20px;
    width: 240px;
    border-radius: 12px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.staff-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.4);
}

.staff-photo {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 8px;
}

.staff-name {
    color: gold;
    margin-top: 15px;
    font-size: 1.3rem;
}

.staff-role {
    color: #ccc;
    margin-top: 5px;
    font-size: 1rem;
}

/* Mobile responsiveness */
@media (max-width: 600px) {
    .staff-card {
        width: 90%;
    }

    .staff-photo {
        height: 300px;
    }
}
/* STAFF PAGE */
.staff-page {
    padding: 100px 20px 60px;
    text-align: center;
    max-width: 1100px;
    margin: auto;
}

.staff-grid {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

/* Rows */
.staff-row {
    display: flex;
    justify-content: center;
    gap: 40px;
}

/* Make the CEO centered */
.ceo-row {
    justify-content: center;
}

/* STAFF CARDS */
.staff-card {
    background: rgba(10, 10, 10, 0.7);
    border: 2px solid gold;
    padding: 20px;
    width: 260px;
    border-radius: 12px;
    text-align: center;
    transition: 0.3s ease;
}

.staff-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 15px gold;
}

/* NORMALIZED PHOTO SIZES */
.staff-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
}

/* MOBILE */
@media (max-width: 700px) {
    .staff-row {
        flex-direction: column;
        align-items: center;
    }

    .staff-card {
        width: 90%;
        max-width: 360px;
    }
}
/* ----------------------
   Staff page small addons
   (append to existing style.css)
   ---------------------- */

/* Use the same container widths already in your CSS */
.staff-page {
  padding-top: 40px;
  padding-bottom: 80px;
}

/* Staff rows: center content and keep consistent gaps */
.staff-row {
  display: flex;
  justify-content: center;
  gap: 36px;
  margin-bottom: 28px;
  flex-wrap: nowrap;
}

/* CEO row centers single card */
.ceo-row { justify-content: center; }

/* Staff card — match visual language used elsewhere */
.staff-card {
  background: rgba(17,17,17,0.85);
  border: 1px solid #C6A66733;
  padding: 18px;
  width: 260px; /* fixed card width to normalize layout */
  border-radius: 10px;
  text-align: center;
}

/* Image wrapper enforces identical displayed size and prevents overflow */
.image-wrapper {
  width: 100%;
  height: 320px; /* set the display height you prefer */
  overflow: hidden;
  border-radius: 8px;
  background: #000;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* crop to fill without distortion */
  display: block;
}

/* Text */
.staff-name { color: #C6A667; margin-top: 12px; font-family: 'Playfair Display', serif; font-size: 1.15rem; }
.staff-role { color: #E6D9A8; margin-top: 6px; font-size: 0.97rem; }

/* Hover effect (subtle) */
.staff-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(198,166,103,0.08);
}

/* Responsive: stack rows on narrow screens */
@media (max-width: 820px) {
  .staff-row { flex-direction: column; gap: 22px; align-items: center; }
  .image-wrapper { height: 360px; } /* give a little more height on mobile if desired */
  .staff-card { width: 92%; max-width: 420px; }
}

/* Small screens fine-tuning */
@media (max-width: 480px) {
  .image-wrapper { height: 300px; }
  .staff-card { padding: 14px; }
  .staff-name { font-size: 1.05rem; }
}
