/**
 * Section 12 — Reviews + UGC photo wall
 */
.tnk-s12 {
    --tnk-red: #E31E24;
    --tnk-black: #131313;
    --tnk-gold: #f5b450;
    --tnk-green: #00b67a;
    --tnk-cream: #f7f5f2;
    --tnk-cream-line: #e6e2db;
    --tnk-muted: #5a5a5d;
    --tnk-faint: #8a8a8d;
    --tnk-line: #e6e2db;
    --tnk-ease: cubic-bezier(0.4, 0, 0.2, 1);

    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    background: #fff;
    color: var(--tnk-black);
    padding: 96px 0 64px;
    -webkit-font-smoothing: antialiased;
}
.tnk-s12 *, .tnk-s12 *::before, .tnk-s12 *::after { box-sizing: border-box; }

/* HEAD */
.tnk-s12__head {
    max-width: 1440px;
    margin: 0 auto 48px;
    padding: 0 32px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    flex-wrap: wrap;
}
.tnk-s12__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--tnk-muted);
    margin-bottom: 14px;
}
.tnk-s12__eyebrow-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--tnk-red);
}
.tnk-s12__title {
    font-size: clamp(32px, 4.5vw, 56px);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.0;
    margin: 0;
    color: var(--tnk-black);
}

/* Rating widget */
.tnk-s12__rating { text-align: right; flex-shrink: 0; }
.tnk-s12__rating-line {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-end;
    margin-bottom: 8px;
}
.tnk-s12__stars { display: inline-flex; gap: 2px; }
.tnk-s12__stars svg {
    width: 18px;
    height: 18px;
    fill: var(--tnk-gold);
}
.tnk-s12__rating-num {
    font-size: 32px;
    font-weight: 800;
    color: var(--tnk-black);
    line-height: 1;
    letter-spacing: -0.02em;
    font-variant-numeric: tabular-nums;
}
.tnk-s12__rating-meta {
    font-size: 12px;
    color: var(--tnk-faint);
    letter-spacing: 0.02em;
}
.tnk-s12__rating-meta strong { color: var(--tnk-black); font-weight: 700; }

/* REVIEW CAROUSEL */
.tnk-s12__slider {
    max-width: 1440px;
    margin: 0 auto 64px;
    padding: 0 32px;
    position: relative;
}
.tnk-s12__scroller {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding: 4px 0;
}
.tnk-s12__scroller::-webkit-scrollbar { display: none; }

.tnk-s12__quote {
    flex: 0 0 calc((100% - 40px) / 3);
    scroll-snap-align: start;
    background: var(--tnk-cream);
    border-radius: 8px;
    padding: 28px 28px;
    display: flex;
    flex-direction: column;
    min-height: 260px;
}
.tnk-s12__quote-stars {
    display: inline-flex;
    gap: 2px;
    margin-bottom: 16px;
}
.tnk-s12__quote-stars svg {
    width: 14px;
    height: 14px;
    fill: var(--tnk-gold);
}
.tnk-s12__quote-title {
    font-size: 16px;
    font-weight: 800;
    color: var(--tnk-black);
    margin: 0 0 12px;
    line-height: 1.3;
    letter-spacing: -0.01em;
}
.tnk-s12__quote-text {
    font-size: 14px;
    color: #2a2a2c;
    line-height: 1.65;
    margin: 0 0 20px;
    flex: 1;
}
.tnk-s12__quote-foot {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid var(--tnk-cream-line);
}
.tnk-s12__quote-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--tnk-black);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
    flex-shrink: 0;
    letter-spacing: 0.02em;
}
.tnk-s12__quote-author { line-height: 1.3; flex: 1; min-width: 0; }
.tnk-s12__quote-name {
    font-size: 13px;
    font-weight: 700;
    color: var(--tnk-black);
}
.tnk-s12__quote-meta {
    font-size: 11px;
    color: var(--tnk-faint);
    letter-spacing: 0.02em;
    margin-top: 2px;
}
.tnk-s12__verified {
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.14em;
    color: var(--tnk-green);
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
}
.tnk-s12__verified::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background: var(--tnk-green) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center/9px no-repeat;
    border-radius: 50%;
}

/* Arrows */
.tnk-s12__nav {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin: 28px 0 0;
}
.tnk-s12__nav-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1.5px solid var(--tnk-black);
    background: #fff;
    color: var(--tnk-black);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    transition: background-color 0.2s var(--tnk-ease), color 0.2s var(--tnk-ease), opacity 0.2s var(--tnk-ease);
}
.tnk-s12__nav-btn svg { width: 16px; height: 16px; display: block; }
.tnk-s12__nav-btn:hover { background: var(--tnk-black); color: #fff; }
.tnk-s12__nav-btn:disabled { opacity: 0.25; cursor: not-allowed; }
.tnk-s12__nav-btn:focus-visible { outline: 3px solid var(--tnk-red); outline-offset: 2px; }

/* Dots */
.tnk-s12__dots {
    display: none;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}
.tnk-s12__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(0,0,0,0.18);
    border: none;
    padding: 0;
    cursor: pointer;
    transition: background-color 0.25s var(--tnk-ease), width 0.25s var(--tnk-ease);
}
.tnk-s12__dot.is-on {
    background: var(--tnk-red);
    width: 26px;
    border-radius: 99px;
}

/* UGC sub-head */
.tnk-s12__sub-head {
    max-width: 1440px;
    margin: 0 auto 24px;
    padding: 0 32px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 16px;
}
.tnk-s12__sub-h {
    font-size: 17px;
    font-weight: 700;
    color: var(--tnk-black);
    letter-spacing: -0.01em;
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.tnk-s12__sub-h-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--tnk-red);
}
.tnk-s12__sub-h em {
    font-style: normal;
    color: var(--tnk-gold);
    font-weight: 800;
}
.tnk-s12__sub-meta {
    font-size: 11px;
    color: var(--tnk-faint);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
}
.tnk-s12__sub-meta::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--tnk-green);
    display: inline-block;
    animation: s12-pulse 1.6s ease-out infinite;
}
@keyframes s12-pulse {
    0%   { box-shadow: 0 0 0 0 rgba(0,182,122,0.5); }
    70%  { box-shadow: 0 0 0 6px rgba(0,182,122,0); }
    100% { box-shadow: 0 0 0 0 rgba(0,182,122,0); }
}

/* PHOTO WALL */
.tnk-s12__wall {
    position: relative;
    overflow: hidden;
    padding: 0 0 8px;
}
.tnk-s12__wall::before,
.tnk-s12__wall::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 8px;
    width: 100px;
    z-index: 2;
    pointer-events: none;
}
.tnk-s12__wall::before {
    left: 0;
    background: linear-gradient(90deg, #fff 0%, transparent 100%);
}
.tnk-s12__wall::after {
    right: 0;
    background: linear-gradient(270deg, #fff 0%, transparent 100%);
}
.tnk-s12__track {
    display: flex;
    gap: 14px;
    padding: 0 32px;
    width: max-content;
    animation: s12-scroll 50s linear infinite;
}
@keyframes s12-scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(calc(-50% - 7px)); }
}
.tnk-s12__wall:hover .tnk-s12__track { animation-play-state: paused; }

.tnk-s12__photo {
    width: 240px;
    height: 300px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    text-decoration: none !important;
    color: #fff;
    transition: transform 0.4s var(--tnk-ease);
    isolation: isolate;
}
.tnk-s12__photo:hover { transform: translateY(-4px); }
.tnk-s12__photo::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,0.78) 100%);
    z-index: 1;
}
.tnk-s12__photo-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 3;
    background: rgba(255,255,255,0.95);
    color: var(--tnk-black);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 99px;
}
.tnk-s12__photo-meta {
    position: absolute;
    bottom: 14px;
    left: 14px;
    right: 14px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 12px;
    color: #fff;
}
.tnk-s12__photo-handle { font-weight: 700; letter-spacing: 0.01em; }
.tnk-s12__photo-when {
    font-size: 10px;
    color: rgba(255,255,255,0.75);
    letter-spacing: 0.04em;
    white-space: nowrap;
}

/* Placeholder colors */
.tnk-s12__photo.ugc-01 { background-color: #1a3a5a; }
.tnk-s12__photo.ugc-02 { background-color: #6a4810; }
.tnk-s12__photo.ugc-03 { background-color: #1a1a1d; }
.tnk-s12__photo.ugc-04 { background-color: #444; }
.tnk-s12__photo.ugc-05 { background-color: #006633; }
.tnk-s12__photo.ugc-06 { background-color: #1a1a3a; }
.tnk-s12__photo.ugc-07 { background-color: #3a1408; }
.tnk-s12__photo.ugc-08 { background-color: #2a0820; }
.tnk-s12__placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
}
.tnk-s12__placeholder svg { width: 88px; height: 88px; opacity: 0.18; }
.tnk-s12__temp-label {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    background: var(--tnk-red);
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 4px 8px;
    border-radius: 3px;
}
.tnk-s12__photo[data-has-photo="true"] .tnk-s12__placeholder,
.tnk-s12__photo[data-has-photo="true"] .tnk-s12__temp-label {
    display: none;
}

/* FOOT */
.tnk-s12__foot {
    max-width: 1440px;
    margin: 0 auto;
    padding: 48px 32px 0;
    text-align: center;
}
.tnk-s12__foot-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--tnk-black);
    text-decoration: none !important;
    padding-bottom: 6px;
    border-bottom: 2px solid var(--tnk-black);
    transition: gap 0.25s var(--tnk-ease), color 0.25s var(--tnk-ease), border-color 0.25s var(--tnk-ease);
}
.tnk-s12__foot-link:hover {
    gap: 14px;
    color: var(--tnk-red);
    border-bottom-color: var(--tnk-red);
}
.tnk-s12__foot-link svg {
    width: 14px;
    height: 14px;
    transition: transform 0.25s var(--tnk-ease);
}
.tnk-s12__foot-link:hover svg { transform: translateX(3px); }

/* Tablet */
@media (max-width: 1024px) {
    .tnk-s12 { padding: 72px 0 56px; }
    .tnk-s12__quote { flex: 0 0 calc((100% - 20px) / 2); }
    .tnk-s12__photo { width: 200px; height: 260px; }
}

/* Mobile */
@media (max-width: 720px) {
    .tnk-s12 { padding: 56px 0 48px; }
    .tnk-s12__head {
        padding: 0 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        margin-bottom: 32px;
    }
    .tnk-s12__title { font-size: clamp(28px, 8vw, 36px); }
    .tnk-s12__rating {
        text-align: left;
        width: 100%;
        padding-top: 18px;
        border-top: 1px solid var(--tnk-line);
    }
    .tnk-s12__rating-line { justify-content: flex-start; }

    .tnk-s12__slider { padding: 0 16px; margin-bottom: 48px; }
    .tnk-s12__scroller { gap: 12px; }
    .tnk-s12__quote {
        flex: 0 0 88%;
        max-width: 380px;
        min-height: 240px;
        padding: 24px 22px;
    }
    .tnk-s12__nav { display: none; }
    .tnk-s12__dots { display: flex; }

    .tnk-s12__sub-head {
        padding: 0 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        margin-bottom: 18px;
    }
    .tnk-s12__photo { width: 180px; height: 230px; }
    .tnk-s12__track { padding: 0 16px; gap: 10px; }
    .tnk-s12__wall::before, .tnk-s12__wall::after { width: 40px; }

    .tnk-s12__foot { padding: 36px 16px 0; }
}

@media (prefers-reduced-motion: reduce) {
    .tnk-s12__track { animation: none !important; }
    .tnk-s12__sub-meta::before { animation: none !important; }
    .tnk-s12__photo, .tnk-s12__nav-btn, .tnk-s12__dot,
    .tnk-s12__foot-link, .tnk-s12__foot-link svg { transition: none; }
}
