:root {
  --ink: #171513;
  --soft-ink: #49443e;
  --muted: #746e66;
  --paper: #f6f2e9;
  --warm-white: #fcfaf5;
  --white: #ffffff;
  --line: #ded8cb;
  --gold: #d3a43a;
  --gold-dark: #9b7420;
  --dark: #161514;
  --green: #1fa85b;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--warm-white); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }

.contact-strip { min-height: 38px; padding: 7px clamp(20px, 5vw, 76px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; border-bottom: 1px solid #3d382f; background: #d6aa43; color: #1c1915; font-size: 11px; }
.contact-strip p { margin: 0; }
.contact-strip a { font-weight: 700; }
.contact-strip a:last-child { justify-self: end; color: #1c1915; }

.hero { position: relative; overflow: hidden; color: white; background: #151413; }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 73% 62%, rgba(211,164,58,.25), transparent 31%), repeating-conic-gradient(from 220deg at 72% 63%, rgba(255,255,255,.027) 0deg 7deg, transparent 7deg 16deg); }
.hero-nav { position: relative; z-index: 10; min-height: 84px; padding: 9px clamp(20px, 5vw, 76px); display: grid; grid-template-columns: 280px 1fr auto; align-items: center; gap: 36px; border-bottom: 1px solid rgba(255,255,255,.12); background: rgba(21,20,19,.88); backdrop-filter: blur(12px); }
.nav-logo { display: flex; align-items: center; gap: 12px; }
.nav-logo img { width: 58px; height: 58px; object-fit: contain; }
.nav-logo span { display: flex; flex-direction: column; line-height: 1; }
.nav-logo strong { color: white; font-size: 15px; letter-spacing: .06em; }
.nav-logo small { margin-top: 6px; color: #e1bd63; font-size: 8px; font-weight: 800; letter-spacing: .18em; }
.hero-nav nav { display: flex; justify-content: center; gap: clamp(24px, 3vw, 46px); color: #d2ccc2; font-size: 13px; font-weight: 700; }
.hero-nav nav a { padding: 13px 0; border-bottom: 1px solid transparent; }
.hero-nav nav a:hover, .hero-nav nav a:focus-visible { border-color: var(--gold); color: white; }
.nav-enquire, .primary-button { background: var(--gold); color: #171513; }
.yellow-button { background: var(--ink); color: white; }
.nav-enquire { padding: 13px 18px; border-radius: 2px; font-size: 12px; font-weight: 800; }
.mobile-menu { display: none; }

.hero-inner { position: relative; z-index: 2; max-width: 1440px; margin: auto; padding: 0 clamp(20px, 5vw, 76px) clamp(58px, 6vw, 84px); }
.brand-showcase { padding: 24px 0 25px; display: grid; grid-template-columns: 150px 1fr; align-items: center; gap: 28px; border-bottom: 1px solid rgba(255,255,255,.14); }
.brand-showcase > p { margin: 0; color: #a9a197; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero-brands { min-width: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.hero-brand-card { min-width: 0; height: 70px; padding: 10px 24px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.16); background: #fff; }
.hero-brand-card:last-child { border-right: 1px solid rgba(255,255,255,.16); }
.hero-brand-card img { width: 100%; max-width: 145px; max-height: 45px; object-fit: contain; }
.hero-brand-card .hindware-logo { max-width: 155px; }
.hero-brand-card .vitero-logo { max-height: 48px; }
.hero-brand-card .agl-logo { max-width: 140px; }

.hero-main { min-width: 0; min-height: 600px; padding-top: clamp(42px, 5vw, 68px); display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); align-items: center; gap: clamp(38px, 6vw, 90px); }
.hero-copy { max-width: 600px; }
.hero-kicker { margin: 0 0 20px; color: #d9b456; font-size: 10px; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.section-kicker { margin: 0 0 20px; color: var(--gold-dark); font-size: 10px; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.hero-copy h1 { margin-bottom: 28px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(55px, 5.7vw, 84px); font-weight: 500; letter-spacing: -.055em; line-height: .94; }
.hero-copy h1 em { color: #d9b456; font-style: italic; }
.hero-lead { max-width: 510px; color: #bdb7ae; font-size: clamp(16px, 1.4vw, 18px); line-height: 1.7; }
.hero-actions { margin-top: 36px; display: flex; flex-wrap: wrap; align-items: center; gap: 13px; }
.primary-button, .secondary-button, .yellow-button { min-height: 49px; padding: 15px 20px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; border: 1px solid; border-radius: 2px; font-size: 12px; font-weight: 800; }
.primary-button { border-color: var(--gold); }
.secondary-button { border-color: #5a554e; background: transparent; color: white; }
.yellow-button { border-color: var(--ink); }
.primary-button:hover, .nav-enquire:hover { background: #e2bb62; }
.yellow-button:hover { background: #34302c; }
.secondary-button:hover { border-color: #8b847a; background: rgba(255,255,255,.06); }

.hero-visual { position: relative; min-width: 0; }
.hero-product-stage { position: relative; min-height: 460px; display: flex; align-items: center; justify-content: center; }
.hero-product-stage::before { content: ""; position: absolute; right: 5%; bottom: 9%; left: 5%; height: 2px; background: linear-gradient(90deg, transparent, rgba(211,164,58,.55), transparent); box-shadow: 0 8px 38px 15px rgba(211,164,58,.16); }
.hero-product-cutout { position: relative; z-index: 2; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; border: 1px solid rgba(255,255,255,.08); border-radius: 3px; filter: drop-shadow(0 24px 24px rgba(0,0,0,.32)); }
.hero-categories { margin-top: 5px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.hero-categories span { padding: 15px 18px; display: flex; align-items: center; gap: 13px; border-right: 1px solid rgba(255,255,255,.18); color: #e1ddd6; font-family: Georgia, "Times New Roman", serif; font-size: 17px; }
.hero-categories span:last-child { border-right: 0; }
.hero-categories small { color: #d4ad4b; font-family: Arial, Helvetica, sans-serif; font-size: 9px; letter-spacing: .12em; }

.about { min-width: 0; padding: clamp(85px, 10vw, 145px) clamp(20px, 7vw, 110px); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: clamp(55px, 9vw, 145px); background: white; }
.about-copy { max-width: 610px; }
.about-copy h2, .products-heading h2 { margin-bottom: 29px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(46px, 5vw, 72px); font-weight: 500; letter-spacing: -.05em; line-height: 1; }
.about-copy h2 em { color: var(--gold-dark); font-style: italic; }
.about-copy > p:not(.section-kicker) { max-width: 575px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.yellow-button { margin-top: 18px; }
.about-visual-wrap { padding: 13px; border: 1px solid var(--line); background: var(--paper); }
.about-visual { position: relative; min-height: 0; overflow: hidden; aspect-ratio: 1415 / 1111; }
.about-visual > img { width: 100%; height: 100%; object-fit: cover; }
.about-label { position: absolute; right: 0; bottom: 0; left: 0; padding: 22px 24px; display: flex; flex-direction: column; background: rgba(23,21,19,.9); color: white; }
.about-label strong { font-family: Georgia, "Times New Roman", serif; font-size: 20px; font-weight: 500; }
.about-label span { margin-top: 6px; color: #cfc7bb; font-size: 11px; }

.products { padding: clamp(85px, 10vw, 140px) clamp(20px, 6vw, 90px); background: var(--paper); }
.products-heading { max-width: 780px; margin: 0 auto 58px; text-align: center; }
.products-heading h2 { margin-bottom: 18px; }
.products-heading > p:last-child { color: var(--muted); font-size: 16px; }
.section-kicker.centered { text-align: center; }
.product-grid { max-width: 1260px; margin: auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.product-card { min-height: 450px; overflow: hidden; border: 1px solid var(--line); background: white; transition: transform .22s ease, box-shadow .22s ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(46,38,28,.09); }
.product-card > a { height: 100%; min-height: inherit; padding: 14px; display: flex; flex-direction: column; }
.product-image { flex: 1; min-height: 320px; overflow: hidden; background: #eee9df; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.product-card:hover .product-image img { transform: scale(1.025); }
.product-title { padding: 24px 8px 10px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.product-title h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 29px; font-weight: 500; letter-spacing: -.03em; }
.product-title p { max-width: 255px; margin: 8px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.product-title > span { width: 36px; height: 36px; flex: 0 0 36px; display: grid; place-items: center; border: 1px solid #aaa296; border-radius: 50%; }
.products-action { margin-top: 42px; text-align: center; }

.catalogues { padding: clamp(85px, 10vw, 140px) clamp(20px, 6vw, 90px); background: white; }
.catalogue-grid { max-width: 1260px; margin: auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.catalogue-card { overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--line); background: white; transition: transform .22s ease, box-shadow .22s ease; }
.catalogue-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(46,38,28,.09); }
.catalogue-cover { overflow: hidden; aspect-ratio: 4 / 5; border-bottom: 1px solid var(--line); background: #e9e4d8; }
.catalogue-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.catalogue-card:hover .catalogue-cover img { transform: scale(1.018); }
.catalogue-content { flex: 1; padding: 24px; display: flex; flex-direction: column; }
.catalogue-tag { display: inline-block; padding: 5px 10px; margin-bottom: 16px; border: 1px solid var(--gold-dark); border-radius: 999px; color: var(--gold-dark); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.catalogue-card h3 { margin-bottom: 9px; font-family: Georgia, "Times New Roman", serif; font-size: 23px; font-weight: 500; letter-spacing: -.025em; line-height: 1.08; }
.catalogue-content > p { flex: 1; margin-bottom: 22px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.catalogue-card a { min-height: 47px; padding: 12px 14px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid var(--ink); background: var(--ink); color: white; font-size: 12px; font-weight: 800; }
.catalogue-card a span { color: #c9c2b8; font-size: 9px; font-weight: 700; white-space: nowrap; }
.catalogue-card a:hover { background: #34302c; }

footer { background: var(--dark); color: white; }
.footer-main { padding: 66px clamp(20px, 7vw, 110px); display: grid; grid-template-columns: .8fr 1fr 1.15fr; align-items: start; gap: 70px; }
.footer-identity img { width: 210px; height: 155px; object-fit: contain; object-position: left center; }
.footer-identity > p { margin: 14px 0 0; color: #aaa299; font-size: 10px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.footer-main address { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; color: #c8c2b9; font-style: normal; font-size: 13px; line-height: 1.65; }
.footer-main address p { margin-bottom: 5px; }
.footer-label { color: #d9b656 !important; font-size: 10px !important; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.footer-enquire { padding: 32px; border: 1px solid #413d38; background: #201e1b; }
.footer-enquire h2 { margin: 14px 0 28px; font-family: Georgia, "Times New Roman", serif; font-size: 37px; font-weight: 500; line-height: 1.05; letter-spacing: -.04em; }
.footer-enquire a { padding: 15px 17px; display: flex; justify-content: space-between; background: var(--gold); color: var(--ink); font-size: 12px; font-weight: 900; }
.footer-bottom { padding: 19px clamp(20px, 7vw, 110px); display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #37332f; color: #817b74; font-size: 10px; }
.floating-whatsapp { position: fixed; z-index: 50; right: 22px; bottom: 22px; padding: 13px 17px; display: flex; align-items: center; gap: 9px; border-radius: 999px; background: var(--green); color: white; box-shadow: 0 10px 30px rgba(0,0,0,.2); font-size: 12px; }

@media (max-width: 1000px) {
  .hero-nav { grid-template-columns: 1fr auto auto; }
  .hero-nav nav { display: none; }
  .mobile-menu { position: relative; display: block; }
  .mobile-menu summary { width: 46px; height: 42px; padding: 10px; display: flex; flex-direction: column; justify-content: space-around; list-style: none; cursor: pointer; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { height: 2px; background: white; }
  .mobile-menu div { position: absolute; top: 54px; right: 0; width: 190px; padding: 14px; display: flex; flex-direction: column; border: 1px solid var(--line); background: white; box-shadow: 0 14px 35px rgba(0,0,0,.12); }
  .mobile-menu div a { padding: 11px; font-size: 13px; font-weight: 800; }
  .brand-showcase { grid-template-columns: minmax(0, 1fr); gap: 15px; }
  .hero-main { grid-template-columns: minmax(0, 1fr); padding-bottom: 35px; }
  .hero-copy { max-width: 750px; }
  .hero-visual { width: 100%; max-width: 900px; }
  .about { grid-template-columns: minmax(0, 1fr); }
  .about-copy { max-width: 760px; }
  .about-visual-wrap { max-width: 760px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalogue-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-enquire { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .contact-strip { grid-template-columns: 1fr auto; padding: 7px 15px; font-size: 10px; }
  .contact-strip p { display: none; }
  .hero-nav { min-height: 72px; padding: 7px 15px; gap: 7px; }
  .nav-logo img { width: 49px; height: 49px; }
  .nav-logo strong { font-size: 11px; }
  .nav-logo small { font-size: 6px; }
  .nav-enquire { display: none; }
  .hero-inner { padding-right: 16px; padding-left: 16px; }
  .brand-showcase { padding-top: 19px; }
  .hero-brands { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-brand-card { height: 62px; padding: 8px 14px; border-bottom: 1px solid var(--line); }
  .hero-brand-card:nth-child(odd) { border-left: 0; }
  .hero-brand-card:last-child { border-right: 0; }
  .hero-main { min-height: 0; gap: 50px; padding-top: 46px; }
  .hero-copy h1 { font-size: 49px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions a { width: 100%; }
  .hero-product-stage { min-height: 315px; }
  .hero-product-cutout { max-height: none; }
  .hero-categories span { padding: 13px 8px; justify-content: center; gap: 6px; font-size: 13px; }
  .hero-categories small { display: none; }
  .about, .products { padding-right: 20px; padding-left: 20px; }
  .about-copy h2, .products-heading h2 { font-size: 43px; }
  .about-visual { min-height: 0; height: auto; }
  .about-visual > img { height: 100%; }
  .product-grid { grid-template-columns: minmax(0, 1fr); }
  .catalogue-grid { grid-template-columns: minmax(0, 1fr); }
  .product-card { min-height: 420px; }
  .product-image { min-height: 300px; }
  .footer-main { grid-template-columns: 1fr; padding: 58px 22px; gap: 43px; }
  .footer-enquire { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .floating-whatsapp b { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .product-card, .product-image img, .catalogue-card, .catalogue-cover img { transition: none; }
}
