/* Nuvara — nuvarapaints.co.in */
:root{--ink:#241A16;--ink2:#3D2E28;--brand:#8C3B2E;--accent:#E0A93B;--paper:#FAF6F1;
  --tint:#F1E8DE;--line:#E4D8CA;--soft:#6B584F;--max:1080px;--radius:14px;}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:Georgia,"Times New Roman",system-ui,serif;background:var(--paper);color:var(--ink2);font-size:16.5px;
  line-height:1.64;-webkit-font-smoothing:antialiased}
.wrap{max-width:var(--max);margin:0 auto;padding:0 22px}
h1,h2,h3{color:var(--ink);line-height:1.17;font-weight:700;letter-spacing:-.01em}
a{color:var(--brand)}
.skip{position:absolute;left:-9999px;background:var(--brand);color:#fff;padding:12px 20px;z-index:99}
.skip:focus{left:0;top:0}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,
textarea:focus-visible{outline:3px solid var(--accent);outline-offset:2px;border-radius:3px}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;
  scroll-behavior:auto!important}}
.top{background:var(--ink);color:#C7CFCD;font-size:13.4px;padding:8px 0}
.top .wrap{display:flex;flex-wrap:wrap;gap:4px 20px;justify-content:space-between}
.top a{color:#fff;text-decoration:none;font-weight:600}
.nav{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}
.nav .wrap{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:64px}
.brand{display:flex;align-items:center;gap:10px;text-decoration:none}
.brand .mk{width:38px;height:38px;flex:0 0 38px;border-radius:50%;background:var(--brand);
  color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:15px;
  letter-spacing:.6px}
.brand .bn{font-size:19px;font-weight:800;color:var(--ink);line-height:1.05;letter-spacing:.02em}
.brand .bs{font-size:9.5px;letter-spacing:1.5px;text-transform:uppercase;color:var(--brand);
  font-weight:800;margin-top:2px}
.links{display:flex;align-items:center;gap:2px}
.links a{color:var(--ink2);text-decoration:none;font-size:14.6px;font-weight:600;padding:8px 11px;
  border-radius:7px;white-space:nowrap}
.links a:hover,.links a[aria-current=page]{background:var(--tint);color:var(--brand)}
.navcta{background:var(--brand)!important;color:#fff!important;padding:10px 17px!important}
.burger{display:none;background:none;border:1.5px solid var(--line);border-radius:8px;
  padding:9px 13px;font-weight:700;color:var(--ink);cursor:pointer}
@media(max-width:900px){.burger{display:block}
 .links{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;
  align-items:stretch;padding:10px 16px 16px;border-bottom:1px solid var(--line);
  box-shadow:0 12px 24px rgba(0,0,0,.09)}
 .links.open{display:flex}.links a{padding:12px 10px;font-size:16px}}
.hero{background:var(--ink);color:#fff;padding:56px 0 52px;
  background-image:linear-gradient(160deg,#3A2019 0%,#8C3B2E 100%)}
.hero h1{color:#fff;font-size:clamp(28px,4.4vw,43px);max-width:20ch}
.hero p{margin-top:14px;font-size:17.6px;color:rgba(255,255,255,.87);max-width:64ch}
.hero .kick{font-size:11.5px;letter-spacing:2.2px;text-transform:uppercase;font-weight:800;
  color:var(--accent);margin-bottom:10px}
.hero--s{padding:40px 0 36px}.hero--s h1{font-size:clamp(24px,3.3vw,33px)}
.herofacts{display:flex;flex-wrap:wrap;gap:10px 26px;margin-top:24px;
  padding-top:20px;border-top:1px solid rgba(255,255,255,.2)}
.herofacts div{font-size:14px;color:rgba(255,255,255,.8)}
.herofacts b{display:block;color:#fff;font-size:17px;font-weight:800}
section{padding:46px 0}
section.tint{background:var(--tint)}
section.dark{background:var(--ink);color:rgba(255,255,255,.85)}
section.dark h2,section.dark h3{color:#fff}
section.dark .eyebrow{color:var(--accent)}
section.dark .card{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.16)}
section.dark .card p,section.dark .card .items{color:rgba(255,255,255,.75)}
section+section{border-top:1px solid var(--line)}
.eyebrow{font-size:11.5px;letter-spacing:2.1px;text-transform:uppercase;font-weight:800;
  color:var(--brand);margin-bottom:8px}
h2.sec{font-size:clamp(21px,2.8vw,28px);margin-bottom:8px}
p.sub{color:var(--soft);max-width:70ch;margin-bottom:20px}
.btns{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.btn{display:inline-block;padding:13px 23px;border-radius:999px;font-weight:700;font-size:15.4px;
  text-decoration:none;border:1.5px solid transparent;cursor:pointer}
.btn-p{background:var(--accent);color:var(--ink)}
.btn-b{background:var(--brand);color:#fff}
.btn-o{border-color:rgba(255,255,255,.45);color:#fff}
.btn-d{border-color:var(--line);color:var(--ink);background:#fff}
.btn-wa{background:#1F7A4D;color:#fff}
.grid{display:grid;gap:15px}
.g2{grid-template-columns:repeat(2,1fr)}.g3{grid-template-columns:repeat(3,1fr)}
@media(max-width:880px){.g3{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.g2,.g3{grid-template-columns:1fr}}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:21px}
.card h3{font-size:17.4px;margin-bottom:6px}
.card p{font-size:14.7px;color:var(--soft)}
.card .items{margin-top:11px;padding-top:10px;border-top:1px solid var(--line);font-size:13.6px;
  color:var(--soft)}
.card .rate{margin-top:11px;font-size:13px;font-weight:700;color:var(--brand);
  text-transform:uppercase;letter-spacing:1px}
ul.bul{list-style:none;display:grid;gap:9px;margin-top:14px}
ul.bul li{display:grid;grid-template-columns:15px 1fr;gap:10px;font-size:15.4px}
ul.bul li::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--brand);
  margin-top:9px}
ol.steps{list-style:none;counter-reset:s;display:grid;gap:12px;margin-top:18px}
ol.steps li{counter-increment:s;background:#fff;border:1px solid var(--line);
  border-radius:var(--radius);padding:15px 18px 15px 54px;position:relative;font-size:15.2px}
ol.steps li::before{content:counter(s);position:absolute;left:15px;top:14px;width:26px;height:26px;
  border-radius:50%;background:var(--brand);color:#fff;font-weight:800;font-size:13.5px;
  display:flex;align-items:center;justify-content:center}
ol.steps b{color:var(--ink)}
.note{background:#fff;border:1px solid var(--line);border-left:4px solid var(--accent);
  border-radius:0 10px 10px 0;padding:16px 19px;font-size:15px;margin-top:19px;color:var(--soft)}
.note b{color:var(--ink)}
.chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}
.chip{background:#fff;border:1px solid var(--line);border-radius:999px;padding:7px 15px;
  font-size:13.8px;font-weight:600;color:var(--ink2)}
table.spec,table.kv{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--line);
  border-radius:var(--radius);overflow:hidden;margin-top:16px;font-size:14.8px}
table.spec th,table.spec td,table.kv th,table.kv td{text-align:left;padding:11px 15px;
  border-bottom:1px solid var(--line);vertical-align:top}
table.spec thead th{background:var(--ink);color:#fff;font-size:12.5px;letter-spacing:1.1px;
  text-transform:uppercase;font-weight:800}
table.kv th{width:36%;font-weight:700;color:var(--soft);background:#FAFAF9}
table.spec tr:last-child td,table.kv tr:last-child td,table.kv tr:last-child th{border-bottom:none}
@media(max-width:680px){table.spec{display:block;overflow-x:auto;white-space:nowrap}
 table.kv th,table.kv td{display:block;width:100%}
 table.kv th{border-bottom:none;padding-bottom:2px}}
.form{background:#fff;border:1px solid var(--line);border-radius:13px;padding:23px}
.frow{display:grid;grid-template-columns:1fr 1fr;gap:13px}
@media(max-width:620px){.frow{grid-template-columns:1fr}}
.field{margin-bottom:13px}
.field label{display:block;font-size:13.4px;font-weight:700;color:var(--ink);margin-bottom:5px}
.field input,.field select,.field textarea{width:100%;font-family:inherit;font-size:15.4px;
  color:var(--ink);background:#fff;border:1.5px solid var(--line);border-radius:8px;padding:11px 13px}
.field textarea{min-height:92px;resize:vertical}
.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--brand);outline:none}
.fgroup{border:1px solid var(--line);border-radius:var(--radius);padding:17px 18px 5px;
  margin-bottom:15px;background:#FCFAF7}
.fgroup > h3{font-size:14px;letter-spacing:1.2px;text-transform:uppercase;color:var(--brand);
  margin-bottom:13px}
.hint{font-size:13.4px;color:var(--soft);margin-top:10px}
footer.st{background:var(--ink);color:#AEB7B5;padding:38px 0 24px;font-size:14.2px}
footer.st a{color:#fff;text-decoration:none}
footer.st a:hover{text-decoration:underline}
footer.st h4{color:#fff;font-size:13.4px;letter-spacing:1.3px;text-transform:uppercase;
  margin-bottom:10px}
.fg{display:grid;grid-template-columns:1.7fr 1fr 1fr;gap:24px}
@media(max-width:700px){.fg{grid-template-columns:1fr 1fr}}
@media(max-width:500px){.fg{grid-template-columns:1fr}}
footer.st ul{list-style:none;display:grid;gap:7px}
.fbot{margin-top:26px;padding-top:17px;border-top:1px solid rgba(255,255,255,.14);font-size:12.8px}
.wafloat{position:fixed;right:15px;bottom:15px;z-index:60;background:#1F7A4D;color:#fff;
  border-radius:999px;padding:13px 20px;font-weight:700;font-size:14.8px;text-decoration:none;
  box-shadow:0 8px 22px rgba(0,0,0,.22)}
.crumb{font-size:13.4px;color:var(--soft);padding:14px 0 0}
.crumb a{color:var(--soft)}
.prose h3{margin-top:22px;margin-bottom:7px;font-size:17.5px}
.prose p{margin-bottom:11px;color:var(--soft)}

/* Header mark is the real logo, not a letter tile. */
.brand img.mk{background:none;object-fit:contain;padding:0;border-radius:0;width:auto;max-width:52px}

/* ================= Audit fixes (27 Sep 2026) ================= */
/* 1. Header logo lock-up: keep the tagline on one line, tighten spacing,
      and stop the menu squeezing the logo. */
.brand{flex-shrink:0}
.brand>span{line-height:1.15}
.brand .bs{display:inline-block;white-space:nowrap}
.brand img.mk{height:44px;max-width:none;width:44px;margin:0 -3px}


/* 3. One button colour system: the hire-list / supply buttons used a brown
      (#B8873F) that is not in the palette. Use the brand yellow instead. */
html:root{--rq-accent:var(--accent);--rq-brand:var(--brand)}
.rq-btn--alt{background:var(--accent);color:var(--ink)}
.rq-btn{border-radius:9px;font-size:15.4px;padding:13px 23px}

/* 4. Section headings without the .sec class (supply pages, supply CTA). */
section .wrap>h2:not(.sec){font-size:clamp(21px,2.8vw,28px);margin-bottom:10px}
section .wrap>h2:not(.sec)+.grid,section .wrap>h2:not(.sec)+.tbl{margin-top:16px}
p.lede{color:var(--soft);max-width:70ch;margin-bottom:18px}
.hero p.lede{color:rgba(255,255,255,.87);margin-bottom:0}
.rq-sec{padding:46px 0}
.rq-sec p{color:var(--soft);max-width:70ch}

/* 5. Tick lists on supply pages: same bullets as the rest of the site,
      aligned to the text column instead of hanging outside it. */
ul.ticks{list-style:none;display:grid;gap:9px;margin-top:14px}
ul.ticks li{position:relative;padding-left:25px;font-size:15.4px}
ul.ticks li::before{content:"";position:absolute;left:4px;top:.72em;width:7px;height:7px;
  border-radius:50%;background:var(--brand)}

/* 6. Comparison tables on supply pages: same style as the equipment tables,
      and they scroll inside their own box on phones. */
.tbl{margin-top:16px;overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--line);
  border-radius:var(--radius);background:#fff}
.tbl table{width:100%;border-collapse:collapse;font-size:14.8px}
@media(max-width:620px){.tbl th,.tbl td{padding:10px 11px}.tbl table{font-size:14.2px}}
.tbl th,.tbl td{text-align:left;padding:11px 15px;border-bottom:1px solid var(--line);vertical-align:top}
.tbl thead th{background:var(--ink);color:#fff;font-size:12.5px;letter-spacing:1.1px;
  text-transform:uppercase;font-weight:800}
.tbl tr:last-child td{border-bottom:none}

/* 7. Whole-card links (Related pages, guides): no underlines, proper hover. */
a.card{display:block;text-decoration:none;color:inherit;transition:border-color .15s,box-shadow .15s}
a.card:hover{border-color:var(--brand);box-shadow:0 6px 18px rgba(0,0,0,.06)}
a.card h3{color:var(--ink)}
.card .more{display:inline-block;margin-top:8px;font-size:14.4px;font-weight:700;color:var(--brand)}
a.card:hover .more{text-decoration:underline}

/* 8. FAQ accordions: styled rows with dividers and a +/- marker. */
.faq{margin-top:14px;border-top:1px solid var(--line)}
.faq details{border-bottom:1px solid var(--line)}
.faq summary{list-style:none;cursor:pointer;padding:15px 34px 15px 0;position:relative;
  font-weight:700;font-size:16.2px;color:var(--ink)}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";position:absolute;right:6px;top:11px;font-size:22px;
  font-weight:600;color:var(--brand)}
.faq details[open] summary::after{content:"\2212"}
.faq .body{padding:0 0 16px;color:var(--soft);max-width:75ch}
.faq .body p+p{margin-top:8px}

/* 9. Hire-list forms: wider fields so placeholders are not cut off, and
      inputs line up along the bottom even when a label wraps. */
.rq-calc .rq-grid,.rq-item .rq-fields,.rq-grid.rq-grid,.rq-fields.rq-fields{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));align-items:end}
.rq-opt{font-weight:500;color:var(--rq-soft)}

/* 10. Floating WhatsApp button: smaller on phones so it covers less text. */
@media(max-width:620px){.wafloat{padding:10px 15px;font-size:13.6px;right:12px;bottom:12px}
 body{padding-bottom:64px}}

/* 11. Footer headings (now h2 for correct heading order) keep their look. */
footer.st h2.fh{color:#fff;font-size:13.4px;letter-spacing:1.3px;text-transform:uppercase;
  margin-bottom:10px;font-weight:800;line-height:1.17}

/* 12. The white "section" variant used on some pages. */
section.white{background:#fff}
/* 13. Space between an intro paragraph and the cards below it (supply pages). */
section .wrap>p+.grid,section .wrap>p+.tbl{margin-top:16px}
/* 14. Bullet lists (ul.bul): items that start with a bold phrase were being
      split into one word per line, because each piece of text became its own
      grid cell. Bullets are now positioned without a grid. */
ul.bul li{display:block;position:relative;padding-left:25px}
ul.bul li::before{position:absolute;left:4px;top:.72em;margin-top:0}
.prose ul+p,.prose ol+p{margin-top:14px}

/* 15. Comfortable reading width for body text. */
.prose p,.prose ul,.prose ol,p.sub{max-width:72ch}
