﻿:root {
    --black: #060606;
    --black-soft: #101010;
    --charcoal: #181818;
    --white: #ffffff;
    --ivory: #f6f4ef;
    --silver: #d7d3ca;
    --muted: #aaa69d;
    --text: #111111;
    --text-soft: #62605a;
    --gold: #c7a458;
    --gold-dark: #8b6a2e;
    --gold-soft: #eadcb8;
    --line-light: rgba(255, 255, 255, 0.14);
    --line-dark: rgba(0, 0, 0, 0.1);
    --shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
    --max-width: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--black);
    color: var(--white);
    font-family: Arial, Helvetica, sans-serif;
}

body,
button,
input {
    font: 16px/1.5 Arial, Helvetica, sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

p,
h1,
h2,
h3 {
    margin-top: 0;
}

h1,
h2,
h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 600;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(6, 6, 6, 0.88);
    border-bottom: 1px solid var(--line-light);
    backdrop-filter: blur(18px);
}

.navbar {
    width: min(100% - 40px, var(--max-width));
    min-height: 76px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 800;
    font-size: 1.02rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.brand-mark {
    width: 38px;
    height: 38px;
    display: inline-grid;
    place-items: center;
    border: 1px solid rgba(199, 164, 88, 0.7);
    border-radius: 50%;
    color: var(--gold);
    background: linear-gradient(145deg, #252525, #050505);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.08rem;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 28px;
    color: var(--muted);
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.02em;
}

.nav-links a:hover {
    color: var(--white);
}

.nav-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 18px;
    border: 1px solid var(--gold);
    background: rgba(199, 164, 88, 0.08);
    color: var(--gold) !important;
}

.nav-toggle,
.nav-toggle-label {
    display: none;
}

.hero {
    width: min(100% - 40px, var(--max-width));
    min-height: 720px;
    margin: 0 auto;
    padding: 58px 0 48px;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
    align-items: center;
    gap: 60px;
}

.hero-content {
    max-width: 720px;
}

.eyebrow {
    margin-bottom: 14px;
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

h1 {
    margin-bottom: 22px;
    font-size: clamp(2.5rem, 4.8vw, 4.9rem);
    line-height: 0.95;
    letter-spacing: 0;
}

.hero-text {
    max-width: 650px;
    color: var(--muted);
    font-size: clamp(1.06rem, 1.9vw, 1.28rem);
    line-height: 1.76;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 22px;
    border: 1px solid transparent;
    font-weight: 800;
    letter-spacing: 0.02em;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.button:hover,
.nav-button:hover {
    transform: translateY(-2px);
}

.button-primary {
    background: var(--white);
    color: var(--text);
    box-shadow: 0 18px 34px rgba(255, 255, 255, 0.08);
}

.button-primary:hover {
    background: var(--gold-soft);
    box-shadow: 0 22px 42px rgba(199, 164, 88, 0.16);
}

.button-secondary {
    border-color: var(--line-light);
    color: var(--white);
}

.button-secondary:hover {
    border-color: var(--gold);
    color: var(--gold-soft);
}

.hero-showcase {
    position: relative;
    min-height: 430px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid var(--line-light);
    background:
        radial-gradient(circle at 50% 34%, rgba(199, 164, 88, 0.3), transparent 35%),
        linear-gradient(150deg, #1d1d1d, #050505);
    box-shadow: var(--shadow);
}

.watch-strap {
    position: absolute;
    left: 50%;
    width: 96px;
    height: 164px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #080808, #2b2b2b 48%, #090909);
    border-left: 1px solid #3a3a3a;
    border-right: 1px solid #3a3a3a;
}

.watch-strap-top {
    top: 0;
}

.watch-strap-bottom {
    bottom: 0;
}

.watch-case {
    position: relative;
    z-index: 2;
    width: min(60%, 250px);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(145deg, #eee8d9, #686157 45%, #111111 52%, #d9bf78);
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.35), 0 32px 80px rgba(0, 0, 0, 0.5);
}

.watch-dial {
    position: relative;
    width: 78%;
    aspect-ratio: 1;
    border: 9px solid #101010;
    border-radius: 50%;
    background: radial-gradient(circle, #222222 0 18%, #090909 72%);
}

.dial-marker,
.watch-hand,
.dial-pin {
    position: absolute;
    left: 50%;
    top: 50%;
    background: var(--gold);
}

.dial-marker {
    width: 4px;
    height: 24px;
    border-radius: 50px;
}

.marker-12 {
    transform: translate(-50%, -116px);
}

.marker-3 {
    transform: translate(92px, -50%) rotate(90deg);
}

.marker-6 {
    transform: translate(-50%, 92px);
}

.marker-9 {
    transform: translate(-96px, -50%) rotate(90deg);
}

.watch-hand {
    transform-origin: center bottom;
}

.hour-hand {
    width: 7px;
    height: 62px;
    transform: translate(-50%, -100%) rotate(-42deg);
}

.minute-hand {
    width: 4px;
    height: 92px;
    transform: translate(-50%, -100%) rotate(38deg);
}

.dial-pin {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.hero-card {
    position: absolute;
    z-index: 3;
    left: 28px;
    right: 28px;
    bottom: 28px;
    padding: 22px;
    border: 1px solid var(--line-light);
    background: rgba(7, 7, 7, 0.76);
    backdrop-filter: blur(14px);
}

.hero-card span {
    display: block;
    margin-bottom: 8px;
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.hero-card strong {
    display: block;
    margin-bottom: 14px;
    font-size: 1.2rem;
    line-height: 1.35;
}

.hero-card a,
.card-footer span,
.article-card a {
    color: var(--gold);
    font-weight: 800;
    transition: color 180ms ease;
}

.hero-card a:hover,
.article-card a:hover {
    color: var(--gold-soft);
}

.watch-card:hover .card-footer span {
    color: var(--gold-dark);
}

.section {

    padding: 72px max(20px, calc((100% - var(--max-width))/2));

}

.section-light {
    background: var(--ivory);
    color: var(--text);
}

.section-dark {
    background: var(--black-soft);
    color: var(--white);
}

.section-heading {
    max-width: 720px;
    margin-bottom: 44px;
}

.section-heading h2 {
    font-size: clamp(1.7rem, 2.7vw, 2.8rem);
}

.section-heading p:not(.eyebrow) {
    color: var(--text-soft);
    line-height: 1.7;
}

.section-dark .section-heading p:not(.eyebrow) {
    color: var(--muted);
}

.card-grid,
.article-grid,
.budget-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.budget-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.watch-card,
.article-card,
.budget-card {
    border: 1px solid var(--line-dark);
    background: var(--white);
    color: var(--text);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.08);
}

.watch-card {
    overflow: hidden;
    position: relative;
    display: block;
    transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.watch-card:hover {
    transform: translateY(-6px);
    border-color: rgba(139, 106, 46, 0.34);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.16);
}

.watch-card-media {
    min-height: 250px;
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.64), transparent 32%),
        linear-gradient(140deg, #e6dfd1, #b8b0a2 48%, #eee8dd);
    border-bottom: 1px solid rgba(139, 106, 46, 0.18);
}

.watch-card-media,
.mini-watch {
    transition: transform 220ms ease, filter 220ms ease;
}

.watch-card:hover .watch-card-media {
    transform: scale(1.015);
}

.watch-card:hover .mini-watch {
    transform: translateY(-3px) scale(1.025);
    filter: contrast(1.04);
}

.mini-watch {
    width: 126px;
    height: 126px;
    border: 15px solid #151515;
    border-radius: 50%;
    background:
        linear-gradient(45deg, transparent 49%, var(--gold) 50% 51%, transparent 52%),
        linear-gradient(-30deg, transparent 49%, #d9d1c4 50% 51%, transparent 52%),
        radial-gradient(circle, #ffffff 0 8%, #171717 9% 100%);
    box-shadow: 0 -84px 0 -44px #1d1d1d, 0 84px 0 -44px #1d1d1d, 0 24px 44px rgba(0, 0, 0, 0.22);
}

.watch-card-body {
    padding: 28px;
}

.tag {
    display: inline-flex;
    margin-bottom: 20px;
    padding: 7px 10px;
    border: 1px solid rgba(199, 164, 88, 0.4);
    background: #111111;
    color: var(--gold);
    font-size: 0.73rem;
    font-weight: 800;
    text-transform: uppercase;
}

.watch-card h3,
.article-card h3,
.budget-card h3 {
    margin-bottom: 14px;
    font-size: 1.42rem;
    line-height: 1.2;
}

.watch-card p,
.article-card p,
.budget-card p {
    color: var(--text-soft);
    line-height: 1.65;
}

.specs {
    margin-bottom: 0;
    font-weight: 800;
    color: var(--gold-dark) !important;
}

.card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid var(--line-dark);
}

.card-footer strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.28rem;
    font-weight: 600;
}

.article-card {
    min-height: 292px;
    padding: 28px;
    border-color: var(--line-light);
    background: #080808;
    color: var(--white);
    transition: transform 200ms ease, border-color 200ms ease, background 200ms ease;
}

.article-card:hover {
    transform: translateY(-5px);
    border-color: rgba(199, 164, 88, 0.42);
    background: #0d0d0d;
}

.article-card span {
    display: inline-block;
    margin-bottom: 30px;
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.article-card p {
    color: var(--muted);
}

.budget-section {
    border-top: 1px solid var(--line-dark);
}

.budget-card {
    display: block;
    min-height: 230px;
    padding: 30px;
    background:
        linear-gradient(180deg, rgba(199, 164, 88, 0.08), transparent 42%),
        var(--white);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.budget-card:hover {
    transform: translateY(-4px);
    border-color: rgba(139, 106, 46, 0.34);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.14);
}

.budget-card span {
    display: block;
    margin-bottom: 28px;
    color: var(--gold-dark);
    font-weight: 900;
    font-size: 0.86rem;
    text-transform: uppercase;
}

.site-footer {
    padding: 66px max(20px, calc((100% - var(--max-width)) / 2)) 30px;
    background: #050505;
    color: var(--white);
    border-top: 1px solid var(--line-light);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.45fr 0.7fr 0.7fr;
    gap: 36px;
    padding-bottom: 42px;
}

.footer-about p {
    max-width: 430px;
    margin-top: 18px;
    color: var(--muted);
    line-height: 1.7;
}

.footer-column h2 {
    margin-bottom: 16px;
    font-size: 0.92rem;
    text-transform: uppercase;
}

.footer-column a {
    display: block;
    margin-bottom: 11px;
    color: var(--muted);
}

.footer-column a:hover {
    color: var(--white);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 24px;
    border-top: 1px solid var(--line-light);
}

.footer-bottom p {
    margin: 0;
    color: var(--muted);
    font-size: 0.9rem;
}

@media (max-width: 940px) {
    .navbar {
        width: min(100% - 28px, var(--max-width));
    }

    .nav-toggle-label {
        width: 44px;
        height: 44px;
        display: grid;
        place-content: center;
        gap: 5px;
        cursor: pointer;
    }

    .nav-toggle-label span {
        width: 24px;
        height: 2px;
        background: var(--white);
    }

    .nav-links {
        position: absolute;
        top: 76px;
        left: 14px;
        right: 14px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 12px;
        border: 1px solid var(--line-light);
        background: #080808;
    }

    .nav-links a {
        padding: 14px;
    }

    .nav-toggle:checked~.nav-links {
        display: flex;
    }

    .hero,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .hero {
        min-height: auto;
        gap: 34px;
        padding-top: 48px;
    }

    .hero-showcase {
        min-height: 460px;
    }

    .card-grid,
    .article-grid {
        grid-template-columns: 1fr;
    }

    .budget-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.editor-choice {
    display: flex;
    align-items: center;
    gap: 24px;

    max-width: 1050px;
    margin: 0 auto;

    padding: 28px;

    background: #171717;
    border: 1px solid #2a2a2a;
    border-radius: 14px;
}

.editor-image {
    width: 220px;
    flex-shrink: 0;
}

.editor-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.editor-content h3 {
    margin: 8px 0;
    font-size: 2rem;
}

.editor-rating {
    color: var(--gold);
    margin-bottom: 15px;
}

.editor-buttons {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}

@media (max-width: 620px) {

    .hero {
        width: min(100% - 28px, var(--max-width));
        padding-bottom: 42px;
    }

    h1 {
        font-size: clamp(2.45rem, 13vw, 3.95rem);
    }

    .hero-actions,
    .footer-bottom {
        flex-direction: column;
    }

    .button {
        width: 100%;
    }

    .section {
        padding-top: 62px;
        padding-bottom: 62px;
    }

    .budget-grid {
        grid-template-columns: 1fr;
    }

    .hero-showcase {
        min-height: 400px;
    }

    .watch-case {
        width: min(76%, 275px);
    }

    .watch-strap {
        width: 86px;
        height: 150px;
    }

    .marker-12 {
        transform: translate(-50%, -96px);
    }

    .marker-3 {
        transform: translate(75px, -50%) rotate(90deg);
    }

    .marker-6 {
        transform: translate(-50%, 75px);
    }

    .marker-9 {
        transform: translate(-79px, -50%) rotate(90deg);
    }

    .hero-card {
        left: 18px;
        right: 18px;
        bottom: 18px;
    }

    .hero-card {
        left: 18px;
        right: 18px;
        bottom: 18px;
    }

    
}

.cj-header .cj-nav a {
    position: relative;
}

.cj-header .cj-nav a.cj-nav-active {
    color: #46523d !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

.cj-header .cj-nav a.cj-nav-active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    height: 2px;
    background: #46523d;
}