:root {
  --ink: #181817;
  --muted: #6f6b64;
  --paper: #f7f4ef;
  --white: #ffffff;
  --gold: #b7965b;
  --gold-dark: #8b6b35;
  --line: #ded8cf;
  --charcoal: #24231f;
  --shadow: 0 20px 60px rgba(20, 20, 18, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'DM Sans', sans-serif; color: var(--ink); background: var(--white); line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 100px 0; }
.alt { background: var(--paper); }

.site-header { position: fixed; inset: 0 0 auto 0; z-index: 50; background: rgba(255,255,255,.94); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(24,24,23,.08); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 18px; letter-spacing: .05em; white-space: nowrap; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--gold); font-family: 'Playfair Display', serif; font-weight: 700; color: var(--gold-dark); }
.brand-text strong { font-weight: 700; }
.nav { display: flex; gap: 25px; margin-left: auto; }
.nav a { font-size: 14px; font-weight: 600; position: relative; }
.nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold); transition: .25s; }
.nav a:hover::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 18px; }
.language-switch { display: flex; gap: 5px; align-items: center; font-size: 12px; }
.lang { border: 0; background: transparent; cursor: pointer; color: #8a867f; padding: 3px; }
.lang.active { color: var(--ink); font-weight: 700; }
.menu-toggle { display: none; margin-left: auto; border: 0; background: transparent; font-size: 28px; cursor: pointer; }

.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 24px; background: var(--gold); color: var(--white); font-size: 14px; font-weight: 700; letter-spacing: .02em; border: 1px solid var(--gold); transition: .2s ease; cursor: pointer; }
.btn:hover { background: var(--gold-dark); border-color: var(--gold-dark); transform: translateY(-1px); }
.btn-small { min-height: 42px; padding: 0 17px; }
.btn-outline { background: transparent; border-color: rgba(255,255,255,.8); }
.btn-outline:hover { background: var(--white); color: var(--ink); border-color: var(--white); }
.btn.full { width: 100%; }

.hero { position: relative; min-height: 760px; display: flex; align-items: center; color: var(--white); overflow: hidden; margin-top: 78px; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,18,16,.88) 0%, rgba(18,18,16,.62) 45%, rgba(18,18,16,.18) 80%); }
.hero-content { position: relative; z-index: 2; padding-top: 20px; }
.eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .18em; margin: 0 0 18px; color: #e7d4ac; }
.eyebrow.dark { color: var(--gold-dark); }
h1, h2, h3 { font-family: 'Playfair Display', serif; line-height: 1.1; margin-top: 0; }
h1 { max-width: 790px; font-size: clamp(48px, 6vw, 78px); margin-bottom: 22px; }
h2 { font-size: clamp(38px, 4.2vw, 58px); margin-bottom: 24px; }
h3 { font-size: 24px; }
.hero-copy { max-width: 690px; font-size: 18px; color: rgba(255,255,255,.88); }
.hero-buttons { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.hero-contact { display: flex; gap: 18px; margin-top: 32px; font-size: 14px; color: rgba(255,255,255,.85); }
.hero-contact a { font-weight: 700; color: var(--white); }

.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.intro-copy { font-size: 18px; color: var(--muted); }
.intro-copy p:first-child { margin-top: 6px; }
.text-link { display: inline-block; margin-top: 14px; color: var(--gold-dark); font-weight: 700; }

.section-heading { display: grid; grid-template-columns: 1.4fr .8fr; gap: 50px; align-items: end; margin-bottom: 48px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { color: var(--muted); font-size: 17px; margin-bottom: 6px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { background: rgba(255,255,255,.5); min-height: 270px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: .25s; }
.service-card:hover { background: var(--white); transform: translateY(-4px); box-shadow: var(--shadow); position: relative; z-index: 2; }
.service-num { display: block; color: var(--gold-dark); font-weight: 700; font-size: 12px; letter-spacing: .1em; margin-bottom: 34px; }
.service-card h3 { font-size: 22px; margin-bottom: 16px; }
.service-card p { color: var(--muted); font-size: 14px; margin: 0; }

.feature-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; }
.feature-image-wrap { position: relative; }
.feature-image-wrap::before { content: ''; position: absolute; width: 45%; height: 45%; right: -18px; bottom: -18px; border: 1px solid var(--gold); z-index: -1; }
.feature-image-wrap img { width: 100%; aspect-ratio: 4/5; object-fit: cover; box-shadow: var(--shadow); }
.feature-copy p { color: var(--muted); font-size: 17px; }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 22px; margin-top: 30px; }
.check-list span { padding: 12px 0 12px 25px; border-top: 1px solid var(--line); position: relative; font-weight: 600; font-size: 14px; }
.check-list span::before { content: '✓'; position: absolute; left: 0; color: var(--gold-dark); }

.gallery { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 220px; gap: 16px; }
.gallery-item { margin: 0; position: relative; overflow: hidden; cursor: zoom-in; grid-column: span 4; }
.gallery-item.large { grid-column: span 8; grid-row: span 2; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item::after { content: ''; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.55)); }
.gallery-item figcaption { position: absolute; left: 20px; right: 20px; bottom: 18px; z-index: 2; color: white; font-weight: 700; }

.why { background: linear-gradient(120deg, #1d1c19, #2d2b26); color: var(--white); }
.why-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.why-panel h2 { margin-bottom: 0; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.12); }
.why-grid > div { background: #292823; padding: 30px; min-height: 210px; }
.why-grid strong { color: var(--gold); font-size: 13px; }
.why-grid h3 { margin: 20px 0 12px; font-size: 21px; }
.why-grid p { color: rgba(255,255,255,.65); font-size: 14px; margin: 0; }

.contact-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 70px; align-items: start; }
.contact-copy > p { max-width: 650px; color: var(--muted); font-size: 17px; }
.contact-cards { display: grid; grid-template-columns: 1fr 1fr; margin-top: 34px; border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.contact-card { padding: 22px; min-height: 126px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; transition: .2s; word-break: break-word; }
a.contact-card:hover { background: var(--paper); }
.contact-label { font-size: 10px; letter-spacing: .14em; color: var(--gold-dark); font-weight: 700; margin-bottom: 9px; }
.contact-card strong { font-size: 15px; }
.contact-card small { color: var(--muted); margin-top: 4px; }
.quote-form { background: var(--paper); padding: 34px; border-top: 4px solid var(--gold); box-shadow: var(--shadow); }
.quote-form h3 { font-size: 30px; margin-bottom: 24px; }
.quote-form label { display: block; margin-bottom: 16px; }
.quote-form label > span { display: block; font-size: 12px; font-weight: 700; margin-bottom: 6px; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; border: 1px solid #cfc8bd; background: #fff; padding: 12px 13px; outline: none; border-radius: 0; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(183,150,91,.12); }
.form-note { font-size: 11px; color: var(--muted); text-align: center; margin-bottom: 0; }

.footer { background: #161614; color: var(--white); padding: 65px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .8fr; gap: 60px; }
.footer-brand { margin-bottom: 18px; }
.footer-grid p, .footer-grid span, .footer-grid a { color: rgba(255,255,255,.65); font-size: 14px; }
.footer-grid > div { display: flex; flex-direction: column; gap: 8px; }
.footer-grid strong { margin-bottom: 8px; }
.footer-bottom { margin-top: 46px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; color: rgba(255,255,255,.45); font-size: 12px; }

.floating-call { position: fixed; right: 24px; bottom: 24px; z-index: 40; background: var(--gold); color: white; min-height: 50px; padding: 0 18px; display: flex; align-items: center; gap: 9px; box-shadow: 0 10px 30px rgba(0,0,0,.25); font-size: 13px; }

.lightbox { position: fixed; inset: 0; background: rgba(0,0,0,.9); z-index: 100; display: none; place-items: center; padding: 40px; }
.lightbox.open { display: grid; }
.lightbox img { max-width: 92vw; max-height: 88vh; object-fit: contain; }
.lightbox-close { position: absolute; right: 24px; top: 14px; border: 0; background: transparent; color: white; font-size: 42px; cursor: pointer; }

@media (max-width: 1020px) {
  .nav { position: fixed; top: 78px; left: 0; right: 0; display: none; flex-direction: column; background: white; padding: 24px 30px; border-bottom: 1px solid var(--line); gap: 18px; }
  .nav.open { display: flex; }
  .menu-toggle { display: block; }
  .nav-actions .btn-small { display: none; }
  .nav-actions { gap: 10px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .why-panel { grid-template-columns: 1fr; }
}

@media (max-width: 780px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 72px 0; }
  .hero { min-height: 700px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(18,18,16,.88), rgba(18,18,16,.52)); }
  .hero-copy { font-size: 16px; }
  .split-grid, .section-heading, .feature-grid, .contact-grid, .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .gallery { grid-template-columns: 1fr; grid-auto-rows: 280px; }
  .gallery-item, .gallery-item.large, .gallery-item.tall { grid-column: auto; grid-row: auto; }
  .why-grid { grid-template-columns: 1fr; }
  .contact-cards { grid-template-columns: 1fr; }
  .check-list { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (max-width: 520px) {
  .brand-text { font-size: 15px; }
  .brand-mark { width: 38px; height: 38px; }
  .nav-wrap { gap: 12px; }
  .language-switch { font-size: 11px; }
  h1 { font-size: 44px; }
  h2 { font-size: 38px; }
  .hero { min-height: 720px; }
  .hero-buttons .btn { width: 100%; }
  .hero-contact { flex-direction: column; gap: 4px; }
  .quote-form { padding: 24px; }
  .floating-call { right: 14px; bottom: 14px; }
  .floating-call strong { display: none; }
  .floating-call { width: 52px; padding: 0; justify-content: center; border-radius: 50%; }
}

/* L.R. INTERIORS logo, WhatsApp and map additions */
.brand-logo { display:block; width: 178px; height: 62px; object-fit: contain; object-position: left center; }
.footer-logo { width: 210px; height: auto; background: #fff; padding: 8px 10px; }
.whatsapp-card .contact-label { color: #1f7a45; }
.location .section-heading { margin-bottom: 30px; }
.map-wrap { overflow: hidden; border: 1px solid var(--line); background: #fff; box-shadow: 0 12px 40px rgba(0,0,0,.08); }
.map-wrap iframe { display:block; width:100%; height:460px; border:0; }
.map-button { margin-top: 20px; }
.floating-actions { position: fixed; right: 24px; bottom: 24px; z-index: 40; display:flex; flex-direction:column; align-items:flex-end; gap:10px; }
.floating-actions .floating-call, .floating-whatsapp { position: static; min-height: 50px; padding: 0 18px; display:flex; align-items:center; gap:9px; box-shadow: 0 10px 30px rgba(0,0,0,.25); font-size:13px; }
.floating-whatsapp { background:#1f8f50; color:#fff; }
.floating-whatsapp span { font-size:11px; font-weight:800; border:1px solid rgba(255,255,255,.8); border-radius:50%; width:27px; height:27px; display:grid; place-items:center; }
@media (max-width: 780px) {
  .brand-logo { width: 138px; height: 52px; }
  .map-wrap iframe { height: 360px; }
}
@media (max-width: 520px) {
  .brand-logo { width: 118px; height: 46px; }
  .floating-actions { right:14px; bottom:14px; }
  .floating-actions .floating-call, .floating-whatsapp { width:52px; height:52px; min-height:52px; padding:0; justify-content:center; border-radius:50%; }
  .floating-actions strong { display:none; }
  .map-wrap iframe { height: 310px; }
}
