/* =========================================================
   Cancun Weed Smokeshop — shared stylesheet
   Aesthetic: refined luxury. Off-black, brushed gold, serif
   display type. Restraint over noise.
   ========================================================= */

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

:root {
    --gold: #c9a84c;
    --gold-light: #e8d59a;
    --gold-deep: #8f7429;
    --dark: #0a0a0a;
    --dark-card: #111111;
    --dark-border: #1e1e1e;
    --text-primary: #f0ece2;
    --text-secondary: #a8a194;
    --wa: #25d366;
    --wa-deep: #128c7e;
    --serif: 'Cormorant Garamond', Georgia, serif;
    --sans: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
}

html { scroll-behavior: smooth; }

body {
    font-family: var(--sans);
    background: var(--dark);
    color: var(--text-primary);
    line-height: 1.7;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

a { color: var(--gold); }

/* --- SKIP LINK --- */
.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    background: var(--gold);
    color: var(--dark);
    padding: 10px 18px;
    z-index: 999;
    font-size: 0.8rem;
    font-weight: 600;
}
.skip-link:focus { left: 8px; top: 8px; }

/* --- NAV --- */
nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: rgba(10,10,10,0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--dark-border);
    padding: 0 24px;
}
.nav-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
}
.nav-brand {
    font-family: var(--serif);
    font-weight: 700;
    font-size: 1.15rem;
    color: var(--gold);
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
}
.nav-links { display: flex; gap: 26px; list-style: none; align-items: center; }
.nav-links a {
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    transition: color 0.3s;
}
.nav-links a:hover, .nav-links a:focus { color: var(--gold); }
.nav-links a.nav-call { color: var(--gold); font-weight: 600; }

/* --- HERO --- */
.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 120px 24px 72px;
    background:
        radial-gradient(ellipse at 50% 24%, rgba(201,168,76,0.09) 0%, transparent 62%),
        var(--dark);
    position: relative;
}
.hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    opacity: 0.3;
}
.badge {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
    border: 1px solid rgba(201,168,76,0.3);
    padding: 8px 20px;
    margin-bottom: 28px;
}
h1 {
    font-family: var(--serif);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 700;
    color: var(--text-primary);
    line-height: 1.15;
    max-width: 860px;
    letter-spacing: 1px;
}
h1 span { color: var(--gold); }
.hero-sub {
    font-size: 1.02rem;
    color: var(--text-secondary);
    margin-top: 22px;
    max-width: 640px;
    font-weight: 300;
}
.hero-detail {
    margin-top: 14px;
    font-size: 0.8rem;
    color: var(--text-secondary);
    letter-spacing: 1px;
}
.hero-cta {
    display: inline-block;
    margin-top: 36px;
    padding: 16px 44px;
    border: 1px solid var(--gold);
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.4s, color 0.4s;
}
.hero-cta:hover, .hero-cta:focus { background: var(--gold); color: var(--dark); }

/* =========================================================
   RADIANT CALL BLOCK — the centrepiece
   Large gilded numerals with a slow light sweep, a soft
   halo behind them, and the WhatsApp action directly below.
   ========================================================= */
.call-block {
    margin: 44px auto 0;
    max-width: 700px;
    width: 100%;
    padding: 40px 28px 34px;
    position: relative;
    border: 1px solid rgba(201,168,76,0.22);
    background:
        radial-gradient(ellipse at 50% 0%, rgba(201,168,76,0.10) 0%, transparent 70%),
        linear-gradient(180deg, rgba(17,17,17,0.9), rgba(10,10,10,0.9));
}
.call-block::before,
.call-block::after {
    content: '';
    position: absolute;
    left: 22%;
    right: 22%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201,168,76,0.75), transparent);
}
.call-block::before { top: -1px; }
.call-block::after { bottom: -1px; }

.call-label {
    font-size: 0.66rem;
    font-weight: 600;
    letter-spacing: 3.4px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 14px;
}
.call-label span { color: var(--text-secondary); letter-spacing: 2px; }

/* The radiant number itself */
.call-number {
    display: inline-block;
    position: relative;
    font-family: var(--serif);
    font-weight: 700;
    font-size: clamp(2.1rem, 8.2vw, 4.6rem);
    line-height: 1.05;
    letter-spacing: 1px;
    text-decoration: none;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
    background: linear-gradient(
        100deg,
        var(--gold-deep) 0%,
        var(--gold) 22%,
        #fff6d8 42%,
        var(--gold-light) 52%,
        var(--gold) 72%,
        var(--gold-deep) 100%
    );
    background-size: 260% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--gold);
    animation: gild 7s ease-in-out infinite;
    filter: drop-shadow(0 0 26px rgba(201,168,76,0.34));
    transition: filter 0.4s;
}
.call-number:hover, .call-number:focus {
    filter: drop-shadow(0 0 38px rgba(232,213,154,0.55));
}
@keyframes gild {
    0%   { background-position: 130% 0; }
    50%  { background-position: -30% 0; }
    100% { background-position: 130% 0; }
}

/* Halo behind the numerals */
.call-number-wrap {
    position: relative;
    display: inline-block;
    padding: 4px 0;
    isolation: isolate;
}
.call-number-wrap::before {
    content: '';
    position: absolute;
    inset: -18% -6%;
    background: radial-gradient(ellipse at center, rgba(201,168,76,0.20) 0%, transparent 72%);
    pointer-events: none;
    z-index: 0;
    animation: halo 5.5s ease-in-out infinite;
}
.call-number-wrap .call-number { position: relative; z-index: 1; }
@keyframes halo {
    0%, 100% { opacity: 0.55; transform: scale(0.97); }
    50%      { opacity: 1;    transform: scale(1.03); }
}

.call-note {
    margin-top: 10px;
    font-size: 0.74rem;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    color: var(--text-secondary);
}

/* WhatsApp button sitting beneath the number */
.wa-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 26px;
    padding: 15px 34px;
    background: linear-gradient(135deg, var(--wa) 0%, var(--wa-deep) 100%);
    color: #fff;
    font-family: var(--sans);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 999px;
    box-shadow: 0 6px 26px rgba(37,211,102,0.28);
    transition: transform 0.3s, box-shadow 0.3s;
}
.wa-btn:hover, .wa-btn:focus {
    transform: translateY(-2px);
    box-shadow: 0 10px 34px rgba(37,211,102,0.45);
}
.wa-btn svg { width: 20px; height: 20px; fill: #fff; flex-shrink: 0; }
.wa-btn-number {
    display: block;
    margin-top: 12px;
    font-size: 0.74rem;
    letter-spacing: 1.6px;
    color: var(--text-secondary);
}
.wa-btn-number strong { color: var(--gold-light); font-weight: 500; }

/* --- SECTIONS --- */
section { padding: 76px 24px; }
.container { max-width: 960px; margin: 0 auto; }
.alt-bg { background: var(--dark-card); border-top: 1px solid var(--dark-border); border-bottom: 1px solid var(--dark-border); }

.section-label {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 12px;
}
h2 {
    font-family: var(--serif);
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 22px;
    line-height: 1.25;
}
h3 { font-family: var(--serif); }
.section-divider {
    width: 48px;
    height: 1px;
    background: var(--gold);
    margin-bottom: 30px;
}

/* --- BODY COPY --- */
.about-text {
    font-size: 1.01rem;
    color: var(--text-secondary);
    max-width: 760px;
    line-height: 1.85;
}
.about-text + .about-text { margin-top: 18px; }
.about-text strong { color: var(--text-primary); font-weight: 500; }
.about-text a { color: var(--gold); text-decoration: none; border-bottom: 1px solid rgba(201,168,76,0.3); }
.about-text a:hover { border-bottom-color: var(--gold); }

/* --- CARD GRID --- */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(272px, 1fr));
    gap: 22px;
    margin-top: 38px;
}
.service-card {
    background: var(--dark-card);
    border: 1px solid var(--dark-border);
    padding: 34px 26px;
    transition: border-color 0.3s, transform 0.3s;
}
.service-card:hover { border-color: rgba(201,168,76,0.3); transform: translateY(-3px); }
.alt-bg .service-card { background: #0d0d0d; }
.service-card h3 {
    font-size: 1.28rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 10px;
}
.service-card p { font-size: 0.9rem; color: var(--text-secondary); line-height: 1.7; }
.service-tag {
    display: inline-block;
    font-size: 0.66rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 12px;
}

/* --- AREA / RESORT LISTS --- */
.areas-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 12px;
    margin-top: 30px;
    list-style: none;
}
.areas-list li {
    font-size: 0.9rem;
    color: var(--text-secondary);
    padding: 14px 18px;
    border: 1px solid var(--dark-border);
    background: var(--dark-card);
}
.alt-bg .areas-list li { background: #0d0d0d; }
.areas-list li strong { color: var(--text-primary); font-weight: 500; display: block; }

.resort-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 8px 26px;
    margin-top: 26px;
    list-style: none;
}
.resort-list li {
    font-size: 0.88rem;
    color: var(--text-secondary);
    padding: 7px 0 7px 18px;
    position: relative;
    border-bottom: 1px solid rgba(30,30,30,0.7);
}
.resort-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 17px;
    width: 6px;
    height: 1px;
    background: var(--gold);
}

/* --- ORDERED STEPS --- */
.steps { list-style: none; counter-reset: step; margin-top: 34px; }
.steps li {
    counter-increment: step;
    position: relative;
    padding: 0 0 26px 62px;
    border-left: 1px solid var(--dark-border);
    margin-left: 18px;
}
.steps li:last-child { border-left-color: transparent; padding-bottom: 0; }
.steps li::before {
    content: counter(step, decimal-leading-zero);
    position: absolute;
    left: -18px;
    top: -4px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--dark);
    border: 1px solid rgba(201,168,76,0.35);
    color: var(--gold);
    font-family: var(--serif);
    font-size: 0.9rem;
    font-weight: 600;
}
.alt-bg .steps li::before { background: var(--dark-card); }
.steps h3 { font-size: 1.16rem; color: var(--text-primary); margin-bottom: 6px; }
.steps p { font-size: 0.9rem; color: var(--text-secondary); }

/* --- MAP --- */
.map-wrapper {
    margin-top: 30px;
    border: 1px solid var(--dark-border);
    overflow: hidden;
    line-height: 0;
}
.map-wrapper iframe {
    width: 100%;
    height: 380px;
    border: 0;
    filter: invert(0.92) hue-rotate(180deg) brightness(0.95) contrast(1.05);
}
.map-address { margin-top: 18px; font-size: 0.9rem; color: var(--text-secondary); }
.map-address strong { color: var(--text-primary); font-weight: 500; }

/* --- FAQ --- */
.faq-item { border-bottom: 1px solid var(--dark-border); padding: 26px 0; }
.faq-item:first-of-type { border-top: 1px solid var(--dark-border); }
.faq-item h3 {
    font-size: 1.13rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 8px;
}
.faq-item p { font-size: 0.9rem; color: var(--text-secondary); line-height: 1.75; }
.faq-item p + p { margin-top: 10px; }

/* --- CONTACT --- */
.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 22px;
    margin-top: 38px;
}
.contact-card {
    background: var(--dark-card);
    border: 1px solid var(--dark-border);
    padding: 30px 26px;
    text-align: center;
}
.alt-bg .contact-card { background: #0d0d0d; }
.contact-card h3 { font-size: 1.08rem; color: var(--text-primary); margin-bottom: 8px; }
.contact-card p { font-size: 0.86rem; color: var(--text-secondary); }
.contact-card a { color: var(--gold); text-decoration: none; font-weight: 500; }
.contact-card a:hover { text-decoration: underline; }
.contact-card.featured { border-color: rgba(201,168,76,0.4); }
.contact-card .big-link { font-size: 1.12rem; font-family: var(--serif); font-weight: 600; letter-spacing: 0.5px; }

/* --- INTERNAL LINK CLUSTER --- */
.link-cluster {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
    list-style: none;
}
.link-cluster a {
    display: inline-block;
    font-size: 0.78rem;
    letter-spacing: 0.8px;
    color: var(--text-secondary);
    text-decoration: none;
    padding: 9px 16px;
    border: 1px solid var(--dark-border);
    background: var(--dark-card);
    transition: color 0.3s, border-color 0.3s;
}
.alt-bg .link-cluster a { background: #0d0d0d; }
.link-cluster a:hover, .link-cluster a:focus { color: var(--gold); border-color: rgba(201,168,76,0.35); }

/* --- NOTICE / BRAND PROTECTION --- */
.notice {
    margin-top: 32px;
    padding: 26px 28px;
    border: 1px solid rgba(201,168,76,0.28);
    background: linear-gradient(180deg, rgba(201,168,76,0.05), transparent);
}
.notice h3 { font-size: 1.15rem; color: var(--gold); margin-bottom: 10px; }
.notice p { font-size: 0.9rem; color: var(--text-secondary); }
.notice p + p { margin-top: 10px; }
.notice strong { color: var(--text-primary); font-weight: 500; }

/* --- FOOTER --- */
footer { padding: 46px 24px; text-align: center; border-top: 1px solid var(--dark-border); }
.footer-brand {
    font-family: var(--serif);
    font-size: 1rem;
    font-weight: 700;
    color: var(--gold);
    letter-spacing: 2px;
    text-transform: uppercase;
}
.footer-address { font-size: 0.8rem; color: var(--text-secondary); margin-top: 8px; }
.footer-contact { font-size: 0.84rem; color: var(--text-secondary); margin-top: 14px; }
.footer-contact a { color: var(--gold); text-decoration: none; }
.footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 20px;
    list-style: none;
    margin-top: 22px;
}
.footer-nav a {
    font-size: 0.74rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--text-secondary);
    text-decoration: none;
}
.footer-nav a:hover { color: var(--gold); }
.footer-keywords {
    font-size: 0.72rem;
    color: var(--text-secondary);
    margin-top: 22px;
    opacity: 0.62;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.9;
}
.footer-copy { font-size: 0.7rem; color: var(--text-secondary); margin-top: 18px; opacity: 0.6; }
.footer-domains {
    font-size: 0.7rem;
    color: var(--text-secondary);
    margin-top: 10px;
    opacity: 0.45;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
}

/* --- FLOATING ACTIONS --- */
.wa-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 200;
    background: var(--wa);
    color: #fff;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(37,211,102,0.35);
    transition: transform 0.3s;
}
.wa-float:hover, .wa-float:focus { transform: scale(1.08); }
.wa-float svg { width: 28px; height: 28px; fill: #fff; }

.call-float {
    position: fixed;
    bottom: 92px;
    right: 24px;
    z-index: 200;
    background: var(--gold);
    color: var(--dark);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(201,168,76,0.4);
    transition: transform 0.3s, box-shadow 0.3s;
}
.call-float:hover, .call-float:focus { transform: scale(1.08); box-shadow: 0 6px 24px rgba(201,168,76,0.55); }
.call-float svg { width: 25px; height: 25px; fill: var(--dark); }

/* --- MOBILE --- */
.menu-toggle { display: none; background: none; border: none; cursor: pointer; padding: 4px; }
.menu-toggle span { display: block; width: 22px; height: 2px; background: var(--text-secondary); margin: 5px 0; transition: 0.3s; }

@media (max-width: 820px) {
    .menu-toggle { display: block; }
    .nav-links {
        display: none;
        position: absolute;
        top: 64px;
        left: 0;
        right: 0;
        background: rgba(10,10,10,0.97);
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 24px;
        gap: 16px;
        border-bottom: 1px solid var(--dark-border);
    }
    .nav-links.open { display: flex; }
    .hero { padding: 108px 18px 56px; }
    h1 { font-size: 1.85rem; }
    section { padding: 56px 18px; }
    .map-wrapper iframe { height: 260px; }
    .call-block { padding: 32px 16px 28px; }
    .call-number { letter-spacing: 0; }
    .steps li { padding-left: 46px; }
}

@media (max-width: 380px) {
    .call-number { font-size: 1.72rem; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .call-number, .call-number-wrap::before { animation: none; }
    * { transition-duration: 0.01ms !important; }
}
