:root {
    --ink: #302118;
    --muted: #6f6258;
    --line: #eadfce;
    --paper: #fff;
    --soft: #fff9ef;
    --red: #efb126;
    --yellow: #efb126;
    --deep: #2b1812;
    --accent: #efb126;
    --button-gradient: linear-gradient(135deg, #efb126 0%, #f7cf54 100%);
    --button-gradient-hover: linear-gradient(135deg, #f7cf54 0%, #efb126 100%);
    --shadow: 0 16px 38px rgba(48, 33, 24, .1);
}
* { box-sizing: border-box; }
body { margin: 0; overflow-x: hidden; color: var(--ink); font-family: Manrope, "Segoe UI", Arial, sans-serif; font-size: 15px; background: var(--paper); line-height: 1.62; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.top-strip { display: grid; grid-template-columns: 220px 1fr; align-items: center; gap: 14px; min-height: 42px; padding: 0 5vw; background: var(--yellow); color: #161616; font-size: 12px; letter-spacing: 0; }
.top-gem { display: inline-flex; align-items: center; width: 180px; }
.top-gem img { width: 168px; height: 38px; object-fit: contain; }
.top-links { display: flex; justify-content: flex-end; align-items: center; gap: 24px; text-transform: uppercase; }
.top-links a { display: inline-flex; align-items: center; gap: 6px; color: #0d1520; font-weight: 650; }
.top-links .icon, .top-links svg { width: 16px; height: 16px; flex-basis: 16px; }
.site-header { position: relative; z-index: 120; background: rgba(255,255,255,.98); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(12px); }
.mobile-gem-header, .mobile-quick-nav { display: none; }
.navbar { min-height: 76px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; padding: 0 5vw; }
.brand { display: flex; align-items: center; justify-self: center; flex: 0 0 auto; }
.brand img { width: 210px; height: 62px; object-fit: contain; object-position: center; border-radius: 0; background: transparent; }
.header-search { justify-self: start; display: grid; place-items: center; width: 34px; height: 34px; border: 0; background: transparent; color: #19130f; cursor: pointer; }
.header-search .icon, .header-search svg { width: 23px; height: 23px; }
.header-contact-line { justify-self: end; display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; gap: 18px; color: #6d625b; font-size: 14px; }
.header-contact-line a { display: inline-flex; align-items: center; gap: 7px; color: #6d625b; line-height: 1; }
.header-contact-line .icon, .header-contact-line svg { width: 18px; height: 18px; flex-basis: 18px; color: var(--accent); }
.brand-mark { display: none; }
.nav-drawer { display: none; }
.nav-drawer a:hover { color: var(--red); }
.desktop-menu { display: none; }
.desktop-menu a:hover { color: var(--accent); }
.header-enquiry { margin-left: 10px; padding: 10px 18px; }
.nav-item { display: flex; align-items: center; min-height: 78px; }
.nav-item > a:after { content: ""; display: inline-block; width: 7px; height: 7px; margin-left: 8px; border-right: 1.8px solid currentColor; border-bottom: 1.8px solid currentColor; transform: rotate(45deg) translateY(-2px); }
.category-nav { position: relative; overflow-x: auto; overflow-y: visible; border-top: 0; border-bottom: 5px solid var(--yellow); background: #fff; scrollbar-width: thin; scrollbar-color: var(--yellow) #fff4d4; }
.category-nav::-webkit-scrollbar { height: 8px; }
.category-nav::-webkit-scrollbar-track { background: #fff4d4; }
.category-nav::-webkit-scrollbar-thumb { border-radius: 999px; background: var(--yellow); }
.category-links { display: flex; flex-wrap: nowrap; justify-content: flex-start; align-items: center; width: max-content; min-width: 100%; padding: 0 4vw; }
.category-nav-item { flex: 0 0 auto; }
.category-nav-item > a { display: flex; align-items: center; gap: 9px; padding: 12px 13px; white-space: nowrap; color: #6b625b; font-size: 14px; font-weight: 500; transition: color .15s ease, background .15s ease; }
.category-nav-item.has-mega > a { gap: 8px; }
.category-nav-item.has-mega > a:after { content: ""; order: 1; width: 7px; height: 7px; border-right: 1.8px solid currentColor; border-bottom: 1.8px solid currentColor; background: transparent; box-shadow: none; transform: rotate(45deg) translateY(-3px); opacity: .9; }
.category-nav-item.has-mega > a:before { content: none; }
.category-nav-item > a:hover, .category-nav-item.is-open > a, .category-nav-item:focus-within > a { color: var(--accent); background: #fff; }
.mega-menu { position: fixed; left: 0; right: 0; top: 154px; z-index: 110; display: grid; grid-template-columns: 270px minmax(0, 1fr); gap: 34px; padding: 28px 5vw 30px; max-height: calc(100vh - 154px); overflow-y: auto; background: rgba(255,255,255,.99); border-top: 2px solid var(--yellow); box-shadow: 0 22px 45px rgba(43,24,18,.12); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: .18s ease; pointer-events: none; }
.category-nav-item.is-open .mega-menu, .category-nav-item:focus-within .mega-menu { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
.mega-intro h2 { margin: 7px 0 10px; font-size: 29px; }
.mega-intro p { margin: 0 0 19px; color: var(--muted); font-size: 14px; }
.mega-grid { display: grid; grid-template-columns: repeat(4, minmax(125px, 1fr)); gap: 18px; align-content: start; }
.mega-card { display: block; min-width: 0; padding: 8px; border-radius: 10px; color: var(--ink); transition: background .16s ease, transform .16s ease; }
.mega-card:hover { background: var(--soft); transform: translateY(-2px); }
.mega-card img { width: 100%; aspect-ratio: 5 / 3; object-fit: cover; border-radius: 7px; background: #f5f0e9; margin-bottom: 10px; }
.mega-card span { color: var(--accent); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.mega-card strong { display: block; margin-top: 3px; font-size: 14px; line-height: 1.35; }
.mega-card, .category-card, .product-card, .fw-product-card, .gallery-card, .certificate-preview, .fw-category-strip a, .media-frame, .fw-mission-media, .fw-about-media, .fw-article-media, .fw-map-box, .product-gallery, .industry-visual, .director-photo { overflow: hidden; }
.mega-card img, .category-card img, .product-card img, .fw-product-card img, .gallery-card img, .certificate-preview-image, .fw-category-strip img, .media-frame img, .fw-mission-media img, .fw-mission-media video, .fw-about-media img, .fw-about-media video, .fw-article-media img, .fw-map-box img, .product-gallery img, .ajax-item img, .gallery img, .industry-visual img, .about-collage img, .director-photo img { transition: transform .32s ease, opacity .2s ease, filter .2s ease; transform-origin: center; }
.mega-card:hover img, .category-card:hover img, .product-card:hover img, .fw-product-card:hover img, .gallery-card:hover img, .certificate-card:hover .certificate-preview-image, .fw-category-strip a:hover img, .media-frame:hover img, .fw-mission-media:hover img, .fw-mission-media:hover video, .fw-about-media:hover img, .fw-about-media:hover video, .fw-article-media:hover img, .fw-map-box:hover img, .product-gallery:hover img, .ajax-item:hover img, .gallery img:hover, .industry-visual:hover img, .about-collage img:hover, .director-photo:hover img { transform: scale(1.08); }
.drawer-close, .menu-toggle { display: none; }
.search { width: min(260px, 24vw); position: relative; }
.search input, input, textarea, select { width: 100%; border: 1px solid var(--line); border-radius: 6px; padding: 12px 13px; font: inherit; background: #fff; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 6px; padding: 12px 18px; border: 1px solid #d99600; background: var(--button-gradient); color: #161616; font-weight: 750; cursor: pointer; box-shadow: 0 10px 22px rgba(239,177,38,.24); transition: transform .16s ease, box-shadow .16s ease, background .16s ease, color .16s ease; }
.btn:hover { background: var(--button-gradient-hover); color: #161616; transform: translateY(-1px); box-shadow: 0 13px 26px rgba(239,177,38,.3); }
.icon { width: 18px; height: 18px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 18px; }
.icon svg { width: 18px; height: 18px; fill: currentColor; display: block; }
.drawer-head { display: none; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 16px; }
.drawer-backdrop { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.62); z-index: 9000; }
.drawer-backdrop.open { display: block; }
.drawer-search { display: none; width: 100%; margin-bottom: 14px; }
.ajax-results { display: none; position: absolute; top: calc(100% + 8px); left: 0; right: 0; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); overflow: hidden; z-index: 90; }
.ajax-results.open { display: block; }
.ajax-item { display: grid; grid-template-columns: 54px 1fr; gap: 10px; padding: 10px; align-items: center; border-bottom: 1px solid var(--line); }
.ajax-item:last-child { border-bottom: 0; }
.ajax-item img { width: 54px; height: 44px; object-fit: cover; border-radius: 6px; background: #eee; }
.ajax-item strong { display: block; line-height: 1.2; }
.ajax-item span { color: var(--muted); font-size: 13px; }
.btn-primary { background: var(--button-gradient); color: #161616; border-color: #d99600; }
.btn-yellow { background: var(--button-gradient); color: #161616; border-color: #d99600; }
.hero { position: relative; min-height: 560px; display: flex; align-items: center; overflow: hidden; color: #fff; }
.hero-media, .hero video, .hero:before { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-media { transform: scale(1.02); }
.hero:before { content: ""; z-index: 1; background: linear-gradient(90deg, rgba(43,22,6,.82), rgba(43,22,6,.34)); }
.hero-content { position: relative; z-index: 2; width: min(1120px, 90vw); margin: auto; padding: 56px 0; }
.eyebrow { color: var(--accent); font-weight: 800; text-transform: uppercase; letter-spacing: .1em; font-size: 11px; }
.hero .eyebrow, .image-hero .eyebrow { color: var(--yellow); }
h1, h2 { font-family: Manrope, "Segoe UI", Arial, sans-serif; color: var(--ink); }
h1 { font-size: clamp(32px, 4.3vw, 54px); line-height: 1.08; margin: 12px 0; max-width: 800px; letter-spacing: 0; }
h2 { font-size: clamp(24px, 2.7vw, 34px); line-height: 1.16; margin: 0 0 12px; letter-spacing: 0; }
h3 { font-size: 18px; line-height: 1.3; margin: 0 0 9px; }
.hero h1, .image-hero h1 { color: #fff; }
.hero p { max-width: 640px; font-size: 17px; }
.hero-actions, .cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.section { padding: 60px 5vw; }
.section.soft { background: var(--soft); }
.section-head { display: flex; justify-content: space-between; gap: 20px; align-items: end; margin-bottom: 25px; }
.section-head p { max-width: 640px; color: var(--muted); }
.grid { display: grid; gap: 22px; }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.category-card, .product-card, .info-card, .lead-panel, .admin-card { border: 1px solid var(--line); border-radius: 11px; background: #fff; box-shadow: 0 10px 28px rgba(30,24,18,.045); }
.category-card { overflow: hidden; min-height: 100%; display: flex; flex-direction: column; }
.category-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: #eee; }
.category-card > div { padding: 16px; display: flex; flex: 1; flex-direction: column; justify-content: space-between; }
.category-card p { color: var(--muted); font-size: 14px; margin: 0 0 9px; }
.category-card span { color: var(--accent); font-size: 13px; font-weight: 800; }
.product-card { overflow: hidden; }
.product-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: #eee; }
.video-card { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 10px 30px rgba(30,24,18,.05); text-align: left; cursor: pointer; padding: 0; font: inherit; color: inherit; }
.video-thumb { position: relative; aspect-ratio: 16 / 9; background: #111; overflow: hidden; }
.video-thumb video, .video-thumb iframe { width: 100%; height: 100%; object-fit: cover; border: 0; display: block; pointer-events: none; }
.video-thumb:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(0,0,0,.35)); }
.play-badge { position: absolute; left: 18px; bottom: 18px; z-index: 1; display: grid; place-items: center; width: 50px; height: 50px; border-radius: 50%; background: var(--yellow); color: #161616; box-shadow: 0 10px 24px rgba(0,0,0,.2); }
.video-card.is-playing .video-thumb:after { opacity: 0; }
.video-card.is-playing .play-badge { opacity: 0; transform: scale(.86); pointer-events: none; }
.video-modal-box { width: min(980px, 94vw); background: #111; border-radius: 8px; position: relative; padding: 0; overflow: hidden; }
.video-stage { aspect-ratio: 16 / 9; background: #000; }
.video-stage video, .video-stage iframe { width: 100%; height: 100%; border: 0; display: block; }
.video-modal-box .modal-close { color: #161616; background: var(--yellow); border-color: var(--yellow); z-index: 2; }
.certificate-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.certificate-card { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 10px 30px rgba(30,24,18,.05); }
.certificate-preview { aspect-ratio: 1 / 1.42; background: #f3f0ea; border-bottom: 1px solid var(--line); overflow: hidden; }
.certificate-preview iframe { width: 100%; height: 100%; border: 0; display: block; background: #fff; overflow: hidden; }
.certificate-preview-image { display: none; width: 100%; height: 100%; object-fit: contain; background: #fff; }
.certificate-link { margin-top: 8px; }
.product-body { padding: 15px 16px 16px; }
.product-meta { color: var(--muted); font-size: 14px; }
.product-mini { display: flex; justify-content: space-between; gap: 10px; color: var(--muted); font-size: 13px; margin: 6px 0; }
.price { display: block; color: var(--red); margin: 4px 0 8px; }
.badge-row { display: flex; flex-wrap: wrap; gap: 10px; }
.badge { padding: 8px 11px; border: 1px solid var(--line); border-radius: 20px; background: #fff; font-size: 13px; font-weight: 700; }
.industry-visual { margin-top: 24px; }
.industry-visual img { width: 100%; border-radius: 8px; box-shadow: var(--shadow); aspect-ratio: 16 / 9; object-fit: cover; }
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 42px; align-items: center; }
.media-frame img, .media-frame video, .media-frame iframe { width: 100%; border-radius: 8px; box-shadow: var(--shadow); aspect-ratio: 5 / 4; object-fit: cover; border: 0; background: #111; }
.about-hero { min-height: 380px; }
.about-intro { padding-bottom: 70px; }
.about-story p { color: var(--muted); }
.about-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 24px; }
.about-stats div { min-height: 118px; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: #fffdf8; }
.about-stats strong { display: block; margin-bottom: 7px; color: var(--red); font-size: 18px; }
.about-stats span { display: block; color: var(--muted); font-size: 13.5px; line-height: 1.45; }
.about-collage { display: grid; grid-template-columns: .78fr 1fr; gap: 16px; align-items: end; }
.about-collage img { width: 100%; object-fit: cover; border-radius: 8px; box-shadow: var(--shadow); background: #eee; }
.about-collage img:first-child { aspect-ratio: 4 / 5; }
.about-collage img:last-child { aspect-ratio: 4 / 3; margin-bottom: 44px; }
.director-card { display: grid; grid-template-columns: .82fr 1fr; gap: 44px; width: min(1120px, 100%); margin: 0 auto; align-items: center; padding: 34px; border: 1px solid var(--line); border-radius: 10px; background: #fff; box-shadow: var(--shadow); }
.director-photo { overflow: hidden; border-radius: 8px; background: #eee; }
.director-photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 20%; }
.director-copy p { color: var(--muted); }
.director-quote { margin: 18px 0; padding: 18px 20px; border-left: 4px solid var(--yellow); background: #fff9ef; color: var(--ink) !important; font-size: 18px; font-weight: 750; line-height: 1.55; }
.director-sign { display: grid; gap: 2px; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); }
.director-sign strong { color: var(--deep); font-size: 18px; }
.director-sign span { color: var(--muted); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.about-value-card { padding: 22px; min-height: 100%; }
.about-value-card span { display: inline-flex; margin-bottom: 14px; color: var(--accent); font-weight: 950; font-size: 13px; letter-spacing: .1em; }
.about-value-card p { margin-bottom: 0; color: var(--muted); }
.about-range-card img { aspect-ratio: 16 / 11; }
.about-range-card p { min-height: 92px; }
.about-process .process .info-card { min-height: 100%; }
.about-cta { padding-top: 0; }
.about-cta-box { display: flex; justify-content: space-between; align-items: center; gap: 26px; width: min(1120px, 100%); margin: 0 auto; padding: 32px; border-radius: 10px; background: var(--deep); color: #fff; box-shadow: var(--shadow); }
.about-cta-box h2 { color: #fff; }
.about-cta-box p { max-width: 650px; margin-bottom: 0; color: rgba(255,255,255,.78); }
.category-slider-section { padding-top: 50px; padding-bottom: 50px; }
.category-slider { position: relative; overflow: hidden; border-radius: 8px; background: #191411; box-shadow: var(--shadow); }
.category-slider-stage { position: relative; aspect-ratio: 1376 / 768; }
.category-slide { display: none; position: absolute; inset: 0; margin: 0; }
.category-slide.active { display: block; }
.category-slide img { width: 100%; height: 100%; object-fit: cover; }
.category-slide figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 26px 74px 24px; color: #fff; font-weight: 700; background: linear-gradient(transparent, rgba(0,0,0,.65)); }
.category-slider-arrow { position: absolute; top: 50%; z-index: 1; width: 48px; height: 48px; border: 1px solid var(--yellow); border-radius: 50%; color: #161616; background: var(--yellow); font-size: 38px; line-height: 38px; cursor: pointer; transform: translateY(-50%); }
.category-slider-arrow.previous { left: 18px; }
.category-slider-arrow.next { right: 18px; }
.category-slider-dots { position: absolute; z-index: 1; bottom: 14px; left: 50%; display: flex; gap: 8px; transform: translateX(-50%); }
.category-slider-dots button { width: 10px; height: 10px; padding: 0; border: 0; border-radius: 50%; background: rgba(239,177,38,.55); cursor: pointer; }
.category-slider-dots button.active { width: 28px; border-radius: 12px; background: var(--yellow); }
.process { counter-reset: step; }
.process .info-card { padding: 24px; position: relative; }
.process .info-card:before { counter-increment: step; content: counter(step, decimal-leading-zero); color: var(--red); font-weight: 900; font-size: 32px; }
.lead-panel { padding: 25px; }
.lead-panel label { display: block; font-weight: 700; margin-bottom: 12px; }
.gallery { columns: 3 250px; column-gap: 18px; }
.gallery img { border-radius: 8px; margin: 0 0 18px; width: 100%; break-inside: avoid; }
.gallery-grid { display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; align-items: stretch; columns: initial; }
.gallery-card { position: relative; overflow: hidden; min-height: 100%; border-radius: 8px; background: var(--deep); color: #fff; box-shadow: 0 10px 28px rgba(30,24,18,.08); }
.gallery-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; opacity: .86; transition: transform .18s ease, opacity .18s ease; }
.gallery-card:after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.72)); }
.gallery-card span, .gallery-card strong { position: absolute; left: 14px; right: 14px; z-index: 1; }
.gallery-card span { bottom: 43px; color: var(--yellow); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.gallery-card strong { bottom: 15px; font-size: 17px; line-height: 1.25; }
.gallery-card:hover img { opacity: 1; }
.page-hero { padding: 48px 5vw 36px; background: linear-gradient(120deg, #fff8eb, #fff); }
.page-hero h1 { font-size: clamp(32px, 4vw, 48px); }
.page-hero p { max-width: 680px; color: var(--muted); margin: 0; }
.page-hero.image-hero { position: relative; overflow: hidden; min-height: 292px; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; background: #211f1d; }
.page-hero.image-hero:before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(43,22,6,.82), rgba(43,22,6,.34)), var(--hero-image); background-size: cover; background-position: center; transform: scale(1.02); }
.page-hero.image-hero > * { position: relative; z-index: 1; }
.page-hero.image-hero .breadcrumbs { color: rgba(255,255,255,.76); }
.page-hero.image-hero p { max-width: 680px; color: #fff; font-size: 16px; }
.product-hero .eyebrow { display: block; margin-bottom: 7px; color: var(--accent); }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; color: var(--muted); font-size: 13px; margin-bottom: 15px; }
.breadcrumbs a { color: inherit; text-decoration: none; }
.breadcrumbs a:hover { color: var(--accent); }
.breadcrumbs span[aria-hidden="true"] { color: rgba(111,98,88,.65); }
.product-detail-layout { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px; align-items: start; }
.product-visual { position: sticky; top: 185px; }
.product-gallery { overflow: hidden; padding: 14px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: var(--shadow); }
.product-gallery img { border-radius: 8px; width: 100%; aspect-ratio: 1 / 1; object-fit: contain; background: #fff; }
.gallery-thumbs { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 10px; margin-top: 10px; }
.gallery-thumbs img { aspect-ratio: 1; object-fit: cover; cursor: pointer; border: 2px solid transparent; border-radius: 6px; }
.gallery-thumbs img.active { border-color: var(--red); }
.product-information { min-width: 0; }
.detail-facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin: 0 0 19px; }
.fact { border: 1px solid var(--line); border-radius: 9px; padding: 11px 13px; background: var(--soft); }
.fact span { display: block; color: var(--muted); font-size: 13px; }
.fact strong { font-size: 16px; }
.product-detail-block { margin-bottom: 21px; }
.product-detail-block h2 { font-family: Manrope, "Segoe UI", Arial, sans-serif; font-size: 19px; font-weight: 800; margin: 0 0 10px; letter-spacing: 0; }
.product-detail-block .content-body p { margin: 0 0 11px; color: #51443b; }
.feature-list { display: grid; gap: 8px; list-style: none; margin: 0; padding: 0; }
.feature-list li { position: relative; padding: 9px 12px 9px 31px; border: 1px solid var(--line); border-radius: 7px; background: #fff; }
.feature-list li:before { content: ""; position: absolute; left: 13px; top: 16px; width: 7px; height: 7px; border-radius: 50%; background: var(--yellow); }
.spec-table { width: 100%; border-collapse: collapse; margin: 0; font-size: 14px; }
.spec-table td { border-bottom: 1px solid var(--line); padding: 10px 0; }
.spec-table td:first-child { color: var(--muted); width: 42%; }
.product-quote-action { margin-top: 4px; }
.quote-section { border-top: 1px solid var(--line); }
.quote-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 54px; align-items: start; }
.quote-copy { max-width: 470px; padding-top: 14px; }
.quote-copy p { color: var(--muted); }
.quote-form h2 { font-size: 27px; margin-bottom: 18px; }
.quote-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 14px; }
.compact-section { padding-top: 42px; padding-bottom: 42px; }
.content-card { max-width: 1040px; padding: 28px 32px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: 0 8px 26px rgba(48,33,24,.04); }
.content-card p { color: #51443b; }
.product-range { padding-top: 52px; }
.site-footer { padding: 58px 5vw 24px; background: #17100d; color: #fff3d5; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .9fr .9fr 1.1fr; gap: 34px; width: min(1180px, 100%); margin: 0 auto; }
.site-footer h3 { color: #fff; font-size: 18px; }
.site-footer p { color: rgba(255,255,255,.72); }
.site-footer a { display: block; color: rgba(255,255,255,.78); margin: 7px 0; }
.site-footer a:hover { color: var(--yellow); }
.site-footer .footer-link, .site-footer .footer-contact-line { display: flex; align-items: flex-start; gap: 9px; }
.site-footer .footer-link .icon, .site-footer .footer-link svg { width: 15px; height: 15px; flex-basis: 15px; margin-top: 4px; color: var(--yellow); }
.site-footer .footer-contact-line { margin: 9px 0; color: rgba(255,255,255,.78); }
.site-footer .footer-contact-line .icon, .site-footer .footer-contact-line svg { width: 18px; height: 18px; flex-basis: 18px; margin-top: 3px; color: var(--yellow); }
.site-footer .footer-contact-line .footer-emoji { width: 18px; flex: 0 0 18px; margin-top: 1px; color: var(--yellow); line-height: 1.2; }
.site-footer .footer-contact-line span:last-child { min-width: 0; }
.footer-brand > img { width: 180px; height: 58px; object-fit: cover; object-position: center; border-radius: 4px; margin-bottom: 18px; background: #fff; }
.footer-brand > img.footer-brand-logo { width: 190px; height: 58px; object-fit: contain; padding: 7px 10px; }
.footer-business-logos { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 18px; }
.footer-business-logos span { display: grid; place-items: center; min-width: 0; min-height: 86px; padding: 8px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 6px; background: #fff; color: #17100d; font-size: 14px; font-weight: 950; }
.footer-business-logos img { width: 100%; height: 70px; max-width: none; max-height: none; object-fit: cover; object-position: center; }
.market-logo.india-mart { color: #1e4ca1; }
.market-logo.trade-india { color: #d43126; text-transform: lowercase; }
.copyright { width: min(1180px, 100%); margin: 34px auto 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.58); text-align: center; font-size: 13px; }
.copyright { border-top: 1px solid rgba(255,255,255,.12); margin-top: 30px; padding-top: 18px; color: #aaa; }
.copyright a { display: inline; margin: 0; color: var(--yellow); font-weight: 800; }
.float-actions { position: fixed; right: 18px; bottom: 20px; display: grid; gap: 12px; z-index: 80; }
.float-actions a, .quick-enquiry { width: 50px; height: 50px; border-radius: 50%; padding: 0; color: #161616; font-weight: 800; box-shadow: 0 12px 28px rgba(0,0,0,.24); border: 2px solid #fff; display: grid; place-items: center; font-size: 0; line-height: 0; }
.float-actions .icon, .quick-enquiry .icon { width: 22px; height: 22px; flex: 0 0 22px; }
.float-actions svg, .quick-enquiry svg { width: 22px; height: 22px; display: block; }
.float-call, .float-wa { background: var(--yellow); }
.quick-enquiry { position: fixed; right: 18px; bottom: 144px; background: var(--yellow); color: #161616; z-index: 80; cursor: pointer; }
.modal { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.55); z-index: 10050; place-items: center; padding: 18px; }
.modal.open { display: grid; }
.modal-box { width: min(480px, 100%); background: #fff; border-radius: 8px; padding: 26px; position: relative; }
.modal-close { position: absolute; right: 12px; top: 10px; background: var(--yellow); border: 1px solid var(--yellow); border-radius: 8px; width: 38px; height: 38px; display: grid; place-items: center; cursor: pointer; color: #161616; }
.modal-close .icon, .modal-close svg { width: 20px; height: 20px; }
.search-modal { align-items: start; padding-top: min(110px, 12vh); background: rgba(8, 8, 8, .62); backdrop-filter: blur(7px); }
.search-modal-box { position: relative; width: min(760px, calc(100vw - 32px)); border-radius: 10px; background: #fff; box-shadow: 0 26px 80px rgba(0,0,0,.28); }
.search-modal-form { display: grid; gap: 16px; padding: 30px; }
.search-modal-form label { color: var(--deep); font-size: 24px; font-weight: 900; line-height: 1.2; }
.search-modal-field { display: grid; grid-template-columns: 24px 1fr; align-items: center; gap: 12px; min-height: 58px; padding: 0 18px; border: 1px solid #dfd4c6; border-radius: 8px; background: #fffaf2; color: var(--accent); }
.search-modal-field .icon, .search-modal-field svg { width: 22px; height: 22px; }
.search-modal-field input { min-height: 56px; padding: 0; border: 0; border-radius: 0; background: transparent; color: var(--ink); font-size: 18px; outline: none; }
.search-modal-results.ajax-results { position: static; display: block; min-height: 92px; max-height: min(470px, 52vh); overflow-y: auto; border: 1px solid var(--line); border-radius: 8px; box-shadow: none; background: #fff; }
.search-modal-results.ajax-results:empty:before { content: "Start typing to find categories, subcategories and products."; display: block; padding: 22px; color: var(--muted); font-weight: 650; text-align: center; }
.search-modal-results .ajax-item { grid-template-columns: 74px 1fr; gap: 14px; padding: 12px 14px; color: var(--ink); transition: background .15s ease; }
.search-modal-results .ajax-item:hover { background: #fff8ea; }
.search-modal-results .ajax-item img { width: 74px; height: 58px; border-radius: 7px; object-fit: cover; background: #f2ede6; }
.search-modal-results .ajax-item strong { color: #1b130f; font-size: 15px; }
.search-modal-results .ajax-item span span { color: var(--accent); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .04em; }
.search-modal-results .no-result { grid-template-columns: 1fr; text-align: center; }
.toast { position: fixed; top: 92px; right: 20px; z-index: 70; background: #128c48; color: #fff; padding: 14px 18px; border-radius: 6px; }
.faq details { border-top: 1px solid var(--line); padding: 16px 0; }
.faq summary { font-weight: 800; cursor: pointer; }
.map-wrap iframe { width: 100%; height: 360px; border: 0; filter: grayscale(.2); }
.fw-contact-panel { padding: 72px 5vw 58px; background: #fff; }
.fw-contact-head { text-align: center; margin-bottom: 24px; }
.fw-contact-head h2 { margin: 4px 0 0; color: #263247; font-size: clamp(24px, 2.6vw, 34px); font-weight: 400; }
.fw-contact-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .95fr); gap: 36px; width: min(1180px, 100%); margin: 0 auto; align-items: start; }
.fw-map-box { overflow: hidden; border: 1px solid #eadfce; background: #fff8e7; }
.fw-map-box iframe { display: block; width: 100%; height: 334px; border: 0; }
.fw-contact-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; padding-top: 24px; }
.fw-contact-info-grid h3 { margin: 0 0 14px; color: #233758; font-size: 18px; text-transform: uppercase; letter-spacing: .02em; }
.fw-contact-info-grid p { display: grid; grid-template-columns: 42px 1fr; gap: 12px; align-items: center; margin: 0 0 13px; color: #1e293b; font-size: 14px; line-height: 1.55; }
.contact-icon { display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: #fff; font-weight: 900; text-align: center; box-shadow: 0 10px 20px rgba(15,23,42,.13), inset 0 0 0 1px rgba(255,255,255,.2); transition: transform .18s ease, box-shadow .18s ease, filter .18s ease; }
.contact-icon .icon, .contact-icon svg { width: 18px; height: 18px; flex-basis: 18px; }
.contact-icon:hover { transform: translateY(-2px); box-shadow: 0 14px 24px rgba(15,23,42,.18), inset 0 0 0 1px rgba(255,255,255,.26); filter: saturate(1.05); }
.contact-location { background: linear-gradient(135deg, #f4b43f, #c97312); box-shadow: 0 10px 20px rgba(201,115,18,.24), inset 0 0 0 1px rgba(255,255,255,.22); }
.contact-phone { background: linear-gradient(135deg, #25d366, #128c4b); box-shadow: 0 10px 20px rgba(18,140,75,.22), inset 0 0 0 1px rgba(255,255,255,.22); }
.contact-mail { background: linear-gradient(135deg, #ffd15a, #d69008); box-shadow: 0 10px 20px rgba(214,144,8,.24), inset 0 0 0 1px rgba(255,255,255,.22); }
.contact-clock { background: linear-gradient(135deg, #8b5cf6, #4f46e5); box-shadow: 0 10px 20px rgba(79,70,229,.22), inset 0 0 0 1px rgba(255,255,255,.22); }
.social-facebook { background: linear-gradient(135deg, #4f9cf9, #1877f2); box-shadow: 0 10px 20px rgba(24,119,242,.24), inset 0 0 0 1px rgba(255,255,255,.22); }
.social-instagram { background: radial-gradient(circle at 30% 105%, #fdf497 0 18%, #fd5949 38%, #d6249f 62%, #285aeb 100%); box-shadow: 0 10px 20px rgba(214,36,159,.23), inset 0 0 0 1px rgba(255,255,255,.22); }
.social-youtube { background: linear-gradient(135deg, #ff4b4b, #c90000); box-shadow: 0 10px 20px rgba(201,0,0,.24), inset 0 0 0 1px rgba(255,255,255,.22); }
.social-linkedin { background: linear-gradient(135deg, #2b9fda, #0a66c2); box-shadow: 0 10px 20px rgba(10,102,194,.24), inset 0 0 0 1px rgba(255,255,255,.22); }
.social-blog { background: linear-gradient(135deg, #f7c948, #d88a06); color: #fff !important; box-shadow: 0 10px 20px rgba(216,138,6,.24), inset 0 0 0 1px rgba(255,255,255,.22); }
.fw-contact-info-grid a { color: #0f172a; text-decoration: underline; text-underline-offset: 2px; }
.fw-contact-form { display: grid; gap: 18px; }
.fw-contact-form label { display: block; color: #090909; font-weight: 800; }
.fw-contact-form b { color: #d2241b; }
.fw-contact-form input, .fw-contact-form textarea { width: 100%; margin-top: 8px; border: 1px solid #b7b7b7; border-radius: 0; padding: 11px 12px; font: inherit; background: #fff; }
.fw-contact-form textarea { resize: vertical; min-height: 112px; }
.fw-contact-form button { justify-self: start; min-height: 38px; padding: 0 18px; border: 1px solid #d99600; border-radius: 3px; background: var(--button-gradient); color: #161616; font-weight: 800; cursor: pointer; box-shadow: 0 10px 20px rgba(239,177,38,.2); }
.contact-hero { min-height: 350px; }
.contact-page-section { background: linear-gradient(180deg, #fff 0%, #fff9ef 100%); }
.contact-page-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: 32px; width: min(1180px, 100%); margin: 0 auto; align-items: start; }
.contact-page-info, .contact-quote-card, .contact-map-panel { border: 1px solid var(--line); border-radius: 10px; background: #fff; box-shadow: 0 18px 42px rgba(31,24,18,.07); }
.contact-page-info { padding: clamp(24px, 3vw, 36px); }
.contact-page-info h2, .contact-map-panel h2, .contact-quote-card h2 { margin-top: 6px; }
.contact-page-lead { max-width: 650px; color: var(--muted); }
.contact-detail-list { display: grid; gap: 14px; margin: 24px 0; }
.contact-detail-list p, .contact-social-list p { display: grid; grid-template-columns: 42px 1fr; gap: 13px; align-items: center; margin: 0; color: #1e293b; line-height: 1.55; }
.contact-detail-list a, .contact-social-list a { color: #0f172a; text-decoration: underline; text-underline-offset: 2px; }
.contact-action-row { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0 0; }
.contact-social-panel { margin-top: 30px; padding-top: 26px; border-top: 1px solid var(--line); }
.contact-social-panel h3 { margin-bottom: 16px; color: #233758; text-transform: uppercase; letter-spacing: .02em; }
.contact-social-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 18px; }
.contact-quote-card { position: sticky; top: 164px; padding: clamp(24px, 3vw, 34px); }
.contact-quote-card label { display: block; margin-bottom: 13px; color: var(--deep); font-weight: 800; }
.contact-quote-card input, .contact-quote-card textarea { margin-top: 7px; border-radius: 4px; background: #fffdf8; }
.contact-quote-card button { width: 100%; margin-top: 4px; }
.contact-map-panel { display: grid; grid-template-columns: .42fr .58fr; gap: 24px; align-items: center; width: min(1180px, 100%); margin: 34px auto 0; padding: 24px; }
.contact-map-frame { overflow: hidden; border-radius: 8px; background: #fff8e7; }
.contact-map-frame iframe { display: block; width: 100%; height: 320px; border: 0; }
.fw-marketplace-badges { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; width: min(980px, 100%); margin: 58px auto 0; }
.fw-market-badge { position: relative; display: grid; grid-template-rows: auto 1fr auto; justify-items: start; min-height: 230px; overflow: hidden; padding: 28px; text-align: left; color: #18212c; background: #fff; border: 1px solid #eadfce; border-top: 5px solid var(--yellow); border-radius: 8px; box-shadow: 0 18px 42px rgba(31,24,18,.09); clip-path: none; filter: none; }
.fw-market-badge:after { content: ""; position: absolute; right: -36px; bottom: -36px; width: 112px; height: 112px; border-radius: 50%; background: rgba(239,177,38,.16); }
.fw-market-badge strong { display: inline-grid; place-items: center; position: relative; z-index: 1; width: 200px; height: 52px; margin-bottom: 16px; padding: 7px 14px; border-radius: 999px; background: #ffe9a8; color: #7a321f; font-size: 12px; }
.fw-market-badge strong img { max-width: 174px; max-height: 40px; margin: 0; object-fit: contain; }
.fw-market-badge:nth-child(2) strong, .fw-market-badge:nth-child(3) strong { background: #ffe9a8; color: #7a321f; }
.fw-market-badge span { position: relative; z-index: 1; color: #2a2f37; font-size: 17px; font-weight: 900; line-height: 1.28; }
.fw-market-badge img { position: relative; z-index: 1; max-width: 150px; max-height: 72px; margin-top: 18px; object-fit: contain; }
.fw-market-badge img.marketplace-logo { max-width: 190px; max-height: 76px; }
.fw-market-badge img.tradeindia-logo { max-width: 180px; max-height: 88px; }
.fw-market-badge b { position: relative; z-index: 1; margin-top: 16px; color: #3348a3; font-size: 25px; line-height: .9; }
.fw-market-badge b.trade { color: #e03831; font-size: 28px; }
.content-body h2, .content-body h3, .content-body h4 { margin-top: 24px; }
.content-body ul, .content-body ol { padding-left: 24px; }
.content-body a { color: var(--red); font-weight: 800; text-decoration: underline; }
.content-body img { border-radius: 8px; margin: 16px 0; }

@media (max-width: 980px) {
    body { padding-bottom: 58px; }
    .top-strip, .navbar, .category-nav { display: none; }
    .mobile-gem-header { position: relative; display: block; width: 100%; max-width: 100vw; min-height: 62px; margin: 0; padding: 0; background: var(--yellow); color: #2b1812; border-bottom: 1px solid rgba(43,24,18,.14); box-shadow: 0 2px 10px rgba(43,24,18,.08); overflow: hidden; }
    .mobile-header-left { position: absolute; left: 10px; top: 50%; display: flex; align-items: center; gap: 6px; transform: translateY(-50%); }
    .mobile-header-mark { display: grid; place-items: center; min-width: 0; height: 48px; background: transparent; }
    .mobile-header-mark img { display: block; max-width: 100%; max-height: 100%; object-fit: contain; }
    .mobile-ashok-logo { width: 20px; }
    .mobile-ashok-logo img { width: 18px; height: 31px; filter: contrast(1.08); }
    .mobile-gem-logo { width: 82px; }
    .mobile-gem-logo img { width: 82px; height: 42px; filter: none; }
    .mobile-company-logo { position: absolute; left: 50%; top: 50%; width: 112px; height: 48px; padding: 2px 3px; border-radius: 0; background: transparent; box-shadow: none; overflow: visible; transform: translate(-50%, -50%); }
    .mobile-company-logo img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
    .mobile-menu-inline { position: absolute; right: 10px; top: 50%; display: grid; place-items: center; width: 36px; height: 46px; margin: 0; border: 0; background: transparent; color: #2b1812; cursor: pointer; transform: translateY(-50%); }
    .mobile-menu-inline .icon, .mobile-menu-inline svg { width: 25px; height: 25px; flex-basis: 25px; }
    .mobile-quick-nav { position: fixed; left: 0; right: 0; bottom: 0; z-index: 130; display: flex; width: 100vw; max-width: 100vw; min-height: 58px; background: var(--yellow); border-top: 1px solid rgba(43,24,18,.16); box-shadow: 0 -8px 24px rgba(0,0,0,.18); overflow: hidden; }
    .mobile-quick-nav a, .mobile-quick-nav button { display: grid; place-items: center; flex: 0 0 25%; width: 25%; min-width: 0; min-height: 58px; border: 0; border-left: 1px solid rgba(43,24,18,.18); background: transparent; color: #161616; cursor: pointer; }
    .mobile-quick-nav a:first-child, .mobile-quick-nav button:first-child { border-left: 0; }
    .mobile-quick-nav .icon, .mobile-quick-nav svg { width: 29px; height: 29px; flex-basis: 29px; }
    .desktop-menu, .header-search, .header-contact-line { display: none; }
    .header-enquiry { display: none; }
    .navbar { min-height: 78px; justify-content: space-between; padding: 0 20px; }
    .brand { justify-self: auto; }
    .brand img { width: 174px; height: 56px; object-fit: contain; }
    .menu-toggle { display: inline-grid; place-items: center; margin-left: auto; width: 44px; height: 44px; background: var(--yellow); border: 1px solid var(--yellow); border-radius: 8px; color: #161616; }
    .drawer-close { display: inline-grid; place-items: center; margin-left: auto; width: 42px; height: 42px; background: transparent; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: #fff; }
    .menu-toggle .icon, .drawer-close .icon { width: 24px; height: 24px; flex-basis: 24px; }
    .menu-toggle svg, .drawer-close svg { width: 24px; height: 24px; }
    .drawer-head { display: flex; align-items: center; gap: 16px; padding: 19px 22px; margin: 0; background: var(--deep); }
    .drawer-search { display: block; position: relative; width: 100%; margin-bottom: 22px; }
    .drawer-search input { min-height: 58px; border-radius: 8px; border: 2px solid #fff; font-size: 18px; color: #1f2937; background: #fff; }
    body.drawer-open, body.modal-open { overflow: hidden; touch-action: none; }
    body.modal-open .float-actions, body.modal-open .quick-enquiry { display: none; }
    .nav-drawer { position: fixed !important; top: 0 !important; right: 0 !important; left: auto !important; bottom: auto !important; width: min(400px, 90vw) !important; height: 100dvh !important; min-height: 100vh !important; max-height: none !important; background: #fff !important; transform: translate3d(110%,0,0); transition: transform .25s ease; display: flex !important; flex-direction: column !important; align-items: stretch !important; justify-content: flex-start !important; gap: 0 !important; padding: 0 !important; box-shadow: -24px 0 70px rgba(0,0,0,.25); z-index: 9999 !important; overflow-y: auto !important; color: var(--ink) !important; opacity: 1 !important; visibility: visible !important; }
    .nav-drawer.open { transform: translate3d(0,0,0) !important; }
    body.drawer-open .menu-toggle, body.drawer-open .mobile-menu-inline, body.drawer-open .mobile-nav-menu { pointer-events: none; }
    .drawer-head .brand { min-width: 0; }
    .drawer-head .brand img { width: 150px; height: 49px; object-fit: contain; object-position: center; }
    .drawer-primary { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; padding: 18px 20px; border-bottom: 1px solid var(--line); background: #fff; }
    .drawer-primary a { min-height: 46px; padding: 12px; border-radius: 8px; background: var(--yellow); color: #161616; font-size: 14px; font-weight: 750; }
    .drawer-section { padding: 20px 20px 12px; }
    .drawer-label { display: block; margin-bottom: 10px; color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
    .drawer-category { border-bottom: 1px solid var(--line); }
    .drawer-category-head { display: flex; align-items: center; gap: 8px; }
    .drawer-category-head > a { flex: 1; padding: 14px 0; color: var(--ink); font-size: 15px; font-weight: 750; }
    .drawer-expand { position: relative; flex: 0 0 38px; height: 38px; border: 1px solid var(--yellow); border-radius: 8px; background: var(--yellow); cursor: pointer; }
    .drawer-expand:after { content: ""; position: absolute; top: 13px; left: 14px; width: 8px; height: 8px; border-right: 2px solid var(--accent); border-bottom: 2px solid var(--accent); transform: rotate(45deg); transition: transform .15s ease; }
    .drawer-category.expanded .drawer-expand:after { top: 16px; transform: rotate(225deg); }
    .drawer-submenu { display: none; gap: 7px; padding: 0 0 13px; }
    .drawer-category.expanded .drawer-submenu { display: grid; }
    .drawer-submenu a { display: flex; align-items: center; gap: 11px; padding: 7px; border-radius: 8px; background: #fff9ef; color: #55453a; font-size: 13px; font-weight: 650; }
    .drawer-submenu img { width: 54px; height: 40px; border-radius: 6px; object-fit: cover; background: #f3ede4; }
    .drawer-contact { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; margin-top: auto; padding: 18px 20px 24px; border-top: 1px solid var(--line); background: #fff; }
    .drawer-contact .btn { padding: 11px 8px; font-size: 13px; }
    .ajax-results { top: calc(100% + 8px); }
    .navbar > .search { display: none; }
    .navbar > .btn { display: none; }
    .grid-3, .grid-4, .split, .product-detail-layout, .quote-layout, .footer-grid, .certificate-grid { grid-template-columns: 1fr; }
    .fw-contact-layout { grid-template-columns: 1fr; }
    .footer-business-logos span { min-width: 0; min-height: 78px; }
    .footer-business-logos img { width: 100%; height: 64px; max-width: none; max-height: none; object-fit: cover; }
    .about-stats { grid-template-columns: 1fr; }
    .about-collage { grid-template-columns: 1fr; }
    .about-collage img:first-child, .about-collage img:last-child { aspect-ratio: 16 / 10; margin-bottom: 0; }
    .director-card { grid-template-columns: 1fr; }
    .director-photo img { aspect-ratio: 16 / 11; object-position: 50% 18%; }
    .about-cta-box { display: grid; }
    .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .product-visual { position: static; }
    .hero { min-height: 500px; }
    .float-actions { bottom: 78px; }
    .quick-enquiry { bottom: 202px; }
}
@media (max-width: 1180px) {
    .certificate-preview iframe { display: none; }
    .certificate-preview-image { display: block; }
    .certificate-preview.preview-failed iframe { display: block; }
    .certificate-preview.preview-failed .certificate-preview-image { display: none; }
}
@media (max-width: 620px) {
    .section, .page-hero { padding-left: 20px; padding-right: 20px; }
    .mobile-gem-header { min-height: 60px; }
    .mobile-header-left { left: 9px; gap: 5px; }
    .mobile-header-mark { height: 44px; }
    .mobile-ashok-logo { width: 18px; }
    .mobile-ashok-logo img { width: 16px; height: 28px; }
    .mobile-gem-logo { width: 76px; }
    .mobile-gem-logo img { width: 76px; height: 40px; }
    .mobile-company-logo { width: 106px; height: 46px; padding: 2px 3px; }
    .mobile-menu-inline { right: 9px; width: 34px; height: 42px; }
    .mobile-menu-inline .icon, .mobile-menu-inline svg { width: 24px; height: 24px; flex-basis: 24px; }
    .section-head { display: block; }
    .page-hero { padding-top: 34px; padding-bottom: 30px; }
    .product-detail-layout { gap: 30px; }
    .product-gallery { padding: 9px; }
    .quote-fields { grid-template-columns: 1fr; }
    .content-card { padding: 20px; }
    .gallery-grid { grid-template-columns: 1fr; }
    .category-slider-section { padding-top: 32px; padding-bottom: 32px; }
    .category-slide figcaption { padding: 30px 48px 16px; font-size: 14px; }
    .category-slider-arrow { width: 36px; height: 36px; font-size: 30px; line-height: 29px; }
    .category-slider-arrow.previous { left: 10px; }
    .category-slider-arrow.next { right: 10px; }
    .hero-content { width: calc(100% - 40px); }
    .float-actions { right: 12px; }
}

@media (max-width: 420px) {
    .mobile-gem-header { min-height: 58px; }
    .mobile-header-left { left: 8px; gap: 4px; }
    .mobile-ashok-logo { width: 17px; }
    .mobile-ashok-logo img { width: 15px; height: 26px; }
    .mobile-gem-logo { width: 68px; }
    .mobile-gem-logo img { width: 68px; height: 36px; }
    .mobile-company-logo { width: 98px; height: 44px; padding: 2px; }
    .mobile-menu-inline { right: 8px; width: 32px; height: 38px; }
    .mobile-menu-inline .icon, .mobile-menu-inline svg { width: 24px; height: 24px; flex-basis: 24px; }
}

@media (max-width: 360px) {
    .mobile-gem-header { min-height: 56px; }
    .mobile-header-left { left: 7px; gap: 4px; }
    .mobile-header-mark { height: 40px; }
    .mobile-ashok-logo { width: 15px; }
    .mobile-ashok-logo img { width: 14px; height: 24px; }
    .mobile-gem-logo { width: 60px; }
    .mobile-gem-logo img { width: 60px; height: 32px; }
    .mobile-company-logo { width: 90px; height: 40px; padding: 2px; }
    .mobile-menu-inline { right: 7px; width: 30px; height: 34px; }
    .mobile-menu-inline .icon, .mobile-menu-inline svg { width: 22px; height: 22px; flex-basis: 22px; }
}

/* Featherwood-style localized homepage */
.navbar { background: #fff; }
.brand img { background: transparent; }
.fw-hero { position: relative; min-height: 560px; display: grid; align-items: center; overflow: hidden; color: #070707; background: #16110e; }
.fw-hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 1; filter: saturate(1.08) contrast(1.06) brightness(1.08); }
.fw-hero-overlay { position: absolute; inset: 0; background: rgba(255,255,255,.28); backdrop-filter: blur(.2px); }
.fw-hero-inner { position: relative; z-index: 1; width: min(1180px, calc(100% - 56px)); margin: 0 auto; display: grid; grid-template-columns: 1fr; justify-items: center; align-content: center; gap: 18px; padding: 64px 0 72px; text-align: center; }
.fw-hero-copy { display: grid; justify-items: center; width: 100%; }
.fw-hero-copy h1 { max-width: 980px; margin: 12px 0 22px; color: #050505; font-family: Manrope, "Segoe UI", Arial, sans-serif; font-size: clamp(27px, 2.5vw, 38px); font-weight: 800; line-height: 1.14; text-transform: none; letter-spacing: 0; text-shadow: 0 1px 14px rgba(255,255,255,.45); }
.fw-hero-copy .eyebrow { display: block; max-width: 1050px; color: #050505; font-size: clamp(32px, 4.3vw, 56px); line-height: 1.05; font-weight: 500; letter-spacing: 0; text-shadow: 0 1px 14px rgba(255,255,255,.5); }
.fw-hero-link { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 38px; background: var(--button-gradient); color: #161616; border: 1px solid #d99600; border-radius: 999px; font-weight: 750; text-transform: uppercase; letter-spacing: 0; font-size: 15px; box-shadow: 0 12px 26px rgba(0,0,0,.2); transition: transform .16s ease, background .16s ease, color .16s ease; }
.fw-hero-link:hover { background: var(--button-gradient-hover); color: #161616; transform: translateY(-1px); }
.fw-consult-form { position: relative; display: grid; grid-template-columns: repeat(3, minmax(180px, 1fr)) 200px; gap: 20px; align-items: stretch; width: min(950px, 100%); min-width: 0; margin-top: 52px; padding: 0; background: transparent; color: var(--ink); border: 0; box-shadow: none; }
.fw-consult-form:before, .fw-consult-form h2 { display: none; }
.fw-consult-form label { display: block; margin: 0; color: transparent; font-size: 0; font-weight: 900; }
.fw-consult-form input { height: 52px; margin: 0; border: 1px solid rgba(0,0,0,.18); border-radius: 3px; padding: 0 17px; background: rgba(255,255,255,.96); color: #222; font-size: 16px; box-shadow: 0 8px 18px rgba(0,0,0,.1); }
.fw-consult-form input::placeholder { color: #8c8c8c; opacity: 1; }
.fw-consult-form button { width: 100%; min-height: 52px; padding: 0 20px; border: 1px solid #d99600; border-radius: 3px; background: var(--button-gradient); color: #161616; font: inherit; font-size: 17px; font-weight: 900; cursor: pointer; box-shadow: 0 8px 18px rgba(0,0,0,.12); }
.fw-keywords { overflow: hidden; padding: 14px 0; background: var(--yellow); color: #161616; text-align: center; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
.fw-keyword-track { display: flex; width: max-content; animation: keywordSlide 26s linear infinite; }
.fw-keywords:hover .fw-keyword-track { animation-play-state: paused; }
.fw-keywords span { display: inline-flex; align-items: center; white-space: nowrap; }
.fw-keywords span:after { content: "|"; margin: 0 14px; color: rgba(43,24,18,.45); }
.fw-category-strip { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 34px 2px 22px; overflow: hidden; scrollbar-width: none; }
.fw-category-track { display: flex; width: max-content; gap: 26px; animation: categoryStripSlide 34s linear infinite; }
.fw-category-strip:hover .fw-category-track, .fw-category-strip:focus-within .fw-category-track { animation-play-state: paused; }
.fw-category-strip::-webkit-scrollbar { height: 6px; }
.fw-category-strip::-webkit-scrollbar-thumb { border-radius: 999px; background: var(--yellow); }
.fw-category-strip::-webkit-scrollbar-track { background: transparent; }
.fw-category-strip a { display: grid; flex: 0 0 172px; min-width: 172px; gap: 10px; justify-items: center; text-align: center; color: var(--ink); font-weight: 900; scroll-snap-align: start; }
.fw-category-strip img { width: 150px; max-width: 100%; height: 106px; object-fit: cover; border-radius: 4px; box-shadow: 0 10px 24px rgba(40,30,20,.11); }
.fw-category-strip strong { font-size: 15px; line-height: 1.25; }
@keyframes keywordSlide {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
@keyframes categoryStripSlide {
    from { transform: translateX(0); }
    to { transform: translateX(calc(-50% - 13px)); }
}
.fw-welcome { width: min(1040px, 90vw); margin: 0 auto; padding: 34px 0 58px; text-align: center; }
.fw-welcome h2, .fw-products h2, .fw-clients h2, .fw-testimonials h2, .fw-video-section h2 { font-family: Manrope, "Segoe UI", Arial, sans-serif; font-size: clamp(28px, 3.1vw, 40px); font-weight: 900; letter-spacing: 0; }
.fw-welcome p { max-width: 920px; margin: 0 auto 12px; color: var(--muted); font-size: 16px; }
.fw-read-more { display: inline-flex; margin-top: 10px; color: var(--accent); font-weight: 900; text-transform: uppercase; letter-spacing: .06em; font-size: 13px; }
.fw-products { padding: 62px 5vw; background: #f7f3ed; }
.fw-section-title { text-align: center; margin-bottom: 30px; }
.fw-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; width: min(1180px, 100%); margin: 0 auto; }
.fw-product-card { min-height: 100%; overflow: hidden; background: #fff; box-shadow: 0 12px 30px rgba(31,24,18,.08); transition: transform .18s ease, box-shadow .18s ease; }
.fw-product-card:hover { transform: translateY(-5px); box-shadow: 0 20px 44px rgba(31,24,18,.14); }
.fw-product-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: #eee; }
.fw-product-card div { padding: 18px; }
.fw-product-card h3 { margin: 0 0 9px; font-size: 18px; font-weight: 900; }
.fw-product-card p { min-height: 68px; margin: 0 0 12px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.fw-product-card span { color: var(--accent); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.fw-office-copy, .fw-mission, .fw-about { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: center; width: min(1180px, 90vw); margin: 0 auto; padding: 66px 0; }
.fw-copy-block h2, .fw-mission h2, .fw-about h2, .fw-manufacturer h2 { font-family: Manrope, "Segoe UI", Arial, sans-serif; font-size: clamp(27px, 3vw, 38px); font-weight: 900; line-height: 1.14; letter-spacing: 0; }
.fw-copy-block p, .fw-mission p, .fw-about p, .fw-manufacturer p { color: var(--muted); }
.fw-copy-media video, .fw-mission-media img, .fw-mission-media video, .fw-about-media img, .fw-about-media video { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 2px; box-shadow: var(--shadow); background: #111; }
.fw-feature-video { position: relative; border: 0; border-radius: 6px; box-shadow: 0 24px 58px rgba(31,24,18,.16); background: #17110d; }
.fw-feature-video:before { content: ""; position: absolute; right: -18px; bottom: -18px; width: 42%; height: 42%; border-right: 8px solid var(--yellow); border-bottom: 8px solid var(--yellow); border-radius: 0 0 8px 0; z-index: -1; }
.fw-feature-video .video-thumb { aspect-ratio: 16 / 10; border-radius: 6px; }
.fw-feature-video .video-thumb video { object-fit: cover; }
.fw-feature-video .video-thumb:after { background: linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.72)); }
.fw-feature-video .play-badge { left: 24px; bottom: 24px; width: 58px; height: 58px; }
.fw-feature-video-caption { position: absolute; right: 24px; bottom: 24px; z-index: 1; max-width: min(330px, calc(100% - 112px)); color: #fff; text-align: right; }
.fw-feature-video-caption strong { display: block; font-size: 18px; line-height: 1.2; }
.fw-feature-video-caption span { display: block; margin-top: 5px; color: rgba(255,255,255,.76); font-size: 13px; line-height: 1.35; }
.fw-feature-video.is-playing .fw-feature-video-caption { opacity: 0; pointer-events: none; }
.fw-mission { border-top: 1px solid var(--line); }
.fw-about { padding-top: 26px; }
.fw-trust { padding: 62px 5vw 0; background: #fff; color: var(--ink); }
.fw-trust-icons { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; width: min(1180px, 100%); margin: 0 auto 50px; }
.fw-trust-icons div { display: grid; justify-items: center; gap: 13px; text-align: center; }
.fw-trust-icons img { width: 82px; height: 82px; object-fit: contain; }
.trust-emoji { display: grid; place-items: center; width: 86px; height: 86px; border-radius: 22px; background: linear-gradient(135deg, #fff9ea, #ffe7a3); color: #1d2430; font-size: 40px; box-shadow: 0 16px 34px rgba(31,24,18,.1); }
.trust-logo { display: grid; place-items: center; width: 116px; height: 86px; padding: 8px; border-radius: 22px; background: #fff; box-shadow: 0 16px 34px rgba(31,24,18,.1); }
.trust-logo img { width: 100%; height: 100%; object-fit: contain; }
.fw-trust-icons h3 { color: var(--deep); font-family: Manrope, "Segoe UI", Arial, sans-serif; font-size: 18px; line-height: 1.2; }
.fw-counters { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: min(930px, 100%); margin: 0 auto; padding: 34px 0 38px; border-top: 1px solid rgba(255,255,255,.16); }
.fw-counters div { padding: 0 18px; text-align: center; }
.fw-counters strong { display: block; color: var(--yellow); font-size: clamp(34px, 5vw, 58px); line-height: 1; }
.fw-counters span { display: block; margin-top: 8px; color: rgba(255,255,255,.82); font-weight: 800; }
.fw-trust .fw-counters { position: relative; z-index: 1; color: #fff; }
.fw-trust .fw-counters:before { content: ""; position: absolute; inset: 0 calc(50% - 50vw); z-index: -1; background: #19130f; }
.fw-offer-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: min(1120px, 90vw); margin: -34px auto 0; position: relative; z-index: 1; box-shadow: 0 18px 40px rgba(24,18,13,.16); }
.fw-offer-strip a { min-height: 172px; padding: 26px; background: #fff; border-right: 1px solid var(--line); transition: transform .18s ease, box-shadow .18s ease; }
.fw-offer-strip a:hover { transform: translateY(-3px); box-shadow: inset 0 0 0 1px rgba(239,177,38,.25); }
.fw-offer-strip a:last-child { border-right: 0; }
.fw-offer-strip h3 { margin-top: 0; font-size: 20px; font-weight: 900; }
.fw-offer-strip p { margin: 0; color: var(--muted); }
.section-icon { display: inline-grid; place-items: center; width: 60px; height: 60px; margin-bottom: 18px; border: 1px solid rgba(23,16,13,.08); border-radius: 18px; background: radial-gradient(circle at 30% 24%, #fff8dc 0%, #f6cf62 34%, var(--yellow) 66%, #ca8500 100%); color: #17100d; box-shadow: 0 16px 30px rgba(239,177,38,.28), inset 0 1px 0 rgba(255,255,255,.75); transition: transform .18s ease, box-shadow .18s ease; }
.section-icon .icon, .section-icon svg { width: 31px; height: 31px; display: block; }
.fw-offer-strip a:hover .section-icon, .fw-benefits div:hover .section-icon { transform: translateY(-2px); box-shadow: 0 20px 36px rgba(239,177,38,.35), inset 0 1px 0 rgba(255,255,255,.8); }
.fw-manufacturer { width: min(1180px, 90vw); margin: 0 auto; padding: 76px 0; }
.fw-manufacturer > h2 { max-width: 780px; margin: 0 auto 34px; text-align: center; }
.fw-article-grid { display: grid; gap: 28px; align-items: stretch; }
.fw-article-grid article { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); min-height: 0; overflow: hidden; background: #fff; border: 1px solid #e8e0d7; box-shadow: 0 16px 40px rgba(31,24,18,.08); transition: transform .18s ease, box-shadow .18s ease; }
.fw-article-grid article:hover { transform: translateY(-3px); box-shadow: 0 22px 48px rgba(31,24,18,.14); }
.fw-article-grid article:nth-child(even) .fw-article-media { order: 2; }
.fw-article-grid article:nth-child(even) .fw-article-copy { order: 1; }
.fw-article-media { position: relative; overflow: hidden; min-height: 0; background: #18120e; }
.fw-article-media:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.18)); pointer-events: none; }
.fw-article-media video, .fw-article-grid img { width: 100%; height: 100%; object-fit: cover; background: #18120e; display: block; }
.fw-article-copy { display: flex; flex-direction: column; justify-content: center; min-height: 100%; padding: clamp(28px, 4vw, 54px); }
.fw-article-copy:before { content: ""; display: block; width: 48px; height: 4px; margin-bottom: 20px; background: var(--yellow); }
.fw-article-grid h3 { margin: 0 0 14px; max-width: 470px; font-size: clamp(23px, 2.3vw, 34px); line-height: 1.16; text-transform: uppercase; letter-spacing: .01em; }
.fw-article-grid p { max-width: 500px; margin: 0 0 24px; font-size: 16px; line-height: 1.68; }
.fw-article-grid a { display: inline-flex; align-items: center; align-self: flex-start; min-height: 42px; padding: 0 17px; border: 1px solid #d99600; background: var(--button-gradient); color: #161616; font-weight: 900; text-transform: uppercase; font-size: 11px; letter-spacing: .08em; box-shadow: 0 10px 20px rgba(239,177,38,.2); }
.fw-benefits { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 0; margin-top: 34px; border: 1px solid #e8e0d7; background: #fff; box-shadow: 0 12px 30px rgba(31,24,18,.06); }
.fw-benefits div { position: relative; min-height: 170px; padding: 26px 28px; background: #fff; border-left: 1px solid #e8e0d7; }
.fw-benefits div:first-child { border-left: 0; }
.fw-benefits div:before { content: ""; display: block; width: 42px; height: 4px; margin: 0 0 20px; background: var(--yellow); }
.fw-benefits h4 { margin: 0 0 10px; font-size: 16px; line-height: 1.25; text-transform: uppercase; letter-spacing: .03em; }
.fw-benefits p { margin: 0; font-size: 14px; line-height: 1.62; }
.fw-clients { padding: 62px 0; background: #f7f3ed; text-align: center; overflow: hidden; }
.fw-client-slider { width: 100%; margin-top: 26px; overflow: hidden; }
.fw-client-track { display: flex; width: max-content; gap: 14px; animation: clientSlide 42s linear infinite; }
.fw-client-slider:hover .fw-client-track { animation-play-state: paused; }
.fw-client-track div { flex: 0 0 178px; min-height: 82px; display: grid; place-items: center; padding: 14px 18px; background: #fff; border: 1px solid var(--line); box-shadow: 0 8px 20px rgba(31,24,18,.04); }
.fw-client-track img { max-width: 132px; max-height: 48px; object-fit: contain; }
.fw-client-name { color: #2e261f; font-weight: 900; font-size: 14px; line-height: 1.25; text-transform: uppercase; letter-spacing: .04em; }
@keyframes clientSlide {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
.fw-certifications { padding: 70px 5vw; background: #fff; overflow: hidden; }
.fw-certifications h2 { text-align: center; margin-bottom: 30px; font-size: clamp(28px, 3.1vw, 40px); font-weight: 800; letter-spacing: 0; }
.fw-cert-slider { width: min(1180px, 100%); margin: 0 auto; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--yellow) transparent; }
.fw-cert-track { display: flex; gap: 22px; }
.fw-cert-card { flex: 0 0 calc((100% - 66px) / 4); scroll-snap-align: start; }
.fw-cert-card .certificate-preview { display: block; }
.fw-cert-card .certificate-preview iframe { display: block; }
.fw-cert-card .certificate-preview-image { display: none; }
.fw-cert-card h3 { min-height: 45px; font-size: 15px; }
.fw-video-section, .fw-testimonials { padding: 62px 5vw; }
.fw-video-before-welcome { padding-top: 38px; padding-bottom: 54px; background: #fff; }
.fw-video-section h2, .fw-testimonials h2 { text-align: center; margin-bottom: 26px; }
.fw-video-section .grid { width: min(1180px, 100%); margin: 0 auto; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: start; }
.fw-video-section .video-card { border-radius: 10px; background: #fff; box-shadow: 0 16px 38px rgba(31,24,18,.1); }
.fw-video-section .video-thumb { aspect-ratio: 16 / 9; border-radius: 10px 10px 0 0; }
.fw-video-section .video-thumb video { object-fit: cover; }
.fw-video-tile { display: grid; gap: 22px; justify-items: center; }
.fw-video-tile video { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: #111; box-shadow: 0 12px 28px rgba(31,24,18,.1); }
.fw-video-tile a { display: inline-flex; align-items: center; gap: 6px; color: #2b211a; font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.2; text-decoration: underline; text-underline-offset: 2px; }
.fw-video-tile a span { font-family: Manrope, "Segoe UI", Arial, sans-serif; font-size: 17px; text-decoration: none; }
.fw-video-section .play-badge { left: 14px; bottom: 14px; width: 42px; height: 42px; }
.fw-video-section .video-card.is-playing .video-thumb:after { opacity: 0; }
.fw-video-section .video-card.is-playing .play-badge { opacity: 0; transform: scale(.86); pointer-events: none; }
.fw-video-section .product-body { min-height: 78px; display: flex; align-items: center; padding: 13px 12px 15px; }
.fw-video-section .product-body h3 { margin: 0; font-size: 14px; line-height: 1.28; }
.fw-testimonials { background: #fff; text-align: center; }
.fw-testimonials h2 { color: #3f3f3f; font-size: clamp(30px, 3.2vw, 44px); font-weight: 500; letter-spacing: 0; }
.fw-review-slider { position: relative; width: min(1220px, 100%); margin: 0 auto; }
.fw-review-track { display: flex; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; }
.fw-review-track::-webkit-scrollbar { display: none; }
.fw-review { position: relative; min-height: 220px; padding: 22px 24px 24px; border: 1px solid #ececec; border-radius: 11px; background: #f5f5f5; text-align: left; box-shadow: 0 12px 28px rgba(15, 23, 42, .04); transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.fw-review { flex: 0 0 calc((100% - 44px) / 3); scroll-snap-align: start; }
.fw-review:hover { background: #fff; transform: translateY(-3px); box-shadow: 0 18px 36px rgba(15, 23, 42, .1); }
.fw-review-head { display: grid; grid-template-columns: 50px 1fr auto; gap: 14px; align-items: center; margin-bottom: 14px; }
.fw-review-avatar { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--yellow); color: #161616; font-size: 20px; font-weight: 850; overflow: hidden; }
.fw-review-avatar img { width: 100%; height: 100%; object-fit: cover; }
.fw-review-head h3 { margin: 0; color: #050505; font-size: 17px; font-weight: 850; line-height: 1.2; }
.fw-review-head span { display: block; color: #767676; font-size: 13px; line-height: 1.25; }
.google-mark { display: inline-grid; place-items: center; width: 26px; height: 26px; overflow: visible; }
.google-mark span { display: block; font-family: Arial, sans-serif; font-size: 25px; font-weight: 900; line-height: 1; background: conic-gradient(from -45deg, #4285f4 0 25%, #34a853 0 43%, #fbbc05 0 68%, #ea4335 0 86%, #4285f4 0 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.fw-stars { position: relative; display: flex; align-items: center; gap: 9px; min-height: 24px; margin-top: 3px; line-height: 1; }
.star-row { display: inline-flex; color: #f9b900; font-size: 22px; letter-spacing: 1px; text-shadow: 0 1px 0 #df9f00; }
.verified-badge { position: relative; display: inline-grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; background: #4285f4; color: #fff; font-size: 11px; font-weight: 900; cursor: help; outline: none; box-shadow: 0 0 0 2px #fff; }
.verified-tooltip { position: absolute; left: 50%; bottom: calc(100% + 12px); z-index: 4; width: 244px; padding: 11px 13px; border-radius: 6px; background: #050505; color: #fff; font-size: 14px; font-weight: 650; line-height: 1.35; box-shadow: 0 12px 28px rgba(0,0,0,.22); opacity: 0; visibility: hidden; transform: translate(-50%, 6px); transition: opacity .15s ease, transform .15s ease, visibility .15s ease; pointer-events: none; }
.verified-tooltip:after { content: ""; position: absolute; left: 50%; top: 100%; border: 7px solid transparent; border-top-color: #050505; transform: translateX(-50%); }
.verified-badge:hover .verified-tooltip, .verified-badge:focus .verified-tooltip { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.fw-review p { margin: 12px 0 0; color: #030303; font-size: 16px; line-height: 1.46; }
.fw-review-arrow { position: absolute; top: 50%; z-index: 1; width: 42px; height: 42px; border: 1px solid var(--yellow); border-radius: 50%; background: var(--yellow); color: #161616; font-size: 34px; line-height: 34px; box-shadow: 0 8px 20px rgba(0,0,0,.07); transform: translateY(-50%); cursor: pointer; }
.fw-review-arrow.previous { left: -22px; }
.fw-review-arrow.next { right: -22px; }
.fw-review-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 56px; margin-top: 42px; padding: 0 34px; border: 1px solid #d99600; border-radius: 4px; background: var(--button-gradient); color: #161616; font-size: 18px; font-weight: 800; box-shadow: 0 12px 24px rgba(239,177,38,.22); }
.testimonial-page { background: #fff; }
.testimonial-grid .fw-review { min-height: 100%; }

@media (max-width: 1080px) {
    .about-value-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .fw-hero-inner, .fw-office-copy, .fw-mission, .fw-about { grid-template-columns: 1fr; }
    .fw-consult-form { grid-template-columns: repeat(2, minmax(180px, 1fr)); max-width: 720px; }
    .fw-product-grid, .fw-trust-icons { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .fw-cert-card { flex-basis: calc((100% - 44px) / 3); }
    .fw-review { flex: 0 0 calc((100% - 22px) / 2); }
    .fw-category-track { gap: 20px; }
    .fw-category-strip a { flex-basis: 170px; min-width: 170px; }
    .fw-category-strip img { width: 150px; height: auto; aspect-ratio: 4 / 3; }
    .fw-video-section .grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .fw-article-grid article { grid-template-columns: 1fr; min-height: 0; }
    .fw-article-grid article:nth-child(even) .fw-article-media,
    .fw-article-grid article:nth-child(even) .fw-article-copy { order: initial; }
    .fw-article-media { aspect-ratio: 16 / 10; min-height: 0; }
    .contact-page-grid, .contact-map-panel { grid-template-columns: 1fr; }
    .contact-quote-card { position: static; }
}

@media (max-width: 760px) {
    .about-hero { min-height: 330px; }
    .about-value-grid { grid-template-columns: 1fr; }
    .director-card { padding: 20px; gap: 24px; }
    .director-photo img { aspect-ratio: 4 / 5; }
    .director-quote { font-size: 16px; padding: 15px 16px; }
    .about-cta-box { padding: 24px; }
    .about-cta-box .btn { width: 100%; }
    .top-strip { display: none; }
    .fw-cert-card { flex-basis: 100%; }
    .fw-review { flex-basis: 100%; }
    .fw-review-arrow { display: none; }
    .fw-testimonials h2 { font-size: 32px; }
    .fw-review { padding: 20px; min-height: 190px; }
    .fw-review p { font-size: 15px; }
    .fw-contact-panel { padding: 50px 20px; }
    .fw-contact-info-grid, .fw-marketplace-badges { grid-template-columns: 1fr; }
    .fw-contact-info-grid { gap: 18px; }
    .contact-page-section { padding-left: 20px; padding-right: 20px; }
    .contact-social-list { grid-template-columns: 1fr; }
    .contact-map-panel { padding: 18px; }
    .contact-map-frame iframe { height: 280px; }
    .fw-map-box iframe { height: 280px; }
    .fw-marketplace-badges { width: min(260px, 100%); gap: 24px; margin-top: 40px; }
    .fw-market-badge { min-height: 220px; }
    .fw-trust-icons { grid-template-columns: 1fr; gap: 28px; }
    .fw-trust-icons h3 { font-size: 18px; }
    .fw-hero { min-height: auto; }
    .fw-hero-inner { padding: 58px 0; }
    .fw-consult-form { display: none; }
    .fw-hero-copy .eyebrow { font-size: 22px; font-weight: 800; }
    .fw-hero-copy h1 { max-width: 320px; font-size: 20px; line-height: 1.2; letter-spacing: 0; overflow-wrap: normal; }
    .fw-hero-link { min-height: 42px; padding: 0 22px; font-size: 12px; }
    .fw-keywords { overflow: hidden; }
    .fw-keyword-track { animation-duration: 22s; }
    .fw-keywords span { flex: 0 0 auto; }
    .fw-product-grid, .fw-trust-icons, .fw-counters, .fw-offer-strip, .fw-benefits { grid-template-columns: 1fr; }
    .fw-client-track div { flex-basis: 148px; min-height: 72px; }
    .fw-client-track img { max-width: 108px; max-height: 40px; }
    .fw-category-strip { display: block; width: calc(100vw - 40px); max-width: calc(100vw - 40px); overflow: hidden; scroll-snap-type: none; padding-top: 26px; }
    .fw-category-track { gap: 18px; animation-duration: 28s; }
    .fw-category-strip a { width: 142px; max-width: 142px; min-width: 142px; flex-basis: 142px; }
    .fw-category-strip img { width: 142px; max-width: 100%; }
    .fw-category-strip strong { max-width: 100%; overflow-wrap: break-word; }
    .fw-article-media { min-height: 0; }
    .fw-article-copy { padding: 24px; }
    .fw-article-grid h3 { font-size: 23px; }
    .fw-article-grid p { font-size: 15px; }
    .fw-feature-video:before { right: -10px; bottom: -10px; border-width: 5px; }
    .fw-feature-video .play-badge { left: 16px; bottom: 16px; width: 46px; height: 46px; }
    .fw-feature-video-caption { right: 16px; bottom: 16px; max-width: calc(100% - 86px); }
    .fw-feature-video-caption strong { font-size: 14px; }
    .fw-feature-video-caption span { display: none; }
    .fw-benefits div, .fw-benefits div:first-child { border-left: 0; border-top: 1px solid #e8e0d7; }
    .fw-benefits div:first-child { border-top: 0; }
    .fw-welcome, .fw-office-copy, .fw-mission, .fw-about, .fw-manufacturer { width: calc(100% - 40px); }
    .fw-products, .fw-trust, .fw-clients, .fw-video-section, .fw-testimonials { padding-left: 20px; padding-right: 20px; }
    .fw-video-section .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
    .fw-video-section .product-body { min-height: 70px; }
    .certificate-grid { grid-template-columns: 1fr; gap: 18px; }
    .certificate-card .certificate-preview { min-height: 420px; }
    .certificate-card .certificate-preview-image { display: block; }
    .certificate-card .certificate-preview iframe { display: none; }
}

@media (max-width: 520px) {
    .certificate-card .certificate-preview { min-height: 360px; }
}
