/* Marugandha Foods — Royal Jaipur Heritage Theme */
:root {
    --brand-dark: #3A2E1F;
    --brand-dark-hover: #2A2118;
    --brand-cream: #EDE3D0;
    --brand-cream-light: #F6F0E4;
    --brand-green: #B85C38;
    --brand-green-dark: #9A4A2C;
    --brand-green-light: #F3E4DC;
    --brand-lime: #C4A35A;
    --text-primary: #2A2118;
    --text-secondary: #5E5348;
    --text-muted: #8A8074;
    --white: #ffffff;
    --border: #E5DCCE;
    --shadow-sm: 0 1px 3px rgba(58, 46, 31, 0.08);
    --shadow-md: 0 4px 20px rgba(58, 46, 31, 0.1);
    --shadow-lg: 0 12px 40px rgba(58, 46, 31, 0.12);
    --radius: 12px;
    --radius-lg: 20px;
    --font-body: 'DM Sans', system-ui, sans-serif;
    --font-display: 'Playfair Display', Georgia, serif;
    --header-h: 64px;
    --transition: 0.25s ease;
    --heritage-line: color-mix(in srgb, var(--brand-dark), var(--border) 55%);
    --heritage-gold: #C4A35A;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body.is-loading { overflow: hidden; }

/* Page loader — Rajasthani heritage × Gen Z splash */
.page-loader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.7s ease, visibility 0.7s ease, transform 0.7s ease;
}
.page-loader--hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: scale(1.04);
}
.page-loader-backdrop {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 50% 35%, rgba(184, 92, 56, 0.2), transparent 55%),
        radial-gradient(circle at 20% 80%, rgba(196, 163, 90, 0.22), transparent 40%),
        radial-gradient(circle at 85% 15%, rgba(246, 240, 228, 0.12), transparent 35%),
        linear-gradient(160deg, #241C14 0%, #3A2E1F 45%, #2A2118 100%);
    overflow: hidden;
}
.loader-jaali {
    position: absolute;
    inset: -10%;
    opacity: 0.14;
    background-image:
        radial-gradient(circle at center, transparent 38%, rgba(196, 163, 90, 0.55) 39%, transparent 41%),
        repeating-linear-gradient(0deg, transparent 0 18px, rgba(246, 240, 228, 0.08) 18px 19px),
        repeating-linear-gradient(90deg, transparent 0 18px, rgba(246, 240, 228, 0.08) 18px 19px);
    animation: loader-jaali-drift 18s linear infinite;
}
.loader-glow {
    position: absolute;
    top: 42%;
    left: 50%;
    width: 280px;
    height: 280px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(196, 163, 90, 0.3), transparent 68%);
    filter: blur(8px);
    animation: loader-glow-pulse 2.2s ease-in-out infinite;
}
.page-loader-content {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 1.5rem;
}
.loader-stage {
    position: relative;
    width: 210px;
    height: 210px;
    margin: 0 auto 1.35rem;
}
.loader-orbit {
    position: absolute;
    inset: 0;
    border-radius: 50%;
}
.loader-orbit--outer {
    border: 1.5px dashed rgba(196, 163, 90, 0.55);
    animation: loader-spin 10s linear infinite;
}
.loader-orbit--inner {
    inset: 22px;
    border: 1px solid rgba(246, 240, 228, 0.22);
    animation: loader-spin-rev 7s linear infinite;
}
.loader-bead {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50% 50% 50% 0;
    background: linear-gradient(135deg, #EDE3D0, #C4A35A);
    box-shadow: 0 0 10px rgba(196, 163, 90, 0.55);
    transform-origin: center;
}
.loader-bead:nth-child(1) { top: -4px; left: 50%; margin-left: -4px; transform: rotate(-45deg); }
.loader-bead:nth-child(2) { top: 14%; right: 14%; transform: rotate(0deg); }
.loader-bead:nth-child(3) { top: 50%; right: -4px; margin-top: -4px; transform: rotate(45deg); }
.loader-bead:nth-child(4) { bottom: 14%; right: 14%; transform: rotate(90deg); }
.loader-bead:nth-child(5) { bottom: -4px; left: 50%; margin-left: -4px; transform: rotate(135deg); }
.loader-bead:nth-child(6) { bottom: 14%; left: 14%; transform: rotate(180deg); }
.loader-bead:nth-child(7) { top: 50%; left: -4px; margin-top: -4px; transform: rotate(225deg); }
.loader-bead:nth-child(8) { top: 14%; left: 14%; transform: rotate(270deg); }
.loader-mandala {
    position: absolute;
    inset: 36px;
    border-radius: 50%;
    border: 2px solid rgba(196, 163, 90, 0.35);
    background:
        radial-gradient(circle at center, transparent 52%, rgba(184, 92, 56, 0.12) 53%, transparent 56%),
        radial-gradient(circle at center, rgba(246, 240, 228, 0.06) 0 48%, transparent 49%);
    animation: loader-mandala-breathe 2.4s ease-in-out infinite;
}
.loader-logo-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 118px;
    height: 118px;
    margin: -59px 0 0 -59px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 28px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(246, 240, 228, 0.95));
    border: 1.5px solid rgba(196, 163, 90, 0.55);
    box-shadow:
        0 0 0 6px rgba(196, 163, 90, 0.12),
        0 18px 40px rgba(0, 0, 0, 0.35);
    animation: loader-logo-pop 1s cubic-bezier(0.22, 1.2, 0.36, 1) both,
               loader-logo-breathe 2.6s ease-in-out 1s infinite;
}
.loader-corner {
    position: absolute;
    width: 16px;
    height: 16px;
    border-color: var(--heritage-gold);
    border-style: solid;
    opacity: 0.9;
}
.loader-corner--tl { top: 8px; left: 8px; border-width: 2px 0 0 2px; }
.loader-corner--tr { top: 8px; right: 8px; border-width: 2px 2px 0 0; }
.loader-corner--bl { bottom: 8px; left: 8px; border-width: 0 0 2px 2px; }
.loader-corner--br { bottom: 8px; right: 8px; border-width: 0 2px 2px 0; }
.loader-logo {
    width: 78px;
    height: 78px;
    object-fit: contain;
    filter: drop-shadow(0 4px 10px rgba(58, 46, 31, 0.2));
    animation: loader-logo-tilt 3.2s ease-in-out 1s infinite;
}
.loader-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(246, 240, 228, 0.75);
    margin-bottom: 0.45rem;
    animation: loader-fade-up 0.8s ease 0.25s both;
}
.loader-kicker span {
    color: var(--heritage-gold);
    letter-spacing: 0;
    animation: loader-fade-pulse 1.8s ease-in-out infinite;
}
.loader-text {
    font-family: var(--font-display);
    font-size: clamp(1.2rem, 3.5vw, 1.55rem);
    font-weight: 700;
    color: #faf7f0;
    letter-spacing: 0.04em;
    margin-bottom: 0.3rem;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
    animation: loader-fade-up 0.85s ease 0.4s both;
}
.loader-sub {
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(196, 163, 90, 0.95);
    margin-bottom: 1.35rem;
    animation: loader-fade-up 0.85s ease 0.55s both;
}
.loader-bar {
    width: 168px;
    height: 3px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 99px;
    overflow: hidden;
    animation: loader-fade-up 0.85s ease 0.7s both;
}
.loader-bar-fill {
    display: block;
    height: 100%;
    width: 42%;
    border-radius: 99px;
    background: linear-gradient(90deg, #C4A35A, #B85C38, #EDE3D0, #C4A35A);
    background-size: 200% 100%;
    animation: loader-progress 1.35s ease-in-out infinite, loader-shimmer 1.8s linear infinite;
}
@keyframes loader-spin {
    to { transform: rotate(360deg); }
}
@keyframes loader-spin-rev {
    to { transform: rotate(-360deg); }
}
@keyframes loader-jaali-drift {
    to { transform: rotate(360deg) scale(1.05); }
}
@keyframes loader-glow-pulse {
    0%, 100% { opacity: 0.55; transform: translate(-50%, -50%) scale(0.92); }
    50% { opacity: 1; transform: translate(-50%, -50%) scale(1.08); }
}
@keyframes loader-mandala-breathe {
    0%, 100% { transform: scale(0.96); opacity: 0.7; }
    50% { transform: scale(1.04); opacity: 1; }
}
@keyframes loader-logo-pop {
    0% { opacity: 0; transform: scale(0.55) rotate(-12deg); }
    70% { opacity: 1; transform: scale(1.06) rotate(2deg); }
    100% { opacity: 1; transform: scale(1) rotate(0); }
}
@keyframes loader-logo-breathe {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-5px) scale(1.03); }
}
@keyframes loader-logo-tilt {
    0%, 100% { transform: rotate(-2deg); }
    50% { transform: rotate(2deg); }
}
@keyframes loader-fade-pulse {
    0%, 100% { opacity: 0.45; }
    50% { opacity: 1; }
}
@keyframes loader-fade-up {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes loader-progress {
    0% { transform: translateX(-130%); }
    100% { transform: translateX(280%); }
}
@keyframes loader-shimmer {
    to { background-position: 200% 0; }
}

html { scroll-behavior: smooth; scroll-padding-top: var(--header-h); }

body {
    font-family: var(--font-body);
    color: var(--text-primary);
    background: var(--brand-cream-light);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

/* subtle heritage texture */
body::before {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 20% 10%, rgba(184, 92, 56, 0.06), transparent 40%),
        radial-gradient(circle at 80% 20%, rgba(58, 46, 31, 0.06), transparent 45%),
        radial-gradient(circle at 40% 90%, rgba(246, 240, 228, 0.6), transparent 45%),
        repeating-linear-gradient(135deg, rgba(58, 46, 31, 0.02) 0 2px, transparent 2px 12px);
    opacity: 0.75;
    z-index: -1;
}

/* Add a light “heritage border” feel */
.site-header::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--heritage-gold), var(--brand-green), var(--heritage-gold), transparent);
    opacity: 0.55;
    pointer-events: none;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 30% 15%, rgba(196, 163, 90, 0.18), transparent 35%),
        radial-gradient(circle at 70% 25%, rgba(184, 92, 56, 0.14), transparent 35%),
        repeating-linear-gradient(135deg, rgba(246, 240, 228, 0.06) 0 2px, transparent 2px 14px);
    mix-blend-mode: overlay;
    opacity: 0.65;
}

img { max-width: 100%; height: auto; display: block; }

a { color: inherit; text-decoration: none; transition: color var(--transition); }

ul { list-style: none; }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.container {
    width: min(1200px, 100% - 2rem);
    margin-inline: auto;
}

.skip-link {
    position: absolute;
    top: -100%;
    left: 1rem;
    background: var(--brand-dark);
    color: var(--white);
    padding: 0.5rem 1rem;
    border-radius: 4px;
    z-index: 9999;
}
.skip-link:focus { top: 1rem; }

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.75rem;
    font-size: 0.9375rem;
    font-weight: 600;
    border-radius: 50px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all var(--transition);
    white-space: nowrap;
}
.btn-sm {
    padding: 0.55rem 1.1rem;
    font-size: 0.875rem;
}
.btn-disabled {
    opacity: 0.55;
    cursor: not-allowed;
    pointer-events: none;
}
.btn-primary {
    background: var(--brand-green);
    color: var(--white);
    border-color: var(--brand-green);
}
.btn-primary:hover {
    background: var(--brand-green-dark);
    border-color: var(--brand-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}
.btn-outline {
    background: transparent;
    color: var(--brand-dark);
    border-color: var(--brand-dark);
}
.btn-outline:hover {
    background: var(--brand-dark);
    color: var(--white);
}

/* Floating WhatsApp */
.whatsapp-float {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 120;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25D366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
    transition: transform var(--transition), box-shadow var(--transition);
}
.whatsapp-float:hover {
    transform: scale(1.06);
    box-shadow: 0 12px 28px rgba(37, 211, 102, 0.55);
    color: #fff;
}

/* Header */
.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(246, 240, 228, 0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border);
    height: var(--header-h);
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: var(--header-h);
    gap: 1rem;
}

/* Brand lockup */
.brand {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}
.brand-logos {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
}
.brand-logo {
    object-fit: contain;
    display: block;
}
.brand-logo1 {
    width: 52px;
    height: 52px;
}
.brand-logo2 {
    height: 44px;
    width: auto;
}

/* Traditional ornament under section titles */
.section-title {
    position: relative;
    display: inline-block;
}
.section-title::after {
    content: '';
    display: block;
    width: 84px;
    height: 2px;
    margin: 0.9rem auto 0;
    border-radius: 99px;
    background: linear-gradient(90deg, transparent, var(--heritage-gold), var(--brand-green), var(--heritage-gold), transparent);
    opacity: 0.9;
}
.main-nav {
    flex: 1;
    display: flex;
    justify-content: center;
    min-width: 0;
}
.main-nav ul {
    display: flex;
    gap: 1.35rem;
}
.main-nav a {
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: var(--text-secondary);
    position: relative;
    white-space: nowrap;
}
.main-nav a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--brand-green);
    transition: width var(--transition);
}
.main-nav a:hover { color: var(--brand-dark); }
.main-nav a:hover::after,
.main-nav a.is-active::after { width: 100%; }
.main-nav a.is-active { color: var(--brand-dark); }

.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
}
.nav-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--brand-dark);
    transition: var(--transition);
}

/* Header actions + social */
.header-actions {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-shrink: 0;
}
.header-icon-btn,
.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: var(--brand-dark);
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid color-mix(in srgb, var(--heritage-gold), var(--border) 55%);
    transition: background var(--transition), color var(--transition), border-color var(--transition), transform var(--transition), box-shadow var(--transition);
}
.header-wa-btn {
    color: #fff;
    background: #25D366;
    border-color: #25D366;
}
.header-wa-btn:hover {
    color: #fff;
    background: #1ebe5d;
    border-color: #1ebe5d;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.4);
}
.social-links {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}
.social-link:hover {
    color: #fff;
    background: var(--brand-green);
    border-color: var(--brand-green);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px color-mix(in srgb, var(--brand-green), transparent 50%);
}
.social-links--footer {
    margin-top: 0.65rem;
    gap: 0.55rem;
}
.social-label {
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    margin-top: 1.15rem;
    margin-bottom: 0.35rem;
}
.social-links--footer .social-link {
    width: 40px;
    height: 40px;
    color: var(--brand-dark);
    background: rgba(246, 240, 228, 0.95);
    border-color: rgba(246, 240, 228, 0.35);
}
.social-links--footer .social-link:hover {
    color: #fff;
    background: var(--brand-green);
    border-color: var(--brand-green);
}

/* Hero */
.hero {
    position: relative;
    min-height: clamp(420px, 70vh, 600px);
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--brand-dark);
}
.hero-bg {
    position: absolute;
    inset: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 0.45;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(58,46,31,0.85) 0%, rgba(58,46,31,0.4) 60%, transparent 100%);
}
.hero-content {
    position: relative;
    z-index: 1;
    max-width: 600px;
    padding: 3rem 0;
    color: var(--white);
}
.hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-bottom: 1.25rem;
}
.hero-badge {
    display: inline-block;
    background: rgba(184, 92, 56, 0.2);
    border: 1px solid rgba(138, 245, 0, 0.4);
    color: var(--brand-lime);
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.375rem 1rem;
    border-radius: 50px;
    margin-bottom: 0;
}
.hero-badge--alt {
    background: rgba(196, 163, 90, 0.18);
    border-color: rgba(196, 163, 90, 0.5);
    color: color-mix(in srgb, var(--brand-cream), #fff 10%);
}
.hero h1 {
    font-family: var(--font-display);
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 1rem;
}
.hero p {
    font-size: 1.0625rem;
    opacity: 0.9;
    margin-bottom: 2rem;
    line-height: 1.7;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; }

/* Section common */
.section {
    padding: clamp(3rem, 8vw, 5rem) 0;
}
.section-header {
    text-align: center;
    margin-bottom: 3rem;
}
.section-label {
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--brand-green);
    margin-bottom: 0.5rem;
}
.section-title {
    font-family: var(--font-display);
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    color: var(--brand-dark);
    line-height: 1.2;
}
.section-subtitle {
    color: var(--text-secondary);
    margin-top: 0.75rem;
    font-size: 1.0625rem;
    max-width: 720px;
    margin-inline: auto;
    line-height: 1.7;
}

/* Categories */
.categories { background: var(--white); }

/* Why Choose Us */
.why-choose {
    background:
        linear-gradient(180deg, var(--brand-cream-light) 0%, var(--white) 50%, var(--brand-cream-light) 100%);
    position: relative;
}
.why-choose::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--heritage-gold), var(--brand-green), var(--heritage-gold), transparent);
    opacity: 0.7;
}
.why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    max-width: 920px;
    margin: 0 auto 2.5rem;
}
.why-card {
    position: relative;
    padding: 1.5rem 1.35rem 1.35rem;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid color-mix(in srgb, var(--heritage-gold), var(--border) 50%);
    border-radius: 14px;
    box-shadow: var(--shadow-sm);
    text-align: center;
    transition: transform var(--transition), box-shadow var(--transition);
}
.why-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}
.why-card-corner {
    position: absolute;
    width: 18px;
    height: 18px;
    border-color: var(--heritage-gold);
    border-style: solid;
    opacity: 0.75;
}
.why-card-corner--tl { top: 8px; left: 8px; border-width: 2px 0 0 2px; }
.why-card-corner--tr { top: 8px; right: 8px; border-width: 2px 2px 0 0; }
.why-card-corner--bl { bottom: 8px; left: 8px; border-width: 0 0 2px 2px; }
.why-card-corner--br { bottom: 8px; right: 8px; border-width: 0 2px 2px 0; }
.why-card-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    border-radius: 50%;
    background: linear-gradient(145deg, var(--brand-cream), var(--brand-cream-light));
    border: 1px solid color-mix(in srgb, var(--heritage-gold), transparent 55%);
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.7);
}
.why-card h3 {
    font-family: var(--font-display);
    font-size: 1.125rem;
    color: var(--brand-dark);
    margin-bottom: 0.5rem;
    line-height: 1.3;
}
.why-card p {
    font-size: 0.875rem;
    color: var(--text-secondary);
    line-height: 1.65;
    margin-bottom: 0.85rem;
}
.why-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.4rem;
}
.why-tag {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.25rem 0.55rem;
    border-radius: 50px;
    background: var(--brand-green-light);
    color: var(--brand-green-dark);
    border: 1px solid color-mix(in srgb, var(--brand-green), transparent 70%);
}
.why-tag-btn {
    cursor: pointer;
    font-family: inherit;
    transition: background var(--transition), color var(--transition), transform var(--transition), box-shadow var(--transition);
}
.why-tag-btn:hover,
.why-tag-btn:focus-visible {
    background: var(--brand-green);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px color-mix(in srgb, var(--brand-green), transparent 55%);
    outline: none;
}
.why-card-icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}
.why-compare {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    max-width: 720px;
    margin: 0 auto 2.5rem;
}
.why-compare-card {
    padding: 1.15rem 1.25rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid var(--border);
    text-align: center;
}
.why-compare-card--highlight {
    background: linear-gradient(135deg, rgba(243, 228, 220, 0.5), rgba(246, 240, 228, 0.9));
    border-color: color-mix(in srgb, var(--heritage-gold), var(--brand-green) 35%);
    box-shadow: var(--shadow-sm);
}
.why-compare-label {
    display: block;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 0.45rem;
}
.why-compare-card--highlight .why-compare-label {
    color: var(--brand-green);
}
.why-compare-card p {
    font-size: 0.8125rem;
    color: var(--text-secondary);
    line-height: 1.55;
}
.why-compare-card--highlight p {
    color: var(--brand-dark);
    font-weight: 500;
}
.why-steps {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
    gap: 0.5rem;
    align-items: start;
    max-width: 960px;
    margin: 0 auto 2rem;
    padding: 1.5rem 1rem;
    background: rgba(255, 255, 255, 0.65);
    border: 1px solid color-mix(in srgb, var(--heritage-gold), var(--border) 60%);
    border-radius: 16px;
}
.why-step {
    text-align: center;
    padding: 0 0.25rem;
}
.why-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--heritage-gold);
    background: var(--brand-cream);
    border: 1px solid color-mix(in srgb, var(--heritage-gold), transparent 50%);
    margin-bottom: 0.5rem;
}
.why-step h4 {
    font-family: var(--font-display);
    font-size: 0.9375rem;
    color: var(--brand-dark);
    margin-bottom: 0.25rem;
}
.why-step p {
    font-size: 0.75rem;
    color: var(--text-secondary);
    line-height: 1.5;
}
.why-step-connector {
    color: var(--heritage-gold);
    font-size: 0.75rem;
    padding-top: 0.65rem;
    opacity: 0.7;
}
.why-cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
}

.categories,
.about,
.contact,
.directions {
    position: relative;
}
.categories::before,
.about::before,
.contact::before,
.directions::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--heritage-line), transparent);
    opacity: 0.8;
}
.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem;
}
.category-card {
    background: var(--brand-cream-light);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 1.5rem 1.25rem;
    text-align: center;
    transition: all var(--transition);
    cursor: pointer;
}
.category-card:hover,
.category-card.active {
    background: var(--brand-dark);
    border-color: var(--brand-dark);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}
.category-card:hover .cat-icon,
.category-card.active .cat-icon { transform: scale(1.1); }
.category-card:hover h3,
.category-card:hover p,
.category-card.active h3,
.category-card.active p { color: var(--white); }
.cat-icon {
    font-size: 2.5rem;
    margin-bottom: 0.75rem;
    transition: transform var(--transition);
}
.category-card h3 {
    font-size: 1.0625rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
    color: var(--brand-dark);
    transition: color var(--transition);
}
.category-card p {
    font-size: 0.875rem;
    color: var(--text-muted);
    transition: color var(--transition);
}

/* Products */
.products { background: var(--brand-cream-light); }
.product-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 2rem;
}
.tab-btn {
    padding: 0.5rem 1.15rem;
    font-size: 0.8125rem;
    font-weight: 500;
    border: 1px solid var(--border);
    border-radius: 50px;
    background: var(--white);
    color: var(--text-secondary);
    cursor: pointer;
    transition: all var(--transition);
}
.tab-btn:hover,
.tab-btn.active {
    background: var(--brand-dark);
    border-color: var(--brand-dark);
    color: var(--white);
}
.product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    align-items: stretch;
    max-width: 1080px;
    margin: 0 auto;
    justify-content: center;
}
.product-grid--1 {
    grid-template-columns: minmax(0, 360px);
}
.product-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 720px;
}
.product-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 1080px;
}
.product-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid var(--border);
    transition: all var(--transition);
    display: flex;
    flex-direction: column;
    height: 100%;
}
.product-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
}
.product-img-wrap {
    aspect-ratio: 1;
    overflow: hidden;
    background: var(--brand-cream);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    flex-shrink: 0;
}
.product-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
}
.product-card:hover .product-img-wrap img { transform: scale(1.05); }
.product-body {
    padding: 1.25rem 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
}
.product-tagline {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--brand-green);
    margin-bottom: 0.375rem;
    min-height: 1.1em;
}
.product-body h3 {
    font-size: 1.0625rem;
    font-weight: 600;
    color: var(--brand-dark);
    margin-bottom: 0.5rem;
    line-height: 1.3;
    min-height: 2.6em;
}
.product-body p {
    font-size: 0.875rem;
    color: var(--text-secondary);
    line-height: 1.6;
}
.product-desc {
    flex: 1;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    min-height: 7em;
}
.product-actions {
    margin-top: auto;
    padding-top: 1rem;
    flex-shrink: 0;
}
.buy-chips {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) minmax(0, 1.2fr);
    gap: 0.45rem;
    width: 100%;
    align-items: stretch;
}
.buy-chips--duo {
    grid-template-columns: 44px 1fr;
}
.buy-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0.4rem 0.5rem;
    border-radius: 12px;
    background: #fff;
    border: 1px solid rgba(58, 46, 31, 0.08);
    box-shadow: 0 2px 10px rgba(58, 46, 31, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    text-decoration: none;
    color: inherit;
}
.buy-chip:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(58, 46, 31, 0.1);
    border-color: rgba(58, 46, 31, 0.14);
}
.buy-chip--wa {
    background: linear-gradient(145deg, #2bd46e, #25D366);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.28);
}
.buy-chip--wa:hover {
    background: linear-gradient(145deg, #25D366, #1ebe57);
    color: #fff;
    box-shadow: 0 8px 22px rgba(37, 211, 102, 0.38);
}
.buy-chip--store {
    background: #fafafa;
    padding: 0.35rem 0.45rem;
}
.buy-logo {
    display: block;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
}
.buy-logo--amazon {
    max-height: 17px;
    max-width: 58px;
}
.buy-logo--flipkart {
    max-height: 15px;
    max-width: 82px;
}
.buy-chip--enquire {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--brand-dark);
    background: var(--brand-cream-light);
    letter-spacing: 0.02em;
}
.buy-chip--disabled {
    opacity: 0.38;
    filter: grayscale(1);
    pointer-events: none;
    cursor: not-allowed;
}
.product-panel { display: none; }
.product-panel.active { display: block; }

/* Features strip */
.features-strip {
    background: var(--brand-dark);
    color: var(--white);
    padding: 1.75rem 0;
}
.features-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    text-align: center;
}
.feature-item {
    padding: 0.5rem 0.75rem;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.feature-item:last-child { border-right: none; }
.feature-item strong {
    display: block;
    font-size: 1.25rem;
    font-family: var(--font-display);
    color: var(--brand-lime);
    margin-bottom: 0.2rem;
}
.feature-item span { font-size: 0.75rem; opacity: 0.8; letter-spacing: 0.02em; }

/* About */
.about {
    background:
        linear-gradient(180deg, var(--brand-cream-light) 0%, var(--white) 45%, var(--brand-cream-light) 100%);
}
.about-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(2rem, 5vw, 3.5rem);
    align-items: stretch;
}
.about-visual-frame {
    position: relative;
    height: 100%;
    padding: clamp(1.1rem, 3vw, 1.5rem);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(246, 240, 228, 0.92)),
        repeating-linear-gradient(135deg, rgba(196, 163, 90, 0.035) 0 1px, transparent 1px 12px);
    border: 2px solid color-mix(in srgb, var(--heritage-gold), var(--brand-dark) 14%);
    border-radius: 10px;
    box-shadow:
        inset 0 0 0 6px rgba(255, 255, 255, 0.55),
        inset 0 0 0 7px color-mix(in srgb, var(--heritage-gold), transparent 62%),
        var(--shadow-md);
}
.about-brand-lockup {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    margin-bottom: 1.25rem;
    padding: 0.9rem 1.15rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid color-mix(in srgb, var(--heritage-gold), var(--border) 35%);
    box-shadow: var(--shadow-sm);
}
.about-logo {
    object-fit: contain;
    display: block;
}
.about-logo1 { width: 72px; height: 72px; flex-shrink: 0; }
.about-logo2 { width: min(220px, 52vw); height: auto; }
.about-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
.about-img-wrap {
    margin: 0;
    overflow: hidden;
    border-radius: var(--radius);
    border: 1px solid color-mix(in srgb, var(--heritage-gold), var(--border) 55%);
    background: var(--white);
    box-shadow: var(--shadow-sm);
}
.about-img-wrap--hero {
    grid-column: 1 / -1;
}
.about-img-wrap img {
    width: 100%;
    display: block;
    background: var(--brand-cream-light);
}
.about-img-wrap--hero img {
    aspect-ratio: 746 / 560;
    object-fit: contain;
    object-position: center top;
}
.about-img-wrap:not(.about-img-wrap--hero) {
    aspect-ratio: 1;
}
.about-img-wrap:not(.about-img-wrap--hero) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.about-content {
    position: relative;
    padding: clamp(1.5rem, 4vw, 2.25rem);
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid color-mix(in srgb, var(--heritage-gold), var(--border) 45%);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
}
.about-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 1.5rem;
    right: 1.5rem;
    height: 3px;
    border-radius: 0 0 4px 4px;
    background: linear-gradient(90deg, var(--heritage-gold), var(--brand-green), var(--heritage-gold));
    opacity: 0.85;
}
.about-content h3 {
    font-family: var(--font-display);
    font-size: 1.5rem;
    color: var(--brand-dark);
    margin-bottom: 1rem;
    margin-top: 1.5rem;
    padding-bottom: 0.65rem;
    border-bottom: 1px solid color-mix(in srgb, var(--heritage-gold), transparent 55%);
}
.about-content h3:first-child { margin-top: 0; }
.about-content p {
    color: var(--text-secondary);
    margin-bottom: 1rem;
    line-height: 1.75;
}
.about-list {
    margin-top: 1.5rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.85rem;
}
.about-list li {
    display: flex;
    gap: 0.75rem;
    font-size: 0.9375rem;
    color: var(--text-secondary);
    padding: 0.75rem 0.9rem;
    background: var(--brand-cream-light);
    border-radius: var(--radius);
    border: 1px solid color-mix(in srgb, var(--heritage-gold), var(--border) 65%);
}
.about-list li::before {
    content: '❋';
    color: var(--heritage-gold);
    font-size: 0.85rem;
    line-height: 1.6;
    flex-shrink: 0;
}

/* About — heritage closing */
.about-heritage-closing {
    margin-top: clamp(2.5rem, 6vw, 4rem);
}
.heritage-frame {
    position: relative;
    max-width: 720px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 3rem) clamp(1.75rem, 5vw, 3rem);
    text-align: center;
    background:
        linear-gradient(180deg, rgba(246, 240, 228, 0.95), rgba(246, 240, 228, 0.85)),
        repeating-linear-gradient(
            45deg,
            rgba(196, 163, 90, 0.04) 0 1px,
            transparent 1px 10px
        );
    border: 2px solid color-mix(in srgb, var(--heritage-gold), var(--brand-dark) 15%);
    border-radius: 4px;
    box-shadow:
        inset 0 0 0 6px rgba(246, 240, 228, 0.65),
        inset 0 0 0 7px color-mix(in srgb, var(--heritage-gold), transparent 55%),
        var(--shadow-md);
}
.heritage-corner {
    position: absolute;
    width: 28px;
    height: 28px;
    border-color: var(--heritage-gold);
    border-style: solid;
    opacity: 0.85;
}
.heritage-corner--tl { top: 10px; left: 10px; border-width: 2px 0 0 2px; }
.heritage-corner--tr { top: 10px; right: 10px; border-width: 2px 2px 0 0; }
.heritage-corner--bl { bottom: 10px; left: 10px; border-width: 0 0 2px 2px; }
.heritage-corner--br { bottom: 10px; right: 10px; border-width: 0 2px 2px 0; }
.heritage-motif {
    font-size: 1.125rem;
    color: var(--heritage-gold);
    letter-spacing: 0.35em;
    margin-bottom: 0.75rem;
    opacity: 0.9;
}
.heritage-label {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--brand-green);
    margin-bottom: 0.65rem;
}
.heritage-tagline {
    font-family: var(--font-display);
    font-size: clamp(1.75rem, 4.5vw, 2.75rem);
    font-weight: 700;
    line-height: 1.2;
    color: var(--brand-dark);
    margin-bottom: 1rem;
    background: linear-gradient(135deg, var(--brand-dark) 30%, var(--heritage-gold) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.heritage-subline {
    font-family: var(--font-display);
    font-size: clamp(1rem, 2.2vw, 1.125rem);
    font-style: italic;
    color: color-mix(in srgb, var(--brand-dark), var(--text-secondary) 35%);
    line-height: 1.7;
    max-width: 520px;
    margin: 0 auto;
}
.heritage-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 1.5rem;
    color: var(--heritage-gold);
    font-size: 0.875rem;
}
.heritage-divider span:first-child,
.heritage-divider span:last-child {
    flex: 1;
    max-width: 120px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--heritage-gold), transparent);
}

/* Testimonials */
.testimonials { background: var(--brand-cream); }
.testimonial-slider { position: relative; max-width: 720px; margin: 0 auto; }
.testimonial-track { overflow: hidden; }
.testimonial-slides {
    display: flex;
    transition: transform 0.5s ease;
}
.testimonial-slide {
    min-width: 100%;
    padding: 0 0.5rem;
}
.testimonial-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 2.5rem;
    text-align: center;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border);
}
.stars {
    color: #f5a623;
    font-size: 1.125rem;
    letter-spacing: 2px;
    margin-bottom: 1.25rem;
}
.testimonial-card blockquote {
    font-size: 1.0625rem;
    color: var(--text-secondary);
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 1.5rem;
}
.testimonial-card cite {
    font-style: normal;
    font-weight: 600;
    color: var(--brand-dark);
    font-size: 0.9375rem;
}
.testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
}
.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--border);
    border: none;
    cursor: pointer;
    transition: all var(--transition);
    padding: 0;
}
.dot.active {
    background: var(--brand-green);
    width: 24px;
    border-radius: 4px;
}

/* Gallery */
.gallery { background: var(--white); }
.gallery-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 2rem;
}
.gallery-tab {
    padding: 0.625rem 1.25rem;
    font-size: 0.9rem;
    font-weight: 500;
    border: 1px solid var(--border);
    border-radius: 50px;
    background: var(--brand-cream-light);
    color: var(--text-secondary);
    cursor: pointer;
    transition: all var(--transition);
}
.gallery-tab:hover,
.gallery-tab.active {
    background: var(--brand-dark);
    border-color: var(--brand-dark);
    color: var(--white);
}
.gallery-panel { display: none; }
.gallery-panel.active { display: block; }
.gallery-event-copy {
    max-width: 920px;
    margin: 0 auto 2rem;
    padding: 1.5rem 1.75rem;
    background: var(--brand-cream-light);
    border: 1px solid color-mix(in srgb, var(--heritage-gold), var(--border) 55%);
    border-radius: var(--radius-lg);
}
.gallery-event-desc {
    text-align: left;
    color: var(--text-secondary);
    margin: 0;
    max-width: none;
    font-size: 1.02rem;
    line-height: 1.8;
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem;
    max-width: 920px;
    margin: 0 auto;
    justify-content: center;
    align-items: stretch;
}
.gallery-grid--1 {
    grid-template-columns: minmax(0, 420px);
    justify-content: center;
}
.gallery-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 920px;
}
.gallery-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 920px;
}
.gallery-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 1080px;
}
.gallery-item {
    border: none;
    padding: 0;
    background: none;
    cursor: pointer;
    border-radius: var(--radius);
    overflow: hidden;
    aspect-ratio: 1;
    width: 100%;
    transition: transform var(--transition), box-shadow var(--transition);
}
.gallery-item:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-item--external {
    position: relative;
    display: block;
    text-decoration: none;
    color: inherit;
}
.gallery-play {
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.62);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 1rem;
    pointer-events: none;
    transition: transform var(--transition), background var(--transition);
}
.gallery-item--external:hover .gallery-play {
    transform: translate(-50%, -50%) scale(1.08);
    background: rgba(58, 46, 31, 0.85);
}
.gallery-platform {
    position: absolute;
    left: 0.6rem;
    bottom: 0.6rem;
    padding: 0.2rem 0.45rem;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

/* Lightbox */
.lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.88);
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}
.lightbox[hidden] { display: none; }
.lightbox img {
    max-width: min(1100px, 100%);
    max-height: 90vh;
    object-fit: contain;
    border-radius: 8px;
}
.lightbox-close {
    position: absolute;
    top: 1rem;
    right: 1.25rem;
    background: none;
    border: none;
    color: #fff;
    font-size: 2.5rem;
    cursor: pointer;
    line-height: 1;
}

/* Quality Reports */
.quality-reports { background: var(--brand-cream); }
.quality-grid {
    display: grid;
    gap: 1.5rem;
    max-width: 1140px;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
/* Symmetric layout: 3 on top row, 2 centered on bottom row */
@media (min-width: 901px) {
    .quality-grid:has(.quality-card:nth-child(5):last-child) {
        grid-template-columns: repeat(6, 1fr);
    }
    .quality-grid:has(.quality-card:nth-child(5):last-child) .quality-card {
        grid-column: span 2;
    }
    .quality-grid:has(.quality-card:nth-child(5):last-child) .quality-card:nth-child(4) {
        grid-column: 2 / 4;
    }
    .quality-grid:has(.quality-card:nth-child(5):last-child) .quality-card:nth-child(5) {
        grid-column: 4 / 6;
    }
}
.quality-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: transform var(--transition), box-shadow var(--transition);
    display: flex;
    flex-direction: column;
}
.quality-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}
.quality-card-preview {
    aspect-ratio: 4/3;
    background: var(--brand-cream-light);
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid var(--border);
    overflow: hidden;
}
.quality-card-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.quality-pdf-icon {
    width: 88px;
    height: 104px;
    border-radius: 8px;
    background: linear-gradient(145deg, #c0392b, #e74c3c);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: 0.05em;
    box-shadow: 0 8px 20px rgba(192, 57, 43, 0.25);
}
.quality-card-body {
    padding: 1.25rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.quality-card-body h3 {
    font-family: var(--font-display);
    font-size: 1.125rem;
    color: var(--brand-dark);
    margin-bottom: 0.75rem;
    line-height: 1.35;
}
.quality-highlights {
    position: relative;
    margin-bottom: 0.85rem;
    padding: 1.1rem 0.9rem 0.85rem;
    background:
        linear-gradient(135deg, rgba(243, 228, 220, 0.55), rgba(246, 240, 228, 0.85));
    border: 1px solid color-mix(in srgb, var(--heritage-gold), var(--brand-green) 35%);
    border-radius: var(--radius);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}
.quality-highlights-badge {
    position: absolute;
    top: -0.6rem;
    left: 0.85rem;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    background: linear-gradient(135deg, var(--heritage-gold), color-mix(in srgb, var(--heritage-gold), #8b5a00 25%));
    color: #fff;
    padding: 0.2rem 0.55rem;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(196, 163, 90, 0.35);
}
.quality-highlight-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}
.quality-highlight-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.4rem 0.5rem;
    font-size: 0.8125rem;
    color: var(--brand-dark);
}
.quality-highlight-icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--brand-green);
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.quality-highlight-param {
    font-weight: 600;
    color: var(--brand-dark);
}
.quality-highlight-result {
    margin-left: auto;
    padding: 0.2rem 0.65rem;
    border-radius: 50px;
    background: var(--brand-green);
    color: #fff;
    font-weight: 700;
    font-size: 0.6875rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    box-shadow: 0 2px 6px rgba(184, 92, 56, 0.3);
    white-space: nowrap;
}
.quality-highlight-item--pass .quality-highlight-result {
    background: linear-gradient(135deg, var(--brand-green), var(--brand-green-dark));
}
.quality-card-body p {
    font-size: 0.875rem;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 1rem;
}
.quality-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: auto;
    padding-top: 1rem;
}
.quality-empty {
    text-align: center;
    color: var(--text-secondary);
    padding: 2rem 1rem;
    background: var(--white);
    border: 1px dashed var(--border);
    border-radius: var(--radius-lg);
}
.quality-intro {
    max-width: 920px;
    margin: -1.5rem auto 2.5rem;
    text-align: center;
    color: var(--text-secondary);
    font-size: 1.02rem;
    line-height: 1.8;
}

.report-viewer {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}
.report-viewer[hidden] { display: none; }
.report-viewer-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(26, 26, 26, 0.75);
}
.report-viewer-dialog {
    position: relative;
    z-index: 1;
    width: min(960px, 100%);
    max-height: 92vh;
    background: var(--white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    display: flex;
    flex-direction: column;
}
.report-viewer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--border);
    background: var(--brand-cream-light);
}
.report-viewer-header h3 {
    font-family: var(--font-display);
    font-size: 1.125rem;
    color: var(--brand-dark);
}
.report-viewer-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    padding: 0.65rem 1.25rem;
    background: var(--brand-cream-light);
    border-bottom: 1px solid var(--border);
}
.report-viewer-highlight {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.25rem 0.65rem;
    border-radius: 50px;
    background: var(--brand-green);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
}
.report-viewer-highlight strong {
    font-weight: 700;
    opacity: 0.9;
}
.report-viewer-close {
    background: none;
    border: none;
    font-size: 1.75rem;
    line-height: 1;
    cursor: pointer;
    color: var(--text-secondary);
    padding: 0.25rem;
}
.report-viewer-body {
    flex: 1;
    min-height: 60vh;
    background: #f5f5f5;
}
.report-viewer-body iframe,
.report-viewer-body img {
    width: 100%;
    height: 100%;
    min-height: 60vh;
    border: 0;
    display: block;
    object-fit: contain;
    background: #fff;
}

/* Why Choose Us media viewer */
.why-media-viewer {
    position: fixed;
    inset: 0;
    z-index: 210;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}
.why-media-viewer[hidden] { display: none; }
.why-media-viewer-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(26, 26, 26, 0.78);
}
.why-media-viewer-dialog {
    position: relative;
    z-index: 1;
    width: min(920px, 100%);
    max-height: 92vh;
    background: var(--white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    display: flex;
    flex-direction: column;
}
.why-media-viewer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--border);
    background: var(--brand-cream-light);
}
.why-media-viewer-header h3 {
    font-family: var(--font-display);
    font-size: 1.125rem;
    color: var(--brand-dark);
}
.why-media-viewer-close {
    background: none;
    border: none;
    font-size: 1.75rem;
    line-height: 1;
    cursor: pointer;
    color: var(--text-secondary);
    padding: 0.25rem;
}
.why-media-viewer-body {
    flex: 1;
    min-height: 50vh;
    background: #111;
    display: flex;
    align-items: center;
    justify-content: center;
}
.why-media-viewer-body img,
.why-media-viewer-body video {
    width: 100%;
    max-height: 70vh;
    object-fit: contain;
    display: block;
    background: #111;
}
.why-external-card {
    position: relative;
    display: block;
    width: min(100%, 720px);
    margin-inline: auto;
    border-radius: 12px;
    overflow: hidden;
    background: #1a1a1a;
    text-decoration: none;
    color: #fff;
    aspect-ratio: 16 / 9;
}
.why-external-card img,
.why-external-fallback {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.why-external-fallback {
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #3A2E1F, #B85C38);
    font-weight: 700;
    letter-spacing: 0.06em;
}
.why-external-play {
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.65);
    display: grid;
    place-items: center;
    font-size: 1.25rem;
    transition: transform 0.2s ease, background 0.2s ease;
}
.why-external-card:hover .why-external-play {
    transform: translate(-50%, -50%) scale(1.08);
    background: rgba(184, 92, 56, 0.9);
}
.why-external-meta {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 1rem;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
    font-size: 0.9rem;
    font-weight: 600;
}
.why-media-viewer-body .why-media-empty {
    padding: 2.5rem 1.5rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.85);
    background: var(--brand-dark);
    width: 100%;
    min-height: 40vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}
.why-media-viewer-body .why-media-empty strong {
    font-family: var(--font-display);
    font-size: 1.125rem;
    color: var(--brand-cream);
}
.why-media-viewer-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 0.75rem 1rem;
    border-top: 1px solid var(--border);
    background: var(--brand-cream-light);
}
.why-media-viewer-footer[hidden] { display: none; }
.why-media-nav {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--border);
    background: var(--white);
    color: var(--brand-dark);
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background var(--transition), border-color var(--transition);
}
.why-media-nav:hover { background: var(--brand-green-light); border-color: var(--brand-green); }
.why-media-counter {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--text-secondary);
    min-width: 4rem;
    text-align: center;
}

/* Directions / Google */
.directions {
    background: var(--white);
}
.directions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
    max-width: 920px;
    margin: 0 auto;
    justify-content: center;
}
.directions-grid--2 {
    max-width: 720px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.directions-grid--3 {
    max-width: 1080px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.directions-card {
    background: var(--brand-cream-light);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 2rem;
    transition: all var(--transition);
    display: flex;
    flex-direction: column;
    height: 100%;
}
.directions-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
    border-color: color-mix(in srgb, var(--brand-green), var(--border) 45%);
}
.directions-card .icon {
    width: 52px;
    height: 52px;
    background: var(--brand-green-light);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}
.directions-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--brand-dark);
    margin-bottom: 0.5rem;
}
.directions-card p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    margin-bottom: 1.25rem;
    line-height: 1.6;
    flex: 1;
}
.directions-card .btn {
    align-self: flex-start;
    margin-top: auto;
}

/* Testimonial videos */
.testimonial-videos {
    background: var(--brand-cream-light);
}
.testimonial-media-grid {
    display: grid;
    gap: 1.25rem;
    max-width: 1080px;
    margin: 0 auto;
    justify-content: center;
}
.testimonial-media-grid--1 {
    grid-template-columns: minmax(0, 360px);
}
.testimonial-media-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 720px;
}
.testimonial-media-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 960px;
}
.testimonial-media-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 1080px;
}
.testimonial-media-item {
    position: relative;
    border: none;
    padding: 0;
    background: none;
    cursor: pointer;
    border-radius: var(--radius);
    overflow: hidden;
    aspect-ratio: 1;
    width: 100%;
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform var(--transition), box-shadow var(--transition);
}
.testimonial-media-item:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}
.testimonial-media-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.testimonial-media-name {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.65rem 0.75rem;
    background: linear-gradient(transparent, rgba(42, 33, 24, 0.78));
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
}
.testimonial-video-viewer {
    position: fixed;
    inset: 0;
    z-index: 210;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}
.testimonial-video-viewer[hidden] { display: none; }
.testimonial-video-viewer-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(42, 33, 24, 0.78);
}
.testimonial-video-viewer-dialog {
    position: relative;
    z-index: 1;
    width: min(920px, 100%);
    background: var(--white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}
.testimonial-video-viewer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 1.1rem;
    border-bottom: 1px solid var(--border);
    background: var(--brand-cream-light);
}
.testimonial-video-viewer-header h3 {
    font-family: var(--font-display);
    font-size: 1.05rem;
    color: var(--brand-dark);
}
.testimonial-video-viewer-close {
    background: none;
    border: none;
    font-size: 1.75rem;
    line-height: 1;
    cursor: pointer;
    color: var(--text-secondary);
}
.testimonial-video-viewer-body {
    background: #111;
    min-height: 240px;
}
.testimonial-video-viewer-body video {
    width: 100%;
    max-height: 75vh;
    display: block;
    background: #000;
}

/* Contact */
.contact { background: var(--white); }
.contact-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
    max-width: 1080px;
    margin: 0 auto;
}
.contact-card {
    background: var(--brand-cream-light);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.75rem;
    transition: all var(--transition);
    text-align: center;
}
.contact-card--hours {
    grid-column: 2;
}
.contact-card--follow {
    grid-column: 3;
}
.contact-card:hover {
    border-color: var(--brand-green);
    box-shadow: var(--shadow-sm);
}
.contact-card .icon {
    width: 44px;
    height: 44px;
    background: var(--brand-green-light);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin: 0 auto 1rem;
}
.contact-card h3 {
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--brand-dark);
    margin-bottom: 0.375rem;
}
.contact-card p,
.contact-card a {
    font-size: 0.9375rem;
    color: var(--text-secondary);
    line-height: 1.65;
}
.contact-card a:hover { color: var(--brand-green); }
.contact-follow-text {
    font-size: 0.8125rem !important;
    margin-bottom: 0.85rem;
}
.social-links--contact {
    justify-content: center;
    gap: 0.55rem;
}
.social-links--contact .social-link {
    width: 40px;
    height: 40px;
}

/* Inner page hero */
.page-hero {
    background:
        linear-gradient(135deg, rgba(58, 46, 31, 0.94), rgba(58, 46, 31, 0.82)),
        url('../images/hero-banner.png') center/cover no-repeat;
    color: #fff;
    padding: 3.25rem 0 2.75rem;
    text-align: center;
}
.page-hero .section-label {
    color: var(--brand-lime);
    margin-bottom: 0.5rem;
}
.page-hero-title {
    font-family: var(--font-display);
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    color: #fff;
    margin-bottom: 0.65rem;
}
.page-hero-subtitle {
    max-width: 720px;
    margin: 0 auto;
    font-size: 1.02rem;
    line-height: 1.75;
    opacity: 0.9;
}

/* Homepage teasers */
.home-teaser-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 2.5rem;
    align-items: center;
}
.home-teaser-copy .section-title { text-align: left; }
.home-teaser-copy .section-title::after { margin-left: 0; }
.home-teaser-copy p {
    color: var(--text-secondary);
    margin: 0.85rem 0 1.35rem;
    max-width: 540px;
    line-height: 1.75;
}
.home-teaser-visual {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--heritage-gold), var(--border) 45%);
    box-shadow: var(--shadow-md);
    background: var(--brand-cream-light);
    aspect-ratio: 4 / 3;
    padding: 0.65rem;
}
.home-teaser-visual .heritage-corner {
    z-index: 2;
}
.home-teaser-visual img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    border-radius: calc(var(--radius-lg) - 4px);
}
.home-preview-grid {
    display: grid;
    gap: 1.25rem;
}
.home-preview-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.home-preview-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.home-preview-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 820px; margin: 0 auto; }
.home-preview-card {
    text-align: center;
    padding: 1.35rem 1rem;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid color-mix(in srgb, var(--heritage-gold), var(--border) 50%);
    border-radius: 14px;
}
.home-preview-card h3 {
    font-family: var(--font-display);
    font-size: 1rem;
    color: var(--brand-dark);
    margin: 0.65rem 0 0.4rem;
}
.home-preview-card p {
    font-size: 0.8125rem;
    color: var(--text-secondary);
    line-height: 1.55;
}
.home-teaser-cta {
    display: flex;
    justify-content: center;
    margin-top: 1.75rem;
}
.home-teaser-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 2rem 2.25rem;
    border-radius: var(--radius-lg);
    background: linear-gradient(135deg, var(--brand-cream-light), #fff);
    border: 1px solid var(--border);
}
.home-teaser-banner .section-title {
    text-align: left;
    margin-bottom: 0.35rem;
}
.home-teaser-banner .section-title::after { margin-left: 0; margin-top: 0.55rem; }
.home-teaser-banner p {
    color: var(--text-secondary);
    max-width: 640px;
    line-height: 1.7;
}
.home-teaser-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    flex-shrink: 0;
}
.home-gallery-preview {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 0.85rem;
    max-width: 920px;
    margin: 0 auto;
    justify-content: center;
}
.home-gallery-thumb {
    aspect-ratio: 1;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--border);
}
.home-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.home-product-card .product-body { padding-bottom: 1.25rem; }
.home-review-card { height: 100%; }

/* Footer */
.site-footer {
    background: var(--brand-dark);
    color: rgba(255,255,255,0.8);
    padding-top: 3.5rem;
}
.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 2.5rem;
    padding-bottom: 2.5rem;
}
.footer-brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 1rem;
    padding: 0.75rem 0.9rem;
    border-radius: 18px;
    background: rgba(246, 240, 228, 0.92);
    border: 1px solid rgba(246, 240, 228, 0.22);
    box-shadow: 0 10px 30px rgba(0,0,0,0.18);
}
.footer-logo {
    object-fit: contain;
    display: block;
}
.footer-logo1 {
    width: 58px;
    height: 58px;
    border-radius: 16px;
}
.footer-logo2 {
    height: 46px;
    width: auto;
    /* logo-2 is dark; keep it natural on light lockup */
    filter: none;
}
.footer-brand img { margin-bottom: 0; }
.footer-brand p { font-size: 0.9rem; line-height: 1.75; max-width: 320px; opacity: 0.9; }
.site-footer h4 {
    color: var(--white);
    font-size: 0.9375rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.site-footer ul { display: flex; flex-direction: column; gap: 0.55rem; }
.site-footer a { font-size: 0.875rem; }
.site-footer a:hover { color: var(--brand-lime); }
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 1.25rem 0;
}
.footer-bottom p { font-size: 0.8125rem; text-align: center; opacity: 0.6; }

/* Responsive */
@media (max-width: 1180px) {
    .main-nav ul { gap: 1rem; }
    .header-actions { gap: 0.3rem; }
    .social-links--header { display: flex; }
    .social-links--header .social-link,
    .header-icon-btn {
        width: 32px;
        height: 32px;
    }
    .social-links--header .social-link svg {
        width: 16px;
        height: 16px;
    }
}
@media (max-width: 1050px) {
    .features-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.5rem;
    }
    .feature-item { border-right: none; }
}
@media (max-width: 900px) {
    .about-grid { grid-template-columns: 1fr; }
    .about-logo2 { width: min(200px, 58vw); }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .why-grid { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; }
    .why-steps {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }
    .why-step-connector { display: none; }
    .directions-grid--2,
    .directions-grid--3 {
        grid-template-columns: 1fr;
        max-width: 420px;
    }
    .testimonial-media-grid--3,
    .testimonial-media-grid--4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 720px;
    }
    .contact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 560px;
    }
    .contact-card--hours,
    .contact-card--follow {
        grid-column: auto;
    }
    .product-grid,
    .product-grid--2,
    .product-grid--3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 720px;
    }
    .product-grid--1 {
        grid-template-columns: minmax(0, 360px);
        max-width: 360px;
    }
    .gallery-grid--3,
    .gallery-grid--4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 720px;
    }
    .gallery-event-copy {
        padding: 1.25rem 1.35rem;
    }
    .home-teaser-grid { grid-template-columns: 1fr; }
    .home-teaser-copy .section-title { text-align: center; }
    .home-teaser-copy .section-title::after { margin-left: auto; margin-right: auto; }
    .home-teaser-copy p { margin-left: auto; margin-right: auto; text-align: center; }
    .home-teaser-copy { text-align: center; }
    .home-preview-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .home-preview-grid--3 { grid-template-columns: 1fr; max-width: 360px; margin: 0 auto; }
    .home-teaser-banner { flex-direction: column; text-align: center; }
    .home-teaser-banner .section-title { text-align: center; }
    .home-teaser-banner .section-title::after { margin-left: auto; margin-right: auto; }
    .home-gallery-preview { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .home-preview-grid--2 { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .nav-toggle { display: flex; }
    .main-nav {
        position: fixed;
        top: var(--header-h);
        left: 0;
        right: 0;
        flex: unset;
        justify-content: flex-start;
        background: var(--white);
        border-bottom: 1px solid var(--border);
        padding: 1rem;
        transform: translateY(-120%);
        opacity: 0;
        transition: all var(--transition);
        box-shadow: var(--shadow-md);
    }
    .main-nav.open {
        transform: translateY(0);
        opacity: 1;
    }
    .main-nav ul { flex-direction: column; gap: 0; }
    .main-nav a {
        display: block;
        padding: 0.875rem 0;
        border-bottom: 1px solid var(--border);
    }
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    .feature-item {
        border-right: none;
        padding: 0.65rem;
        background: rgba(255, 255, 255, 0.04);
        border-radius: 10px;
    }
    .header-cta { display: none; }
    .header-actions { gap: 0.35rem; }
    .header-icon-btn,
    .social-links--header .social-link {
        width: 34px;
        height: 34px;
    }
    .brand { min-width: auto; }
    .brand-logo1 { width: 58px; height: 58px; }
    .brand-logo2 { display: none; }
    .footer-logo2 { display: none; }
    .footer-logo1 { width: 64px; height: 64px; }
    .footer-brand-lockup { padding: 0.7rem 0.85rem; border-radius: 18px; }
    .footer-grid { grid-template-columns: 1fr; }
    .contact-grid {
        grid-template-columns: 1fr;
        max-width: 360px;
    }
    .product-grid,
    .product-grid--2,
    .product-grid--3 {
        grid-template-columns: 1fr;
        max-width: 360px;
    }
    .product-grid--1 {
        max-width: 360px;
    }
    .gallery-grid--2,
    .gallery-grid--3,
    .gallery-grid--4 {
        grid-template-columns: 1fr;
        max-width: 360px;
    }
    .testimonial-media-grid--2,
    .testimonial-media-grid--3,
    .testimonial-media-grid--4 {
        grid-template-columns: 1fr;
        max-width: 360px;
    }
    .gallery-event-desc {
        font-size: 0.98rem;
        line-height: 1.75;
    }
    .hero-content { padding: 2rem 0; }
    .about-logo2 { display: none; }
    .about-logo1 { width: 64px; height: 64px; }
    .why-compare { grid-template-columns: 1fr; }
    .why-steps { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
    html { scroll-behavior: auto; }
    .page-loader { transition-duration: 0.15s !important; }
    .loader-orbit--outer,
    .loader-orbit--inner,
    .loader-jaali,
    .loader-glow,
    .loader-mandala,
    .loader-logo-wrap,
    .loader-logo,
    .loader-bar-fill { animation: none !important; }
    .loader-bar-fill { width: 100%; transform: none; }
}
