/* =========================================
   CRAFTS PAGE SPECIFIC STYLES
   ========================================= */

.crafts-page {
    --craft-bg: #fff9f2;
    --craft-ink: #1f2937;
    --craft-accent: #0f766e;
    --craft-chip: #fef3c7;
    --craft-card: #ffffff;
    --craft-line: rgba(15, 23, 42, 0.08);
    font-family: var(--font-body);
    color: var(--craft-ink);
    background: #ffffff;
}



.crafts-page .destination-hero {
    position: relative;
    min-height: 62vh;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    overflow: hidden;
}



.crafts-page .destination-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: none;
}



.crafts-page .hero-content-inner {
    position: relative;
    z-index: 1;
}



.crafts-page .shining-blue-text {
    font-size: clamp(1.8rem, 4.1vw, 2.9rem);
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 0.25rem;
    display: block;
    line-height: 1.1;
    letter-spacing: 0.01em;
}



.crafts-page .destination-hero::before {
    background: none !important;
    display: none !important;
}



.crafts-page main {
    text-align: left;
}



.crafts-page .container {
    max-width: 100% !important;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
}



.crafts-page .editorial-container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem 4rem;
}



.crafts-page .guide-section {
    background: var(--craft-card);
    border-radius: 1.35rem;
    border: 1px solid var(--craft-line);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
    padding: 2.25rem;
    margin-top: 2.25rem;
}



.crafts-page .guide-section:nth-of-type(1) {
    background: #fff9e8;
}



.crafts-page .guide-section:nth-of-type(2) {
    background: #eefcf3;
}



.crafts-page .guide-section:nth-of-type(3) {
    background: #fff0f6;
}



.crafts-page .guide-section:nth-of-type(4) {
    background: #fff6ea;
}



.crafts-page .guide-section:nth-of-type(5) {
    background: #f3efff;
}



.crafts-page .guide-section:nth-of-type(6) {
    background: #ecf6ff;
}



.crafts-page .guide-section:nth-of-type(7) {
    background: #f0fbff;
}



.crafts-page .section-header {
    margin-bottom: 1.8rem !important;
    margin-top: 0 !important;
    text-align: left;
}



.crafts-page .section-header h2,
.crafts-page .heading-bright-blue {
    display: inline-block;
}



.crafts-page .section-header p {
    margin-top: 0.45rem !important;
    color: #475569;
}



.crafts-page .lead-text {
    font-size: 1.08rem;
    line-height: 1.95;
    color: #0f172a;
    max-width: none;
    width: 100%;
}



.crafts-page .grid-2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.5rem;
    text-align: left;
}



.crafts-page .grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
    text-align: left;
}



.crafts-page .attraction-card {
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.26);
    border-radius: 1.1rem;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-align: left;
    text-decoration: none;
    color: inherit;
}



.crafts-page .attraction-card:hover {
    transform: translateY(-6px);
    border-color: rgba(15, 118, 110, 0.35);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.11);
}



.crafts-page .attraction-img-wrapper {
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #ffffff;
}



.crafts-page .attraction-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
    cursor: zoom-in;
}



.crafts-page .attraction-card:hover img {
    transform: scale(1.07);
}



.crafts-page .attraction-content {
    padding: 1.2rem 1.2rem 1.35rem;
    flex-grow: 1;
}



.crafts-page .attraction-tag {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.11em;
    color: #0f766e;
    font-weight: 700;
    margin-bottom: 0.55rem;
    display: inline-block;
    background: #ffffff;
    border-radius: 999px;
    padding: 0.33rem 0.62rem;
}



.crafts-page .attraction-title {
    font-size: 1.28rem;
    margin-bottom: 0.52rem;
    font-weight: 800;
    line-height: 1.28;
    color: #0f172a;
}



.crafts-page .attraction-desc {
    font-size: 0.94rem;
    line-height: 1.62;
    color: #374151;
}



.crafts-page .editorial-note {
    background: #fff4e8;
    border-radius: 1.2rem;
    padding: 1.9rem;
    margin: 0.3rem 0 0;
    text-align: left;
    border: 1px solid rgba(245, 158, 11, 0.25);
    box-shadow: 0 10px 24px rgba(245, 158, 11, 0.12);
}



.crafts-page .styled-list {
    padding-left: 1.1rem;
    margin-bottom: 0;
}



.crafts-page .styled-list li {
    font-size: 0.98rem;
    margin-bottom: 0.85rem;
    color: #334155;
    line-height: 1.7;
}



.crafts-page .styled-list li strong {
    color: #0f172a;
    border-bottom: 2px solid rgba(244, 114, 182, 0.65);
    display: inline-block;
    line-height: 1.2;
    margin-right: 0.3rem;
}



@media (max-width: 768px) {
    .crafts-page .destination-hero {
        min-height: 46vh;
        border-bottom-left-radius: 1.2rem;
        border-bottom-right-radius: 1.2rem;
    }



    .crafts-page .editorial-container {
        padding: 0 0.9rem 3rem;
    }



    .crafts-page .container {
        padding-left: 0.9rem;
        padding-right: 0.9rem;
    }



    .crafts-page .guide-section {
        padding: 1.35rem;
        margin-top: 1.4rem;
    }



    .crafts-page .editorial-note {
        padding: 1.25rem;
    }



    .crafts-page .grid-2,
    .crafts-page .grid-3 {
        gap: 1rem;
    }



    .crafts-page .shining-blue-text {
        font-size: 1.45rem;
        margin-top: 1.1rem;
        padding: 0 0.8rem;
    }



    .crafts-page .section-header h2,
    .crafts-page .heading-bright-blue {
        font-size: 1.42rem !important;
    }



    /* Crafts hero: show full image on mobile */
    .crafts-page .destination-hero {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        min-height: 60vw;
        height: auto;
        padding: 4rem 0 2rem;
    }
}

/* =========================================================================
   HOMEPAGE VISUAL LANGUAGE  (ported from .index-page / home.css)
   Makes this page match the homepage: warm faded canvas, Outfit heading
   font, metallic-red heading sheen + emboss, burnt-orange / champagne-gold
   accents. Appended last so it overrides the page's earlier rules.
   ========================================================================= */
.crafts-page {
    background-image:
        linear-gradient(rgba(250, 248, 245, 0.82), rgba(250, 248, 245, 0.82)),
        url('../assets/images/crafts/ajrakh/ajrakh1.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-color: #faf8f5 !important;
    color: #0f172a;
    --font-heading: 'Outfit', 'Plus Jakarta Sans', sans-serif;
    --metal-red: linear-gradient(180deg, #ff6a45 0%, #ef3a20 45%, #d8270f 75%, #ff5e3a 100%);
    --metal-red-emboss: 0 2px 4px rgba(140, 28, 12, 0.35), 0 0 16px rgba(255, 80, 45, 0.18);
}

@media (max-width: 768px) {
    .crafts-page { background-attachment: scroll !important; }
}

.crafts-page h1,
.crafts-page h2,
.crafts-page h3,
.crafts-page .heading-bright-blue,
.crafts-page .shining-blue-text,
.crafts-page .metallic-luster,
.crafts-page .page-title,
.crafts-page .section-header h2,
.crafts-page .section-title h2 {
    font-family: var(--font-heading) !important;
    background: var(--metal-red) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
    text-shadow: var(--metal-red-emboss) !important;
}
/* Crafts accents -> homepage orange / gold (was teal) */
.crafts-page { --craft-accent: #c2410c; }
.crafts-page .attraction-tag { color: #c2410c; }
.crafts-page .attraction-card:hover {
    border-color: rgba(194, 65, 12, 0.30);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.10);
}
/* Content width + side gutters matching the homepage (centered, max 1280px) */
.crafts-page .container,
.crafts-page .editorial-container {
    max-width: 1280px !important;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}