h1, h2, h3, h4, .section-title, .footer-box h4, .cta-buttons button, .footer-bottom {
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 2px;
    font-size: x-large;
}

.nav-overlay {
    display: none;
}

nav li {
    font-family: 'Inter', sans-serif;
    color:#555;
    font-size: larger;
}

html {
    scroll-behavior: smooth;
  }

.main-container {
    max-width: 65vw;
    margin: 0 auto;
    padding: 0 10px;
}

body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
}

header {
    text-align: center;
}

.gold-price {
    text-align: center;
    background: #a87c3f;
    color: white;
    padding: 10px;
    font-weight: bold;
    width: 100vw;
}

.main-nav {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 20px 40px;
    gap: 20px;
    border-bottom: 1px solid #ccc;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .nav-left,
  .nav-right {
    display: flex;
    justify-content: center;
  }
  
  .nav-left ul,
  .nav-right ul {
    display: flex;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .nav-left ul li a,
  .nav-right ul li a 
  {
    text-decoration: none;
    color: #333;
  }
  
  .nav-logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .nav-logo img {
    height: 80px;
  }
  

.nav-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 32px;
    cursor: pointer;
    color: #333;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1001;
}

.section-title {
    text-align: center;
    margin-top: 40px;
    font-size: xxx-large;
    color: #b4996c;
    letter-spacing: 5px;
}

.category-subtitle {
    font-size: larger;
    color: #333;
    text-align: left;
    letter-spacing: 2px;
    margin: 40px 20px 10px;
}

.product-detail{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px; /* tighter spacing */
    margin: 40px 0;
}

.product-card {
    text-align: center;
    width: 20%;
    display: flex;
    flex-direction: row;
}
.product-card a{
    text-decoration: none;
    color:#555;
}
.product-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px;
}

.product-card h3 {
    font-size: x-large;
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 5px;
    margin: 8px 0 4px;
}

.product-card p {
    font-size: large;
    font-family: 'Inter', sans-serif;
    margin: 0;
}


.cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 50px 0;
}

.cta-buttons button {
    background: #a87c3f;
    color: white;
    border: none;
    padding: 14px 24px;
    width: 100%;
    max-width: 320px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 5px;
    font-size: x-large;
}

.cta-buttons a{
    text-decoration: none;
    color:white;
}


.features {
    display: flex;
    justify-content: space-around;
    background: #e2c689;
    padding: 30px;
    flex-wrap: wrap;
}

.features div {
    max-width: 200px;
    text-align: center;
}

.features img {
    height: 40px;
    margin-bottom: 10px;
}

footer {
    background-color: #fff;
    padding: 40px 30px 0;
    font-size: 14px;
    color: #333;
}

.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 60px 20px;
}

/* Box container */
.footer-columns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}

/* Each grey box */
.footer-box {
    background-color: #f2f2f2;
    padding: 30px 25px;
    min-width: 280px;
    flex: 1 1 300px;
    text-align: left;
    border-radius: 6px;
}

/* Section heading in footer */
.footer-box h4 {
    color: #ab895b;
    font-family: 'Bebas Neue', cursive;
    font-weight: normal;
    font-size: x-large;
    margin-bottom: 10px;
    margin-top: 0;
    letter-spacing: 1px;
}

.footer-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-box li {
    margin-bottom: 8px;
    color: black;
}

.footer-box ul li a{
    text-decoration: none;
    color: black;
}
/* Full-width bottom bar */
.footer-bottom {
    width: 100vw;
    background-color: #f2f2f2;
    color: #ab895b;
    text-align: center;
    padding: 12px 10px;
    font-size: x-large;
    font-weight: 500;
    margin-left: calc(-50vw + 50%);
}

/*********************/
/*********************/
/****** ABOUT US *****/
/*********************/
/*********************/

.about-section {
    padding: 40px 30px;
}

.about-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
}

.about-image {
    flex: 1 1 300px;
    text-align: center;
}

.about-image img {
    max-width: 100%;
    border-radius: 8px;
}

.about-text {
    flex: 2 1 500px;
    color: #333;
}

.about-text h2 {
    font-family: 'Bebas Neue', cursive;
    font-size: 24px;
    color: #b4996c;
    margin-bottom: 10px;
}

.about-text h3 {
    font-family: 'Bebas Neue', cursive;
    font-size: 20px;
    color: #a87c3f;
    margin-top: 30px;
    margin-bottom: 10px;
}

.about-text p {
    line-height: 1.6;
    margin-bottom: 16px;
    text-align: justify;
}

.contact-info {
    margin-top: 20px;
    font-size: 14px;
    color: #555;
}

/*********************/
/*********************/
/******   FAQ   ******/
/*********************/
/*********************/

.faq-section {
    max-width: 1000px;
    margin: 40px auto;
    padding: 0 20px;
}

.faq-block {
    margin-bottom: 30px;
    background: #f2f2f2;
    padding: 20px;
    border-radius: 6px;
}

.faq-block h2 {
    background: #e2c689;
    padding: 10px;
    margin: -20px -20px 10px -20px;
    font-family: 'Bebas Neue', cursive;
    font-size: large;
    letter-spacing: 2px;
    text-align: center;
    color: white;
    border-radius: 6px;
}

.faq-block p {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.faq-block a {
    color: #a87c3f;
    text-decoration: underline;
}


/*********************/
/*********************/
/***  Gold Price   ***/
/*********************/
/*********************/

.gold-price-section {
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 20px;
}

.gold-price-note {
    font-style: italic;
    color: #444;
    margin: 10px 0 20px;
}

.gold-chart {
    margin-bottom: 30px;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
}

.gold-info-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    margin-bottom: 30px;
}

.gold-small-widget {
    flex: 1 1 200px;
    min-width: 220px;
}

.gold-explanation-box {
    flex: 2 1 500px;
    background: #e2c689;
    padding: 20px;
    border-radius: 8px;
    color: white;
    text-align: center;
}

.gold-explanation-box h2 {
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 2px;
    font-size: 20px;
    margin-bottom: 10px;
}

.gold-notes-box {
    background: #f2f2f2;
    padding: 20px;
    border-radius: 8px;
    font-size: 14px;
}

.gold-notes-box ul {
    padding-left: 20px;
    margin-top: 10px;
}

.gold-notes-box li {
    margin-bottom: 8px;
}

/*********************/
/*********************/
/******  LEGAL  ******/
/*********************/
/*********************/
.legal-page {
    max-width: 1000px;
    margin: 40px auto;
    padding: 0 20px;
}

.legal-content h2 {
    font-family: 'Bebas Neue', cursive;
    color: #a87c3f;
    font-size: 20px;
    margin-top: 30px;
    letter-spacing: 1px;
}

.legal-content h3 {
    font-family: 'Bebas Neue', cursive;
    color: #b4996c;
    font-size: 18px;
    margin-top: 20px;
}

.legal-content p, .legal-content ul {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 16px;
}

.legal-content ul {
    padding-left: 20px;
    list-style: disc;
}

/*********************/
/*********************/
/****** PRODUCT  *****/
/*********************/
/*********************/

.product-layout {
    display: flex;
    gap: 40px;
    padding: 40px;
    flex-wrap: wrap;
    align-items: center;
}

.product-image{
    width:20vw;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1rem auto;
}

.product-image img {
    width: 100%;
    border-radius: 8px;
}

.product-info {
    flex: 1;
    min-width: 300px;
}

.variation-inquiry-wrapper {
    display: inline-flex;
    flex-direction: column;
    gap: 12px;
    width: fit-content;
    min-width: 20%;
}

.button-row {
    display: flex;
    gap: 10px;
}

.inquire-button {
    background-color: #704f21;
    color: white;
    padding: 14px 0;
    font-weight: bold;
    letter-spacing: 2px;
    border: none;
    cursor: pointer;
    min-width: 9vw;
    width: 100%;
}


.gold-light {
    background-color: #d4a95f;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    min-width: 3.5vw;
}

.gold-dark {
    background-color: #a87c3f;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    min-width: 3.5vw;
}


.note {
    margin-top: 10px;
    font-size: 12px;
    color: #444;
    font-style: italic;
}

.product-search {
    width: 100%;
    max-width: 400px;
    padding: 10px;
    font-size: 16px;
    margin: 20px auto;
    display: block;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.product-grid-large {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    justify-items: center;
    max-width: 100%;
}

.product-grid-large .product-card {
    width: 100%;
    box-sizing: border-box;
}

.product-grid-large img{
    aspect-ratio: 1/1;
    overflow: hidden;
}

/*********************/
/*********************/
/******   BLOG   *****/
/*********************/
/*********************/

.blog-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin: 40px 0;
}

.blog-card {
    width: 100%;
    max-width: 350px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: transform 0.2s, box-shadow 0.2s;
    text-decoration: none;
    color: inherit;
    padding-bottom: 10px;
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.blog-card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px 10px 0 0;
}

.blog-card h3 {
    font-family: 'Bebas Neue', cursive;
    font-size: 22px;
    color: #333;
    margin: 16px 16px 8px;
    letter-spacing: 1px;
    text-align: center;
}

.blog-date {
    font-size: 12px;
    color: #999;
    font-style: italic;
    margin: 0 16px 8px;
}

.blog-card p {
    font-size: 14px;
    color: #555;
    margin: 0 16px 16px;
    line-height: 1.6;
    text-align: justify;
}

.blog-date {
    font-size: 12px;
    font-style: italic;
    color: #999;
    flex-direction: column;
    text-align: center;
}

.featured-img {
    width: 100%;
    max-height: 400px;
    padding-top: 5%;
    object-fit: cover;
    border-radius: 12px;
}

.blog-content {
    font-size: 15px;
    
    line-height: 1.8;
    color: #333;
    margin-top: 20px;
}

.post-content {
    font-family: 'Inter', sans-serif;
    max-width: 100%;
    margin: 0 auto;
    line-height: 1.6;
    font-size: 1.1rem;
    text-align: justify;
    flex-direction: column;
    align-items: center;
}

.post-content a {
    text-decoration: none;
    color:#a87c3f;
}
.post-content img {
    display: block;
    margin: 1rem auto;
    max-width: 60%;
    height: auto;
    border-radius: 8px;
}

.post-content-disclaimer{
    font-size: small;
    font-style: italic;
    color: #666;

}
.image-caption {
    text-align: center;
    margin: 0.5rem 0 2rem;
    font-size: medium;
    color: #666;
    width: 100%;
    font-style: italic;
}

.review-card .overlay-text {
    max-height: 80%;
    overflow-y: auto;
}

/*********************/
/*********************/
/******  REVIEW  *****/
/*********************/
/*********************/
.review-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px; /* ensure container also curves */
    cursor: pointer;
}

.review-card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

/* Overlay styling */
.review-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.7);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 8px;
    box-sizing: border-box;
}

.review-card .overlay-text {
    color: #fff;
    font-size: 0.95rem;
    font-family: 'Inter', sans-serif;
    line-height: 1.5;
    text-align: center;
    word-break: break-word;
}

/* Show on hover (desktop) */
.review-card:hover .overlay {
    opacity: 1;
}

.instagram-wrapper {
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
}
/* ----------- Responsive Styles for Mobile ----------- */
@media (max-width: 768px) {
    .main-nav {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .nav-logo {
        order: -1;
        margin: 10px 0;
    }

    .nav-toggle {
        display: block;
        background: none;
        border: none;
        font-size: 32px;
        cursor: pointer;
        color: #333;
        position: absolute;
        top: 80px; /* Adjust as needed to align with logo */
        right: 20px;
        z-index: 1001;
    }

    .nav-overlay {
        position: fixed;
        height: 100vh;
        width: 100vw;
        top: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.9);
        z-index: 9999;
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        animation: fadeIn 0.3s ease-in-out forwards;
    }

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

    .nav-left,
    .nav-right {
        display: none;
    }
    
    .nav-overlay-content ul {
        list-style: none;
        padding: 0;
        text-align: center;
    }
    
    .nav-overlay-content li {
        margin: 20px 0;
    }
    
    .nav-overlay-content a {
        font-family: 'Bebas Neue', cursive;
        font-size: 28px;
        color: #333;
        text-decoration: none;
        letter-spacing: 2px;
    }

    .product-card {
        width: 40%;
    }

    .product-card h3 {
        font-size: medium 
    }

    .product-card p{
        font-size: small;
    }

    .cta-buttons {
        flex-direction: row;
        gap: 20px;
        padding: 0 20px;
    }

    .cta-buttons button {
        width: 100%;
        font-size: small;
        letter-spacing: 2px;
    }

    .features {
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        padding: 30px 0;
        gap: 20px;
        width: 100vw;
        margin-left: calc(-50vw + 50%)
    }

    .features div{
        max-width: 15vw;
        text-align: center;
    }
    .features h4,p{
        font-size: xx-small;
    }

    .footer-columns {
        flex-direction: row;
        justify-content: center;
        gap: 20px;
        flex-wrap: unset;
    }

    .footer-box {
        width: 25vw;
        min-width: unset;
    }

    .footer-box h4{
        font-size: medium;
    }

    .footer-box ul li a{
        font-size: x-small;
    }

    .section-title {
        font-size: 24px;
        text-align: center;
        margin: 20px 10px;
    }

    .category-subtitle {
        font-size: 16px;
        margin: 20px 10px;
        text-align: center;
    }

    .about-container {
        flex-direction: column;
        padding: 0 20px;
    }

    .product-layout {
        flex-direction: column;
        padding: 20px;
        align-items: center;
        gap: 10px;
    }

    .product-image {
        width: 40vw;
    }

    .variation-inquiry-wrapper {
        width: 100%;
        min-width: unset;
    }

    .inquire-button {
        width: 100%;
    }

    .gold-light,
    .gold-dark {
        min-width: 100px;
    }

    .main-container{
        max-width: 80vw;
    }

    .product-grid-large img{
        width:  15vw;   
    }

    .product-grid-large h3{
        font-size: small;
    }

    .review-card.active .overlay {
        opacity: 1;
}


}
@media (max-width: 452) {
    .product-grid-large h3 {
        font-size: xx-small;
    }
    .product-card p {
        font-size: xx-small;
    }
    .cta-buttons button {
        font-size: large;
        padding: 12px 20px;
    }
}

@media (max-width: 900px) {
    .product-grid-large {
        grid-template-columns: repeat(3, 1fr);
    }
}
