/* --- Base Styles --- */
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #f8f9fb;
    color: #222;
    line-height: 1.6;
}



.container {
    width: 90%;
    max-width: 1000px;
    margin: auto;
    padding: 2rem 0;
}

/* --- Header / Raven Bar --- */
.raven-bar {
    background-color: #21201e;
    color: #fff;
    padding: 1rem 0;
}

.raven-bar h1 {
    margin: 0;
    display: inline-block;
}

.raven-bar h1 a {
    color: #fff;            /* title color */
    text-decoration: none;
    margin-right: 0;        /* prevents spacing like nav links */
}

.raven-bar h1 a:hover {
    color: #c6cbd1;
}

.raven-bar nav {
    margin-top: 0.5rem;
}

.raven-bar a {
    color: #ccc;
    margin-right: 1rem;
    text-decoration: none;
}

.raven-bar a:hover {
    color: #fff;
}

header {
    position: relative;
    z-index: 10; /* ensures header stays above content */
}

/* --- Header logo --- */

.logo-icon{
height:36px;
margin-right:6px;

}

/* --- Hero Section --- */
.hero {
    text-align: center;
    padding: 4rem 0;
}

/* --- Highlighted Sections --- */
.highlight {
    background-color: #e9eef5;
    border-top: 3px solid #222;
    border-bottom: 3px solid #222;
}

section h2 {
    margin-top: 0;
}

/* --- Lists --- */
ul {
    padding-left: 1.2rem;
}

/* --- FAQ --- */
.faq-item {
    margin-bottom: 1rem;
}

.faq-question {
    width: 100%;
    background-color: #ddd;
    border: none;
    padding: 0.75rem;
    text-align: left;
    cursor: pointer;
    font-weight: bold;
}

.faq-answer {
    display: none;
    padding: 0.75rem;
    background-color: #f1f1f1;
}

/* --- Product Grid --- */
.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 1rem;
}

.product-item {
    text-align: center;
    border: 1px solid #ddd;
    padding: 1rem;
    border-radius: 8px;
    background: #f9f9f9;
}

.product-item img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

/* --- Banner --- */
.banner-container {
    width: 100%;
    max-width: 1800px;
    overflow: hidden;
}

.banner {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;       /* keeps aspect ratio */
    object-position: center; /* centers image */
}

/* --- Footer --- */
.raven-footer {
    background-color: #111;
    color: #aaa;
    text-align: center;
    padding: 1.5rem 0;
    border-top: 1px solid #333;
}

.footer-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.footer-links {
    text-align: center;
}

.footer-links a {
    color: #aaa;
    margin: 0 0.6rem;
    text-decoration: none;
    font-size: 0.9rem;
}

.footer-links a:hover {
    color: #fff;
}

/* --- Newsletter --- */
.footer-newsletter {
    text-align: center;
}

.newsletter-title {
    font-size: 0.9rem;
    color: #bbb;
    margin-bottom: 0.4rem;
}

.footer-newsletter form {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-newsletter input {
    padding: 0.55rem 0.7rem;
    border-radius: 4px;
    border: 1px solid #333;
    background-color: #1b1b1b;
    color: #ddd;
    font-size: 0.9rem;
}

.footer-newsletter input::placeholder {
    color: #777;
}

.footer-newsletter button {
    padding: 0.55rem 0.9rem;
    border-radius: 4px;
    border: 1px solid #333;
    background-color: #2c2c2c;
    color: #ddd;
    cursor: pointer;
}

.footer-newsletter button:hover {
    background-color: #444;
}

.footer-newsletter small {
    display: block;
    margin-top: 0.3rem;
    color: #777;
    font-size: 0.75rem;
}

/* --- Footer Bottom --- */
.footer-bottom {
    text-align: center;
    font-size: 0.85rem;
    color: #888;
}

.tempo-saying {
    font-style: italic;
    color: #999;
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
}

/* --- Media Queries --- */
@media (max-width: 768px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .banner {
        width: 100%;
        height: 150px;          /* mobile-specific height */
        object-fit: cover;
        object-position: right center; /* crop left, show right */
    }
}






/* --- Dropdown Menus --- */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropbtn {
    color: #ccc;
    text-decoration: none;
    padding: 0 0.5rem;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #21201e;
    min-width: 150px;
    z-index: 20;
    border: 1px solid #333;
    border-radius: 4px;
    flex-direction: column;
}

.dropdown-content a {
    display: block;
    padding: 0.5rem 1rem;
    color: #ccc;
    text-decoration: none;
}

.dropdown-content a:hover {
    background-color: #333;
    color: #fff;
}

.dropdown:hover .dropdown-content {
    display: flex;
}

/* --- Style dropdown buttons like links --- */
.dropbtn {
    background: none;       /* remove default button background */
    border: none;           /* remove default border */
    color: #ccc;            /* match link color */
    padding: 0 0.5rem;      /* same spacing as links */
    font: inherit;          /* inherit font size and family */
    cursor: pointer;        /* pointer on hover */
    text-decoration: none;  /* remove underline */
}

.dropbtn:hover {
    color: #fff;            /* match hover color for links */
}


p.tighta {
  margin-bottom: 0;
}
p.tightb {
  margin-top: 0;
} /* --- for 0 gap paragraphs --- */


/* --- legal styles --- */
.legal-updated {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 0.85rem;
    color: #888;
    font-style: italic;
}

/* --- header tape trick --- */


#tape-word{
font-weight:600;
transition: color .2s ease;
}

#tape-word:hover{
color:#c6cbd1;
}

#cart-icon:hover{
color:#c6cbd1;
}

#cart-icon{
font-weight:600;
}

#cart-count{
font-size:0.9rem;
margin-left:4px;
}


.secure-checkout-note {
    font-size: 0.85rem;
    color: #666;
    margin: 0.5rem 0;
    text-align: center;
}