:root {
    --article-max-width: 720px;
    --article-padding-desktop: 2.5rem;
    --article-padding-tablet: 2rem;
    --article-padding-mobile: 1.5rem;
    --article-padding-compact: 1.25rem;
    --accent: #d00;
    --body-bg: #f0f4f8;
    --body-text: #1f2933;
    --muted-text: #6b7280;
    --heading-font: "Merriweather", Georgia, serif;
    --body-font: "Georgia", "Times New Roman", serif;
}

.site-disclosure {
    text-align: center;
    font-size: 14px;
    color: #888888;
    padding: 8px 0;
    background-color: #f5f5f5;
    letter-spacing: 1px;
    font-weight: 500;
}

footer {
    text-align: center;
    padding: 24px;
    font-size: 12px;
    background: #f8f8f8;
    color: #666;
}

footer a {
    color: #0073e6;
    text-decoration: none;
    margin: 0 8px;
}

/* Prevent layout shift during CSS load */
html. .article-content-wrapper>*:not(.hero-video-container) {
    visibility: hidden;
}

html:not(.) .article-content-wrapper>* {
    visibility: visible;
}

/* Ensure video container always visible */
.hero-video-container {
    visibility: visible !important;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--body-font);
    line-height: 1.7;
    letter-spacing: 0.01em;
    color: var(--body-text);
    background-color: var(--body-bg);
}

p {
    margin: 0 0 1.5rem;
}

img,
picture,
video {
    max-width: 100%;
    height: auto;
    display: block;
}

.masthead {
    background-color: #18515f;
    color: #fff;
    padding: 1px;
    position: relative;
}

.masthead__container {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}

@media (min-width: 576px) {
    .masthead__container {
        max-width: 576px;
    }
}

@media (min-width: 768px) {
    .masthead__container {
        max-width: 768px;
    }
}

@media (min-width: 1023px) {
    .masthead__container {
        max-width: 1023px;
    }
}

/* Caption switching for time-lapse video */
.mobile-caption-timelapse {
    display: block;
}

.desktop-caption-timelapse {
    display: none;
}

@media (min-width: 768px) {
    .mobile-caption-timelapse {
        display: none;
    }

    .desktop-caption-timelapse {
        display: block;
    }
}

@media (min-width: 1400px) {
    .masthead__container {
        max-width: 1140px;
    }
}

/* .masthead__title {
    font-family: var(--heading-font);
    font-size: clamp(0rem, 5vw, 1.5rem);
    font-weight: 700;
    display: flex;
    align-items: baseline;
    gap: 0.4rem;
    flex-wrap: nowrap;
    padding: 0 30px;
    box-sizing: border-box;
    margin-top: 14px;
    margin-bottom: -4px;
} */

.yellow-dot {
    display: inline-block;
    width: 0.35em;
    height: 0.35em;
    background-color: #ffd700;
    border-radius: 50%;
    margin-left: -4px;
}

@media (max-width: 1279px) {
    .masthead__title {
        padding: 0;
    }
}

.masthead__label {
    position: absolute;
    top: 6px;
    right: clamp(1rem, 4vw, 1.75rem);
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.75);
}

.brand-tagline {
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 12px;
    font-weight: 400;
    color: white;
    font-family:
        system-ui,
        -apple-system,
        sans-serif;
    line-height: 1.2;
    display: block;
    transform: translateY(-15px);
}

.brand-tagline .by {
    font-weight: 400;
    opacity: 0.8;
}

.brand-tagline .company {
    font-weight: 500;
}

@media (max-width: 768px) {
    .brand-tagline {
        font-size: 10px;
        margin-left: 6px;
        padding-left: 6px;
    }
}

@media (max-width: 320px) {
    .brand-tagline {
        display: none !important;
    }
}

.mobile-hide-advertorial {
    display: block;
    margin-top: 10px;
}

.mobile-hide-stats {
    display: inline;
}

.article-shell {
    max-width: var(--article-max-width);
    margin: 0 auto;
    padding: 0 30px 40px;
    background: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    position: relative;
}

.main-headline {
    color: #111111;
    font-family: var(--heading-font);
    letter-spacing: -0.015em;
    line-height: 1.2;
    margin-bottom: 1rem;
    font-size: clamp(2rem, 5vw, 2.75rem);
}

.article-body {
    font-size: 1rem;
}

.article-body p {
    font-size: clamp(1.125rem, 2.5vw, 1.25rem);
    line-height: 1.75;
    color: var(--body-text);
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.article-body p:first-child {
    margin-top: 0;
}

.article-body a {
    color: var(--accent);
    font-weight: 600;
    text-decoration: underline;
}

.article-body h2 {
    font-family: var(--heading-font);
    font-size: clamp(1.4rem, 4vw, 1.75rem);
    color: #1f2937;
    margin: 1.75rem 0 1rem;
    font-weight: 700;
}

.article-body ul {
    margin: 1.5rem 0;
    padding-left: 1.5rem;
    font-size: clamp(1.125rem, 2.5vw, 1.25rem);
    line-height: 1.75;
    color: var(--body-text);
}

.article-body li+li {
    margin-top: 0.5rem;
}

.comparison-label {
    margin-top: 1.25rem;
    margin-bottom: 0.75rem;
    font-weight: 700;
    color: #1f2937;
    font-size: clamp(1rem, 2.2vw, 1.08rem);
    letter-spacing: -0.01em;
}

/* Facebook-style Comments Section */
.review-section {
    background: #f5f5f7;
    padding: 16px;
    margin: 2rem 0;
}

.fb-comment {
    background: white;
    padding: 12px 16px;
    margin-bottom: 8px;
    position: relative;
}

.fb-comment-wrapper {
    display: flex;
    gap: 8px;
}

.fb-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: baseline;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 14px;
}

.fb-content {
    flex: 1;
    min-width: 0;
}

.fb-author-line {
    line-height: 1.3;
    margin-bottom: 2px;
}

.fb-name {
    color: #365899;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none;
}

.fb-name:hover {
    text-decoration: underline;
}

.fb-location {
    color: #65676b;
    font-size: 13px;
    margin-left: 4px;
}

.fb-text {
    color: #050505;
    font-size: clamp(14px, 3vw, 15px);
    line-height: 1.38;
    margin: 4px 0 6px 0;
    word-wrap: break-word;
}

.fb-actions {
    display: flex;
    align-items: baseline;
    gap: 12px;
    font-size: 12px;
    color: #65676b;
    line-height: 1;
}

.fb-action-link {
    cursor: pointer;
    font-weight: 600;
}

.fb-action-link:hover {
    text-decoration: underline;
}

.fb-separator {
    color: #65676b;
}

.fb-timestamp {
    color: #65676b;
}

.fb-reply {
    margin-left: 40px;
    margin-top: 8px;
}

.fb-reply .fb-avatar {
    width: 28px;
    height: 28px;
    font-size: 12px;
}

@media (max-width: 768px) {
    .review-section {
        padding: 12px;
    }

    .fb-avatar {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }

    .fb-reply {
        margin-left: 32px;
    }

    .fb-reply .fb-avatar {
        width: 24px;
        height: 24px;
    }
}

/* Sticky Sidebar Reviews - Desktop Only */
@media (min-width: 1280px) {
    .article-shell {
        display: flex !important;
        gap: 30px;
        align-items: flex-start;
        max-width: 1250px !important;
    }

    .article-content-wrapper {
        flex: 1;
        min-width: 0;
    }

    .sticky-sidebar {
        width: 350px;
        flex-shrink: 0;
    }

    .sidebar-sticky-inner {
        top: 20px;
        margin-top: 0;
    }
}

.sticky-sidebar {
    display: none;
}

@media (min-width: 1280px) {
    .sticky-sidebar {
        display: block;
    }
}

.sidebar-reviews {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.sidebar-reviews__header {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.sidebar-review {
    padding: 15px 0;
    border-bottom: 1px solid #e5e7eb;
}

.sidebar-review:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.sidebar-review__header {
    display: flex;
    gap: 12px;
    margin-bottom: 10px;
}

.sidebar-review__avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    flex-shrink: 0;
    object-fit: cover;
}

.sidebar-review__info {
    flex: 1;
}

.sidebar-review__name {
    font-weight: 600;
    color: #1f2937;
    font-size: 15px;
    margin-bottom: 2px;
}

.sidebar-review__location {
    color: #6b7280;
    font-size: 13px;
}

.sidebar-review__text {
    color: #374151;
    font-size: 14px;
    line-height: 1.6;
}

/* Mobile Review Section - Shows Below 1280px */
.mobile-reviews {
    background: #f9fafb;
    padding: 30px 15px;
    display: block;
}

.mobile-reviews__heading {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 25px;
}

.mobile-review-card {
    background: white;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.mobile-review-card__header {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 12px;
}

.mobile-review-card__avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.mobile-review-card__info {
    flex: 1;
}

.mobile-review-card__name {
    font-weight: 600;
    color: #1f2937;
    font-size: 16px;
    margin-bottom: 2px;
}

.mobile-review-card__location {
    color: #6b7280;
    font-size: 14px;
}

.mobile-review-card__text {
    color: #374151;
    font-size: 15px;
    line-height: 1.6;
}

@media (min-width: 1280px) {
    .mobile-reviews {
        display: none;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Fixed Bottom CTA Button */
.fixed-bottom-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, #e02200, #c00);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
    padding: 7px 20px;
    z-index: 1000;
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.fixed-bottom-cta.visible {
    transform: translateY(0);
    opacity: 1;
}

.fixed-bottom-cta__container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.fixed-bottom-cta__text {
    display: none;
}

.fixed-bottom-cta__button {
    background: white;
    color: #c00;
    padding: 14px 120px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    font-family:
        system-ui,
        -apple-system,
        sans-serif;
}

.fixed-bottom-cta__button:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

@media (max-width: 768px) {
    .fixed-bottom-cta {
        padding: 14px 16px;
    }

    .fixed-bottom-cta__button {
        width: 100%;
        max-width: 400px;
        padding: 16px 24px;
        font-size: 17px;
    }
}

@media (max-width: 1024px) {
    .article-shell {
        padding: 0 24px 36px;
    }
}

@media (max-width: 768px) {
    .masthead {
        text-align: left;
        padding: 0.75rem 1rem 1rem;
        padding-bottom: 0.4rem;
    }

    .masthead__title {
        display: flex;
        align-items: baseline;
        flex-wrap: nowrap;
    }

    .masthead__label {
        position: static;
        display: inline-flex;
        margin-top: 0.5rem;
    }

    .mobile-hide-advertorial {
        display: none;
    }

    .article-shell {
        padding: var(--article-padding-mobile);
        box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
    }

    .mobile-hide-stats {
        display: none;
    }
}

@media (max-width: 480px) {
    .article-shell {
        padding: 0 12px 28px;
    }

    .main-headline {
        font-size: clamp(1.75rem, 6vw, 2.2rem);
        line-height: 1.28;
    }

    .review-section {
        padding: 2rem 1.5rem;
    }
}

/* CTA Button Hover Effects */
.primary-cta-button:hover {
    background: linear-gradient(to bottom, #f02500, #d00) !important;
    transform: translateY(-3px) !important;
    box-shadow:
        0 12px 20px rgba(0, 0, 0, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
}

/* Remove touch delay on mobile for instant response */
.primary-cta-button {
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

/* Optimize fixed bottom CTA on mobile */
@media (max-width: 768px) {
    .fixed-bottom-cta__button {
        touch-action: manipulation;
        -webkit-tap-highlight-color: transparent;
    }
}