:root {
  --navy-950: #050b13;
  --navy-900: #07111f;
  --navy-800: #0d1b2c;
  --ink: #102033;
  --muted: #64748b;
  --orange: #f97316;
  --orange-dark: #d95708;
  --orange-soft: #fff1e7;
  --surface: #f6f8fb;
  --line: #e4e9f0;
  --white: #ffffff;
  --max: 1240px;
  --shadow: 0 24px 70px rgba(7, 17, 31, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font: 15px/1.6 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: var(--white); }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 100; padding: 10px 14px; border-radius: 8px; background: #fff; color: #000; }
.skip-link:focus { top: 12px; }

.notice-bar { min-height: 34px; padding: 6px max(4vw, 20px); display: flex; justify-content: space-between; align-items: center; gap: 18px; background: var(--navy-950); color: #aeb9c7; font-size: 12px; }
.notice-bar a { color: #ffd4b7; font-weight: 800; }

.site-header { height: 78px; display: flex; align-items: center; gap: 30px; padding: 0 max(4vw, 20px); background: var(--navy-900); color: #fff; border-top: 1px solid rgba(255,255,255,.04); position: sticky; top: 0; z-index: 30; box-shadow: 0 10px 35px rgba(0,0,0,.14); }
.brand, .footer-brand { display: flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: linear-gradient(135deg, #ff933f, #e45100); box-shadow: 0 8px 25px rgba(249,115,22,.28); font-size: 22px; font-weight: 950; }
.brand b { display: block; font-size: 18px; line-height: 1; letter-spacing: -.2px; }
.brand small { display: block; margin-top: 5px; color: #8fa0b5; font-size: 9px; letter-spacing: 2.5px; }
.site-header nav { display: flex; align-items: center; gap: 27px; margin-left: auto; }
.site-header nav a { color: #bdc8d6; font-size: 13px; font-weight: 700; transition: color .2s; }
.site-header nav a:hover, .site-header nav a:focus-visible { color: #fff; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-call { color: #fff; font-size: 13px; font-weight: 850; }
.header-whatsapp { padding: 10px 15px; border-radius: 9px; background: var(--orange); color: #fff; font-size: 13px; font-weight: 850; }
.menu-button { display: none; margin-left: auto; border: 0; background: transparent; color: #fff; font-size: 24px; cursor: pointer; }

.hero { min-height: 680px; display: grid; align-items: center; position: relative; overflow: hidden; color: #fff; background: var(--navy-900) url('/assets/panchdev-store-hero-v2.jpg') center/cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,11,19,.98) 0%, rgba(5,11,19,.9) 34%, rgba(5,11,19,.3) 67%, rgba(5,11,19,.14) 100%); }
.hero-content { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; position: relative; padding: 85px 0 100px; }
.hero-content > * { max-width: 670px; }
.eyebrow { display: inline-block; color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: 2.1px; }
.hero h1 { margin: 18px 0 23px; color: #fff; font-size: clamp(48px, 6vw, 78px); line-height: 1.02; letter-spacing: -3.7px; }
.hero h1 em { color: #ff852d; font-style: normal; }
.hero-content > p { margin: 0; color: #b9c5d3; font-size: 19px; line-height: 1.7; }
.hero-actions, .contact-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 12px 21px; border-radius: 10px; font-weight: 900; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: #fff; box-shadow: 0 14px 30px rgba(249,115,22,.25); }
.button-primary:hover { background: var(--orange-dark); }
.button-ghost { color: #fff; border: 1px solid rgba(255,255,255,.32); background: rgba(255,255,255,.05); backdrop-filter: blur(8px); }
.button-light { color: var(--navy-900); background: #fff; }
.hero-points { display: flex; flex-wrap: wrap; gap: 21px; margin-top: 29px; color: #9eacbe; font-size: 12px; font-weight: 700; }

.quick-strip { width: min(var(--max), calc(100% - 48px)); margin: -40px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); position: relative; z-index: 5; border-radius: 17px; overflow: hidden; background: #fff; box-shadow: var(--shadow); }
.quick-strip > a { min-height: 106px; display: flex; align-items: center; gap: 16px; padding: 23px 27px; border-right: 1px solid var(--line); }
.quick-strip > a:last-child { border-right: 0; }
.quick-strip > a:hover { background: #fffaf6; }
.quick-icon { width: 45px; height: 45px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 12px; background: var(--orange-soft); color: var(--orange); font-size: 21px; font-weight: 900; }
.quick-strip small, .quick-strip b { display: block; }
.quick-strip small { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: 1px; }
.quick-strip b { margin-top: 3px; font-size: 15px; }

.section { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: 105px 0; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 50px; align-items: end; margin-bottom: 38px; }
.section-heading.compact { margin-bottom: 28px; }
.section-heading h2, .services-intro h2, .about-panel h2, .contact-copy h2 { margin: 9px 0 0; font-size: clamp(34px, 4vw, 54px); line-height: 1.08; letter-spacing: -2px; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 16px; }

.category-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 17px; }
.category-card { min-height: 280px; grid-column: span 4; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; border: 1px solid var(--line); border-radius: 17px; background: #fff; transition: transform .2s, box-shadow .2s, border-color .2s; }
.category-card:hover { transform: translateY(-5px); border-color: #ffd3b6; box-shadow: 0 20px 45px rgba(7,17,31,.08); }
.category-featured { grid-column: span 8; color: #fff; background: linear-gradient(135deg, var(--navy-900), #162c46); border-color: transparent; }
.category-number { color: var(--orange); font-size: 12px; font-weight: 900; letter-spacing: 1.5px; }
.category-card small { color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: 1.5px; }
.category-card h3 { margin: 8px 0 7px; font-size: 25px; line-height: 1.15; }
.category-card p { max-width: 520px; margin: 0 0 19px; color: var(--muted); }
.category-featured p { color: #b7c3d1; }
.category-card a { color: var(--orange); font-weight: 900; }

.live-products { padding-top: 92px; }
.loading-products { color: var(--muted); }
.product-empty { grid-column: 1 / -1; padding: 36px; border: 1px dashed #cbd5e1; border-radius: 14px; background: var(--surface); text-align: center; }
.product-empty b { font-size: 20px; }
.product-empty p { color: var(--muted); }
.product-empty a { color: var(--orange); font-weight: 900; }

.services-section { padding: 100px max(5vw, 24px); display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; color: #fff; background: var(--navy-900); }
.services-intro { max-width: 520px; }
.services-intro p { color: #9caabd; font-size: 16px; }
.service-list { border-top: 1px solid rgba(255,255,255,.16); }
.service-list article { display: grid; grid-template-columns: 55px 1fr; gap: 18px; padding: 21px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.service-list article > span { color: var(--orange); font-weight: 900; }
.service-list h3 { margin: 0; font-size: 19px; }
.service-list p { margin: 4px 0 0; color: #94a3b8; }

.about-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
.about-panel { min-height: 420px; display: flex; flex-direction: column; justify-content: end; padding: 42px; border-radius: 20px; color: #fff; background: radial-gradient(circle at 80% 10%, rgba(249,115,22,.28), transparent 30%), linear-gradient(145deg, #091422, #18314f); }
.about-panel p { color: #aebaca; font-size: 16px; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 25px 0; border-top: 1px solid var(--line); }
.process-list li:last-child { border-bottom: 1px solid var(--line); }
.process-list li > span { width: 47px; height: 47px; display: grid; place-items: center; border-radius: 50%; color: var(--orange); background: var(--orange-soft); font-weight: 900; }
.process-list b { font-size: 19px; }
.process-list p { margin: 4px 0 0; color: var(--muted); }

.contact-section { margin: 0 max(4vw, 20px) 80px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 30px; padding: 65px max(4vw, 30px); border-radius: 24px; color: #fff; background: linear-gradient(120deg, #07111f, #122a45); }
.contact-copy { align-self: center; max-width: 720px; }
.contact-copy > p { max-width: 620px; color: #aebaca; font-size: 16px; }
.location-card { padding: 31px; border-radius: 17px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13); }
.location-label { color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: 1.5px; }
.location-card h3 { margin: 10px 0; font-size: 23px; }
.location-card address { color: #d4dde8; font-style: normal; line-height: 1.7; }
.location-card a { display: block; margin-top: 14px; color: #ff9a55; font-weight: 800; }

.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 20px 40px; align-items: center; padding: 46px max(4vw, 20px); color: #8d9caf; background: var(--navy-950); }
.footer-brand b, .footer-brand small { display: block; }
.footer-brand b { color: #fff; }
.footer-brand small { margin-top: 3px; font-size: 11px; }
.site-footer > p { margin: 0; }
.site-footer nav { display: flex; gap: 20px; }
.site-footer nav a:hover { color: #fff; }
.copyright { grid-column: 1 / -1; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); }
.floating-whatsapp { width: 55px; height: 55px; display: grid; place-items: center; position: fixed; right: 21px; bottom: 21px; z-index: 20; border-radius: 50%; color: #fff; background: #19a95b; box-shadow: 0 14px 35px rgba(0,0,0,.25); font-size: 24px; font-weight: 900; }

@media (max-width: 1040px) {
  .site-header nav { gap: 17px; }
  .header-call { display: none; }
  .services-section { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .site-header nav { display: none; position: absolute; top: 78px; left: 0; right: 0; padding: 20px; flex-direction: column; align-items: flex-start; background: #0b192a; border-top: 1px solid rgba(255,255,255,.1); }
  .site-header nav.open { display: flex; }
  .header-actions { margin-left: auto; }
  .menu-button { display: block; margin-left: 0; }
  .hero { min-height: 640px; background-position: 64% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,11,19,.98), rgba(5,11,19,.82) 58%, rgba(5,11,19,.35)); }
  .quick-strip { grid-template-columns: 1fr; }
  .quick-strip > a { border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-strip > a:last-child { border-bottom: 0; }
  .section-heading, .about-section, .contact-section { grid-template-columns: 1fr; }
  .category-card, .category-featured { grid-column: span 6; }
}

@media (max-width: 580px) {
  .notice-bar span { display: none; }
  .notice-bar { justify-content: center; }
  .site-header { height: 70px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand b { font-size: 16px; }
  .header-whatsapp { display: none; }
  .site-header nav { top: 70px; }
  .hero { min-height: 660px; background-position: 69% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,11,19,.98), rgba(5,11,19,.88)); }
  .hero-content { width: min(100% - 36px, var(--max)); padding: 72px 0 92px; }
  .hero h1 { font-size: 47px; letter-spacing: -2.6px; }
  .hero-content > p { font-size: 17px; }
  .hero-actions, .contact-buttons { display: grid; }
  .hero-points { display: grid; gap: 7px; }
  .quick-strip, .section { width: calc(100% - 36px); }
  .section { padding: 76px 0; }
  .section-heading { gap: 15px; }
  .section-heading h2, .services-intro h2, .about-panel h2, .contact-copy h2 { font-size: 37px; letter-spacing: -1.4px; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card, .category-featured { grid-column: 1; min-height: 250px; }
  .services-section { padding: 75px 22px; gap: 35px; }
  .about-panel { min-height: 360px; padding: 29px; }
  .contact-section { margin: 0 18px 55px; padding: 39px 24px; }
  .site-footer { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .site-footer nav { flex-wrap: wrap; justify-content: center; }
  .copyright { grid-column: 1; width: 100%; }
}
