/*
 * Chengde Amusement public website styles
 * Single managed stylesheet. Version remains 20260825b.
 * Page-type body classes isolate layout-specific rules and prevent collisions.
 */

/* ==========================================================================
   Shared navigation
   ========================================================================== */
.site-nav-inner {
    position: relative;
}

.mobile-navigation {
    display: none;
    margin-left: auto;
}

.mobile-navigation summary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 16px;
    border: 1px solid #d1d5db;
    border-radius: 9999px;
    background: #ffffff;
    color: #111827;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    list-style: none;
    text-transform: uppercase;
}

.mobile-navigation summary::-webkit-details-marker {
    display: none;
}

.mobile-navigation summary::after {
    content: "+";
    margin-left: 8px;
    color: #dc2626;
    font-size: 1.2rem;
    line-height: 1;
}

.mobile-navigation[open] summary::after {
    content: "−";
}

.mobile-navigation summary:focus-visible {
    outline: 3px solid rgba(220, 38, 38, 0.2);
    outline-offset: 3px;
}

.mobile-navigation-panel {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    display: grid;
    width: min(310px, calc(100vw - 32px));
    padding: 10px;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.18);
}

.mobile-navigation-panel a {
    padding: 12px 14px;
    border-radius: 12px;
    color: #111827;
    font-size: 0.95rem;
    font-weight: 750;
}

.mobile-navigation-panel a:hover,
.mobile-navigation-panel a:focus-visible {
    background: #fef2f2;
    color: #b91c1c;
    outline: none;
}

.mobile-navigation-panel .mobile-quote {
    margin-top: 6px;
    background: #dc2626;
    color: #ffffff;
    text-align: center;
}

.mobile-navigation-panel .mobile-quote:hover,
.mobile-navigation-panel .mobile-quote:focus-visible {
    background: #b91c1c;
    color: #ffffff;
}

@media (max-width: 820px) {
    .desktop-navigation,
    .desktop-quote {
        display: none !important;
    }

    .mobile-navigation {
        display: block;
    }
}

@media (max-width: 400px) {
    .site-nav-brand {
        font-size: 1.2rem !important;
    }

    .mobile-navigation summary {
        padding: 0 12px;
    }
}

/* ==========================================================================
   Homepage and legal utility styles
   ========================================================================== */
body.site-home * {     box-sizing: border-box; } html {     scroll-behavior: smooth; } body.site-home {     margin: 0;     font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;     background-color: #f9fafb;     color: #111827; } body.site-home img,
body.site-home svg {     display: block; } body.site-home img {     max-width: 100%; } body.site-home a {     color: inherit;     text-decoration: none; } body.site-home button,
body.site-home input,
body.site-home select,
body.site-home textarea {     font: inherit; } body.site-home .container { width: 100%; max-width: 1280px; margin-left: auto; margin-right: auto; } body.site-home .absolute { position: absolute; } body.site-home .relative { position: relative; } body.site-home .sticky { position: sticky; } body.site-home .inset-0 { inset: 0; } body.site-home .top-0 { top: 0; } body.site-home .top-6 { top: 1.5rem; } body.site-home .-top-6 { top: -1.5rem; } body.site-home .-bottom-4 { bottom: -1rem; } body.site-home .-bottom-6 { bottom: -1.5rem; } body.site-home .-left-6 { left: -1.5rem; } body.site-home .-right-2 { right: -0.5rem; } body.site-home .-right-4 { right: -1rem; } body.site-home .-right-6 { right: -1.5rem; } body.site-home .z-10 { z-index: 10; } body.site-home .z-50 { z-index: 50; } body.site-home .-z-10 { z-index: -10; } body.site-home .block { display: block; } body.site-home .hidden { display: none; } body.site-home .flex { display: flex; } body.site-home .inline-flex { display: inline-flex; } body.site-home .grid { display: grid; } body.site-home .flex-1 { flex: 1 1 0%; } body.site-home .flex-shrink-0 { flex-shrink: 0; } body.site-home .flex-col { flex-direction: column; } body.site-home .flex-wrap { flex-wrap: wrap; } body.site-home .items-center { align-items: center; } body.site-home .items-stretch { align-items: stretch; } body.site-home .justify-between { justify-content: space-between; } body.site-home .justify-center { justify-content: center; } body.site-home .justify-end { justify-content: flex-end; } body.site-home .gap-2 { gap: 0.5rem; } body.site-home .gap-3 { gap: 0.75rem; } body.site-home .gap-4 { gap: 1rem; } body.site-home .gap-5 { gap: 1.25rem; } body.site-home .gap-6 { gap: 1.5rem; } body.site-home .gap-8 { gap: 2rem; } body.site-home .gap-10 { gap: 2.5rem; } body.site-home .gap-12 { gap: 3rem; } body.site-home .gap-16 { gap: 4rem; } body.site-home .space-x-2 > :not([hidden]) ~ :not([hidden]) { margin-left: 0.5rem; } body.site-home .space-x-8 > :not([hidden]) ~ :not([hidden]) { margin-left: 2rem; } body.site-home .space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; } body.site-home .mx-auto { margin-left: auto; margin-right: auto; } body.site-home .mt-4 { margin-top: 1rem; } body.site-home .mt-6 { margin-top: 1.5rem; } body.site-home .mb-2 { margin-bottom: 0.5rem; } body.site-home .mb-4 { margin-bottom: 1rem; } body.site-home .mb-6 { margin-bottom: 1.5rem; } body.site-home .mb-8 { margin-bottom: 2rem; } body.site-home .mb-10 { margin-bottom: 2.5rem; } body.site-home .mb-12 { margin-bottom: 3rem; } body.site-home .mb-16 { margin-bottom: 4rem; } body.site-home .mr-3 { margin-right: 0.75rem; } body.site-home .h-4 { height: 1rem; } body.site-home .h-5 { height: 1.25rem; } body.site-home .h-6 { height: 1.5rem; } body.site-home .h-8 { height: 2rem; } body.site-home .h-11 { height: 2.75rem; } body.site-home .h-14 { height: 3.5rem; } body.site-home .h-16 { height: 4rem; } body.site-home .h-24 { height: 6rem; } body.site-home .h-36 { height: 9rem; } body.site-home .h-64 { height: 16rem; } body.site-home .h-80 { height: 20rem; } body.site-home .h-auto { height: auto; } body.site-home .h-full { height: 100%; } body.site-home .w-4 { width: 1rem; } body.site-home .w-5 { width: 1.25rem; } body.site-home .w-6 { width: 1.5rem; } body.site-home .w-8 { width: 2rem; } body.site-home .w-11 { width: 2.75rem; } body.site-home .w-14 { width: 3.5rem; } body.site-home .w-16 { width: 4rem; } body.site-home .w-24 { width: 6rem; } body.site-home .w-36 { width: 9rem; } body.site-home .w-64 { width: 16rem; } body.site-home .w-full { width: 100%; } body.site-home .min-w-0 { min-width: 0; } body.site-home .min-h-\[80vh\] { min-height: 80vh; } body.site-home .max-w-sm { max-width: 24rem; } body.site-home .max-w-xl { max-width: 36rem; } body.site-home .max-w-2xl { max-width: 42rem; } body.site-home .max-w-4xl { max-width: 56rem; } body.site-home .max-w-5xl { max-width: 64rem; } body.site-home .grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } body.site-home .col-span-2 { grid-column: span 2 / span 2; } body.site-home .overflow-hidden { overflow: hidden; } body.site-home .rounded-lg { border-radius: 0.5rem; } body.site-home .rounded-xl { border-radius: 0.75rem; } body.site-home .rounded-2xl { border-radius: 1rem; } body.site-home .rounded-3xl { border-radius: 1.5rem; } body.site-home .rounded-full { border-radius: 9999px; } body.site-home .border { border: 1px solid #e5e7eb; } body.site-home .border-b { border-bottom: 1px solid #e5e7eb; } body.site-home .border-t { border-top: 1px solid #1f2937; } body.site-home .border-gray-100 { border-color: #f3f4f6; } body.site-home .border-gray-800 { border-color: #1f2937; } body.site-home .bg-white { background-color: #ffffff; } body.site-home .bg-white\/80 { background-color: rgba(255, 255, 255, 0.8); } body.site-home .bg-gray-50 { background-color: #f9fafb; } body.site-home .bg-gray-100 { background-color: #f3f4f6; } body.site-home .bg-gray-900 { background-color: #111827; } body.site-home .bg-red-100 { background-color: #fee2e2; } body.site-home .bg-red-600 { background-color: #dc2626; } body.site-home .bg-blue-50 { background-color: #eff6ff; } body.site-home .bg-blue-100 { background-color: #dbeafe; } body.site-home .bg-blue-600 { background-color: #2563eb; } body.site-home .bg-indigo-100 { background-color: #e0e7ff; } body.site-home .text-white { color: #ffffff; } body.site-home .text-gray-200 { color: #e5e7eb; } body.site-home .text-gray-300 { color: #d1d5db; } body.site-home .text-gray-400 { color: #9ca3af; } body.site-home .text-gray-500 { color: #6b7280; } body.site-home .text-gray-600 { color: #4b5563; } body.site-home .text-gray-700 { color: #374151; } body.site-home .text-gray-900 { color: #111827; } body.site-home .text-red-500 { color: #ef4444; } body.site-home .text-red-600 { color: #dc2626; } body.site-home .text-blue-700 { color: #1d4ed8; } body.site-home .text-green-600 { color: #16a34a; } body.site-home .text-center { text-align: center; } body.site-home .text-xs { font-size: 0.75rem; line-height: 1rem; } body.site-home .text-sm { font-size: 0.875rem; line-height: 1.25rem; } body.site-home .text-lg { font-size: 1.125rem; line-height: 1.75rem; } body.site-home .text-xl { font-size: 1.25rem; line-height: 1.75rem; } body.site-home .text-2xl { font-size: 1.5rem; line-height: 2rem; } body.site-home .text-3xl { font-size: 1.875rem; line-height: 2.25rem; } body.site-home .text-4xl { font-size: 2.25rem; line-height: 2.5rem; } body.site-home .text-5xl { font-size: 3rem; line-height: 1; } body.site-home .font-bold { font-weight: 700; } body.site-home .font-semibold { font-weight: 600; } body.site-home .font-extrabold { font-weight: 800; } body.site-home .italic { font-style: italic; } body.site-home .uppercase { text-transform: uppercase; } body.site-home .tracking-tight { letter-spacing: -0.025em; } body.site-home .tracking-wider { letter-spacing: 0.05em; } body.site-home .tracking-widest { letter-spacing: 0.1em; } body.site-home .leading-tight { line-height: 1.25; } body.site-home .leading-relaxed { line-height: 1.625; } body.site-home .leading-loose { line-height: 2; } body.site-home .object-cover { object-fit: cover; } body.site-home .object-contain { object-fit: contain; } body.site-home .opacity-50 { opacity: 0.5; } body.site-home .opacity-60 { opacity: 0.6; } body.site-home .opacity-70 { opacity: 0.7; } body.site-home .grayscale { filter: grayscale(100%); } body.site-home .aspect-square { aspect-ratio: 1 / 1; } body.site-home .p-5 { padding: 1.25rem; } body.site-home .p-6 { padding: 1.5rem; } body.site-home .p-8 { padding: 2rem; } body.site-home .px-4 { padding-left: 1rem; padding-right: 1rem; } body.site-home .px-6 { padding-left: 1.5rem; padding-right: 1.5rem; } body.site-home .px-10 { padding-left: 2.5rem; padding-right: 2.5rem; } body.site-home .py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; } body.site-home .py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; } body.site-home .py-4 { padding-top: 1rem; padding-bottom: 1rem; } body.site-home .py-8 { padding-top: 2rem; padding-bottom: 2rem; } body.site-home .py-16 { padding-top: 4rem; padding-bottom: 4rem; } body.site-home .py-20 { padding-top: 5rem; padding-bottom: 5rem; } body.site-home .pt-8 { padding-top: 2rem; } body.site-home .outline-none { outline: none; } body.site-home .shadow-sm { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); } body.site-home .shadow-lg { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1); } body.site-home .shadow-2xl { box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); } body.site-home .transition {     transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter;     transition-duration: 150ms;     transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } body.site-home .duration-500 { transition-duration: 500ms; } body.site-home .hover\:bg-gray-100:hover { background-color: #f3f4f6; } body.site-home .hover\:bg-red-700:hover { background-color: #b91c1c; } body.site-home .hover\:bg-blue-700:hover { background-color: #1d4ed8; } body.site-home .hover\:text-red-600:hover { color: #dc2626; } body.site-home .hover\:text-white:hover { color: #ffffff; } body.site-home .hover\:underline:hover { text-decoration: underline; } body.site-home .hover\:shadow-lg:hover { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1); } body.site-home .hover\:shadow-xl:hover { box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1); } body.site-home .group:hover .group-hover\:scale-110 { transform: scale(1.1); } body.site-home .group:hover .group-hover\:bg-red-600 { background-color: #dc2626; } body.site-home .group:hover .group-hover\:text-white { color: #ffffff; } body.site-home .focus\:ring-2:focus,
body.site-home .focus\:ring-red-600:focus { box-shadow: 0 0 0 2px #dc2626; } body.site-home .bg-gradient-to-br { background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)); } body.site-home .bg-gradient-to-t { background-image: linear-gradient(to top, var(--tw-gradient-stops)); } body.site-home .from-blue-50 {     --tw-gradient-from: #eff6ff;     --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)); } body.site-home .via-white { --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); } body.site-home .to-indigo-50 { --tw-gradient-to: #eef2ff; } body.site-home .from-black\/90 {     --tw-gradient-from: rgba(0, 0, 0, 0.9);     --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)); } body.site-home .to-transparent { --tw-gradient-to: rgba(255, 255, 255, 0); } body.site-home .blur-2xl { filter: blur(40px); } body.site-home .blur-3xl { filter: blur(64px); } body.site-home .hero-gradient {     background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../image/optimized/home/banner-1280.webp');     background-size: cover;     background-position: center; } body.site-home .accent-glow {     box-shadow: 0 0 20px rgba(239, 68, 68, 0.4); } body.site-home .anti-spam-trap {     position: absolute !important;     left: -9999px !important;     width: 1px !important;     height: 1px !important;     overflow: hidden !important;     opacity: 0 !important;     pointer-events: none !important; } body.site-home .floating-contact {     position: fixed;     right: 24px;     bottom: 24px;     z-index: 80;     display: flex;     flex-direction: column;     align-items: flex-end;     gap: 12px; } body.site-home .floating-contact-trigger {     width: 60px;     height: 60px;     border: none;     border-radius: 9999px;     background: #dc2626;     color: #ffffff;     cursor: pointer;     box-shadow: 0 12px 24px rgba(220, 38, 38, 0.28);     transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease; } body.site-home .floating-contact-trigger:hover {     background: #b91c1c;     transform: translateY(-2px);     box-shadow: 0 18px 30px rgba(220, 38, 38, 0.3); } body.site-home .floating-contact-trigger svg {     width: 28px;     height: 28px;     margin: 0 auto; } body.site-home .floating-contact-panel {     min-width: auto;     display: flex;     flex-direction: column;     gap: 10px;     opacity: 0;     visibility: hidden;     transform: translateY(8px) scale(0.98);     transform-origin: bottom right;     transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease; } body.site-home .floating-contact.open .floating-contact-panel {     opacity: 1;     visibility: visible;     transform: translateY(0) scale(1); } body.site-home .floating-contact-item {     display: flex;     align-items: center;     justify-content: center;     width: 56px;     height: 56px;     padding: 0;     border-radius: 9999px;     color: #ffffff;     box-shadow: 0 14px 30px rgba(15, 23, 42, 0.18);     transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease; } body.site-home .floating-contact-item:hover {     transform: translateY(-2px);     box-shadow: 0 18px 36px rgba(15, 23, 42, 0.22); } body.site-home .floating-contact-item.whatsapp {     background: linear-gradient(135deg, #25d366 0%, #128c7e 100%); } body.site-home .floating-contact-item.telegram {     background: linear-gradient(135deg, #229ed9 0%, #1f6feb 100%); } body.site-home .floating-contact-icon {     width: 40px;     height: 40px;     border-radius: 9999px;     display: inline-flex;     align-items: center;     justify-content: center;     flex-shrink: 0;     color: #ffffff;     background: rgba(255, 255, 255, 0.18);     border: 1px solid rgba(255, 255, 255, 0.28); } body.site-home .floating-contact-icon.whatsapp {     background: rgba(255, 255, 255, 0.16); } body.site-home .floating-contact-icon.telegram {     background: rgba(255, 255, 255, 0.16); } @media (max-width: 767px) {
    body.site-home .hero-gradient { background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../image/optimized/home/banner-640.webp'); }     body.site-home .floating-contact {         right: 16px;         bottom: 16px;     }     body.site-home .floating-contact-panel {         min-width: auto;     } } @media (min-width: 768px) {     body.site-home .md\:flex { display: flex; }     body.site-home .md\:flex-row { flex-direction: row; }     body.site-home .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }     body.site-home .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }     body.site-home .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }     body.site-home .md\:col-span-2 { grid-column: span 2 / span 2; }     body.site-home .md\:h-20 { height: 5rem; }     body.site-home .md\:w-20 { width: 5rem; }     body.site-home .md\:p-8 { padding: 2rem; }     body.site-home .md\:text-2xl { font-size: 1.5rem; line-height: 2rem; }     body.site-home .md\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }     body.site-home .md\:text-5xl { font-size: 3rem; line-height: 1; }     body.site-home .md\:text-7xl { font-size: 4.5rem; line-height: 1; } } @media (min-width: 1024px) {     body.site-home .lg\:w-1\/2 { width: 50%; }     body.site-home .lg\:flex-row { flex-direction: row; }     body.site-home .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }     body.site-home .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }     body.site-home .lg\:gap-0 { gap: 0; }     body.site-home .lg\:border-l { border-left: 1px solid rgba(229, 231, 235, 0.7); }     body.site-home .lg\:border-gray-200\/70 { border-color: rgba(229, 231, 235, 0.7); }     body.site-home .lg\:pl-12 { padding-left: 3rem; }     body.site-home .lg\:pr-12 { padding-right: 3rem; } }

/* ==========================================================================
   About page
   ========================================================================== */
body.site-about{--red:#dc2626;--red-dark:#b91c1c;--ink:#111827;--muted:#5f6b7a;--line:#e5e7eb;--soft:#f5f7fa;--navy:#101827;--white:#fff}
body.site-about *{box-sizing:border-box}html{scroll-behavior:smooth}body.site-about{margin:0;background:#fff;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.65}body.site-about a{color:inherit;text-decoration:none}body.site-about img{display:block;max-width:100%}body.site-about .container{width:min(1180px,calc(100% - 40px));margin-inline:auto}body.site-about .site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(229,231,235,.9);backdrop-filter:blur(14px)}body.site-about .nav-row{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}body.site-about .brand{font-size:1.45rem;font-weight:900;letter-spacing:-.04em;color:var(--red)}body.site-about .brand span{color:var(--ink)}body.site-about .nav-links{display:flex;align-items:center;gap:30px;font-size:.82rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}body.site-about .nav-links a{position:relative;padding:28px 0}body.site-about .nav-links a:hover,
body.site-about .nav-links a.active{color:var(--red)}body.site-about .nav-links a.active:after{content:"";position:absolute;right:0;bottom:19px;left:0;height:2px;background:var(--red)}body.site-about .button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 25px;border:1px solid var(--red);border-radius:999px;background:var(--red);color:#fff;font-weight:800;transition:.2s ease}body.site-about .button:hover{background:var(--red-dark);border-color:var(--red-dark);transform:translateY(-1px)}body.site-about .button-small{min-height:42px;padding:0 21px;font-size:.92rem}body.site-about .button-secondary{background:transparent;color:var(--ink);border-color:#cbd5e1}body.site-about .button-secondary:hover{background:#fff;color:var(--red);border-color:var(--red)}body.site-about .hero{overflow:hidden;padding:44px 0 86px;background:radial-gradient(circle at 12% 10%,rgba(220,38,38,.09),transparent 33%),linear-gradient(145deg,#fbfcfe,#f3f6fa)}body.site-about .breadcrumb{display:flex;gap:9px;align-items:center;margin-bottom:36px;color:#6b7280;font-size:.9rem}body.site-about .breadcrumb a:hover{color:var(--red)}body.site-about .hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.92fr);gap:72px;align-items:center}body.site-about .eyebrow{margin:0 0 13px;color:var(--red);font-size:.78rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}body.site-about .hero h1{max-width:720px;margin:0 0 24px;font-size:clamp(2.7rem,5.5vw,5.2rem);line-height:1.02;letter-spacing:-.055em}body.site-about .lead{max-width:690px;margin:0;color:#536070;font-size:1.18rem;line-height:1.78}body.site-about .button-row{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}body.site-about .hero-image{position:relative;margin:0;border-radius:32px;overflow:hidden;background:#e5e7eb;box-shadow:0 32px 70px rgba(15,23,42,.17)}body.site-about .hero-image:after{content:"Guangzhou, China";position:absolute;right:18px;bottom:18px;padding:9px 14px;border-radius:999px;background:rgba(17,24,39,.82);color:#fff;font-size:.8rem;font-weight:800;backdrop-filter:blur(8px)}body.site-about .hero-image img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover}body.site-about .section{padding:96px 0}body.site-about .intro-section{border-bottom:1px solid var(--line)}body.site-about .split-copy{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px;align-items:start}body.site-about .section h2{margin:0;color:var(--ink);font-size:clamp(2rem,4vw,3.45rem);line-height:1.1;letter-spacing:-.045em}body.site-about .prose{color:var(--muted);font-size:1.08rem}body.site-about .prose p{margin:0 0 22px}body.site-about .section-soft{background:var(--soft)}body.site-about .section-heading{max-width:780px;margin-bottom:45px}body.site-about .section-heading>p:last-child{max-width:700px;margin:18px 0 0;color:var(--muted);font-size:1.06rem}body.site-about .support-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}body.site-about .support-card{min-height:290px;padding:30px;border:1px solid var(--line);border-radius:22px;background:#fff}body.site-about .support-card>span{display:inline-grid;width:42px;height:42px;place-items:center;margin-bottom:42px;border-radius:12px;background:#fee2e2;color:var(--red-dark);font-size:.85rem;font-weight:900}body.site-about .support-card h3{margin:0 0 12px;font-size:1.24rem}body.site-about .support-card p{margin:0;color:var(--muted);font-size:.95rem}body.site-about .heading-row{max-width:none;display:flex;align-items:end;justify-content:space-between;gap:24px}body.site-about .heading-row>div{max-width:760px}body.site-about .text-link{flex:none;color:var(--red);font-weight:800}body.site-about .text-link:hover{text-decoration:underline}body.site-about .venue-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}body.site-about .venue-card{overflow:hidden;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 12px 35px rgba(15,23,42,.06)}body.site-about .venue-card img{width:100%;height:220px;object-fit:cover}body.site-about .venue-card div{padding:24px}body.site-about .venue-card h3{margin:0 0 8px;font-size:1.22rem}body.site-about .venue-card p{margin:0;color:var(--muted);font-size:.95rem}body.site-about .process-section{background:var(--navy);color:#fff}body.site-about .process-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:94px;align-items:start}body.site-about .process-section h2{color:#fff}body.site-about .process-copy>p:last-child{margin:24px 0 0;color:#aeb9c8;font-size:1.05rem}body.site-about .process-list{display:grid;gap:0;margin:0;padding:0;list-style:none}body.site-about .process-list li{display:grid;grid-template-columns:54px 1fr;gap:20px;padding:27px 0;border-bottom:1px solid rgba(255,255,255,.13)}body.site-about .process-list li:first-child{padding-top:0}body.site-about .process-list li>span{display:grid;width:42px;height:42px;place-items:center;border-radius:50%;background:var(--red);font-weight:900}body.site-about .process-list h3{margin:0 0 6px;font-size:1.18rem}body.site-about .process-list p{margin:0;color:#aeb9c8}body.site-about .contact-strip{padding:72px 0;background:#fff}body.site-about .contact-panel{display:grid;grid-template-columns:1.2fr .7fr auto;gap:42px;align-items:center;padding:46px 50px;border-radius:30px;background:var(--red);color:#fff;box-shadow:0 25px 55px rgba(185,28,28,.2)}body.site-about .contact-panel .eyebrow{color:#fecaca}body.site-about .contact-panel h2{color:#fff;font-size:clamp(1.8rem,3vw,2.6rem)}body.site-about .contact-panel p{margin:16px 0 0;color:#fee2e2}body.site-about .contact-details{display:grid;gap:7px}body.site-about .contact-details a{font-weight:800}body.site-about .contact-details a:hover{text-decoration:underline}body.site-about .contact-details span{color:#fecaca;font-size:.9rem}body.site-about .button-light{background:#fff;border-color:#fff;color:var(--red-dark);white-space:nowrap}body.site-about .button-light:hover{background:#fff;border-color:#fff;color:var(--red-dark)}body.site-about .site-footer{padding:68px 0 0;background:#0d1420;color:#fff}body.site-about .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:70px;padding-bottom:50px}body.site-about .footer-about p{max-width:520px;color:#94a3b8}body.site-about .site-footer .brand span{color:#fff}body.site-about .site-footer h2{margin:0 0 18px;font-size:1rem}body.site-about .site-footer a{display:block;margin:9px 0;color:#94a3b8;font-size:.92rem}body.site-about .site-footer a:hover{color:#fff}body.site-about .copyright{padding:24px 0;border-top:1px solid #263142;color:#718096;font-size:.85rem;text-align:center}
@media(max-width:980px){body.site-about .hero-grid,
body.site-about .split-copy,
body.site-about .process-layout{grid-template-columns:1fr;gap:46px}body.site-about .hero-grid{grid-template-columns:1fr}body.site-about .hero-copy{max-width:760px}body.site-about .hero-image{max-width:760px}body.site-about .support-grid{grid-template-columns:repeat(2,1fr)}body.site-about .contact-panel{grid-template-columns:1fr 1fr}body.site-about .contact-panel>.button{grid-column:1/-1;justify-self:start}body.site-about .split-copy{gap:30px}body.site-about .process-layout{gap:52px}}
@media(max-width:760px){body.site-about .container{width:min(100% - 28px,1180px)}body.site-about .nav-row{min-height:68px}body.site-about .hero{padding:28px 0 62px}body.site-about .breadcrumb{margin-bottom:27px}body.site-about .hero-grid{gap:38px}body.site-about .hero h1{font-size:clamp(2.45rem,12vw,4rem)}body.site-about .lead{font-size:1.04rem}body.site-about .section{padding:70px 0}body.site-about .support-grid,
body.site-about .venue-grid,
body.site-about .contact-panel,
body.site-about .footer-grid{grid-template-columns:1fr}body.site-about .support-card{min-height:0}body.site-about .support-card>span{margin-bottom:24px}body.site-about .heading-row{display:block}body.site-about .heading-row .text-link{display:inline-block;margin-top:20px}body.site-about .contact-panel{gap:25px;padding:34px 24px}body.site-about .contact-panel>.button{grid-column:auto}body.site-about .footer-grid{gap:34px}body.site-about .hero-image{border-radius:22px}body.site-about .process-list li{grid-template-columns:46px 1fr;gap:14px}}
@media(max-width:430px){body.site-about .brand{font-size:1.15rem}body.site-about .button-row{display:grid}body.site-about .button{width:100%}body.site-about .hero h1{font-size:2.55rem}body.site-about .contact-panel>.button{width:100%}}

/* ==========================================================================
   Product listing
   ========================================================================== */
body.site-products * {
    box-sizing: border-box;
}
body.site-products {
    --bg: #f8fafc;
    --panel: #ffffff;
    --text: #111827;
    --muted: #6b7280;
    --line: #e5e7eb;
    --brand: #dc2626;
    --brand-dark: #b91c1c;
    --accent: #f59e0b;
}
body.site-products {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: var(--bg);
    color: var(--text);
}
body.site-products img {
    display: block;
    max-width: 100%;
}
body.site-products a {
    color: inherit;
    text-decoration: none;
}
body.site-products .container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}
body.site-products .topbar {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--line);
}
body.site-products .topbar-inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
body.site-products .brand {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--brand);
    letter-spacing: -0.03em;
}
body.site-products .brand span {
    color: var(--text);
}
body.site-products .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border-radius: 999px;
    font-weight: 800;
    transition: 0.2s ease;
    border: 1px solid transparent;
}
body.site-products .btn-primary {
    background: var(--brand);
    color: #fff;
}
body.site-products .btn-primary:hover {
    background: var(--brand-dark);
}
body.site-products .btn-secondary {
    background: #fff;
    border-color: #cbd5e1;
    color: var(--text);
}
body.site-products .btn-secondary:hover {
    border-color: var(--brand);
    color: var(--brand);
}
body.site-products .page {
    padding: 20px 0 72px;
}
body.site-products .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
    margin-bottom: 18px;
}
body.site-products .breadcrumb .current {
    color: var(--text);
}
body.site-products .banner-hero {
    margin-bottom: 36px;
}
body.site-products .banner-hero img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 28px;
    border: 1px solid var(--line);
    box-shadow: 0 12px 36px rgba(15, 23, 42, 0.05);
}
body.site-products .section-title {
    margin: 0 0 18px;
    font-size: 1.8rem;
    font-weight: 900;
    letter-spacing: -0.03em;
}
body.site-products .category-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
}
body.site-products .category-filter {
    appearance: none;
    border: 1px solid #fed7aa;
    background: #fff7ed;
    color: #9a3412;
    padding: 10px 14px;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    transition: 0.2s ease;
    text-transform: capitalize;
}
body.site-products .category-filter:hover {
    border-color: #fb923c;
    background: #ffedd5;
}
body.site-products .category-filter.active {
    background: var(--brand);
    border-color: var(--brand);
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(220, 38, 38, 0.18);
}
body.site-products .category-filter:focus-visible {
    outline: 3px solid rgba(220, 38, 38, 0.18);
    outline-offset: 2px;
}
body.site-products .product-card.is-hidden {
    display: none;
}
body.site-products .empty-state {
    display: none;
    margin-top: 20px;
    padding: 18px 20px;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: #f8fafc;
    color: var(--muted);
    line-height: 1.7;
}
body.site-products .empty-state.show {
    display: block;
}
body.site-products .result-note {
    margin: 0 0 24px;
    color: #64748b;
    font-size: 0.95rem;
    font-weight: 700;
}
body.site-products .category-tags li {
    padding: 10px 14px;
    border-radius: 999px;
}
body.site-products .section-copy {
    margin: 0 0 28px;
    color: var(--muted);
    line-height: 1.8;
    max-width: 760px;
}
body.site-products .product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}
body.site-products .product-card {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 12px 36px rgba(15, 23, 42, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
body.site-products .product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}
body.site-products .product-media {
    aspect-ratio: 1 / 1;
    background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
body.site-products .product-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20px;
}
body.site-products .product-body {
    padding: 24px;
}
body.site-products .product-type {
    color: #b45309;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
body.site-products .product-body h3 {
    margin: 0 0 10px;
    font-size: 1.35rem;
    line-height: 1.1;
    letter-spacing: -0.03em;
}
body.site-products .product-body p {
    margin: 0 0 18px;
    color: var(--muted);
    line-height: 1.75;
    min-height: 94px;
}
body.site-products .spec-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
}
body.site-products .spec-pills li {
    font-size: 0.86rem;
    font-weight: 700;
    color: #475569;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    padding: 8px 12px;
}
body.site-products .footer {
    padding: 28px 0 46px;
    color: #64748b;
    font-size: 0.95rem;
}
@media (max-width: 1100px) {
    body.site-products .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 640px) {
    body.site-products .topbar-inner {
        min-height: 72px;
    }
    body.site-products .banner-hero img {
        border-radius: 20px;
    }
    body.site-products .product-grid {
        grid-template-columns: 1fr;
    }
    body.site-products .product-body {
        padding: 20px;
    }
    body.site-products .product-body p {
        min-height: auto;
    }
}
body.site-products .sticky { position: sticky; }
body.site-products .top-0 { top: 0; }
body.site-products .z-50 { z-index: 50; }
body.site-products .bg-white { background-color: #ffffff; }
body.site-products .shadow-sm { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); }
body.site-products .mx-auto { margin-left: auto; margin-right: auto; }
body.site-products .px-4 { padding-left: 1rem; padding-right: 1rem; }
body.site-products .py-4 { padding-top: 1rem; padding-bottom: 1rem; }
body.site-products .px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
body.site-products .py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
body.site-products .py-16 { padding-top: 4rem; padding-bottom: 4rem; }
body.site-products .pt-8 { padding-top: 2rem; }
body.site-products .mb-12 { margin-bottom: 3rem; }
body.site-products .mt-4 { margin-top: 1rem; }
body.site-products .gap-12 { gap: 3rem; }
body.site-products .flex { display: flex; }
body.site-products .grid { display: grid; }
body.site-products .hidden { display: none; }
body.site-products .items-center { align-items: center; }
body.site-products .justify-between { justify-content: space-between; }
body.site-products .space-x-2 > :not([hidden]) ~ :not([hidden]) { margin-left: 0.5rem; }
body.site-products .space-x-8 > :not([hidden]) ~ :not([hidden]) { margin-left: 2rem; }
body.site-products .space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }
body.site-products .text-2xl { font-size: 1.5rem; line-height: 2rem; }
body.site-products .text-sm { font-size: 0.875rem; line-height: 1.25rem; }
body.site-products .font-extrabold { font-weight: 800; }
body.site-products .font-semibold { font-weight: 600; }
body.site-products .font-bold { font-weight: 700; }
body.site-products .uppercase { text-transform: uppercase; }
body.site-products .tracking-wider { letter-spacing: 0.05em; }
body.site-products .tracking-tight { letter-spacing: -0.025em; }
body.site-products .text-red-600 { color: #dc2626; }
body.site-products .text-red-500 { color: #ef4444; }
body.site-products .text-gray-900 { color: #111827; }
body.site-products .text-gray-400 { color: #9ca3af; }
body.site-products .text-gray-500 { color: #6b7280; }
body.site-products .text-white { color: #ffffff; }
body.site-products .text-center { text-align: center; }
body.site-products .leading-loose { line-height: 2; }
body.site-products .max-w-sm { max-width: 24rem; }
body.site-products .rounded-full { border-radius: 9999px; }
body.site-products .bg-red-600 { background-color: #dc2626; }
body.site-products .bg-gray-900 { background-color: #111827; }
body.site-products .border-t { border-top-width: 1px; border-top-style: solid; }
body.site-products .border-gray-800 { border-color: #1f2937; }
body.site-products .col-span-2 { grid-column: span 2 / span 2; }
body.site-products .transition { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter; transition-duration: 150ms; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
body.site-products .hover\:text-red-600:hover { color: #dc2626; }
body.site-products .hover\:text-white:hover { color: #ffffff; }
body.site-products .hover\:bg-red-700:hover { background-color: #b91c1c; }
body.site-products .accent-glow { box-shadow: 0 0 20px rgba(239, 68, 68, 0.4); }
@media (min-width: 768px) {
    body.site-products .md\:flex { display: flex; }
    body.site-products .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* ==========================================================================
   Product details
   ========================================================================== */
body.site-product-detail * {
    box-sizing: border-box;
}
body.site-product-detail {
    --bg: #f8fafc;
    --panel: #ffffff;
    --text: #111827;
    --muted: #6b7280;
    --line: #e5e7eb;
    --brand: #dc2626;
    --brand-dark: #b91c1c;
    --accent: #f59e0b;
}
body.site-product-detail {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: var(--bg);
    color: var(--text);
}
body.site-product-detail img {
    display: block;
    max-width: 100%;
}
body.site-product-detail a {
    color: inherit;
    text-decoration: none;
}
body.site-product-detail .container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}
body.site-product-detail .topbar {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--line);
}
body.site-product-detail .topbar-inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
body.site-product-detail .brand {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--brand);
    letter-spacing: -0.03em;
}
body.site-product-detail .brand span {
    color: var(--text);
}
body.site-product-detail .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border-radius: 999px;
    font-weight: 800;
    transition: 0.2s ease;
    border: 1px solid transparent;
}
body.site-product-detail .btn-primary {
    background: var(--brand);
    color: #fff;
}
body.site-product-detail .btn-primary:hover {
    background: var(--brand-dark);
}
body.site-product-detail .btn-secondary {
    background: #fff;
    border-color: #cbd5e1;
    color: var(--text);
}
body.site-product-detail .btn-secondary:hover {
    border-color: var(--brand);
    color: var(--brand);
}
body.site-product-detail .page {
    padding: 36px 0 72px;
}
body.site-product-detail .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
    margin-bottom: 24px;
}
body.site-product-detail .breadcrumb .current {
    color: var(--text);
}
body.site-product-detail .hero {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 40px;
    align-items: start;
}
body.site-product-detail .hero > *,
body.site-product-detail .section-grid > *,
body.site-product-detail .content-wrap > * {
    min-width: 0;
}
body.site-product-detail .gallery-card,
body.site-product-detail .summary-card,
body.site-product-detail .specs-card,
body.site-product-detail .content-card,
body.site-product-detail .cta-card {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 28px;
    box-shadow: 0 12px 36px rgba(15, 23, 42, 0.05);
}
body.site-product-detail .gallery-card {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}
body.site-product-detail .main-image-wrap {
    aspect-ratio: 1 / 1;
    background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
body.site-product-detail .main-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20px;
}
body.site-product-detail .thumb-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}
body.site-product-detail .thumb-btn {
    aspect-ratio: 1 / 1;
    min-width: 0;
    border: 2px solid transparent;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    padding: 8px;
    cursor: pointer;
    transition: 0.2s ease;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
}
body.site-product-detail .thumb-btn.active {
    border-color: var(--accent);
    box-shadow: 0 10px 22px rgba(245, 158, 11, 0.22);
}
body.site-product-detail .thumb-btn img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 12px;
    background: #f8fafc;
}
body.site-product-detail .summary-card {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 12px 0 0;
}
body.site-product-detail .eyebrow {
    color: #b45309;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin-bottom: 12px;
}
body.site-product-detail h1 {
    margin: 0 0 16px;
    font-size: clamp(1.7rem, 3.3vw, 2.7rem);
    line-height: 1;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}
body.site-product-detail .lead {
    margin: 0 0 26px;
    color: var(--muted);
    font-size: 1.08rem;
    line-height: 1.8;
}
body.site-product-detail .quick-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}
body.site-product-detail .quick-tags li {
    padding: 10px 14px;
    border-radius: 999px;
    background: #fff7ed;
    color: #9a3412;
    font-size: 0.9rem;
    font-weight: 700;
    border: 1px solid #fed7aa;
}
body.site-product-detail .actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
body.site-product-detail .section-block {
    margin-top: 34px;
}
body.site-product-detail .section-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 34px;
}
body.site-product-detail .specs-card {
    padding: 30px;
}
body.site-product-detail .section-title {
    margin: 0 0 18px;
    font-size: 1.65rem;
    font-weight: 900;
    letter-spacing: -0.03em;
}
body.site-product-detail .spec-table-wrap {
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
}
body.site-product-detail .spec-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}
body.site-product-detail .spec-table th,
body.site-product-detail .spec-table td {
    padding: 16px 18px;
    border-bottom: 1px solid #e5e7eb;
    text-align: left;
}
body.site-product-detail .spec-table tr:last-child th,
body.site-product-detail .spec-table tr:last-child td {
    border-bottom: 0;
}
body.site-product-detail .spec-table th {
    width: 32%;
    background: #f8fafc;
    color: #475569;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
body.site-product-detail .spec-table td {
    font-size: 1rem;
    font-weight: 700;
    color: #111827;
}
body.site-product-detail .content-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}
body.site-product-detail .content-card {
    padding: 30px;
}
body.site-product-detail .content-card p {
    margin: 0 0 14px;
    color: var(--muted);
    line-height: 1.8;
}
body.site-product-detail .feature-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 24px;
}
body.site-product-detail .feature-list li {
    position: relative;
    padding: 18px 18px 18px 64px;
    border-radius: 20px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: var(--muted);
    line-height: 1.75;
    min-height: 88px;
}
body.site-product-detail .feature-icon {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 5px rgba(239, 68, 68, 0.08);
}
body.site-product-detail .feature-icon svg {
    width: 15px;
    height: 15px;
    color: #fff;
}
body.site-product-detail .feature-icon.jackpot { background: linear-gradient(135deg, #ef4444, #f59e0b); }
body.site-product-detail .feature-icon.mechanism { background: linear-gradient(135deg, #0ea5e9, #2563eb); }
body.site-product-detail .feature-icon.probability { background: linear-gradient(135deg, #10b981, #14b8a6); }
body.site-product-detail .feature-icon.gameplay { background: linear-gradient(135deg, #8b5cf6, #6366f1); }
body.site-product-detail .feature-icon.anticheat { background: linear-gradient(135deg, #f97316, #ea580c); }
body.site-product-detail .feature-icon.safety { background: linear-gradient(135deg, #ec4899, #db2777); }
body.site-product-detail .feature-text {
    display: block;
}
body.site-product-detail .gameplay-carousel {
    margin-top: 28px;
    position: relative;
}
body.site-product-detail .gameplay-viewport {
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
    padding: 18px;
}
body.site-product-detail .gameplay-track {
    display: flex;
    gap: 18px;
    transition: transform 0.35s ease;
    will-change: transform;
}
body.site-product-detail .gameplay-card {
    flex: 0 0 calc((100% - 36px) / 2.5);
}
body.site-product-detail .gameplay-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}
body.site-product-detail .gameplay-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 999px;
    background: rgba(17, 24, 39, 0.72);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
}
body.site-product-detail .gameplay-nav.prev {
    left: 14px;
}
body.site-product-detail .gameplay-nav.next {
    right: 14px;
}
body.site-product-detail .gameplay-nav svg {
    width: 18px;
    height: 18px;
}
body.site-product-detail .gameplay-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 16px;
}
body.site-product-detail .gameplay-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    border: 0;
    background: #cbd5e1;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease;
}
body.site-product-detail .gameplay-dot.active {
    background: #dc2626;
    transform: scale(1.15);
}
body.site-product-detail .cta-card {
    margin-top: 34px;
    padding: 34px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
}
body.site-product-detail .form-section {
    margin-top: 34px;
}
body.site-product-detail .product-form-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 28px;
    box-shadow: 0 12px 36px rgba(15, 23, 42, 0.05);
    padding: 34px;
}
body.site-product-detail .form-header {
    margin-bottom: 24px;
}
body.site-product-detail .form-header h2 {
    margin: 0 0 8px;
    font-size: 2rem;
    line-height: 1.05;
    letter-spacing: -0.04em;
}
body.site-product-detail .form-header p {
    margin: 0;
    color: var(--muted);
    line-height: 1.8;
}
body.site-product-detail .form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
body.site-product-detail .field-full {
    grid-column: span 2 / span 2;
}
body.site-product-detail .field label {
    display: block;
    margin-bottom: 8px;
    font-size: 0.92rem;
    font-weight: 800;
    color: #334155;
}
body.site-product-detail .field input,
body.site-product-detail .field select,
body.site-product-detail .field textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #d1d5db;
    border-radius: 16px;
    font: inherit;
    color: #111827;
    background: #fff;
}
body.site-product-detail .field textarea {
    min-height: 120px;
    resize: vertical;
}
body.site-product-detail .field input:focus,
body.site-product-detail .field select:focus,
body.site-product-detail .field textarea:focus {
    outline: none;
    border-color: #dc2626;
    box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.12);
}
body.site-product-detail .readonly-input {
    background: #f8fafc !important;
    font-weight: 700;
}
body.site-product-detail .anti-spam-trap {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
body.site-product-detail .form-status {
    margin-top: 14px;
    font-weight: 700;
}
body.site-product-detail .text-red {
    color: #dc2626;
}
body.site-product-detail .text-green {
    color: #16a34a;
}
body.site-product-detail .cta-copy h2 {
    margin: 0 0 10px;
    font-size: 2rem;
    line-height: 1.05;
    letter-spacing: -0.04em;
}
body.site-product-detail .cta-copy p {
    margin: 0;
    color: var(--muted);
    max-width: 700px;
    line-height: 1.8;
}
body.site-product-detail .footer {
    padding: 28px 0 56px;
    color: #6b7280;
    font-size: 0.95rem;
    text-align: center;
}
@media (max-width: 1023px) {
    body.site-product-detail .hero,
body.site-product-detail .content-wrap,
body.site-product-detail .cta-card {
        grid-template-columns: 1fr;
        display: grid;
    }
}
@media (max-width: 767px) {
    body.site-product-detail .page {
        padding-top: 24px;
    }
    body.site-product-detail .topbar-inner {
        flex-direction: column;
        justify-content: center;
        padding: 14px 0;
    }
    body.site-product-detail .gallery-card,
body.site-product-detail .summary-card,
body.site-product-detail .specs-card,
body.site-product-detail .content-card,
body.site-product-detail .cta-card {
        border-radius: 22px;
    }
    body.site-product-detail .gallery-card,
body.site-product-detail .summary-card,
body.site-product-detail .specs-card,
body.site-product-detail .content-card {
        padding: 22px;
    }
    body.site-product-detail .content-wrap {
        grid-template-columns: 1fr 1fr;
    }
    body.site-product-detail .thumb-grid {
        display: flex;
        overflow-x: auto;
        gap: 12px;
        padding-bottom: 6px;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
    }
    body.site-product-detail .main-image-wrap {
        aspect-ratio: auto;
        height: auto;
        max-width: 100%;
        overflow: visible;
        display: block;
    }
    body.site-product-detail .main-image-wrap img {
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: none;
        padding: 14px;
        margin: 0 auto;
        object-fit: contain;
    }
    body.site-product-detail .thumb-btn {
        flex: 0 0 148px;
        height: 148px;
        min-width: 148px;
        scroll-snap-align: start;
    }
    body.site-product-detail .content-wrap {
        gap: 14px;
    }
    body.site-product-detail .content-wrap {
        grid-template-columns: 1fr;
    }
    body.site-product-detail .feature-list {
        grid-template-columns: 1fr;
    }
    body.site-product-detail .gameplay-nav {
        width: 38px;
        height: 38px;
    }
    body.site-product-detail .gameplay-nav.prev {
        left: 10px;
    }
    body.site-product-detail .gameplay-nav.next {
        right: 10px;
    }
    body.site-product-detail .gameplay-viewport {
        padding: 12px;
    }
    body.site-product-detail .gameplay-track {
        gap: 12px;
    }
    body.site-product-detail .gameplay-card {
        flex: 0 0 calc((100% - 12px) / 1.15);
    }
    body.site-product-detail .gallery-card,
body.site-product-detail .summary-card {
        padding: 0;
    }
    body.site-product-detail .actions {
        flex-direction: column;
    }
    body.site-product-detail .btn {
        width: 100%;
    }
    body.site-product-detail .form-grid {
        grid-template-columns: 1fr;
    }
    body.site-product-detail .field-full {
        grid-column: span 1 / span 1;
    }
    body.site-product-detail .product-form-card {
        padding: 22px;
    }
}
body.site-product-detail .sticky { position: sticky; }
body.site-product-detail .top-0 { top: 0; }
body.site-product-detail .z-50 { z-index: 50; }
body.site-product-detail .bg-white { background-color: #ffffff; }
body.site-product-detail .shadow-sm { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); }
body.site-product-detail .mx-auto { margin-left: auto; margin-right: auto; }
body.site-product-detail .px-4 { padding-left: 1rem; padding-right: 1rem; }
body.site-product-detail .py-4 { padding-top: 1rem; padding-bottom: 1rem; }
body.site-product-detail .px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
body.site-product-detail .py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
body.site-product-detail .py-16 { padding-top: 4rem; padding-bottom: 4rem; }
body.site-product-detail .pt-8 { padding-top: 2rem; }
body.site-product-detail .mb-12 { margin-bottom: 3rem; }
body.site-product-detail .mt-4 { margin-top: 1rem; }
body.site-product-detail .gap-12 { gap: 3rem; }
body.site-product-detail .flex { display: flex; }
body.site-product-detail .grid { display: grid; }
body.site-product-detail .hidden { display: none; }
body.site-product-detail .items-center { align-items: center; }
body.site-product-detail .justify-between { justify-content: space-between; }
body.site-product-detail .space-x-2 > :not([hidden]) ~ :not([hidden]) { margin-left: 0.5rem; }
body.site-product-detail .space-x-8 > :not([hidden]) ~ :not([hidden]) { margin-left: 2rem; }
body.site-product-detail .space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }
body.site-product-detail .text-2xl { font-size: 1.5rem; line-height: 2rem; }
body.site-product-detail .text-sm { font-size: 0.875rem; line-height: 1.25rem; }
body.site-product-detail .font-extrabold { font-weight: 800; }
body.site-product-detail .font-semibold { font-weight: 600; }
body.site-product-detail .font-bold { font-weight: 700; }
body.site-product-detail .uppercase { text-transform: uppercase; }
body.site-product-detail .tracking-wider { letter-spacing: 0.05em; }
body.site-product-detail .tracking-tight { letter-spacing: -0.025em; }
body.site-product-detail .text-red-600 { color: #dc2626; }
body.site-product-detail .text-red-500 { color: #ef4444; }
body.site-product-detail .text-gray-900 { color: #111827; }
body.site-product-detail .text-gray-400 { color: #9ca3af; }
body.site-product-detail .text-gray-500 { color: #6b7280; }
body.site-product-detail .text-white { color: #ffffff; }
body.site-product-detail .text-center { text-align: center; }
body.site-product-detail .leading-loose { line-height: 2; }
body.site-product-detail .max-w-sm { max-width: 24rem; }
body.site-product-detail .rounded-full { border-radius: 9999px; }
body.site-product-detail .bg-red-600 { background-color: #dc2626; }
body.site-product-detail .bg-gray-900 { background-color: #111827; }
body.site-product-detail .border-t { border-top-width: 1px; border-top-style: solid; }
body.site-product-detail .border-gray-800 { border-color: #1f2937; }
body.site-product-detail .col-span-2 { grid-column: span 2 / span 2; }
body.site-product-detail .transition { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter; transition-duration: 150ms; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
body.site-product-detail .hover\:text-red-600:hover { color: #dc2626; }
body.site-product-detail .hover\:text-white:hover { color: #ffffff; }
body.site-product-detail .hover\:bg-red-700:hover { background-color: #b91c1c; }
body.site-product-detail .accent-glow { box-shadow: 0 0 20px rgba(239, 68, 68, 0.4); }
body.site-product-detail .related-products {
    margin: 34px 0;
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: var(--panel);
}
body.site-product-detail .related-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
body.site-product-detail .related-product-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
}
body.site-product-detail .related-product-card > a {
    display: flex;
    flex-direction: column;
    height: 100%;
}
body.site-product-detail .related-product-card img {
    display: block;
    width: 100%;
    height: clamp(220px, 24vw, 320px);
    object-fit: contain;
    background: #f8fafc;
    flex: 0 0 auto;
}
body.site-product-detail .related-product-card span {
    display: block;
    padding: 14px 16px;
    font-weight: 800;
    line-height: 1.35;
}
body.site-product-detail .related-products-more { margin: 20px 0 0; text-align: center; }
body.site-product-detail .related-products-more a { color: var(--brand); font-weight: 800; }
@media (max-width: 720px) {
    body.site-product-detail .related-products { padding: 22px 16px; }
    body.site-product-detail .related-product-grid { grid-template-columns: 1fr; }
    body.site-product-detail .related-product-card img { height: 260px; }
}
@media (min-width: 768px) {
    body.site-product-detail .md\:flex { display: flex; }
    body.site-product-detail .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* ==========================================================================
   Blog listing and articles
   ========================================================================== */
body.site-blog *{box-sizing:border-box}body.site-blog{--red:#dc2626;--ink:#111827;--muted:#64748b;--line:#e5e7eb;--soft:#f8fafc}body.site-blog{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--soft);color:var(--ink)}body.site-blog a{color:inherit;text-decoration:none}body.site-blog img{display:block;max-width:100%}body.site-blog .container{width:min(1180px,calc(100% - 40px));margin:auto}body.site-blog .nav{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(10px)}body.site-blog .nav-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}body.site-blog .brand{font-size:24px;font-weight:900;color:var(--red);letter-spacing:-.03em}body.site-blog .brand span{color:var(--ink)}body.site-blog .nav-links{display:flex;align-items:center;gap:26px;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}body.site-blog .nav-links a:hover{color:var(--red)}body.site-blog .quote,
body.site-blog .button{background:var(--red);color:#fff;padding:11px 20px;border-radius:999px;font-weight:800}body.site-blog .page{padding:48px 0 76px}body.site-blog .breadcrumb{display:flex;gap:9px;flex-wrap:wrap;color:var(--muted);font-size:13px;font-weight:750;margin-bottom:24px}body.site-blog .breadcrumb .current{color:var(--ink)}body.site-blog .blog-hero{padding:52px;border-radius:30px;background:linear-gradient(135deg,#7f1d1d,#dc2626 58%,#f59e0b);color:#fff;margin-bottom:36px;box-shadow:0 18px 44px rgba(127,29,29,.2)}body.site-blog .blog-hero .eyebrow,
body.site-blog .article-category{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.14em}body.site-blog .blog-hero h1{font-size:clamp(38px,6vw,68px);line-height:1.02;letter-spacing:-.055em;margin:12px 0 18px}body.site-blog .blog-hero p{max-width:720px;margin:0;color:#fee2e2;font-size:18px;line-height:1.75}body.site-blog .article-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}body.site-blog .article-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 12px 32px rgba(15,23,42,.05);transition:.2s}body.site-blog .article-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(15,23,42,.09)}body.site-blog .card-image{aspect-ratio:16/10;background:linear-gradient(135deg,#fee2e2,#f1f5f9);overflow:hidden}body.site-blog .card-image img{width:100%;height:100%;object-fit:cover}body.site-blog .card-body{display:flex;flex:1;flex-direction:column;padding:24px}body.site-blog .card-meta{display:flex;gap:10px;align-items:center;color:var(--red);font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.07em}body.site-blog .card-body h2{font-size:24px;line-height:1.25;letter-spacing:-.025em;margin:12px 0}body.site-blog .card-body p{color:var(--muted);line-height:1.7;margin:0 0 20px}body.site-blog .read-more{margin-top:auto;color:var(--red);font-weight:850}body.site-blog .article-header{max-width:940px;margin:0 auto 34px;text-align:center}body.site-blog .article-category{color:var(--red)}body.site-blog .article-header h1{font-size:clamp(36px,6vw,62px);line-height:1.08;letter-spacing:-.05em;margin:14px 0 18px}body.site-blog .article-deck{font-size:19px;line-height:1.75;color:var(--muted);margin:0 auto 18px;max-width:800px}body.site-blog .article-meta{color:var(--muted);font-size:14px}body.site-blog .cover{max-width:1080px;margin:0 auto 36px;border-radius:28px;overflow:hidden;background:#e2e8f0;box-shadow:0 15px 42px rgba(15,23,42,.1)}body.site-blog .cover img{width:100%;max-height:680px;object-fit:cover}body.site-blog .article-content{max-width:860px;margin:auto;background:#fff;border:1px solid var(--line);border-radius:28px;padding:clamp(26px,5vw,58px);box-shadow:0 12px 36px rgba(15,23,42,.05);font-size:18px;line-height:1.85}body.site-blog .article-content h2{font-size:32px;line-height:1.2;margin:1.55em 0 .55em;letter-spacing:-.03em}body.site-blog .article-content h3{font-size:23px;line-height:1.35;margin:1.4em 0 .5em}body.site-blog .article-content p{margin:0 0 1.25em}body.site-blog .article-content ul,
body.site-blog .article-content ol{padding-left:1.35em;margin-bottom:1.4em}body.site-blog .article-content li{margin:.42em 0}body.site-blog .article-content a{color:var(--red);text-decoration:underline;text-underline-offset:3px}body.site-blog .article-content table{width:100%;border-collapse:collapse;margin:26px 0;font-size:15px;line-height:1.55}body.site-blog .article-content th,
body.site-blog .article-content td{border:1px solid #dbe2ea;padding:12px 13px;text-align:left;vertical-align:top}body.site-blog .article-content th{background:#f1f5f9;font-weight:850}body.site-blog .answer-box{padding:22px 24px;background:#fff7ed;border-left:5px solid #f59e0b;border-radius:14px;margin:0 0 28px}body.site-blog .note{padding:18px 20px;background:#f8fafc;border:1px solid #dbe2ea;border-radius:14px}body.site-blog .checklist li::marker{color:var(--red)}body.site-blog .faq{border-top:1px solid var(--line)}body.site-blog .faq h3{margin:0;padding-top:22px}body.site-blog .faq p{padding-bottom:20px;border-bottom:1px solid var(--line)}body.site-blog .article-cta{max-width:860px;margin:28px auto 0;padding:28px;border-radius:22px;background:#111827;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:20px}body.site-blog .article-cta h2{margin:0;font-size:24px}body.site-blog .article-cta p{color:#94a3b8;margin:7px 0 0}body.site-blog footer{background:#111827;color:#fff;padding:54px 0}body.site-blog .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:36px}body.site-blog .footer-muted{color:#94a3b8;line-height:1.7}body.site-blog .footer-title{font-weight:850;margin-bottom:14px}body.site-blog .footer-links{display:grid;gap:10px;color:#94a3b8;font-size:14px}body.site-blog .copyright{border-top:1px solid #293548;margin-top:34px;padding-top:24px;text-align:center;color:#64748b;font-size:13px}@media(max-width:820px){body.site-blog .nav-links{display:none}body.site-blog .article-grid{grid-template-columns:1fr}body.site-blog .blog-hero{padding:32px 24px}body.site-blog .footer-grid{grid-template-columns:1fr}body.site-blog .article-cta{align-items:flex-start;flex-direction:column}body.site-blog .page{padding-top:30px}body.site-blog .article-content{font-size:16px}body.site-blog .article-content table{display:block;overflow-x:auto}}
