:root {
    --red: #b51620;
    --ink: #241315;
    --muted: #6f6262;
    --paper: #fffaf6;
    --soft: #f2e7de;
    --gold: #c69551;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; }
body { max-width: 100%; margin: 0; overflow-x: hidden; font-family: Inter, "Segoe UI", Arial, sans-serif; color: var(--ink); background: var(--paper); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.site-header { position: sticky; top: 0; z-index: 1000; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 14px clamp(18px, 4vw, 56px); background: radial-gradient(circle at 3% 50%, rgba(181, 22, 32, .13), transparent 20%), linear-gradient(90deg, rgba(255,250,246,.98) 0%, rgba(248,239,230,.96) 48%, rgba(248,232,220,.98) 100%); border-bottom: 1px solid rgba(181, 22, 32, .16); box-shadow: 0 12px 34px rgba(80, 24, 22, .07); backdrop-filter: blur(12px); }
.brand { display: flex; align-items: center; gap: 12px; min-width: 240px; }
.brand img { width: 54px; height: 54px; object-fit: cover; border-radius: 6px; }
.brand strong { display: block; font-size: 18px; letter-spacing: .04em; text-transform: uppercase; }
.brand small { display: block; color: var(--muted); font-size: 12px; max-width: 280px; }
nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; font-weight: 700; font-size: 14px; }
nav a { position: relative; padding: 8px 0; color: #2b1719; }
nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--red); transform: scaleX(0); transform-origin: center; transition: transform .2s ease; }
nav a:hover, nav a.active { color: var(--red); }
nav a:hover::after, nav a.active::after { transform: scaleX(1); }
.menu-toggle, .menu-close, .menu-backdrop { display: none; }

.hero-slider { position: relative; height: clamp(620px, calc(100vh - 84px), 780px); min-height: 620px; overflow: hidden; background: linear-gradient(120deg, #fffaf6 0%, #f8ede6 55%, #ffffff 100%); isolation: isolate; }
.hero-slide { position: absolute; inset: 0; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: clamp(28px, 5vw, 72px); align-items: center; height: 100%; padding: clamp(34px, 5vw, 72px) clamp(18px, 6vw, 86px); opacity: 0; pointer-events: none; transition: opacity .9s ease; isolation: isolate; }
.hero-slide::before { content: ""; position: absolute; inset: -14%; z-index: -2; background: var(--slide-bg) center / cover no-repeat; filter: blur(44px); opacity: .24; transform: scale(1.1); }
.hero-slide::after { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 75% 42%, rgba(181, 22, 32, .15), transparent 32%), linear-gradient(105deg, rgba(255,250,246,.97) 0%, rgba(255,250,246,.94) 42%, rgba(248,237,230,.84) 58%, rgba(255,255,255,.68) 100%); }
.hero-slide.is-active { position: relative; opacity: 1; pointer-events: auto; z-index: 1; }
.hero-slide.is-active .hero-copy { animation: slideTextIn .9s ease both; }
.hero-slide.is-active .hero-visual { animation: slideImageIn 1s ease both; }
.hero-copy { position: relative; z-index: 1; }
.hero-copy h1 { max-width: 900px; margin: 12px 0; font-family: Georgia, serif; font-size: clamp(42px, 5.7vw, 78px); line-height: 1.02; }
.hero-copy p { max-width: 650px; color: var(--muted); font-size: 19px; line-height: 1.7; }
.eyebrow, .section-title span, .page-hero span { color: var(--red); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; font-size: 12px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 6px; font-weight: 800; border: 1px solid var(--red); }
.btn.primary { color: white; background: var(--red); }
.btn.ghost { color: var(--red); background: transparent; }
.hero-visual { align-self: center; border: 12px solid white; box-shadow: 0 28px 70px rgba(80, 24, 22, .16); transform: rotate(1deg); }
.hero-visual img { aspect-ratio: 1.58; width: 100%; max-height: 430px; object-fit: cover; }
.slider-controls { position: absolute; left: clamp(18px, 6vw, 86px); bottom: 28px; z-index: 3; display: flex; gap: 10px; }
.slider-controls button { width: 36px; height: 4px; padding: 0; border: 0; border-radius: 999px; background: rgba(36, 19, 21, .24); cursor: pointer; transition: width .25s ease, background .25s ease; }
.slider-controls button.active { width: 58px; background: var(--red); }

@keyframes slideTextIn {
    from { opacity: 0; transform: translateY(22px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes slideImageIn {
    from { opacity: 0; transform: translateX(32px) rotate(1deg) scale(.98); }
    to { opacity: 1; transform: translateX(0) rotate(1deg) scale(1); }
}

.section, .split-section, .gallery-grid { padding: clamp(54px, 7vw, 96px) clamp(18px, 6vw, 86px); }
.section.muted { background: #f8efe9; }
.section-title { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.section-title h2 { max-width: 720px; margin: 0; font-family: Georgia, serif; font-size: clamp(30px, 4vw, 52px); line-height: 1.08; }
.home-services { position: relative; overflow: hidden; color: var(--ink); background: radial-gradient(circle at 14% 18%, rgba(198, 149, 81, .22), transparent 26%), radial-gradient(circle at 88% 74%, rgba(110, 128, 93, .18), transparent 32%), linear-gradient(135deg, #eef0e5 0%, #e7dfd1 48%, #f8f3ec 100%); }
.home-services::before { content: ""; position: absolute; inset: 0; pointer-events: none; background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='780' height='420' viewBox='0 0 780 420'%3E%3Cg fill='none' stroke='%236f7f5d' stroke-opacity='.16' stroke-width='2'%3E%3Cpath d='M34 340 C130 180 210 160 330 78 S570 -18 720 110'/%3E%3Cpath d='M80 400 C185 250 276 246 402 136 S602 36 764 194'/%3E%3Cpath d='M520 410 C570 318 618 274 720 238'/%3E%3Cpath d='M118 54 h168 v112 H118z'/%3E%3Cpath d='M154 86 h96 v48 h-96z'/%3E%3Cpath d='M582 42 h92 v92 h-92z'/%3E%3Cpath d='M612 72 h32 v32 h-32z'/%3E%3C/g%3E%3C/svg%3E") center / min(780px, 96vw) auto no-repeat,
    linear-gradient(90deg, rgba(255,255,255,.42), transparent 28%, transparent 72%, rgba(255,255,255,.34)); }
.home-services::after { content: ""; position: absolute; left: clamp(18px, 6vw, 86px); right: clamp(18px, 6vw, 86px); top: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.35), transparent); opacity: .85; }
.home-section-intro { position: relative; width: min(940px, 100%); margin: 0 auto 34px; text-align: center; }
.home-section-intro span { display: inline-flex; align-items: center; min-height: 32px; padding: 0 13px; color: var(--red); background: white; border: 1px solid #ead8ce; border-radius: 999px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; font-size: 12px; box-shadow: 0 12px 35px rgba(80, 24, 22, .08); }
.home-section-intro h2 { margin: 16px auto 12px; max-width: 780px; font-family: Georgia, serif; font-size: clamp(34px, 4.8vw, 62px); line-height: 1.05; }
.home-section-intro p { max-width: 720px; margin: 0 auto; color: var(--muted); font-size: 18px; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.service-card, .portfolio-card, .contact-info, .contact-form { background: white; border: 1px solid #ebd9cf; border-radius: 8px; }
.home-services .home-section-intro span { color: white; background: #6f7f5d; border-color: rgba(255,255,255,.5); box-shadow: 0 16px 42px rgba(54, 66, 45, .16); }
.home-services .home-section-intro h2 { color: var(--ink); text-shadow: 0 14px 36px rgba(80, 24, 22, .09); }
.home-services .home-section-intro p { color: #5f5752; }
.service-card { position: relative; padding: 30px; min-height: 250px; overflow: hidden; background: #fffaf6; box-shadow: 0 18px 50px rgba(0, 0, 0, .16); transition: transform .22s ease, box-shadow .22s ease; }
.home-services .service-card { border-color: rgba(243, 193, 107, .38); }
.home-services .service-card span { background: #2d1719; box-shadow: 0 0 0 6px rgba(198, 149, 81, .14); }
.home-services .service-card h3 { color: var(--ink); }
.home-services .service-card p { color: var(--muted); }
.service-card::after { content: none; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 24px 64px rgba(80, 24, 22, .12); }
.service-card span { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 24px; color: white; background: var(--red); border-radius: 50%; font-weight: 900; }
.service-card h3, .portfolio-card h3 { margin: 0 0 10px; font-size: 22px; }
.service-card p, .portfolio-card p { color: var(--muted); line-height: 1.65; }
.latest-work { background: #1d1011; color: white; border-top: 1px solid rgba(255,255,255,.06); }
.latest-work .home-section-intro span { color: white; background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.18); box-shadow: none; }
.latest-work .home-section-intro p { color: #ead8ce; }
.latest-work-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.latest-work-grid figure { margin: 0; border-radius: 8px; overflow: hidden; background: #2a181a; }
.latest-zoom { position: relative; display: block; width: 100%; padding: 0; border: 0; background: transparent; cursor: zoom-in; overflow: hidden; }
.latest-zoom img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .28s ease, filter .28s ease; }
.latest-zoom span { position: absolute; left: 12px; bottom: 12px; max-width: calc(100% - 24px); padding: 8px 11px; color: white; background: rgba(36, 19, 21, .76); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.latest-zoom:hover img { transform: scale(1.06); filter: saturate(1.08); }
.latest-work-action { display: flex; justify-content: center; margin-top: 28px; }
.latest-work .btn.ghost { color: white; border-color: rgba(255,255,255,.35); }
.latest-work .btn.ghost:hover { color: white; background: var(--red); border-color: var(--red); }

.featured-portfolio { position: relative; overflow: hidden; background: linear-gradient(135deg, #fffaf6 0%, #f4e5da 48%, #fff3ec 100%); }
.featured-portfolio::before { content: ""; position: absolute; inset: 42px auto auto 50%; width: min(760px, 70vw); height: min(760px, 70vw); border-radius: 50%; background: radial-gradient(circle, rgba(198, 149, 81, .24), transparent 64%); filter: blur(12px); transform: translateX(-50%); pointer-events: none; }
.featured-portfolio::after { content: ""; position: absolute; inset: auto -120px -180px auto; width: 460px; height: 460px; border-radius: 50%; background: rgba(181, 22, 32, .08); filter: blur(28px); pointer-events: none; }
.featured-portfolio .home-section-intro { margin-bottom: 42px; }
.featured-portfolio .home-section-intro h2 { max-width: 850px; }
.portfolio-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(20px, 3vw, 34px); }
.portfolio-card { position: relative; overflow: hidden; border: 1px solid rgba(198, 149, 81, .28); background: rgba(255, 255, 255, .88); box-shadow: 0 26px 70px rgba(80, 24, 22, .10); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.portfolio-card::before { content: ""; position: absolute; inset: 12px; z-index: 1; border: 1px solid rgba(255, 255, 255, .68); pointer-events: none; }
.portfolio-card:hover { transform: translateY(-8px); border-color: rgba(181, 22, 32, .28); box-shadow: 0 34px 86px rgba(80, 24, 22, .16); }
.portfolio-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: #fff; transition: transform .35s ease, filter .35s ease; }
.portfolio-card:hover img { transform: scale(1.035); filter: saturate(1.04); }
.portfolio-card div { position: relative; z-index: 2; padding: 26px 28px 30px; background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,250,246,.96)); }
.portfolio-card small { display: inline-flex; align-items: center; min-height: 28px; margin-bottom: 12px; padding: 0 11px; color: #8d5e26; background: #fff2dc; border-radius: 999px; font-size: 11px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.portfolio-card h3 { font-family: Georgia, serif; font-size: clamp(24px, 2.4vw, 32px); line-height: 1.12; }

.cta-band { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 250px; margin: 0 clamp(18px, 6vw, 86px) clamp(42px, 5vw, 64px); padding: clamp(34px, 5vw, 62px); color: white; background: radial-gradient(circle at 84% 28%, rgba(181, 22, 32, .34), transparent 30%), linear-gradient(135deg, #2a1013 0%, #1d1011 62%, #35171a 100%); border: 1px solid rgba(255,255,255,.08); border-radius: 8px; box-shadow: 0 28px 80px rgba(80, 24, 22, .14); }
.cta-band::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.08); border-radius: 6px; pointer-events: none; }
.cta-band > * { position: relative; z-index: 1; }
.cta-band div { display: flex; min-height: 120px; flex-direction: column; justify-content: center; }
.cta-band h2 { margin: 0 0 12px; font-family: Georgia, serif; font-size: clamp(30px, 4vw, 52px); line-height: 1.08; }
.cta-band p { margin: 0; max-width: 760px; color: #fff0e7; font-size: 18px; line-height: 1.65; }

.page-hero { position: relative; min-height: 430px; display: flex; align-items: flex-end; padding: clamp(54px, 8vw, 110px) clamp(18px, 6vw, 86px); overflow: hidden; color: white; background: #2b1718; isolation: isolate; }
.page-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: var(--banner-image) center / cover no-repeat; transform: scale(1.02); }
.page-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(20, 8, 9, .86), rgba(20, 8, 9, .48) 48%, rgba(20, 8, 9, .18)), linear-gradient(0deg, rgba(20, 8, 9, .62), rgba(20, 8, 9, .06)); }
.page-hero.compact { min-height: 390px; padding-bottom: clamp(54px, 6vw, 86px); }
.page-hero-content { width: min(880px, 100%); }
.page-hero .page-hero-content span { display: inline-flex; align-items: center; min-height: 32px; padding: 0 13px; color: #3a191b; background: rgba(255, 255, 255, .88); border-radius: 999px; box-shadow: 0 10px 30px rgba(0, 0, 0, .12); }
.page-hero h1 { max-width: 760px; margin: 16px 0 14px; font-family: "Segoe UI", Inter, Arial, sans-serif; font-size: clamp(38px, 5.2vw, 70px); font-weight: 850; line-height: 1.04; letter-spacing: 0; text-wrap: balance; }
.page-hero-content p { max-width: 610px; margin: 0; color: #fff4ed; font-size: clamp(17px, 1.7vw, 21px); font-weight: 500; line-height: 1.55; text-wrap: balance; }
.banner-about { --banner-image: url('/munar/public/assets/gallery/client-gallery-17.jpeg'); }
.banner-portfolio { --banner-image: url('/munar/public/assets/gallery/client-gallery-01.jpeg'); }
.banner-gallery { --banner-image: url('/munar/public/assets/gallery/client-gallery-22.jpeg'); }
.banner-contact { --banner-image: url('/munar/public/assets/gallery/client-gallery-28.jpeg'); }
.split-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 560px); gap: 42px; align-items: start; }
.lead { font-size: 21px; line-height: 1.8; color: var(--muted); }
.facts { display: grid; gap: 14px; margin-top: 28px; }
.facts div { padding: 18px; background: white; border-left: 4px solid var(--red); }
.facts strong, .facts span { display: block; }
.facts span { color: var(--muted); margin-top: 4px; }

.gallery-filter-wrap { padding: 28px clamp(18px, 6vw, 86px) 0; }
.gallery-filters { display: flex; flex-wrap: wrap; gap: 10px; padding: 12px; background: white; border: 1px solid #ebd9cf; border-radius: 8px; }
.gallery-filters a { display: inline-flex; align-items: center; min-height: 40px; padding: 0 16px; border-radius: 999px; color: var(--muted); background: #fff8f2; font-weight: 900; border: 1px solid transparent; }
.gallery-filters a:hover, .gallery-filters a.active { color: white; background: var(--red); border-color: var(--red); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.gallery-grid figure { margin: 0; background: white; border-radius: 8px; overflow: hidden; border: 1px solid #ebd9cf; }
.gallery-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .25s ease; }
.gallery-grid figcaption { display: grid; gap: 4px; padding: 14px 16px; font-weight: 800; }
.gallery-grid figcaption span { color: var(--gold); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.gallery-zoom { position: relative; display: block; width: 100%; padding: 0; border: 0; cursor: zoom-in; background: #fff; overflow: hidden; }
.gallery-zoom span { position: absolute; right: 12px; bottom: 12px; padding: 8px 12px; color: white; background: rgba(36, 19, 21, .78); border-radius: 999px; font-size: 12px; font-weight: 900; opacity: 0; transform: translateY(8px); transition: .2s ease; }
.gallery-zoom:hover img { transform: scale(1.04); }
.gallery-zoom:hover span { opacity: 1; transform: translateY(0); }
.lightbox-open { overflow: hidden; }
.lightbox { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: clamp(18px, 4vw, 48px); background: rgba(20, 11, 12, .92); }
.lightbox.is-open { display: flex; }
.lightbox figure { width: min(1100px, 100%); margin: 0; color: white; text-align: center; }
.lightbox img { max-width: 100%; max-height: 82vh; margin: 0 auto; border-radius: 8px; box-shadow: 0 24px 80px rgba(0, 0, 0, .45); object-fit: contain; }
.lightbox figcaption { margin-top: 12px; font-weight: 800; }
.lightbox-close, .lightbox-prev, .lightbox-next { position: absolute; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); color: white; background: rgba(255,255,255,.12); cursor: pointer; }
.lightbox-close { top: 18px; right: 18px; width: 44px; height: 44px; border-radius: 50%; font-size: 30px; line-height: 1; }
.lightbox-prev, .lightbox-next { top: 50%; width: 48px; height: 64px; border-radius: 8px; font-size: 42px; transform: translateY(-50%); }
.lightbox-prev { left: 18px; }
.lightbox-next { right: 18px; }
.lightbox-close:hover, .lightbox-prev:hover, .lightbox-next:hover { background: var(--red); }

.contact-page { padding: clamp(34px, 6vw, 76px) clamp(18px, 6vw, 86px); }
.contact-profile { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 22px; align-items: center; margin-bottom: 28px; }
.contact-logo { width: 120px; height: 120px; object-fit: cover; border-radius: 8px; box-shadow: 0 18px 40px rgba(80, 24, 22, .14); }
.contact-profile h2 { margin: 8px 0 8px; font-family: Georgia, serif; font-size: clamp(32px, 5vw, 56px); }
.contact-profile p { margin: 0; color: var(--muted); font-size: 18px; }
.contact-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin-bottom: 28px; }
.contact-card-grid img { width: 100%; aspect-ratio: 1.58; object-fit: cover; object-position: left center; background: white; border: 1px solid #ebd9cf; border-radius: 8px; box-shadow: 0 18px 45px rgba(80, 24, 22, .08); }
.contact-wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; margin-bottom: 28px; }
.contact-info, .contact-form { padding: 28px; }
.contact-line { padding: 15px 0; border-bottom: 1px solid #efdfd6; }
.contact-line strong { display: block; margin-bottom: 5px; color: var(--ink); }
.contact-info a, .contact-info span { display: block; color: var(--muted); line-height: 1.55; overflow-wrap: anywhere; }
.contact-form { display: grid; gap: 14px; }
.social-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.social-links a { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 0 14px; color: white; background: var(--ink); border-radius: 999px; font-weight: 900; }
.social-links a:hover { background: var(--red); }
.map-panel { display: grid; grid-template-columns: .75fr 1.25fr; gap: 24px; align-items: stretch; padding: clamp(22px, 4vw, 34px); background: white; border: 1px solid #ebd9cf; border-radius: 8px; }
.map-panel h2 { margin: 8px 0 10px; font-family: Georgia, serif; font-size: clamp(26px, 4vw, 42px); }
.map-panel p { color: var(--muted); line-height: 1.65; }
.map-panel iframe { width: 100%; min-height: 360px; border: 0; border-radius: 8px; filter: saturate(.92); }
input, textarea { width: 100%; border: 1px solid #dcc7bc; border-radius: 6px; padding: 13px 14px; font: inherit; background: #fff; }
.notice { padding: 12px 14px; background: #e9f7ed; color: #1e6b37; border-radius: 6px; }
.error { padding: 12px 14px; background: #fff1f1; color: #a01820; border-radius: 6px; }

.site-footer { display: grid; grid-template-columns: 1.05fr .95fr 1.35fr .85fr; gap: clamp(28px, 4vw, 54px); min-height: 320px; padding: clamp(54px, 6vw, 78px) clamp(18px, 6vw, 86px); color: #ead8ce; background: radial-gradient(circle at 12% 0%, rgba(181, 22, 32, .18), transparent 34%), #1d1011; }
.site-footer img { width: 70px; border-radius: 7px; margin-bottom: 16px; }
.site-footer strong, .site-footer a, .site-footer span { display: block; margin-bottom: 8px; }
.site-footer strong { margin-bottom: 14px; color: white; font-size: 18px; font-weight: 900; }
.site-footer p { margin: 0 0 16px; color: white; font-weight: 900; }
.site-footer span { color: #ead8ce; line-height: 1.45; }
.site-footer a { color: white; line-height: 1.4; overflow-wrap: anywhere; }
.site-footer a:hover { color: #ffd8c7; text-decoration: underline; }
.site-footer svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.footer-contact-link { display: flex !important; align-items: center; gap: 10px; width: fit-content; margin-bottom: 13px !important; color: #fff4ed !important; text-decoration: none; }
.footer-contact-link svg { color: #ffd8c7; }
.footer-contact-link:hover { color: white !important; text-decoration: none !important; }
.footer-contact-link:hover svg { color: var(--gold); }
.footer-social { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.footer-social a { display: inline-flex; align-items: center; gap: 8px; min-height: 40px; margin: 0; padding: 0 15px; color: white; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.14); border-radius: 999px; font-size: 13px; font-weight: 900; text-decoration: none; }
.footer-social svg { width: 17px; height: 17px; }
.footer-social a:first-child svg { color: #ff7ab6; }
.footer-social a:nth-child(2) svg { color: #ff4d4d; }
.footer-social a:hover { background: var(--red); border-color: var(--red); color: white; text-decoration: none; }
.footer-social a:hover svg { color: white; }
.footer-address iframe { width: 100%; min-height: 118px; margin-top: 16px; border: 0; border-radius: 8px; filter: saturate(.9) contrast(.95); }
.footer-policies a { color: #ead8ce; }
.footer-policies a:hover { color: white; text-decoration: underline; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 999; display: grid; place-items: center; width: 58px; height: 58px; color: white; background: #25d366; border-radius: 50%; box-shadow: 0 16px 38px rgba(37, 211, 102, .38), 0 8px 24px rgba(36, 19, 21, .2); transition: transform .2s ease, box-shadow .2s ease; }
.whatsapp-float svg { width: 32px; height: 32px; fill: currentColor; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.04); box-shadow: 0 20px 46px rgba(37, 211, 102, .48), 0 10px 28px rgba(36, 19, 21, .24); }
.banner-policy { --banner-image: url('/munar/public/assets/gallery/client-gallery-15.jpeg'); }
.policy-content { width: min(980px, calc(100% - 36px)); margin: clamp(42px, 6vw, 74px) auto; padding: clamp(28px, 5vw, 58px); background: white; border: 1px solid #ebd9cf; border-radius: 8px; color: var(--muted); font-size: 17px; line-height: 1.85; white-space: normal; }
.policy-content::first-line { color: var(--ink); font-weight: 800; }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1200px) {
    .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .latest-work-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .site-footer { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hero-copy h1 { font-size: clamp(48px, 6.6vw, 72px); }
}

@media (max-width: 960px) {
    .hero-slide, .split-section, .contact-wrap, .map-panel { grid-template-columns: 1fr; min-height: auto; }
    .hero-slider { height: auto; min-height: auto; }
    .hero-slide { height: auto; gap: 30px; padding-bottom: 86px; }
    .hero-copy h1 { font-size: 58px; }
    .service-grid, .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .latest-work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .site-header { align-items: center; flex-direction: row; }
    nav { justify-content: flex-start; }
    .portfolio-grid { grid-template-columns: 1fr; }
    .contact-card-grid { grid-template-columns: 1fr; }
    .page-hero { min-height: 380px; }
}

@media (max-width: 760px) {
    .site-header { position: sticky; backdrop-filter: none; background: linear-gradient(90deg, #fff8f2 0%, #f4e2d7 100%); }
    .brand small { display: none; }
    .site-header { gap: 12px; padding: 12px 16px; }
    .brand { min-width: 0; width: auto; flex: 1; }
    .brand strong { font-size: 15px; }
    .menu-toggle { display: inline-flex; flex: 0 0 44px; width: 44px; height: 44px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 1px solid #ead8ce; border-radius: 8px; background: white; cursor: pointer; }
    .menu-toggle span { width: 21px; height: 2px; background: var(--ink); border-radius: 999px; transition: transform .2s ease, opacity .2s ease; }
    .menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
    .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .menu-close { display: grid; place-items: center; width: 42px; height: 42px; margin: 0 0 16px auto; border: 1px solid rgba(255,255,255,.28); border-radius: 8px; color: white; background: rgba(255,255,255,.08); font-size: 30px; line-height: 1; cursor: pointer; }
    .menu-backdrop { position: fixed; inset: 0; z-index: 1001; background: rgba(20, 8, 9, .5); opacity: 0; pointer-events: none; transition: opacity .25s ease; display: block; }
    .menu-open .menu-backdrop { opacity: 1; pointer-events: auto; }
    body.menu-open { overflow: hidden; }
    .site-header nav { position: fixed; top: 0; right: 0; bottom: auto; z-index: 1002; width: min(330px, 88vw); height: 100vh; height: 100dvh; display: flex; flex-direction: column; flex-wrap: nowrap; align-items: stretch; justify-content: flex-start; gap: 0; padding: 18px 12px; overflow-x: hidden; overflow-y: auto; background: #b51620; box-shadow: -24px 0 70px rgba(36, 19, 21, .28); transform: translateX(100%); transition: transform .28s ease; }
    .menu-open .site-header nav { transform: translateX(0); }
    .site-header nav a { display: block; flex: 0 0 auto; width: 100%; padding: 15px 14px; color: white; font-size: 17px; font-weight: 800; border-bottom: 1px solid rgba(255,255,255,.18); }
    .site-header nav a.active { color: #241315; background: #ffd24a; }
    .site-header nav a:hover { color: #241315; background: #fff4ed; }
    .site-header nav a::after { display: none; }
    .hero-slide { padding-top: 38px; }
    .hero-copy h1 { font-size: clamp(40px, 11vw, 54px); }
    .section-title h2 { font-size: clamp(28px, 8vw, 40px); }
    .page-hero h1 { font-size: clamp(34px, 9vw, 48px); }
    .gallery-grid { grid-template-columns: 1fr; }
    .gallery-filters { flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: thin; }
    .gallery-filters a { flex: 0 0 auto; }
    .map-panel iframe { min-height: 300px; }
    .site-footer { grid-template-columns: 1fr; }
    .footer-address iframe { min-height: 180px; }
}

@media (max-width: 640px) {
    .brand small { display: none; }
    .portfolio-grid, .service-grid, .gallery-grid, .site-footer, .contact-card-grid, .contact-profile { grid-template-columns: 1fr; }
    .latest-work-grid { grid-template-columns: 1fr; }
    .section-title, .cta-band { align-items: flex-start; flex-direction: column; }
    .cta-band { min-height: auto; align-items: stretch; gap: 22px; text-align: center; }
    .cta-band div { min-height: auto; align-items: center; }
    .lightbox-prev, .lightbox-next { top: auto; bottom: 18px; transform: none; }
    body { overflow-x: hidden; }
    .site-header { gap: 12px; padding: 12px 16px; backdrop-filter: none; background: linear-gradient(90deg, #fff8f2 0%, #f4e2d7 100%); }
    .brand { min-width: 0; width: auto; flex: 1; }
    .brand strong { font-size: 15px; }
    .menu-toggle { display: inline-flex; flex: 0 0 44px; width: 44px; height: 44px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 1px solid #ead8ce; border-radius: 8px; background: white; cursor: pointer; }
    .menu-toggle span { width: 21px; height: 2px; background: var(--ink); border-radius: 999px; transition: transform .2s ease, opacity .2s ease; }
    .menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
    .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .menu-close { display: grid; place-items: center; width: 42px; height: 42px; margin: 0 0 16px auto; border: 1px solid rgba(255,255,255,.28); border-radius: 8px; color: white; background: rgba(255,255,255,.08); font-size: 30px; line-height: 1; cursor: pointer; }
    .menu-backdrop { position: fixed; inset: 0; z-index: 1001; background: rgba(20, 8, 9, .5); opacity: 0; pointer-events: none; transition: opacity .25s ease; display: block; }
    .menu-open .menu-backdrop { opacity: 1; pointer-events: auto; }
    body.menu-open { overflow: hidden; }
    .site-header nav { position: fixed; top: 0; right: 0; bottom: auto; z-index: 1002; width: min(330px, 88vw); height: 100vh; height: 100dvh; display: flex; flex-direction: column; flex-wrap: nowrap; align-items: stretch; justify-content: flex-start; gap: 0; padding: 18px 12px; overflow-x: hidden; overflow-y: auto; background: #b51620; box-shadow: -24px 0 70px rgba(36, 19, 21, .28); transform: translateX(100%); transition: transform .28s ease; }
    .menu-open .site-header nav { transform: translateX(0); }
    .site-header nav a { display: block; flex: 0 0 auto; width: 100%; padding: 15px 14px; color: white; font-size: 17px; font-weight: 800; border-bottom: 1px solid rgba(255,255,255,.18); }
    .site-header nav a.active { color: #241315; background: #ffd24a; }
    .site-header nav a:hover { color: #241315; background: #fff4ed; }
    .site-header nav a::after { display: none; }
    .hero-slide { padding: 34px 18px 72px; }
    .hero-copy h1 { font-size: 42px; line-height: 1.05; }
    .hero-copy p { font-size: 16px; line-height: 1.6; }
    .hero-actions { width: 100%; }
    .hero-actions .btn { flex: 1 1 160px; }
    .hero-visual { border-width: 8px; box-shadow: 0 18px 46px rgba(80, 24, 22, .14); }
    .slider-controls { left: 18px; bottom: 22px; }
    .page-hero { min-height: 330px; }
    .page-hero h1 { font-size: 38px; }
    .section, .split-section, .gallery-grid, .contact-page { padding-left: 18px; padding-right: 18px; }
    .home-section-intro { margin-bottom: 26px; text-align: left; }
    .home-services::before { background-size: 620px auto, auto; background-position: top 24px center, center; opacity: .7; }
    .featured-portfolio .home-section-intro { text-align: center; }
    .home-section-intro h2 { font-size: 36px; }
    .home-section-intro p { font-size: 16px; }
    .service-card, .contact-info, .contact-form, .map-panel { padding: 20px; }
    .gallery-filter-wrap { padding-left: 18px; padding-right: 18px; }
    .contact-profile h2 { font-size: 34px; }
    .contact-card-grid img { aspect-ratio: 4 / 3; }
    .policy-content { width: calc(100% - 28px); padding: 22px; font-size: 16px; }
}

@media (max-width: 430px) {
    .brand img { width: 46px; height: 46px; }
    .hero-slide { padding: 28px 14px 68px; }
    .hero-copy h1 { font-size: 34px; }
    .hero-copy p { font-size: 15px; }
    .eyebrow, .section-title span, .page-hero span { font-size: 11px; letter-spacing: .09em; }
    .btn { width: 100%; min-height: 46px; padding: 0 16px; }
    .hero-visual { border-width: 6px; transform: none; }
    .hero-visual img { aspect-ratio: 4 / 3; }
    .slider-controls button { width: 28px; }
    .slider-controls button.active { width: 46px; }
    .page-hero { min-height: 300px; padding: 42px 14px; }
    .page-hero.compact { min-height: 300px; padding-bottom: 42px; }
    .page-hero::after { background: linear-gradient(90deg, rgba(20, 8, 9, .88), rgba(20, 8, 9, .48)), linear-gradient(0deg, rgba(20, 8, 9, .7), rgba(20, 8, 9, .1)); }
    .section, .split-section, .gallery-grid, .contact-page { padding-top: 42px; padding-bottom: 42px; }
    .home-section-intro h2 { font-size: 31px; }
    .latest-zoom img { aspect-ratio: 1.08; }
    .cta-band { margin-left: 14px; margin-right: 14px; padding: 30px 20px; border-radius: 6px; }
    .contact-logo { width: 92px; height: 92px; }
    .contact-card-grid img { aspect-ratio: 1 / 1; }
    .lightbox { padding: 12px; }
    .lightbox img { max-height: 74vh; }
    .site-footer { min-height: auto; padding: 38px 18px; }
    .footer-social a { flex: 1 1 120px; justify-content: center; }
    .whatsapp-float { right: 16px; bottom: 16px; width: 52px; height: 52px; }
    .whatsapp-float svg { width: 29px; height: 29px; }
}

@media (max-width: 360px) {
    .brand strong { font-size: 13px; }
    nav a { font-size: 12px; }
    .hero-copy h1 { font-size: 31px; }
    .page-hero h1 { font-size: 30px; }
    .service-card, .contact-info, .contact-form, .map-panel { padding: 16px; }
    input, textarea { padding: 11px 12px; }
}

@media (max-height: 520px) and (orientation: landscape) {
    .hero-slide { grid-template-columns: 1fr 1fr; padding-top: 24px; padding-bottom: 54px; }
    .hero-copy h1 { font-size: 34px; }
    .hero-copy p { font-size: 14px; line-height: 1.45; }
    .hero-actions { margin-top: 18px; }
    .hero-visual img { aspect-ratio: 16 / 9; }
    .page-hero { min-height: 260px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}
