/* DOTFORK - Editorial Style */

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    background-color: #ffffff;
    color: #000000;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

/* Header Styles - EDITORIAL */
.header {
    background-color: #ffffff;
    color: #000000;
    padding: 50px 20px 30px 20px;
    border-bottom: 3px solid #000000;
    text-align: center;
}

.logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 12px;
}

.logo-icon {
    width: 70px;
    height: 70px;
}

.logo {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 72px;
    font-weight: 700;
    letter-spacing: -2px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.logo a {
    color: #000000;
    text-decoration: none;
}

.logo a:hover {
    color: #ff3530;
}

.tagline {
    font-size: 13px;
    color: #666666;
    margin: 15px 0 0 0;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Navigation - EDITORIAL */
.nav {
    background-color: #ffffff;
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.nav a {
    color: #000000;
    text-decoration: none;
    margin: 0 20px;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.nav a:hover {
    color: #ff3530;
}

/* Nav Search */
.nav-search {
    position: relative;
    margin-left: 20px;
}

.nav-search-input {
    width: 180px;
    padding: 8px 12px;
    padding-right: 32px;
    font-size: 13px;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition: border-color 0.15s ease, width 0.2s ease;
}

.nav-search-input:focus {
    outline: none;
    border-color: #ff3530;
    width: 240px;
}

.nav-search-input::placeholder {
    color: #999;
    text-transform: none;
    letter-spacing: 0;
}

.nav-search-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    pointer-events: none;
}

.nav-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-top: none;
    max-height: 400px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
    min-width: 300px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.nav-search-results.active {
    display: block;
}

.nav-search-result {
    padding: 12px 15px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
}

.nav-search-result:hover {
    background: #f9f9f9;
}

.nav-search-result:last-child {
    border-bottom: none;
}

.nav-search-result a {
    margin: 0;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0;
    display: block;
}

.nav-search-result-meta {
    font-size: 11px;
    color: #999;
    margin-top: 3px;
    text-transform: none;
    letter-spacing: 0;
}

/* Main Content */
.container {
    padding: 40px 20px;
    max-width: 700px;
    background-color: #ffffff;
    margin: 0 auto;
}

/* Review Listing Styles */
.review-listing {
    border-bottom: 1px solid #e5e5e5;
    padding: 30px 0;
    margin-bottom: 0;
}

.review-listing h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 10px 0;
    letter-spacing: -0.5px;
}

.review-listing h2 a {
    color: #000000;
    text-decoration: none;
}

.review-listing h2 a:hover {
    color: #ff3530;
}

.review-meta {
    font-size: 11px;
    color: #999999;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.review-meta-desktop {
    display: inline;
}

.review-excerpt {
    margin: 15px 0;
    line-height: 1.7;
    color: #333333;
    font-size: 15px;
}

/* Rating Box */
.rating {
    background-color: #ff3530;
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 36px;
    font-weight: 700;
    padding: 14px 20px;
    display: inline-block;
    margin: 15px 0;
    border-radius: 0;
}

.rating-small {
    background-color: #ff3530;
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 4px 10px;
    display: inline-block;
    border-radius: 0;
}

/* Best New Website Badge */
.bnw-badge {
    background-color: #000000;
    color: #ffffff;
    font-size: 9px;
    font-weight: 700;
    padding: 5px 9px;
    display: inline-block;
    margin-left: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
}

/* Section Headers - EDITORIAL */
h1 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin: 50px 0 30px 0;
    border-bottom: none;
    padding-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #ff3530;
}

h1:first-of-type {
    margin-top: 0;
}

h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin: 30px 0 12px 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Review Page Styles */
.review-header {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.review-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 54px;
    margin: 0 0 15px 0;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 1.1;
}

.review-url {
    color: #999999;
    font-size: 12px;
    margin: 10px 0;
}

.review-url a {
    color: #000000;
    font-weight: 400;
}

.review-body {
    line-height: 1.8;
    margin: 30px 0;
    font-size: 17px;
}

.review-body p {
    margin: 0 0 25px 0;
}

.verdict-box {
    background-color: #f5f5f5;
    border-left: 4px solid #ff3530;
    padding: 25px;
    margin: 40px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

/* Footer */
.footer {
    background-color: #000000;
    color: #666666;
    border-top: none;
    padding: 30px 20px;
    margin-top: 60px;
    font-size: 11px;
    text-align: center;
}

.footer a {
    color: #999999;
}

/* Links */
a {
    color: #000000;
    font-weight: 400;
    text-decoration: none;
}

a:hover {
    color: #ff3530;
}

a:visited {
    color: #000000;
}

/* Table Layouts */
table {
    width: 100%;
    border: 0;
}

/* About Page Styles */
.bio {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.bio-name {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
}

.bio-title {
    font-size: 12px;
    color: #999999;
    font-style: normal;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.bio-text {
    line-height: 1.7;
    font-size: 15px;
}

/* Editorial pull quote style */
.pull-quote {
    font-size: 24px;
    font-weight: 300;
    font-style: italic;
    border-left: 4px solid #ff3530;
    padding-left: 20px;
    margin: 30px 0;
    color: #333;
}

/* Info Box for Reviews */
.info-box {
    background-color: #f5f5f5;
    padding: 20px;
    margin: 25px 0;
    border-left: 3px solid #ff3530;
}

.info-box-title {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #999;
}

.info-box-row {
    margin-bottom: 8px;
    font-size: 14px;
}

.info-box-row:last-child {
    margin-bottom: 0;
}

.info-box-label {
    font-weight: 700;
}

.info-box-value a {
    color: #ff3530;
}

/* Clickable logo link */
.logo a {
    color: inherit;
    text-decoration: none;
}

.logo a:hover {
    color: #ff3530;
}

/* Mobile Responsive Styles */
@media screen and (max-width: 768px) {
    body {
        font-size: 16px;
        -webkit-tap-highlight-color: rgba(255, 53, 48, 0.2);
    }

    .header {
        padding: 30px 15px 20px 15px;
    }

    .logo-container {
        flex-direction: column;
        gap: 10px;
    }

    .logo-container a {
        display: block;
        position: relative;
        z-index: 10;
    }

    .logo-icon {
        width: 50px;
        height: 50px;
    }

    .logo {
        font-size: 42px;
        letter-spacing: -1px;
    }

    .logo a {
        display: inline-block;
        position: relative;
        z-index: 10;
    }

    .tagline {
        font-size: 13px;
        margin: 10px 0 0 0;
    }

    .nav {
        padding: 15px 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 5px;
    }

    .nav a {
        margin: 5px 10px;
        font-size: 14px;
        padding: 8px 4px;
        position: relative;
        z-index: 10;
    }

    .nav-search {
        width: 100%;
        margin: 10px 0 0 0;
        order: 10;
    }

    .nav-search-input {
        width: 100%;
        box-sizing: border-box;
    }

    .nav-search-input:focus {
        width: 100%;
    }

    .nav-search-results {
        left: 0;
        right: 0;
        min-width: auto;
    }

    .container {
        padding: 25px 15px;
        max-width: 100%;
    }

    .review-title {
        font-size: 34px;
        letter-spacing: -1px;
    }

    .review-body {
        font-size: 17px;
        line-height: 1.75;
    }

    .review-body p {
        margin: 0 0 22px 0;
    }

    .rating {
        font-size: 30px;
        padding: 12px 18px;
    }

    .rating-small {
        font-size: 14px;
        padding: 3px 8px;
        display: block;
        width: fit-content;
        margin-top: 8px;
    }

    .bnw-badge {
        display: block;
        width: fit-content;
        margin-left: 0;
        margin-top: 6px;
    }

    .info-box {
        padding: 18px;
        margin: 20px 0;
        font-size: 15px;
    }

    .verdict-box {
        padding: 22px;
        margin: 30px 0;
        font-size: 16px;
    }

    h1 {
        font-size: 13px;
        letter-spacing: 2px;
        margin: 30px 0 20px 0;
    }

    h3 {
        font-size: 13px;
    }

    .review-listing {
        padding: 20px 0;
    }

    .review-listing h2 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .review-listing h2 a {
        display: block;
        padding: 4px 0;
        position: relative;
        z-index: 10;
    }

    .review-excerpt {
        font-size: 15px;
        line-height: 1.6;
        display: none;
    }

    .review-meta {
        font-size: 11px;
        line-height: 1.4;
    }

    /* Hide extra info on mobile listings */
    .review-meta-mobile-hide {
        display: none;
    }

    .footer {
        padding: 25px 15px;
        margin-top: 40px;
        font-size: 12px;
    }

    .footer a {
        padding: 8px 4px;
    }

    /* Archive page review items */
    .review-item a {
        font-size: 18px !important;
        display: block;
        padding: 8px 0;
    }

    /* Make all links more tappable */
    a {
        position: relative;
        z-index: 1;
    }

    /* Generator promo mobile */
    .generator-promo {
        padding: 20px !important;
    }

    .generator-promo a {
        display: block;
        padding: 14px 20px;
    }
}

@media screen and (max-width: 480px) {
    body {
        font-size: 16px;
    }

    .logo {
        font-size: 32px;
    }

    .logo-icon {
        width: 40px;
        height: 40px;
    }

    .nav a {
        margin: 4px 8px;
        font-size: 12px;
        letter-spacing: 0.5px;
        padding: 10px 6px;
    }

    .review-title {
        font-size: 28px;
    }

    .review-body {
        font-size: 16px;
        line-height: 1.7;
    }

    .rating {
        font-size: 26px;
        padding: 10px 16px;
    }

    .review-listing {
        padding: 16px 0;
    }

    .review-listing h2 {
        font-size: 18px;
    }

    .review-listing h2 a {
        padding: 6px 0;
    }

    .review-meta {
        font-size: 10px;
    }

    .review-excerpt {
        display: none;
    }

    .verdict-box {
        font-size: 15px;
    }

    .rating-small {
        font-size: 13px;
        padding: 3px 7px;
    }

    .review-meta-desktop {
        display: none;
    }
}

/* Ad/Promo Box Styles */
.ad-box {
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .ad-box {
        padding: 20px 15px !important;
        margin: 20px 0 !important;
    }

    .ad-box * {
        max-width: 100%;
        word-wrap: break-word;
    }

    /* Festival ad mobile */
    .ad-festival-title {
        font-size: 20px !important;
        letter-spacing: 1px !important;
    }

    .ad-festival-subtitle {
        font-size: 9px !important;
        letter-spacing: 1px !important;
    }

    .ad-lineup {
        font-size: 11px !important;
        line-height: 1.8 !important;
    }

    .ad-podcast-title {
        font-size: 18px !important;
    }

    .ad-podcast-episodes {
        font-size: 12px !important;
        line-height: 1.6 !important;
    }
}

@media screen and (max-width: 480px) {
    .ad-box {
        padding: 15px 12px !important;
        margin: 15px 0 !important;
    }

    .ad-festival-title {
        font-size: 16px !important;
        letter-spacing: 0.5px !important;
    }

    .ad-lineup {
        font-size: 10px !important;
        line-height: 1.6 !important;
    }

    .ad-lineup br {
        display: block;
        margin-bottom: 8px;
        content: "";
    }

    .ad-podcast-title {
        font-size: 16px !important;
    }

    .ad-podcast-episodes {
        font-size: 11px !important;
    }
}

/* Category Filter Styles */
.category-filter {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.category-filter-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    color: #999;
    margin-bottom: 12px;
}

.category-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.category-btn {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.category-btn:hover {
    border-color: #000;
}

.category-btn.active {
    background: #000;
    color: #fff;
    border-color: #000;
}

.category-section {
    margin-bottom: 40px;
}

.category-section.hidden {
    display: none;
}

@media screen and (max-width: 768px) {
    .category-buttons {
        gap: 6px;
    }

    .category-btn {
        padding: 6px 10px;
        font-size: 10px;
    }
}

/* Search Styles */
.search-container {
    margin-bottom: 30px;
}

.search-input {
    width: 100%;
    padding: 14px 18px;
    font-size: 16px;
    border: 2px solid #e5e5e5;
    border-radius: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition: border-color 0.15s ease;
    box-sizing: border-box;
}

.search-input:focus {
    outline: none;
    border-color: #ff3530;
}

.search-input::placeholder {
    color: #999;
}

.search-results {
    display: none;
    margin-top: 20px;
}

.search-results.active {
    display: block;
}

.search-result-item {
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
}

.search-result-item:last-child {
    border-bottom: none;
}

.search-result-item a {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

.search-result-item a:hover {
    color: #ff3530;
}

.search-result-item .rating-small {
    margin-left: 10px;
    vertical-align: middle;
}

.search-result-meta {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}

.search-no-results {
    padding: 30px 0;
    color: #999;
    font-style: italic;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .search-input {
        padding: 12px 14px;
        font-size: 16px;
    }

    .search-result-item a {
        font-size: 16px;
    }
}
