:root {
    --gold: #c9a227;
    --gold-light: #e5c76b;
    --charcoal: #1e1e1e;
    --ivory: #f8f5ef;
    --beige: #e8dccb;
    --brown: #4b382a;
    --silver: #bfc3c9;
    --surface: #ffffff;
    --shadow: 0 24px 60px rgba(32, 23, 11, 0.12);
}

body { font-family: "Poppins", sans-serif; background: var(--ivory); color: var(--charcoal); }
h1,h2,h3,h4,h5,h6,.brand-mark { font-family: "Playfair Display", serif; }
.site-header { transition: background .3s ease, box-shadow .3s ease; }
.site-header--solid, .site-header.is-scrolled { background: linear-gradient(135deg, #1e1e1e 0%, #2f2923 54%, #4b382a 100%); box-shadow: 0 16px 40px rgba(0,0,0,.16); }
.brand-mark { color: var(--gold-light); font-size: 1.75rem; text-decoration: none; }
.hero-section { min-height: 100svh; }
.hero-media { min-height: 100svh; background-size: cover; background-position: center; display: flex; align-items: center; position: relative; overflow: hidden; background-color: var(--charcoal); }
.hero-video-stage { position: absolute; inset: 0; overflow: hidden; background: var(--charcoal); }
.hero-video { position: absolute; top: 50%; left: 50%; width: 120vw; height: 67.5vw; min-width: 213.34svh; min-height: 120svh; transform: translate(-50%, -50%); border: 0; pointer-events: none; opacity: 0; transition: opacity .7s ease; object-fit: cover; }
.hero-video.is-active { opacity: 1; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(rgba(17,17,17,.55), rgba(17,17,17,.72)); }
.hero-content { color: #fff; padding-top: 7rem; padding-bottom: 5rem; max-width: 760px; position: relative; z-index: 1; }
.hero-sound-toggle { position: absolute; right: 2rem; bottom: 2rem; z-index: 2; border: 1px solid rgba(229,199,107,.65); color: #fff; background: rgba(30,30,30,.58); padding: .7rem 1rem; border-radius: 999px; }
.hero-sound-toggle:hover { background: rgba(30,30,30,.82); }
.hero-content h1 { font-size: clamp(3rem, 8vw, 6rem); margin-bottom: 1rem; }
.hero-copy { font-size: 1.125rem; max-width: 36rem; color: rgba(255,255,255,.84); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
.eyebrow { display: inline-block; margin-bottom: .9rem; text-transform: uppercase; letter-spacing: .22em; color: var(--gold-light); font-size: .75rem; }
.btn-luxury, .btn-luxury-outline:hover { background: var(--gold); border: 1px solid var(--gold); color: var(--charcoal); padding: .9rem 1.35rem; }
.btn-luxury:hover { background: var(--gold-light); border-color: var(--gold-light); color: var(--charcoal); }
.btn-luxury-outline { border: 1px solid rgba(201,162,39,.65); color: var(--gold); background: transparent; padding: .9rem 1.35rem; }
.price-highlight-section, .content-section, .cta-section { padding: 5rem 0; }
.price-card, .table-panel, .stat-card, .portfolio-admin-card, .testimonial-card, .cta-panel, .login-card { background: var(--surface); border-radius: 1.5rem; box-shadow: var(--shadow); }
.price-card { padding: 2rem; border: 1px solid rgba(201,162,39,.22); }
.price-card.silver { border-color: rgba(191,195,201,.75); }
.price-card__label { text-transform: uppercase; letter-spacing: .14em; color: var(--brown); font-size: .8rem; }
.price-card__value { font-family: "Playfair Display", serif; font-size: clamp(2rem, 5vw, 3.5rem); margin-top: .75rem; }
.price-card__unit, .price-card__meta, .section-copy { color: rgba(30,30,30,.65); }
.section-title { font-size: clamp(2rem, 4vw, 3.25rem); max-width: 14ch; }
.media-frame img, .portfolio-card img, .portfolio-admin-card img { width: 100%; height: 100%; object-fit: cover; border-radius: 1.5rem; }
.story-panel, .service-strip { padding: 1.75rem; background: rgba(255,255,255,.75); border-radius: 1.25rem; }
.pill { display: inline-flex; padding: .55rem .95rem; border-radius: 999px; background: rgba(201,162,39,.12); color: var(--brown); }
.ransetha-about-section { position: relative; overflow: hidden; background: linear-gradient(180deg, #fffaf1 0%, var(--ivory) 100%); }
.ransetha-about-section::before { content: ""; position: absolute; inset: 3rem auto auto 0; width: min(36vw, 420px); height: min(36vw, 420px); background: radial-gradient(circle, rgba(201,162,39,.18), rgba(201,162,39,0) 66%); pointer-events: none; }
.about-visual { position: relative; isolation: isolate; padding: 1rem 1rem 4rem 0; }
.about-visual::before { content: ""; position: absolute; inset: 3rem 0 1rem 3rem; border: 1px solid rgba(201,162,39,.45); border-radius: 1.5rem; z-index: -1; }
.about-visual img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 1.5rem; box-shadow: 0 30px 70px rgba(32, 23, 11, .16); background: #fff; }
.about-visual-card { position: absolute; right: 0; bottom: 0; width: min(82%, 330px); padding: 1.25rem 1.35rem; background: rgba(30,30,30,.94); color: #fff; border: 1px solid rgba(229,199,107,.45); border-radius: 1rem; box-shadow: 0 24px 55px rgba(0,0,0,.24); }
.about-visual-card span { display: block; margin-bottom: .35rem; color: var(--gold-light); font-size: .74rem; text-transform: uppercase; letter-spacing: .14em; }
.about-visual-card strong { display: block; font-family: "Playfair Display", serif; font-size: 1.45rem; line-height: 1.2; }
.about-modern-copy h2 { max-width: 13ch; margin-bottom: 1rem; font-size: clamp(2.25rem, 4.8vw, 4rem); line-height: 1.02; }
.about-lead { max-width: 42rem; color: rgba(30,30,30,.68); font-size: 1.02rem; line-height: 1.85; }
.about-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2rem; }
.about-feature { min-height: 100%; padding: 1.25rem; background: rgba(255,255,255,.82); border: 1px solid rgba(201,162,39,.18); border-radius: 1rem; box-shadow: 0 18px 45px rgba(32, 23, 11, .08); }
.about-feature__icon { display: inline-grid; place-items: center; width: 2.65rem; height: 2.65rem; margin-bottom: 1rem; border-radius: 50%; background: rgba(201,162,39,.13); color: var(--brown); font-weight: 700; font-size: .82rem; }
.about-feature h3 { margin-bottom: .55rem; font-size: 1.15rem; }
.about-feature p { margin-bottom: 0; color: rgba(30,30,30,.62); font-size: .92rem; line-height: 1.65; }
.about-trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 1.5rem; overflow: hidden; border-radius: 1rem; background: rgba(201,162,39,.32); border: 1px solid rgba(201,162,39,.25); }
.about-trust-strip div { padding: 1rem; background: rgba(255,250,241,.95); }
.about-trust-strip strong { display: block; font-family: "Playfair Display", serif; font-size: 1.35rem; color: var(--brown); }
.about-trust-strip span { display: block; color: rgba(30,30,30,.6); font-size: .82rem; }
.home-services-section { position: relative; overflow: hidden; background: linear-gradient(135deg, #1e1e1e 0%, #2f2923 54%, #4b382a 100%); color: #fff; }
.home-services-section::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(229,199,107,.12), transparent 38%), linear-gradient(180deg, rgba(255,255,255,.08), transparent 42%); pointer-events: none; }
.home-services-section .container { position: relative; z-index: 1; }
.services-header { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); gap: 2rem; align-items: end; margin-bottom: 2rem; }
.services-header h2 { max-width: 12ch; margin-bottom: 0; font-size: clamp(2.25rem, 4.6vw, 4rem); line-height: 1.02; }
.services-header p { margin-bottom: 0; color: rgba(255,255,255,.68); line-height: 1.8; }
.services-layout { display: grid; grid-template-columns: minmax(320px, .88fr) minmax(0, 1.25fr); gap: 1.25rem; align-items: stretch; }
.services-visual { position: relative; min-height: 100%; padding: 1rem 1rem 4.2rem 0; isolation: isolate; }
.services-visual::before { content: ""; position: absolute; inset: 2.25rem 0 2.2rem 2.4rem; z-index: -1; border: 1px solid rgba(229,199,107,.34); border-radius: 1.2rem; }
.services-visual img { width: 100%; height: 100%; min-height: 420px; display: block; object-fit: cover; border-radius: 1.2rem; box-shadow: 0 26px 72px rgba(0,0,0,.28); background: #fffaf1; }
.services-visual__note { position: absolute; right: 0; bottom: 0; width: min(86%, 360px); padding: 1.15rem 1.25rem; background: rgba(255,250,241,.96); color: var(--charcoal); border: 1px solid rgba(229,199,107,.55); border-radius: .9rem; box-shadow: 0 24px 55px rgba(0,0,0,.25); }
.services-visual__note span { display: block; margin-bottom: .35rem; color: var(--brown); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.services-visual__note strong { display: block; font-family: "Playfair Display", serif; font-size: 1.36rem; line-height: 1.18; }
.services-showcase { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; align-items: stretch; }
.service-card { position: relative; min-height: 320px; display: flex; flex-direction: column; justify-content: space-between; padding: 1.4rem; overflow: hidden; border-radius: 1.1rem; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); box-shadow: 0 24px 70px rgba(0,0,0,.18); transition: transform .3s ease, background .3s ease, border-color .3s ease; }
.service-card::before { content: ""; position: absolute; inset: auto -20% -42% -20%; height: 60%; background: radial-gradient(circle, rgba(229,199,107,.24), rgba(229,199,107,0) 62%); pointer-events: none; }
.service-card:hover { transform: translateY(-6px); background: rgba(255,255,255,.12); border-color: rgba(229,199,107,.42); }
.service-card--featured { min-height: 390px; padding: 2rem; background: linear-gradient(145deg, rgba(255,250,241,.98), rgba(232,220,203,.92)); color: var(--charcoal); border-color: rgba(229,199,107,.6); }
.service-card--featured::before { inset: auto -18% -35% auto; width: 280px; height: 280px; background: radial-gradient(circle, rgba(201,162,39,.28), rgba(201,162,39,0) 68%); }
.service-card__number { position: relative; z-index: 1; display: inline-grid; place-items: center; width: 3rem; height: 3rem; margin-bottom: 1.4rem; border-radius: 50%; background: rgba(229,199,107,.16); color: var(--gold-light); font-weight: 700; font-size: .85rem; }
.service-card--featured .service-card__number { background: rgba(201,162,39,.16); color: var(--brown); }
.service-card h3 { position: relative; z-index: 1; margin-bottom: .85rem; font-size: 1.55rem; line-height: 1.1; }
.service-card--featured h3 { font-size: clamp(2rem, 4vw, 3.2rem); }
.service-card p { position: relative; z-index: 1; margin-bottom: 0; color: rgba(255,255,255,.66); line-height: 1.75; }
.service-card--featured p { max-width: 28rem; color: rgba(30,30,30,.68); font-size: 1.02rem; }
.service-link { position: relative; z-index: 1; align-self: flex-start; margin-top: 2rem; padding: .8rem 1.05rem; border-radius: 999px; background: var(--charcoal); color: #fff; text-decoration: none; font-weight: 600; font-size: .9rem; }
.service-link:hover { background: var(--gold); color: var(--charcoal); }
.happy-gallery-section { position: relative; overflow: hidden; background: linear-gradient(180deg, var(--ivory) 0%, #fffaf1 100%); }
.happy-gallery-header { display: flex; align-items: end; justify-content: space-between; gap: 1.5rem; margin-bottom: 2rem; }
.happy-gallery-header h2 { max-width: 13ch; margin-bottom: 0; font-size: clamp(2.25rem, 4.6vw, 4rem); line-height: 1.02; }
.gallery-link { flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: .8rem 1.1rem; border: 1px solid rgba(201,162,39,.4); border-radius: 999px; color: var(--brown); text-decoration: none; font-weight: 600; background: rgba(255,255,255,.72); }
.gallery-link:hover { background: var(--gold); border-color: var(--gold); color: var(--charcoal); }
.happy-customer-slider { overflow: hidden; border-radius: 1.5rem; background: var(--charcoal); box-shadow: 0 28px 70px rgba(32, 23, 11, .16); }
.happy-slide { position: relative; min-height: 560px; overflow: hidden; background: var(--charcoal); }
.happy-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.42) 42%, rgba(0,0,0,.08) 100%), linear-gradient(180deg, transparent 50%, rgba(0,0,0,.58) 100%); }
.happy-slide img { width: 100%; height: 560px; display: block; object-fit: cover; }
.happy-slide__content { position: absolute; left: clamp(1.25rem, 5vw, 4rem); bottom: clamp(4.25rem, 7vw, 5.5rem); z-index: 1; max-width: min(520px, 72vw); color: #fff; }
.happy-slide__content span { display: inline-flex; margin-bottom: .85rem; padding: .48rem .75rem; border: 1px solid rgba(229,199,107,.42); border-radius: 999px; background: rgba(30,30,30,.45); color: var(--gold-light); font-size: .72rem; text-transform: uppercase; letter-spacing: .14em; }
.happy-slide__content h3 { margin-bottom: .85rem; font-size: clamp(2rem, 4.5vw, 4rem); line-height: 1.02; }
.happy-slide__content p { max-width: 36rem; margin-bottom: 0; color: rgba(255,255,255,.78); font-size: 1rem; line-height: 1.75; }
.happy-slider-control { width: 4.5rem; opacity: 1; }
.happy-slider-control .carousel-control-prev-icon, .happy-slider-control .carousel-control-next-icon { width: 2.7rem; height: 2.7rem; padding: .75rem; border-radius: 50%; background-color: rgba(30,30,30,.62); background-size: 48%; border: 1px solid rgba(229,199,107,.42); }
.happy-slider-indicators { right: auto; bottom: 1.4rem; left: clamp(1.25rem, 5vw, 4rem); justify-content: flex-start; margin: 0; gap: .45rem; }
.happy-slider-indicators [data-bs-target] { width: 2rem; height: .28rem; margin: 0; border: 0; border-radius: 999px; background: rgba(255,255,255,.45); opacity: 1; }
.happy-slider-indicators .active { width: 3.4rem; background: var(--gold-light); }
.service-grid, .portfolio-grid, .testimonial-row { display: grid; gap: 1.5rem; }
.service-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.portfolio-grid { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.testimonial-row { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.portfolio-card { overflow: hidden; background: #fff; border-radius: 1.5rem; box-shadow: var(--shadow); }
.portfolio-card img { height: 320px; transition: transform .45s ease; }
.portfolio-card:hover img { transform: scale(1.05); }
.portfolio-card__body { padding: 1.25rem; }
.testimonial-card { margin: 0; padding: 1.5rem; }
.testimonial-card__customer { display: flex; align-items: center; gap: .85rem; margin-bottom: 1rem; }
.testimonial-card__customer img { width: 52px; height: 52px; flex: 0 0 52px; object-fit: cover; border-radius: 50%; background: #eee8de; }
.testimonial-card__customer footer { font-weight: 600; color: var(--charcoal); }
.testimonial-card p { margin: 0; color: rgba(30,30,30,.7); line-height: 1.75; }
.testimonial-rating { color: #c5beb4; font-size: .9rem; line-height: 1; }
.testimonial-rating .is-filled { color: var(--gold); }
.text-gold { color: var(--gold); }
.cta-panel { padding: 2.25rem; background: linear-gradient(135deg, rgba(30,30,30,.98), rgba(75,56,42,.92)); color: #fff; }
.site-footer { background: var(--charcoal); }
.footer-label { color: #fff; text-transform: uppercase; letter-spacing: .12em; font-size: .8rem; margin-bottom: 1rem; }
.footer-links a { color: rgba(255,255,255,.65); text-decoration: none; }
.page-hero.compact { padding: 8rem 0 2rem; }
.table-panel { padding: 1.5rem; }
.luxury-list { display: grid; gap: 1rem; padding-left: 1rem; }
.luxury-accordion .accordion-item { border-radius: 1rem; overflow: hidden; margin-bottom: 1rem; border: none; box-shadow: var(--shadow); }
.admin-body { background: #efe7d8; }
.admin-body, .admin-body input, .admin-body textarea, .admin-body select, .admin-body button { font-family: "Poppins", "Noto Sans Sinhala", "Iskoola Pota", sans-serif; }
.admin-shell { display: grid; grid-template-columns: 280px 1fr; min-height: 100vh; }
.admin-sidebar { background: var(--charcoal); color: #fff; padding: 2rem 1.25rem; }
.admin-sidebar__brand { font-family: "Playfair Display", serif; font-size: 2rem; color: var(--gold-light); margin-bottom: 2rem; }
.admin-link { color: rgba(255,255,255,.72); text-decoration: none; padding: .9rem 1rem; border-radius: .85rem; }
.admin-link:hover { background: rgba(255,255,255,.08); color: #fff; }
.admin-main { min-width: 0; }
.admin-topbar { padding: 1.5rem 2rem 0; }
.admin-content { padding-top: 1.5rem !important; }
.admin-title { font-size: 2.3rem; }
.stat-card { padding: 1.5rem; }
.stat-card span { display: block; font-size: .8rem; text-transform: uppercase; letter-spacing: .14em; color: rgba(30,30,30,.65); margin-bottom: .5rem; }
.stat-card strong { font-size: 1.8rem; font-family: "Playfair Display", serif; }
.portfolio-admin-card { overflow: hidden; }
.portfolio-admin-card img { height: 220px; display: block; }
.login-body { min-height: 100vh; background: linear-gradient(135deg, rgba(17,17,17,.92), rgba(75,56,42,.9)); display: grid; place-items: center; }
.login-card { padding: 2rem; width: min(100%, 480px); }

/* Jewellery shop */
.cart-nav-link { display: inline-flex; align-items: center; gap: .4rem; }
.cart-nav-link span { display: grid; place-items: center; min-width: 1.35rem; height: 1.35rem; padding: 0 .3rem; border-radius: 50%; background: var(--gold); color: var(--charcoal); font-size: .7rem; font-weight: 700; }
.shop-hero { padding: 10rem 0 4rem; background: linear-gradient(110deg, rgba(22,22,22,.97), rgba(75,56,42,.93)), url('../images/service-jewellery-care.svg') center 58% / cover; color: #fff; }
.shop-hero h1, .shop-page-heading h1, .order-success-header h1 { margin: 0 0 1rem; font-size: clamp(2.7rem, 6vw, 5rem); line-height: 1.02; }
.shop-hero p { max-width: 42rem; margin: 0; color: rgba(255,255,255,.72); font-size: 1.05rem; line-height: 1.8; }
.shop-section { padding: 3.5rem 0 5rem; }
.shop-alert { margin-bottom: 1.5rem; border-radius: 6px; }
.category-scroll { display: flex; gap: .65rem; padding-bottom: .35rem; overflow-x: auto; scrollbar-width: thin; }
.category-scroll a { flex: 0 0 auto; display: inline-flex; align-items: center; gap: .45rem; padding: .65rem .9rem; border: 1px solid rgba(75,56,42,.2); border-radius: 999px; color: var(--charcoal); background: #fff; text-decoration: none; font-size: .86rem; }
.category-scroll a.active, .category-scroll a:hover { border-color: var(--charcoal); background: var(--charcoal); color: #fff; }
.category-scroll span { opacity: .6; }
.shop-filter-bar { display: grid; grid-template-columns: minmax(240px, 1.5fr) minmax(180px, .8fr) minmax(180px, .8fr) auto; gap: .85rem; align-items: end; padding: 1rem; border: 1px solid rgba(75,56,42,.14); border-radius: 8px; background: #fff; }
.shop-filter-bar label { min-width: 0; }
.shop-filter-bar label > span { display: block; margin-bottom: .4rem; color: rgba(30,30,30,.66); font-size: .75rem; font-weight: 600; text-transform: uppercase; }
.shop-filter-bar .btn { min-height: 48px; }
.shop-results-bar { display: flex; justify-content: space-between; align-items: center; min-height: 3.75rem; }
.shop-results-bar p { margin: 0; color: rgba(30,30,30,.62); }
.shop-results-bar a { color: var(--brown); }
.shop-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.2rem; }
.shop-product-card { min-width: 0; overflow: hidden; border: 1px solid rgba(75,56,42,.14); border-radius: 8px; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.shop-product-card:hover { transform: translateY(-3px); box-shadow: 0 18px 42px rgba(32,23,11,.1); }
.shop-product-card__image { position: relative; display: block; aspect-ratio: 4 / 5; overflow: hidden; background: #f1ece4; }
.shop-product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.shop-product-card:hover .shop-product-card__image img { transform: scale(1.025); }
.product-badges { position: absolute; top: .75rem; left: .75rem; display: flex; flex-wrap: wrap; gap: .35rem; }
.product-badges span { padding: .35rem .55rem; border-radius: 3px; background: rgba(30,30,30,.92); color: #fff; font-size: .65rem; font-weight: 600; text-transform: uppercase; }
.shop-product-card__body { padding: 1rem; }
.product-category { color: var(--brown); font-size: .7rem; font-weight: 600; text-transform: uppercase; }
.shop-product-card h2 { min-height: 2.9rem; margin: .35rem 0 .6rem; font-size: 1.15rem; line-height: 1.25; }
.shop-product-card h2 a { color: var(--charcoal); text-decoration: none; }
.product-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: .55rem; min-height: 2rem; }
.product-price span, .product-detail-price span { color: rgba(30,30,30,.48); font-size: .82rem; text-decoration: line-through; }
.product-price strong { font-size: .95rem; }
.stock-line { margin: .35rem 0 .85rem; color: #8b342f; font-size: .75rem; }
.stock-line.in-stock { color: #356447; }
.product-card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; }
.product-card-actions form { min-width: 0; }
.product-card-actions .btn { width: 100%; min-height: 40px; padding: .55rem .4rem; font-size: .72rem; white-space: nowrap; }
.shop-pagination { margin-top: 2.5rem; }
.shop-empty { grid-column: 1 / -1; padding: 5rem 1.5rem; border: 1px dashed rgba(75,56,42,.25); border-radius: 8px; background: rgba(255,255,255,.55); text-align: center; }
.shop-empty h2 { font-size: 2rem; }
.shop-inner-page, .product-page { padding: 9rem 0 5rem; min-height: 70vh; }
.shop-page-heading { max-width: 46rem; margin-bottom: 2rem; }
.shop-page-heading p { margin: 0; color: rgba(30,30,30,.64); }
.shop-breadcrumb { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.5rem; color: rgba(30,30,30,.5); font-size: .85rem; }
.shop-breadcrumb a { color: var(--brown); text-decoration: none; }
.product-detail-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.product-main-image { overflow: hidden; aspect-ratio: 4 / 5; border-radius: 8px; background: #f1ece4; }
.product-main-image img { width: 100%; height: 100%; object-fit: cover; }
.product-thumbnails { display: grid; grid-template-columns: repeat(5, 1fr); gap: .6rem; margin-top: .6rem; }
.product-thumbnails button { padding: 0; overflow: hidden; aspect-ratio: 1; border: 1px solid rgba(75,56,42,.18); border-radius: 5px; background: #fff; }
.product-thumbnails img { width: 100%; height: 100%; object-fit: cover; }
.product-detail-copy { position: sticky; top: 7rem; }
.product-detail-copy h1 { margin: .45rem 0 .5rem; font-size: clamp(2.4rem, 4vw, 4rem); line-height: 1.04; }
.product-sku { color: rgba(30,30,30,.5); font-size: .8rem; }
.product-detail-price { display: flex; align-items: baseline; gap: .8rem; margin: 1.4rem 0 .7rem; }
.product-detail-price strong { font-family: "Playfair Display", serif; font-size: 1.9rem; }
.availability-line { color: #8b342f; font-size: .85rem; }
.availability-line.available { color: #356447; }
.product-intro { margin: 1.35rem 0; color: rgba(30,30,30,.68); line-height: 1.75; }
.add-cart-panel { display: grid; grid-template-columns: 86px minmax(0, 110px) 1fr; gap: .65rem; align-items: end; padding: 1rem 0; border-top: 1px solid rgba(75,56,42,.14); }
.add-cart-panel label { font-size: .8rem; font-weight: 600; }
.add-cart-panel .btn { min-height: 48px; }
.btn-whatsapp { padding: .85rem 1.2rem; border: 1px solid #237b49; background: #237b49; color: #fff; }
.btn-whatsapp:hover { border-color: #1a6138; background: #1a6138; color: #fff; }
.product-specs { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(75,56,42,.14); }
.product-specs h2, .product-description h2, .related-products h2 { font-size: 1.7rem; }
.product-specs dl { display: grid; grid-template-columns: 1fr 1.3fr; margin: 0; }
.product-specs dt, .product-specs dd { margin: 0; padding: .55rem 0; border-bottom: 1px solid rgba(75,56,42,.1); font-size: .84rem; }
.product-specs dt { color: rgba(30,30,30,.55); font-weight: 500; }
.product-description { max-width: 62rem; margin-top: 4rem; padding-top: 2rem; border-top: 1px solid rgba(75,56,42,.16); }
.product-description p { color: rgba(30,30,30,.7); line-height: 1.85; }
.product-description h3 { margin-top: 2rem; font-size: 1.35rem; }
.related-products { margin-top: 5rem; }
.related-products > div > a { color: var(--brown); }
.cart-layout, .success-layout { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(300px, .65fr); gap: 2rem; align-items: start; }
.cart-items { border-top: 1px solid rgba(75,56,42,.16); }
.cart-item { display: grid; grid-template-columns: 130px minmax(0, 1fr) 150px; gap: 1rem; padding: 1.25rem 0; border-bottom: 1px solid rgba(75,56,42,.16); }
.cart-item img { width: 130px; height: 150px; object-fit: cover; border-radius: 6px; }
.cart-item__copy > span, .cart-item__copy p { color: rgba(30,30,30,.5); font-size: .75rem; }
.cart-item__copy h2 { margin: .3rem 0; font-size: 1.35rem; }
.cart-item__copy h2 a { color: var(--charcoal); text-decoration: none; }
.cart-item__controls { display: flex; flex-direction: column; align-items: flex-end; gap: .45rem; }
.cart-item__controls label { font-size: .75rem; }
.cart-item__controls input { width: 80px; }
.cart-list-actions { display: flex; justify-content: space-between; padding-top: 1rem; }
.cart-summary, .checkout-summary, .next-steps, .success-order, .checkout-form-panel { padding: 1.5rem; border: 1px solid rgba(75,56,42,.14); border-radius: 8px; background: #fff; }
.cart-summary, .checkout-summary, .next-steps { position: sticky; top: 7rem; }
.cart-summary h2, .checkout-summary h2, .checkout-form-panel h2, .next-steps h2, .success-order h2 { margin-bottom: 1.4rem; font-size: 1.45rem; }
.cart-summary > div { display: flex; justify-content: space-between; padding: .7rem 0; }
.cart-summary .cart-total, .checkout-total, .success-total { margin-top: .5rem; padding-top: 1rem; border-top: 1px solid rgba(75,56,42,.18); font-size: 1.1rem; }
.cart-summary p, .checkout-summary > p, .next-steps p { color: rgba(30,30,30,.6); font-size: .82rem; line-height: 1.6; }
.continue-shopping { display: block; margin-top: 1rem; color: var(--brown); text-align: center; }
.checkout-layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr); gap: 2rem; align-items: start; }
.checkout-form-panel .form-label span { color: rgba(30,30,30,.48); font-size: .75rem; }
.checkout-line { display: grid; grid-template-columns: 54px 1fr auto; gap: .7rem; align-items: center; padding: .7rem 0; border-bottom: 1px solid rgba(75,56,42,.1); }
.checkout-line img { width: 54px; height: 62px; object-fit: cover; border-radius: 4px; }
.checkout-line strong, .checkout-line span { display: block; font-size: .78rem; }
.checkout-line span { color: rgba(30,30,30,.55); }
.checkout-line b { font-size: .76rem; }
.checkout-total, .success-total { display: flex; justify-content: space-between; }
.order-success-header { max-width: 48rem; margin: 0 auto 2.5rem; text-align: center; }
.order-success-header p { color: rgba(30,30,30,.65); line-height: 1.7; }
.order-success-header > strong { display: inline-block; margin-top: .5rem; color: var(--brown); }
.success-mark { display: grid; place-items: center; width: 3.5rem; height: 3.5rem; margin: 0 auto 1rem; border-radius: 50%; background: #356447; color: #fff; font-size: 1.7rem; }
.success-title { display: flex; justify-content: space-between; align-items: center; }
.success-line { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid rgba(75,56,42,.1); }
.success-line strong, .success-line span { display: block; }
.success-line span { color: rgba(30,30,30,.55); font-size: .78rem; }
.next-steps ol { padding-left: 1.3rem; }
.next-steps li { margin-bottom: .8rem; color: rgba(30,30,30,.72); font-size: .9rem; }

/* Shop admin */
.admin-nav-label { margin: 1rem 1rem .15rem; color: rgba(229,199,107,.65); font-size: .65rem; font-weight: 600; text-transform: uppercase; }
.admin-actions { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.admin-row-actions { display: flex; flex-wrap: wrap; gap: .4rem; }
.admin-filter-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr) auto; gap: .75rem; }
.admin-item { display: flex; align-items: center; gap: .75rem; min-width: 220px; }
.admin-item img { width: 52px; height: 52px; object-fit: cover; border-radius: 5px; background: #eee8de; }
.admin-item strong, .admin-item small { display: block; }
.admin-item small { color: rgba(30,30,30,.55); }
.status-badge { display: inline-flex; padding: .35rem .6rem; border-radius: 999px; background: #ece7df; color: #595149; font-size: .7rem; font-weight: 600; text-transform: capitalize; }
.status-badge.is-active, .status-badge.status-completed { background: #dcecdf; color: #26543a; }
.status-badge.is-featured, .status-badge.status-confirmed { background: #f5e8b7; color: #70570b; }
.status-badge.status-cancelled { background: #f3dddd; color: #7b2e2e; }
.status-badge.status-processing, .status-badge.status-contacted { background: #dce8f3; color: #285579; }
.admin-preview { width: 180px; height: 130px; object-fit: cover; border-radius: 6px; }
.admin-section-title { margin-bottom: 1rem; font-size: 1.35rem; }
.specification-row { display: grid; grid-template-columns: 1fr 1.5fr 44px; gap: .6rem; margin-bottom: .6rem; }
.admin-image-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: .75rem; }
.admin-image-grid > div { position: relative; aspect-ratio: 1; }
.admin-image-grid img { width: 100%; height: 100%; object-fit: cover; border-radius: 5px; }
.admin-image-grid span { position: absolute; left: .4rem; bottom: .4rem; padding: .25rem .4rem; border-radius: 3px; background: var(--charcoal); color: #fff; font-size: .65rem; }
.admin-manage-images { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: .8rem; }
.admin-manage-images article { overflow: hidden; border: 1px solid rgba(75,56,42,.14); border-radius: 6px; }
.admin-manage-images img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.detail-list { display: grid; grid-template-columns: 110px 1fr; margin: 0; }
.detail-list dt, .detail-list dd { margin: 0; padding: .6rem 0; border-bottom: 1px solid rgba(75,56,42,.1); font-size: .85rem; }
.detail-list dt { color: rgba(30,30,30,.55); font-weight: 500; }
.order-message-preview { max-height: 440px; margin: 0; padding: 1rem; overflow: auto; border-radius: 6px; background: #252321; color: #f5f0e7; font: .78rem/1.65 monospace; white-space: pre-wrap; }
.empty-state { padding: 2rem; color: rgba(30,30,30,.55); text-align: center; }
.cms-content-preview { min-width: 260px; max-width: 440px; white-space: normal; line-height: 1.65; }

.cta-map {
    width: 100%;
    min-height: 320px;
    overflow: hidden;
    border-radius: 16px;
}

.cta-map iframe {
    display: block;
    width: 100% !important;
    height: 320px !important;
    border: 0;
}

@media (max-width: 991.98px) {
    .admin-shell { grid-template-columns: 1fr; }
    .admin-sidebar { position: sticky; top: 0; z-index: 10; }
    .about-feature-grid { grid-template-columns: 1fr; }
    .about-modern-copy h2 { max-width: 18ch; }
    .services-header { grid-template-columns: 1fr; align-items: start; }
    .services-header h2 { max-width: 18ch; }
    .services-layout { grid-template-columns: 1fr; }
    .services-visual { min-height: auto; }
    .services-visual img { height: auto; min-height: 360px; aspect-ratio: 16 / 10; }
    .services-showcase { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .service-card--featured { grid-column: 1 / -1; }
    .happy-slide, .happy-slide img { height: 500px; min-height: 500px; }
    .happy-slide::after { background: linear-gradient(180deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,.84) 100%); }
    .shop-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .shop-filter-bar { grid-template-columns: 1fr 1fr; }
    .product-detail-layout { grid-template-columns: 1fr 1fr; gap: 2rem; }
    .cart-layout, .checkout-layout, .success-layout { grid-template-columns: 1fr; }
    .cart-summary, .checkout-summary, .next-steps { position: static; }
    .admin-filter-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 767.98px) {
    .hero-content { padding-top: 8rem; }
    .price-highlight-section, .content-section, .cta-section { padding: 3.5rem 0; }
    .about-visual { padding: .5rem .5rem 3rem 0; }
    .about-visual::before { inset: 2rem 0 .75rem 1.5rem; }
    .about-visual-card { width: min(88%, 300px); padding: 1rem; }
    .about-visual-card strong { font-size: 1.2rem; }
    .about-trust-strip { grid-template-columns: 1fr; }
    .services-showcase { grid-template-columns: 1fr; }
    .services-visual { padding: .5rem .5rem 3.5rem 0; }
    .services-visual::before { inset: 1.5rem 0 1.5rem 1.4rem; }
    .services-visual img { min-height: 280px; border-radius: 1rem; }
    .services-visual__note { width: min(90%, 320px); padding: 1rem; }
    .services-visual__note strong { font-size: 1.12rem; }
    .service-card, .service-card--featured { min-height: 260px; padding: 1.35rem; }
    .happy-gallery-header { display: block; margin-bottom: 1.5rem; }
    .gallery-link { margin-top: 1rem; }
    .happy-customer-slider { margin-inline: -.25rem; border-radius: 1.1rem; }
    .happy-slide, .happy-slide img { height: 430px; min-height: 430px; }
    .happy-slide__content { left: 1rem; right: 1rem; bottom: 4.25rem; max-width: none; }
    .happy-slide__content span { font-size: .66rem; }
    .happy-slide__content p { display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; font-size: .92rem; }
    .happy-slider-control { width: 3rem; align-items: flex-start; padding-top: 1rem; }
    .happy-slider-control .carousel-control-prev-icon, .happy-slider-control .carousel-control-next-icon { width: 2.2rem; height: 2.2rem; }
    .happy-slider-indicators { left: 1rem; bottom: 1.2rem; }
    .happy-slider-indicators [data-bs-target] { width: 1.45rem; }
    .happy-slider-indicators .active { width: 2.5rem; }
    .shop-hero { padding: 8.5rem 0 3rem; }
    .shop-section { padding: 2rem 0 3.5rem; }
    .shop-filter-bar { grid-template-columns: 1fr; }
    .shop-product-grid { gap: .65rem; }
    .shop-product-card__body { padding: .75rem; }
    .shop-product-card h2 { min-height: 2.55rem; font-size: 1rem; }
    .product-card-actions { grid-template-columns: 1fr; }
    .product-card-actions .btn { min-height: 38px; }
    .shop-inner-page, .product-page { padding: 7.5rem 0 3.5rem; }
    .product-detail-layout { grid-template-columns: 1fr; }
    .product-detail-copy { position: static; }
    .add-cart-panel { grid-template-columns: 70px 90px 1fr; }
    .cart-item { grid-template-columns: 90px minmax(0, 1fr); }
    .cart-item img { width: 90px; height: 110px; }
    .cart-item__controls { grid-column: 1 / -1; flex-direction: row; align-items: center; justify-content: space-between; }
    .admin-actions { align-items: stretch; flex-direction: column; }
    .admin-filter-grid { grid-template-columns: 1fr; }
    .specification-row { grid-template-columns: 1fr 44px; }
    .specification-row input:nth-child(2) { grid-column: 1; }
    .specification-row button { grid-column: 2; grid-row: 1 / 3; }
}
