/* ==========================================================================
   HighWet Page Specific Styles
   ========================================================================== */

/* Main Page Background */
html.page-highwet,
html.page-dry,
html.page-wet,
.page-highwet body,
.page-dry body,
.page-wet body {
    background-color: #E8E0D5;
    color: #333;
}

/* Hero Section */
.highwet-hero {
    background-color: #4b3832;
    background-image: url('../img/hero-bg.jpg');
    /* Failsafe */
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    padding: 80px 20px;
    margin-top: 80px;
    /* For fixed header */
}

.highwet-hero h1 {
    font-size: 3.5rem;
    letter-spacing: 0.15em;
    font-family: "Times New Roman", Times, serif;
    margin-bottom: 10px;
    font-weight: normal;
}

.highwet-hero p {
    font-size: 1.2rem;
    letter-spacing: 0.2em;
}

/* General Section Headings */
.highwet-section-head {
    text-align: center;
    margin-bottom: 40px;
}

.highwet-section-title {
    font-size: 3rem;
    font-family: "Times New Roman", Times, serif;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    font-weight: normal;
    color: #222;
}

.highwet-section-subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: 1rem;
    color: #555;
}

.highwet-section-subtitle::before,
.highwet-section-subtitle::after {
    content: '';
    width: 40px;
    height: 1px;
    background-color: #888;
}

/* About Section */
.highwet-about {
    padding: 80px 20px 40px;
    position: relative;
    overflow: hidden;
}

.highwet-about::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -100px;
    transform: translateY(-50%);
    width: 600px;
    height: 600px;
    /* We'll use a placeholder or something for the dog image if we don't have it */
    /* background-image: url('../img/dog_placeholder.png'); */
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.15;
    z-index: -1;
    pointer-events: none;
}

.highwet-about-heading {
    text-align: center;
    font-size: 1.6rem;
    font-family: serif;
    margin-bottom: 20px;
    color: #222;
}

.highwet-about-text {
    max-width: 800px;
    margin: 0 auto 50px;
    line-height: 2;
    font-size: 1rem;
    text-align: center;
}

/* Feature Cards */
.highwet-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.highwet-feature-card {
    background: #fff;
    padding: 40px 25px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    text-align: center;
}

.highwet-feature-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.highwet-feature-icon img {
    max-width: 100%;
    max-height: 100%;
}

.highwet-feature-card h3 {
    font-size: 1.1rem;
    margin-bottom: 15px;
    line-height: 1.5;
    color: #333;
    font-weight: bold;
}

.highwet-feature-card p {
    font-size: 0.85rem;
    line-height: 1.7;
    text-align: justify;
    color: #555;
}

/* Food Rotation */
.highwet-rotation {
    padding: 60px 20px;
    text-align: center;
}

.highwet-rotation-desc {
    max-width: 800px;
    margin: 0 auto 40px;
    line-height: 2;
    font-size: 1rem;
    font-weight: bold;
}

.highwet-rotation img {
    max-width: 100%;
    height: auto;
}

/* Lineup Section */
.highwet-lineup {
    padding: 60px 20px 100px;
}

.highwet-lineup-list {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
}

.highwet-item {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

@media screen and (max-width: 992px) {
    .highwet-lineup-list {
        grid-template-columns: 1fr;
    }

    .highwet-item-title {
        min-height: auto;
    }
}

@media screen and (max-width: 768px) {
    .highwet-item {
        flex-direction: column;
        gap: 30px;
    }
}

.highwet-item-info {
    flex: 1;
}

.highwet-item-title {
    font-size: 1.2rem;
    font-family: "Times New Roman", serif;
    margin-bottom: 15px;
    line-height: 1.4;
    border-bottom: 1px solid #aaa;
    padding-bottom: 15px;
    color: #222;
    min-height: calc(2.8em + 16px);
}

.highwet-item-tags {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 15px;
}

.highwet-item-tags>span {
    background-color: #dfd3c3;
    padding: 4px 0;
    font-size: 0.85rem;
    color: #444;
    text-align: center;
    display: block;
    width: 100%;
}

.highwet-item-ing-wrap {
    display: flex;
    gap: 5px;
}

.highwet-item-ing-wrap span {
    background-color: #dfd3c3;
    padding: 4px 0;
    font-size: 0.85rem;
    color: #444;
    flex: 1;
    text-align: center;
    display: block;
}

.highwet-item-desc {
    font-size: 0.95rem;
    line-height: 1.8;
    margin-bottom: 25px;
    color: #333;
}

.highwet-item-btn {
    display: block;
    background-color: #3b2a26;
    color: #fff !important;
    padding: 12px 20px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s;
    border-radius: 2px;
    font-size: 0.95rem;
}

.highwet-item-btn span {
    float: right;
    font-size: 0.8rem;
    margin-top: 3px;
}

.highwet-item-btn:hover {
    background-color: #5a423d;
}

.highwet-item-image {
    width: 180px;
    flex-shrink: 0;
    text-align: center;
}

/* Wet and HighWet overrides (pages with cans) */
.page-wet .highwet-lineup-list,
.page-highwet .highwet-lineup-list {
    max-width: 960px;
}

.page-wet .highwet-item-image,
.page-highwet .highwet-item-image {
    width: 130px;
}



.highwet-item-image img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.15));
}

@media screen and (max-width: 768px) {
    .highwet-item-image {
        width: 200px;
        order: -1;
        /* image on top on mobile */
    }
}

/* Category Banners */
.highwet-lineup-banner {
    text-align: center;
    padding: 15px 0;
    margin: 60px auto 20px;
    max-width: 1100px;
}

.highwet-lineup-banner h3 {
    font-size: 1.5rem;
    color: #fff;
    letter-spacing: 0.1em;
    font-family: "Times New Roman", Times, serif;
    font-weight: normal;
}

.banner-white {
    background: linear-gradient(to right, #8a96a1, #707e8a);
    /* grey-blue */
    padding: 15px 0;
    margin-bottom: 20px;
}

.banner-gold {
    background: linear-gradient(to right, #d4af37, #b5952f);
    /* gold */
    padding: 15px 0;
    margin-bottom: 20px;
}

.banner-platinum {
    background: linear-gradient(to right, #b4b8be, #9da1a8);
    /* silver */
    padding: 15px 0;
    margin-bottom: 20px;
}

.highwet-lineup-subdesc {
    text-align: center;
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 30px;
}