/*
Theme Name: ARZ-A-PAK Properties
Theme URI: https://example.com/
Author: ARZ-A-PAK Properties
Description: A premium, Elementor-friendly property theme for Islamabad and Rawalpindi.
Version: 1.2.0
Text Domain: arz-a-pak
*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=Instrument+Serif:ital@0;1&family=Space+Mono:wght@400;700&display=swap');

:root {
	--arz-green: #0f6b45;
	--arz-green-dark: #123b2a;
	--arz-green-deep: #0b2f20;
	--arz-green-soft: #e3eee4;
	--arz-green-pale: #edf4ed;
	--arz-cream: #f7f3e9;
	--arz-white: #fffdf8;
	--arz-ink: #123b2a;
	--arz-muted: #627568;
	--arz-faint: #7c9181;
	--arz-line: #c7d8ca;
	--arz-serif: "Instrument Serif", Georgia, serif;
	--arz-sans: "DM Sans", Arial, sans-serif;
	--arz-mono: "Space Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--arz-ink); background: var(--arz-cream); font-family: var(--arz-sans); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid #6aaf82; outline-offset: 4px; }

.arz-wrap { width: min(1240px, calc(100% - 2rem)); margin-inline: auto; }
.arz-section { padding: 112px 0; }
.arz-display, .arz-heading { margin: 0; font-family: var(--arz-serif); font-weight: 400; letter-spacing: -.04em; }
.arz-display { font-size: clamp(4rem, 10vw, 8.5rem); line-height: .82; }
.arz-heading { font-size: clamp(3.2rem, 7vw, 6.6rem); line-height: .88; }
.arz-heading em { color: #6ba57e; font-style: italic; }
.arz-kicker, .arz-section-label, .arz-side-note, .arz-hero__footer, .arz-filter-row, .arz-list-footer { font-family: var(--arz-mono); text-transform: uppercase; letter-spacing: .15em; font-size: 10px; }
.arz-kicker { color: #cfe3d3; }
.arz-kicker--dark { color: var(--arz-green); }
.arz-button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 52px; padding: 0 24px; border: 0; border-radius: 0; font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.arz-button:hover { transform: translateY(-2px); }
.arz-button--red { color: var(--arz-white) !important; background: var(--arz-green) !important; }
.arz-button--red:hover { color: var(--arz-white) !important; background: #0b5236 !important; }
.arz-text-link, .arz-inline-link { display: inline-flex; align-items: center; gap: 8px; border-bottom: 1px solid currentColor; padding-bottom: 8px; font-size: 13px; font-weight: 700; }
.arz-text-link { color: var(--arz-white); border-bottom-color: rgba(255,255,255,.6); }
.arz-inline-link { color: var(--arz-ink); }
.arz-inline-link span { color: var(--arz-green); }

.arz-header { position: relative; z-index: 5; border-bottom: 1px solid var(--arz-line); background: var(--arz-cream); }
.arz-header--overlay { position: absolute; inset: 0 0 auto; border-bottom-color: rgba(244,248,241,.23); background: transparent; }
.arz-header__inner { display: flex; align-items: center; justify-content: space-between; min-height: 82px; gap: 28px; }
.arz-logo { display: inline-flex; flex-direction: column; color: var(--arz-ink); font-weight: 800; font-size: 13px; letter-spacing: .17em; line-height: .95; }
.arz-header--overlay .arz-logo { color: var(--arz-white); }
.arz-logo span { margin-top: 5px; color: #7bb28c; font-family: var(--arz-mono); font-size: 8px; letter-spacing: .12em; }
.arz-logo img { max-height: 42px; width: auto; }
.arz-header nav { margin-left: auto; }
.arz-nav { display: flex; align-items: center; gap: 32px; list-style: none; margin: 0; padding: 0; }
.arz-nav a { color: var(--arz-muted); font-size: 12px; font-weight: 700; }
.arz-header--overlay .arz-nav a { color: rgba(255,255,255,.86); }
.arz-nav a:hover, .arz-nav .current-menu-item a { color: var(--arz-green); }
.arz-header--overlay .arz-nav a:hover, .arz-header--overlay .arz-nav .current-menu-item a { color: #b5d9bd; }
.arz-menu-toggle { display: none; }
.arz-header > .arz-wrap > .arz-button { min-height: 44px; padding: 0 20px; }

.arz-hero--full { position: relative; min-height: 760px; padding: 0; color: var(--arz-white); overflow: hidden; }
.arz-hero__background, .arz-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.arz-hero__background { z-index: -2; object-fit: cover; }
.arz-hero__shade { z-index: -1; background: linear-gradient(90deg, rgba(9,43,28,.86) 0%, rgba(11,47,32,.48) 55%, rgba(11,47,32,.18) 100%), linear-gradient(0deg, rgba(6,30,20,.75), transparent 55%); }
.arz-hero__inner { display: flex; min-height: 760px; flex-direction: column; justify-content: flex-end; padding-bottom: 80px; }
.arz-hero__copy { max-width: 760px; }
.arz-hero__copy > p:not(.arz-kicker) { max-width: 430px; margin: 30px 0; color: rgba(255,255,255,.76); font-size: 15px; line-height: 1.9; }
.arz-hero__buttons { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.arz-hero__footer { display: flex; justify-content: space-between; gap: 30px; margin-top: 64px; padding-top: 20px; color: rgba(255,255,255,.62); border-top: 1px solid rgba(255,255,255,.2); }

.arz-search-wrap { position: relative; z-index: 4; margin-top: -38px; }
.arz-search-form { display: grid; grid-template-columns: 150px 1.2fr 1fr auto; align-items: stretch; gap: 0; padding: 8px; background: var(--arz-cream); border: 1px solid var(--arz-ink); box-shadow: 0 22px 50px rgba(11,47,32,.18); }
.arz-search-tabs { display: flex; align-items: center; gap: 4px; border-right: 1px solid var(--arz-line); padding: 0 8px; }
.arz-search-tabs button { border: 0; border-bottom: 2px solid transparent; padding: 12px; color: var(--arz-muted); background: transparent; font-weight: 700; }
.arz-search-tabs button.is-active { color: var(--arz-white); background: var(--arz-green-dark); }
.arz-search-form label { display: flex; flex-direction: column; justify-content: center; gap: 2px; padding: 9px 18px; border-right: 1px solid var(--arz-line); color: var(--arz-muted); font-family: var(--arz-mono); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.arz-search-form select { width: 100%; border: 0; color: var(--arz-ink); background: transparent; font-family: var(--arz-sans); font-size: 14px; font-weight: 600; outline: 0; }

.arz-section-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 96px; align-items: start; }
.arz-section-grid--heading { align-items: end; }
.arz-section-label { display: flex; align-items: center; gap: 12px; margin: 0; color: var(--arz-faint); }
.arz-section-label span { color: var(--arz-green); }
.arz-section-label::after { content: ""; width: 32px; height: 1px; order: 1; background: var(--arz-green); }
.arz-side-note { max-width: 260px; margin-top: 40px; color: var(--arz-faint); line-height: 1.8; }
.arz-lede { max-width: 590px; margin: 30px 0 0; color: var(--arz-muted); font-size: 18px; line-height: 1.8; }
.arz-approach-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 96px; border-top: 1px solid var(--arz-line); border-bottom: 1px solid var(--arz-line); }
.arz-approach-grid > div { padding: 30px 32px; border-right: 1px solid var(--arz-line); }
.arz-approach-grid > div:first-child { padding-left: 0; }
.arz-approach-grid > div:last-child { border-right: 0; }
.arz-approach-grid span { color: var(--arz-green); font-family: var(--arz-mono); font-size: 10px; }
.arz-approach-grid h3 { margin: 26px 0 10px; font-size: 18px; }
.arz-approach-grid p { max-width: 280px; margin: 0; color: var(--arz-muted); font-size: 14px; line-height: 1.7; }

.arz-properties-section, .arz-contact-section { background: var(--arz-green-soft); }
.arz-filter-row { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 48px; padding-bottom: 16px; border-bottom: 1px solid #bed0c1; color: var(--arz-faint); }
.arz-filter-row > div { display: flex; gap: 22px; }
.arz-filter-row a { color: var(--arz-muted); }
.arz-filter-row a.is-active, .arz-filter-row a:hover { color: var(--arz-green); }
.arz-property-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 32px; }
.arz-property-card { min-width: 0; background: var(--arz-cream); }
.arz-property-card__image { position: relative; display: block; aspect-ratio: 1.2; overflow: hidden; background: var(--arz-green-pale); }
.arz-property-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.arz-property-card:hover .arz-property-card__image img { transform: scale(1.035); }
.arz-property-card__tag { position: absolute; top: 16px; left: 16px; padding: 6px 9px; color: var(--arz-ink); background: var(--arz-white); font-family: var(--arz-mono); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.arz-favorite { position: absolute; top: 16px; right: 16px; width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.8); color: var(--arz-ink); background: rgba(255,253,248,.88); font-size: 20px; line-height: 1; }
.arz-favorite.is-saved { color: var(--arz-white); background: var(--arz-green); }
.arz-property-card__body { padding: 20px; border: 1px solid var(--arz-line); border-top: 0; }
.arz-property-card__body .arz-eyebrow { margin: 0 0 14px; color: var(--arz-green); font-family: var(--arz-mono); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.arz-property-card__body h3 { margin: 0; font-family: var(--arz-serif); font-size: 28px; line-height: .95; }
.arz-property-card__location { min-height: 26px; margin: 10px 0 18px; color: var(--arz-muted); font-size: 13px; }
.arz-property-card__meta { display: flex; justify-content: space-between; gap: 12px; padding: 14px 0 0; border-top: 1px solid var(--arz-line); font-size: 12px; }
.arz-property-card__meta strong { font-size: 14px; }
.arz-property-card__meta span { color: var(--arz-muted); }
.arz-list-footer { display: flex; justify-content: space-between; gap: 20px; margin-top: 30px; padding-top: 20px; border-top: 1px solid #bed0c1; color: var(--arz-faint); }
.arz-list-footer a { color: var(--arz-ink); font-family: var(--arz-sans); font-size: 13px; font-weight: 700; letter-spacing: 0; text-transform: none; }
.arz-list-footer b { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; margin-left: 8px; border: 1px solid #a7beab; border-radius: 50%; }

.arz-areas-section { background: var(--arz-cream); }
.arz-area-list { margin-top: 42px; border-top: 1px solid var(--arz-line); border-bottom: 1px solid var(--arz-line); }
.arz-area-list a { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--arz-line); }
.arz-area-list a:last-child { border-bottom: 0; }
.arz-area-list span { display: flex; align-items: center; gap: 20px; }
.arz-area-list b { color: var(--arz-green); font-family: var(--arz-mono); font-size: 10px; font-weight: 400; }
.arz-area-list strong { display: block; font-size: 18px; }
.arz-area-list small, .arz-area-list i { display: block; color: var(--arz-muted); font-size: 12px; font-style: normal; }
.arz-area-list em { color: var(--arz-green); font-style: normal; }

.arz-dark-section { color: var(--arz-white); background: var(--arz-green-dark); }
.arz-dark-section .arz-heading { color: var(--arz-white); }
.arz-dark-section .arz-lede { color: rgba(255,255,255,.6); }
.arz-dark-section .arz-section-label { color: rgba(255,255,255,.55); }
.arz-dark-section .arz-section-label span { color: #9ac8a7; }
.arz-dark-section .arz-section-label::after { background: #6ba57e; }
.arz-dark-section .arz-inline-link { color: var(--arz-white); border-bottom-color: rgba(255,255,255,.5); }
.arz-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 80px; border-top: 1px solid rgba(255,255,255,.16); }
.arz-service-grid > div { padding: 30px 32px; border-right: 1px solid rgba(255,255,255,.16); }
.arz-service-grid > div:first-child { padding-left: 0; }
.arz-service-grid > div:last-child { border-right: 0; }
.arz-service-grid span { color: #9ac8a7; font-size: 24px; }
.arz-service-grid h3 { margin: 24px 0 8px; font-size: 18px; }
.arz-service-grid p { max-width: 280px; margin: 0; color: rgba(255,255,255,.55); font-size: 14px; }

.arz-insights-section { background: var(--arz-cream); }
.arz-insights-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 32px; margin-top: 56px; }
.arz-insights-grid article { display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; padding-top: 20px; border-top: 1px solid var(--arz-ink); }
.arz-insight-image { aspect-ratio: 1.45; overflow: hidden; background: var(--arz-green-pale); }
.arz-insight-image img { width: 100%; height: 100%; object-fit: cover; }
.arz-insights-grid h3, .arz-mini-insights h3 { margin: 18px 0; font-family: var(--arz-serif); font-size: 34px; line-height: .95; }
.arz-insights-grid article > div:last-child > p:not(.arz-kicker) { color: var(--arz-muted); font-size: 14px; line-height: 1.7; }
.arz-insights-grid article a { color: var(--arz-ink); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.arz-mini-insights { display: grid; gap: 32px; }
.arz-mini-insights a { padding-top: 20px; border-top: 1px solid var(--arz-line); }
.arz-mini-insights span { color: var(--arz-green); font-family: var(--arz-mono); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.arz-mini-insights h3 { max-width: 310px; font-size: 30px; }
.arz-mini-insights b { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border: 1px solid #a7beab; border-radius: 50%; }

.arz-contact-section { border-top: 1px solid var(--arz-line); }
.arz-contact-details { display: grid; gap: 12px; margin-top: 40px; color: var(--arz-muted); font-size: 14px; }
.arz-contact-details a:hover { color: var(--arz-green); }
.arz-contact-form { padding: 40px; background: var(--arz-cream); }
.arz-lead-form { display: grid; gap: 20px; }
.arz-lead-form label { display: grid; gap: 7px; color: var(--arz-ink); font-size: 12px; font-weight: 700; }
.arz-lead-form input, .arz-lead-form textarea { width: 100%; border: 0; border-bottom: 1px solid #a7beab; border-radius: 0; padding: 12px 0; color: var(--arz-ink); background: transparent; outline: 0; }
.arz-lead-form input:focus, .arz-lead-form textarea:focus { border-bottom-color: var(--arz-green); }

.arz-footer { padding: 40px 0 24px; color: rgba(255,255,255,.7); background: var(--arz-green-deep); }
.arz-footer .arz-logo { color: var(--arz-white); }
.arz-footer__top { display: flex; justify-content: space-between; gap: 30px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.16); }
.arz-footer__links { display: flex; flex-wrap: wrap; gap: 24px; font-size: 13px; }
.arz-footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; color: rgba(255,255,255,.4); font-family: var(--arz-mono); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }

@media (max-width: 900px) {
	.arz-section { padding: 88px 0; }
	.arz-section-grid, .arz-insights-grid { grid-template-columns: 1fr; gap: 44px; }
	.arz-hero__inner { min-height: 700px; }
	.arz-search-form { grid-template-columns: 1fr 1fr; }
	.arz-search-tabs { grid-column: 1 / -1; border-right: 0; border-bottom: 1px solid var(--arz-line); }
	.arz-search-form .arz-button { grid-column: 1 / -1; }
	.arz-property-grid { grid-template-columns: repeat(2, 1fr); }
	.arz-service-grid { grid-template-columns: 1fr; }
	.arz-service-grid > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); padding-left: 0; }
	.arz-service-grid > div:last-child { border-bottom: 0; }
}
@media (max-width: 680px) {
	.arz-wrap { width: min(100% - 32px, 520px); }
	.arz-section { padding: 72px 0; }
	.arz-header nav { display: none; position: absolute; top: 72px; left: 16px; right: 16px; padding: 10px; background: var(--arz-cream); box-shadow: 0 16px 35px rgba(11,47,32,.15); }
	.arz-header nav.is-open { display: block; }
	.arz-header nav .arz-nav { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
	.arz-header nav .arz-nav a { display: block; padding: 12px; color: var(--arz-ink); }
	.arz-header--overlay nav .arz-nav a { color: var(--arz-ink); }
	.arz-menu-toggle { display: block; margin-left: auto; border: 1px solid currentColor; color: var(--arz-ink); background: transparent; font-size: 0; width: 40px; height: 40px; }
	.arz-menu-toggle::after { content: "☰"; font-size: 20px; }
	.arz-header--overlay .arz-menu-toggle { color: var(--arz-white); }
	.arz-header > .arz-wrap > .arz-button { display: none; }
	.arz-hero__inner { min-height: 680px; padding-bottom: 46px; }
	.arz-hero__copy > p:not(.arz-kicker) { font-size: 14px; }
	.arz-display { font-size: clamp(4rem, 17vw, 6rem); }
	.arz-search-form, .arz-property-grid, .arz-approach-grid, .arz-insights-grid article { grid-template-columns: 1fr; }
	.arz-search-form label { border-right: 0; border-bottom: 1px solid var(--arz-line); }
	.arz-search-form .arz-button { grid-column: auto; }
	.arz-approach-grid > div { border-right: 0; border-bottom: 1px solid var(--arz-line); padding: 26px 0; }
	.arz-approach-grid > div:last-child { border-bottom: 0; }
	.arz-filter-row, .arz-list-footer, .arz-footer__top, .arz-footer__bottom { flex-direction: column; align-items: flex-start; }
	.arz-list-footer { gap: 14px; }
	.arz-area-list i { display: none; }
	.arz-contact-form { padding: 26px 20px; }
}