:root { --ah-green: #022119; --ah-green-2: #133f34; --ah-green-3: #1d5949; --ah-gold: #caa45d; --ah-gold-light: #ead7ad; --ah-cream: #f7f3eb; --ah-paper: #fffdf9; --ah-ink: #11251f; --ah-muted: #66746f; --ah-line: rgba(17, 37, 31, .14); --ah-radius: 2px; --ah-shadow: 0 24px 60px rgba(7, 33, 27, .12); --ah-serif: Georgia, 'Times New Roman', serif; --ah-sans: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }
html { scroll-behavior: smooth; }
body { margin: 0px; color: var(--ah-ink); background: var(--ah-paper); font-family: var(--ah-sans); font-size: 16px; line-height: 1.65; }
body.ah-front-page { background: var(--ah-paper); }
body.ah-menu-open { overflow: hidden; }
*, ::before, ::after { box-sizing: border-box; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
.ah-container { width: min(1200px, 100% - 48px); margin-inline: auto; }
.screen-reader-text, .ah-skip-link { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; }
.ah-skip-link:focus { z-index: 99999; top: 10px; left: 10px; width: auto; height: auto; padding: 10px 16px; clip: auto; background: rgb(255, 255, 255); color: rgb(0, 0, 0); }
.ah-header { position: sticky; z-index: 1000; top: 0px; color: rgb(255, 255, 255); background: rgba(9, 43, 35, 0.97); border-bottom: 1px solid rgba(234, 215, 173, 0.15); backdrop-filter: blur(14px); }
.admin-bar .ah-header { top: 32px; }
.ah-header__inner { min-height: 84px; display: flex; align-items: center; gap: 32px; }
.ah-brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.ah-brand__monogram { width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid var(--ah-gold); border-radius: 50%; color: var(--ah-gold); font-family: var(--ah-serif); font-size: 18px; letter-spacing: -0.04em; }
.ah-brand strong, .ah-brand small { display: block; }
.ah-brand strong { color: var(--ah-gold-light); font-family: var(--ah-serif); font-size: 20px; font-weight: 500; line-height: 1.05; }
.ah-brand small { margin-top: 5px; color: rgba(255, 255, 255, 0.62); font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; }
.ah-nav { margin-left: auto; }
.ah-nav__list, .ah-nav ul { display: flex; align-items: center; gap: 28px; margin: 0px; padding: 0px; list-style: none; }
.ah-nav a { color: rgba(255, 255, 255, 0.78); font-size: 13px; letter-spacing: 0.06em; }
.ah-nav a:hover, .ah-nav a:focus { color: var(--ah-gold-light); }
.ah-header__cta { padding: 12px 18px; border: 1px solid var(--ah-gold); color: var(--ah-gold-light); font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.ah-menu-toggle { display: none; width: 42px; padding: 7px; border: 0px; background: transparent; }
.ah-menu-toggle > span:not(.screen-reader-text) { display: block; height: 1px; margin: 6px 0px; background: rgb(255, 255, 255); }
.ah-hero { position: relative; overflow: hidden; color: rgb(255, 255, 255); background: var(--ah-green); }
.ah-hero::before { position: absolute; inset: 0px; content: ""; opacity: 0.17; background-image: linear-gradient(rgba(255, 255, 255, 0.26) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.26) 1px, transparent 1px); background-size: 84px 84px; pointer-events: none; }
.ah-hero__glow { position: absolute; width: 760px; height: 760px; top: 15%; left: 4%; border: 1px solid rgba(202, 164, 93, 0.18); border-radius: 50%; box-shadow: rgba(202, 164, 93, 0.024) 0px 0px 0px 120px, rgba(202, 164, 93, 0.02) 0px 0px 0px 240px; }
.ah-hero__grid { position: relative; display: grid; grid-template-columns: minmax(0px, 1.08fr) minmax(380px, 500px); align-items: center; gap: clamp(36px, 4vw, 64px); min-height: calc(-84px + 100vh); }
.ah-hero__content { z-index: 1; padding: clamp(64px, 7vw, 100px) clamp(42px, 5vw, 72px) 48px 0px; }
.ah-eyebrow, .ah-kicker { margin: 0px 0px 18px; color: var(--ah-gold); font-size: 12px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; }
.ah-hero h1 { max-width: 720px; margin: 0px; color: rgb(245, 236, 217); font-family: var(--ah-serif); font-size: clamp(46px, 4.6vw, 72px); font-weight: 400; line-height: 0.98; letter-spacing: -0.045em; }
.ah-hero h1 span { display: block; margin-bottom: 20px; color: var(--ah-gold); font-size: 0.37em; line-height: 1; letter-spacing: 0.08em; text-transform: uppercase; }
.ah-credentials { display: flex; max-width: 560px; margin: 30px 0px 26px; border: 1px solid rgba(202, 164, 93, 0.5); }
.ah-credentials > div { width: 50%; min-width: 0px; padding: 18px 28px; }
.ah-credentials > div + div { border-left: 1px solid rgba(202, 164, 93, 0.45); }
.ah-credentials small, .ah-credentials strong { display: block; }
.ah-credentials small { margin-bottom: 8px; color: rgba(255, 255, 255, 0.55); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; }
.ah-credentials strong { overflow: hidden; color: rgb(245, 236, 217); font-family: var(--ah-serif); font-size: 20px; font-weight: 400; text-overflow: ellipsis; white-space: nowrap; }
.ah-hero__intro { max-width: 650px; margin: 0px; padding-left: 26px; border-left: 2px solid var(--ah-gold); color: rgba(255, 255, 255, 0.83); font-size: clamp(17px, 1.45vw, 22px); line-height: 1.55; }
.ah-actions { display: flex; align-items: center; gap: 36px; margin-top: 30px; }
.ah-button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 15px 28px; border: 0px; border-radius: var(--ah-radius); font-size: 12px; font-weight: 800; letter-spacing: 0.11em; line-height: 1.2; text-transform: uppercase; cursor: pointer; transition: transform 0.2s, box-shadow 0.2s, background 0.2s; }
.ah-button:hover, .ah-button:focus { transform: translateY(-2px); box-shadow: rgba(0, 0, 0, 0.14) 0px 12px 30px; }
.ah-button--gold { color: rgb(16, 40, 32); background: var(--ah-gold); }
.ah-button--light { color: var(--ah-green); background: rgb(255, 255, 255); }
.ah-text-link { padding-bottom: 8px; border-bottom: 1px solid rgba(255, 255, 255, 0.25); color: rgb(255, 255, 255); font-size: 13px; font-weight: 700; }
.ah-text-link--dark { border-color: var(--ah-line); color: var(--ah-ink); }
.ah-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0px; margin-top: 44px; border-top: 1px solid rgba(255, 255, 255, 0.16); }
.ah-stats > div { padding: 24px 25px 0px 0px; }
.ah-stats > div + div { padding-left: 30px; border-left: 1px solid rgba(255, 255, 255, 0.16); }
.ah-stats strong, .ah-stats span { display: block; }
.ah-stats strong { color: var(--ah-gold-light); font-family: var(--ah-serif); font-size: 34px; font-weight: 400; }
.ah-stats span { max-width: 140px; margin-top: 7px; color: rgba(255, 255, 255, 0.5); font-size: 10px; letter-spacing: 0.12em; line-height: 1.6; text-transform: uppercase; }
.ah-hero__visual { position: relative; place-self: center end; width: 100%; max-width: 500px; min-height: 0px; aspect-ratio: 1 / 1; overflow: visible; background: rgb(247, 243, 235); }
.ah-hero__visual::after { position: absolute; inset: 0px; content: ""; background: linear-gradient(transparent 68%, rgba(13, 51, 42, 0.25)); pointer-events: none; }
.ah-hero__visual > img { width: 100%; height: 100%; position: absolute; inset: 0px; object-fit: contain; object-position: 50% 0px; }
.ah-availability { z-index: 2; position: absolute; right: 0px; bottom: 70px; left: -70px; display: flex; align-items: center; gap: 17px; width: min(405px, 100% + 35px); padding: 25px 30px; color: var(--ah-ink); background: var(--ah-paper); box-shadow: var(--ah-shadow); }
.ah-availability i { width: 13px; height: 13px; flex: 0 0 auto; border-radius: 50%; background: rgb(94, 175, 117); box-shadow: rgba(94, 175, 117, 0.18) 0px 0px 0px 10px; }
.ah-availability span { font-family: var(--ah-serif); font-size: 22px; line-height: 1.3; }
.ah-availability small { display: block; margin-bottom: 5px; color: var(--ah-muted); font-family: var(--ah-sans); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; }
.ah-button--light:hover { color: rgb(196, 165, 93); }
.ah-section { padding: clamp(76px, 9vw, 130px) 0px; }
.ah-section h2, .ah-archive__hero h1 { margin: 0px; font-family: var(--ah-serif); font-size: clamp(38px, 4.5vw, 64px); font-weight: 400; line-height: 1.08; letter-spacing: -0.035em; }
.ah-about { background: var(--ah-cream); }
.ah-about__grid { display: grid; grid-template-columns: 0.65fr 1.35fr; gap: clamp(50px, 8vw, 120px); }
.ah-lead { margin: 0px; color: rgb(48, 69, 63); font-family: var(--ah-serif); font-size: clamp(23px, 2.4vw, 34px); line-height: 1.5; }
.ah-principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 68px; }
.ah-principles article { padding-top: 24px; border-top: 1px solid var(--ah-line); }
.ah-principles span { color: var(--ah-gold); font-size: 11px; letter-spacing: 0.15em; }
.ah-principles h3 { margin: 20px 0px 8px; font-family: var(--ah-serif); font-size: 22px; font-weight: 400; }
.ah-principles p { margin: 0px; color: var(--ah-muted); font-size: 14px; }
.ah-fieldwork { overflow: hidden; background: var(--ah-paper); }
.ah-fieldwork__heading { display: grid; grid-template-columns: 1.05fr 0.75fr; gap: clamp(40px, 8vw, 120px); align-items: end; margin-bottom: 48px; }
.ah-fieldwork__heading h2 { max-width: 650px; }
.ah-fieldwork__heading > p { margin: 0px 0px 7px; color: var(--ah-muted); font-size: 16px; }
.ah-fieldwork__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.ah-fieldwork__item { position: relative; min-height: 0px; margin: 0px; overflow: hidden; background: var(--ah-green); }
.ah-fieldwork__item { height: 330px; }
.ah-fieldwork__item::after { position: absolute; inset: 35% 0px 0px; content: ""; background: linear-gradient(transparent, rgba(5, 28, 22, 0.86)); pointer-events: none; }
.ah-fieldwork__item img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform 0.55s; }
.ah-fieldwork__item:first-child img { object-position: 42% center; }
.ah-fieldwork__item:hover img { transform: scale(1.025); }
.ah-fieldwork__item figcaption { z-index: 1; position: absolute; right: 0px; bottom: 0px; left: 0px; display: flex; gap: 18px; align-items: flex-start; padding: 28px; color: rgb(255, 255, 255); }
.ah-fieldwork__item figcaption > span { color: var(--ah-gold); font-size: 11px; font-weight: 700; letter-spacing: 0.14em; }
.ah-fieldwork__item figcaption strong, .ah-fieldwork__item figcaption small { display: block; }
.ah-fieldwork__item figcaption strong { color: rgb(255, 248, 233); font-family: var(--ah-serif); font-size: clamp(20px, 2vw, 27px); font-weight: 400; line-height: 1.15; }
.ah-fieldwork__item figcaption small { margin-top: 7px; color: rgba(255, 255, 255, 0.68); font-size: 12px; }
.ah-cases { background: var(--ah-cream); }
.ah-section-heading--cases { margin-bottom: 42px; }
.ah-case-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ah-line); border-left: 1px solid var(--ah-line); }
.ah-case-card { min-height: 410px; display: flex; flex-direction: column; padding: 32px; border-right: 1px solid var(--ah-line); border-bottom: 1px solid var(--ah-line); background: rgba(255, 255, 255, 0.48); }
.ah-case-card__top { display: flex; justify-content: space-between; gap: 20px; color: var(--ah-gold); font-size: 10px; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; }
.ah-case-card__top small { color: var(--ah-muted); font-size: inherit; text-align: right; }
.ah-case-card h3 { margin: 48px 0px 16px; font-family: var(--ah-serif); font-size: 27px; font-weight: 400; line-height: 1.18; }
.ah-case-card p { margin: 0px; color: var(--ah-muted); font-size: 14px; }
.ah-case-card > strong { margin-top: auto; padding-top: 26px; color: var(--ah-green); font-family: var(--ah-serif); font-size: 17px; font-weight: 400; line-height: 1.35; }
.ah-case-card > a { align-self: flex-start; margin-top: 22px; padding-bottom: 5px; border-bottom: 1px solid var(--ah-line); color: var(--ah-green); font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.ah-case-card > a:hover { border-color: var(--ah-gold); color: var(--ah-gold); }
.ah-cases__foot { display: flex; justify-content: space-between; gap: 40px; align-items: center; margin-top: 30px; }
.ah-cases__foot p { max-width: 680px; margin: 0px; color: var(--ah-muted); font-size: 14px; }
.ah-case-single { background: var(--ah-paper); }
.ah-case-single__hero { padding: clamp(80px, 9vw, 130px) 0px; color: rgb(255, 255, 255); background: var(--ah-green); }
.ah-case-single__hero-inner { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(45px, 8vw, 120px); align-items: end; }
.ah-case-single__hero h1 { max-width: 760px; margin: 0px; color: rgb(245, 236, 217); font-family: var(--ah-serif); font-size: clamp(46px, 5.4vw, 78px); font-weight: 400; line-height: 1.02; letter-spacing: -0.04em; }
.ah-case-single__hero-inner > p { max-width: 480px; margin: 0px 0px 8px; color: rgba(255, 255, 255, 0.7); font-size: 18px; }
.ah-case-single__layout { display: grid; grid-template-columns: minmax(220px, 0.55fr) minmax(0px, 1.45fr); gap: clamp(55px, 9vw, 130px); padding-top: clamp(75px, 9vw, 125px); padding-bottom: clamp(75px, 9vw, 125px); }
.ah-case-single__layout aside { align-self: start; position: sticky; top: 130px; padding: 26px 0px; border-top: 1px solid var(--ah-gold); border-bottom: 1px solid var(--ah-line); }
.ah-case-single__layout aside span, .ah-case-single__layout aside strong { display: block; }
.ah-case-single__layout aside span { margin-bottom: 16px; color: var(--ah-gold); font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.ah-case-single__layout aside strong { font-family: var(--ah-serif); font-size: 20px; font-weight: 400; line-height: 1.45; }
.ah-case-single__content { max-width: 780px; color: rgb(52, 71, 64); font-size: 18px; line-height: 1.9; }
.ah-case-single__content > :first-child { margin-top: 0px; color: var(--ah-ink); font-family: var(--ah-serif); font-size: 26px; line-height: 1.55; }
.ah-case-single__content h2 { margin: 60px 0px 18px; color: var(--ah-ink); font-family: var(--ah-serif); font-size: 34px; font-weight: 400; line-height: 1.18; }
.ah-case-single__content p { margin: 0px 0px 25px; }
.ah-case-single__footer { padding: 36px 0px; border-top: 1px solid var(--ah-line); background: var(--ah-cream); }
.ah-case-single__footer .ah-container { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.ah-services { color: rgb(255, 255, 255); background: var(--ah-green-2); }
.ah-services h2 { color: rgb(245, 236, 217); }
.ah-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 58px; }
.ah-section-heading > p { max-width: 430px; margin: 0px; color: inherit; opacity: 0.7; }
.ah-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255, 255, 255, 0.15); border-left: 1px solid rgba(255, 255, 255, 0.15); }
.ah-service-grid article { min-height: 310px; padding: 35px; border-right: 1px solid rgba(255, 255, 255, 0.15); border-bottom: 1px solid rgba(255, 255, 255, 0.15); transition: background 0.25s; }
.ah-service-grid article:hover { background: rgba(255, 255, 255, 0.04); }
.ah-service-grid span { color: var(--ah-gold); font-size: 11px; }
.ah-service-grid h3 { margin: 38px 0px 14px; color: rgb(245, 236, 217); font-family: var(--ah-serif); font-size: 26px; font-weight: 400; }
.ah-service-grid p { min-height: 76px; margin: 0px 0px 25px; color: rgba(255, 255, 255, 0.61); font-size: 14px; }
.ah-service-grid a { color: var(--ah-gold-light); font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.ah-build-cta { position: relative; overflow: hidden; padding: 58px 0px; color: rgb(255, 255, 255); background: var(--ah-green-3); border-top: 1px solid rgba(255, 255, 255, 0.12); }
.ah-build-cta::after { position: absolute; width: 420px; height: 420px; top: -220px; right: 7%; content: ""; border: 1px solid rgba(202, 164, 93, 0.18); border-radius: 50%; box-shadow: rgba(202, 164, 93, 0.024) 0px 0px 0px 70px; pointer-events: none; }
.ah-build-cta__inner { z-index: 1; position: relative; display: grid; grid-template-columns: 90px minmax(0px, 1fr) auto; gap: 34px; align-items: center; }
.ah-build-cta__mark { width: 74px; height: 74px; display: grid; place-items: center; border: 1px solid var(--ah-gold); border-radius: 50%; color: var(--ah-gold-light); font-family: var(--ah-serif); font-size: 34px; }
.ah-build-cta .ah-kicker { margin-bottom: 9px; }
.ah-build-cta h2 { margin: 0px; color: rgb(255, 248, 233); font-family: var(--ah-serif); font-size: clamp(31px, 3vw, 46px); font-weight: 400; line-height: 1.08; }
.ah-build-cta__content > p:last-child { max-width: 680px; margin: 13px 0px 0px; color: rgba(255, 255, 255, 0.68); font-size: 14px; }
.ah-build-cta .ah-button { min-width: 225px; }
.ah-listings { background: var(--ah-paper); }
.ah-property-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.ah-property-card { overflow: hidden; background: rgb(255, 255, 255); border: 1px solid var(--ah-line); transition: transform 0.25s, box-shadow 0.25s; }
.ah-property-card:hover { transform: translateY(-5px); box-shadow: var(--ah-shadow); }
.ah-property-card__image { position: relative; display: block; overflow: hidden; aspect-ratio: 4 / 3; background: rgb(234, 231, 223); }
.ah-property-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.ah-property-card:hover .ah-property-card__image img { transform: scale(1.035); }
.ah-property-card__image > span { height: 100%; display: grid; place-items: center; color: rgb(135, 145, 141); }
.ah-property-card__image em { position: absolute; top: 16px; left: 16px; padding: 7px 11px; color: rgb(255, 255, 255); background: var(--ah-green); font-size: 9px; font-style: normal; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.ah-property-card__body { padding: 24px; }
.ah-property-card__location { margin: 0px 0px 8px; color: var(--ah-gold); font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.ah-property-card h3 { min-height: 58px; margin: 0px; font-family: var(--ah-serif); font-size: 22px; font-weight: 400; line-height: 1.3; }
.ah-property-card__facts { min-height: 26px; display: flex; flex-wrap: wrap; gap: 13px; margin-top: 16px; color: var(--ah-muted); font-size: 11px; }
.ah-property-card__footer { display: flex; align-items: center; justify-content: space-between; margin-top: 19px; padding-top: 17px; border-top: 1px solid var(--ah-line); }
.ah-property-card__footer strong { font-family: var(--ah-serif); font-size: 21px; font-weight: 400; }
.ah-property-card__footer a { width: 34px; height: 34px; display: grid; place-items: center; color: rgb(255, 255, 255); background: var(--ah-green); }
.ah-archive__summary { display: flex; align-items: baseline; gap: 8px; margin: 0px 0px 26px; color: var(--ah-muted); }
.ah-archive__summary strong { color: var(--ah-green); font-family: var(--ah-serif); font-size: 30px; font-weight: 400; }
.ah-pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 48px; }
.ah-pagination .page-numbers { min-width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 0px 13px; border: 1px solid var(--ah-line); color: var(--ah-green); background: rgb(255, 255, 255); font-size: 13px; font-weight: 700; }
.ah-pagination .page-numbers.current, .ah-pagination .page-numbers:hover { border-color: var(--ah-green); color: rgb(255, 255, 255); background: var(--ah-green); }
.ah-empty { grid-column: 1 / -1; padding: 40px; color: var(--ah-muted); background: var(--ah-cream); text-align: center; }
.ah-cta { color: rgb(255, 255, 255); background: var(--ah-green-3); }
.ah-cta h2 { max-width: 650px; color: rgb(255, 255, 255); }
.ah-cta__inner { display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 80px; align-items: end; }
.ah-cta__inner > div:last-child p { margin: 0px 0px 25px; color: rgba(255, 255, 255, 0.76); }
.ah-page-content { padding: 80px 0px; }
.ah-page-content .elementor { margin-inline: calc(50% - 50vw); }
.ah-archive__hero { padding: 100px 0px; color: rgb(255, 255, 255); background: var(--ah-green); }
.ah-archive__hero h1 { color: rgb(245, 236, 217); }
.ah-archive__hero p:last-child { max-width: 620px; margin: 20px 0px 0px; color: rgba(255, 255, 255, 0.7); font-size: 18px; }
.ah-search { display: flex; gap: 12px; max-width: 760px; margin: -26px auto 60px; padding: 12px; background: rgb(255, 255, 255); box-shadow: var(--ah-shadow); }
.ah-search input { min-width: 0px; flex: 1 1 0%; padding: 0px 20px; border: 1px solid var(--ah-line); border-radius: 0px; font: inherit; }
.page-numbers { margin-top: 45px; padding: 0px; list-style: none; text-align: center; }
.page-numbers li { display: inline-block; }
.page-numbers a, .page-numbers span { min-width: 38px; height: 38px; display: inline-grid; place-items: center; margin: 3px; border: 1px solid var(--ah-line); }
.page-numbers .current { color: rgb(255, 255, 255); background: var(--ah-green); }
.ah-footer { padding: 75px 0px 25px; color: rgba(255, 255, 255, 0.65); background: #022119; }
.ah-footer__grid { display: grid; grid-template-columns: 1.3fr 0.7fr 0.7fr; gap: 70px; }
.ah-brand--footer { color: rgb(255, 255, 255); }
.ah-footer__grid > div:first-child > p { max-width: 390px; margin-top: 24px; }
.ah-footer h2 { margin: 0px 0px 15px; color: var(--ah-gold-light); font-family: var(--ah-serif); font-size: 20px; font-weight: 400; }
.ah-footer p { margin: 0px; font-size: 13px; line-height: 1.9; }
.ah-footer a:hover { color: rgb(255, 255, 255); }
.ah-footer__bottom { margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, 0.12); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; }
.ah-whatsapp-float { z-index: 999; position: fixed; right: 22px; bottom: 22px; width: 56px; height: 56px; display: grid; place-items: center; border: 4px solid rgba(255, 255, 255, 0.85); border-radius: 50%; color: rgb(255, 255, 255); background: rgb(37, 211, 102); box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 30px; font-size: 12px; font-weight: 800; }
@media (max-width: 1080px) {
  .ah-nav__list, .ah-nav ul { gap: 16px; }
  .ah-header__cta { display: none; }
  .ah-hero__grid { grid-template-columns: minmax(0px, 1.1fr) minmax(300px, 390px); gap: 32px; }
  .ah-hero__content { padding-right: 40px; }
  .ah-property-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 782px) {
  .admin-bar .ah-header { top: 46px; }
  .ah-container { width: min(100% - 34px, 720px); }
  .ah-header__inner { min-height: 72px; }
  .ah-menu-toggle { z-index: 2; display: block; margin-left: auto; cursor: pointer; }
  .ah-menu-toggle > span:not(.screen-reader-text) { transform-origin: center center; transition: transform 0.2s, opacity 0.2s; }
  .ah-menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .ah-menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .ah-menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .ah-nav { position: absolute; z-index: 1001; top: 100%; right: 0px; left: 0px; display: block; max-height: 0px; overflow: hidden; padding: 0px 28px; visibility: hidden; opacity: 0; color: rgb(255, 255, 255); background: rgb(13, 51, 42); border-top: 1px solid rgba(234, 215, 173, 0.18); box-shadow: rgba(4, 25, 20, 0.28) 0px 18px 35px; transition: max-height 0.28s, padding 0.28s, opacity 0.2s, visibility linear 0.28s; }
  .admin-bar .ah-nav { top: 100%; }
  .ah-nav.is-open { max-height: 360px; padding-top: 14px; padding-bottom: 20px; visibility: visible; opacity: 1; transition-delay: 0s; }
  .ah-nav__list, .ah-nav ul { display: block; }
  .ah-nav li { border-bottom: 1px solid rgba(255, 255, 255, 0.14); }
  .ah-nav a { display: block; padding: 14px 4px; color: rgb(255, 255, 255); font-family: var(--ah-serif); font-size: 21px; }
  .ah-hero__grid { display: flex; flex-direction: column; min-height: auto; }
  .ah-hero__content { order: 2; padding: 58px 0px; }
  .ah-hero__visual { order: 1; width: min(100%, 520px); max-width: 520px; min-height: 500px; aspect-ratio: auto; margin-inline: auto; overflow: hidden; }
  .ah-hero__visual > img { object-position: 50% 0px; }
  .ah-availability { right: 18px; bottom: 18px; left: 18px; width: auto; }
  .ah-hero h1 { font-size: clamp(43px, 12vw, 62px); }
  .ah-credentials { margin-top: 30px; }
  .ah-credentials > div { padding: 15px; }
  .ah-actions { align-items: stretch; flex-direction: column; gap: 20px; }
  .ah-text-link { align-self: flex-start; }
  .ah-stats { margin-top: 45px; }
  .ah-about__grid, .ah-cta__inner { grid-template-columns: 1fr; gap: 45px; }
  .ah-fieldwork__heading { grid-template-columns: 1fr; gap: 22px; }
  .ah-fieldwork__grid { grid-template-columns: 1fr 1fr; }
  .ah-fieldwork__item { height: 310px; }
  .ah-case-grid { grid-template-columns: 1fr; }
  .ah-case-card { min-height: 0px; }
  .ah-case-card > strong { margin-top: 35px; }
  .ah-cases__foot { align-items: flex-start; flex-direction: column; gap: 20px; }
  .ah-case-single__hero-inner, .ah-case-single__layout { grid-template-columns: 1fr; }
  .ah-case-single__hero-inner { gap: 30px; }
  .ah-case-single__layout { gap: 45px; }
  .ah-case-single__layout aside { position: static; }
  .ah-principles { grid-template-columns: 1fr; gap: 25px; margin-top: 45px; }
  .ah-section-heading { align-items: flex-start; flex-direction: column; gap: 24px; }
  .ah-service-grid { grid-template-columns: repeat(2, 1fr); }
  .ah-build-cta__inner { grid-template-columns: 70px 1fr; }
  .ah-build-cta .ah-button { grid-column: 2; justify-self: start; }
  .ah-property-grid { grid-template-columns: 1fr; }
  .ah-footer__grid { grid-template-columns: 1fr 1fr; gap: 45px; }
  .ah-footer__grid > div:first-child { grid-column: 1 / -1; }
}
@media (max-width: 520px) {
  .ah-container { width: calc(100% - 28px); }
  .ah-brand strong { font-size: 18px; }
  .ah-brand__monogram { width: 40px; height: 40px; }
  .ah-hero__visual { min-height: 410px; }
  .ah-availability { padding: 18px; }
  .ah-availability span { font-size: 17px; }
  .ah-credentials { flex-direction: column; }
  .ah-credentials > div { width: 100%; }
  .ah-credentials > div + div { border-top: 1px solid rgba(202, 164, 93, 0.45); border-left: 0px; }
  .ah-credentials strong { white-space: normal; }
  .ah-hero__intro { padding-left: 20px; font-size: 17px; }
  .ah-stats > div { padding: 20px 12px 0px 0px; }
  .ah-stats > div + div { padding-left: 12px; }
  .ah-stats strong { font-size: 27px; }
  .ah-stats span { font-size: 8px; }
  .ah-service-grid { grid-template-columns: 1fr; }
  .ah-build-cta { padding: 50px 0px; }
  .ah-build-cta__inner { grid-template-columns: 1fr; gap: 24px; }
  .ah-build-cta__mark { width: 58px; height: 58px; font-size: 27px; }
  .ah-build-cta .ah-button { grid-column: auto; width: 100%; }
  .ah-fieldwork__grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .ah-fieldwork__item { height: 245px; min-height: 0px; }
  .ah-fieldwork__item figcaption { gap: 0px; padding: 14px; }
  .ah-fieldwork__item figcaption > span, .ah-fieldwork__item figcaption small { display: none; }
  .ah-fieldwork__item figcaption strong { font-size: 16px; line-height: 1.18; }
  .ah-service-grid article { min-height: auto; }
  .ah-footer__grid { grid-template-columns: 1fr; }
  .ah-footer__grid > div:first-child { grid-column: auto; }
  .ah-search { align-items: stretch; flex-direction: column; }
  .ah-search input { min-height: 52px; }
  .ah-case-single__hero { padding: 70px 0px; }
  .ah-case-single__hero h1 { font-size: 45px; }
  .ah-case-single__hero-inner > p, .ah-case-single__content { font-size: 16px; }
  .ah-case-single__content > :first-child { font-size: 22px; }
  .ah-case-single__content h2 { margin-top: 45px; font-size: 29px; }
  .ah-case-single__footer .ah-container { align-items: stretch; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, ::before, ::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}

/* Unified dark-green background; lighter green accent variables remain unchanged. */
.ah-header { background: rgba(2, 33, 25, 0.97); }


/* Property detail: keep price-on-call clear and use the loaded share glyph. */
.tp-property-details-right-side .tp-property-details-icon-price-wrapper{display:flex;justify-content:flex-end;margin-top:22px;padding-top:18px;border-top:1px solid rgba(13,59,46,.16)}
.tp-property-details-right-side .property-price{display:inline-flex;align-items:center;min-height:42px;white-space:nowrap;color:#b99348;font-family:var(--ah-serif,serif);font-size:clamp(30px,2.4vw,42px);font-style:italic;font-weight:400;line-height:1}
.social-share.ere__social-share>i.fa-share-nodes{font-family:"Font Awesome 5 Free","Font Awesome 6 Free","FontAwesome"!important;font-weight:900!important;font-style:normal}
@media(max-width:767px){.tp-property-details-right-side .tp-property-details-icon-price-wrapper{justify-content:flex-start;margin-top:18px}}


/* Single property: let the description column use the full content width. */
.single-property .row:has(> .col-lg-8 > .tp-property-details-left)> .col-lg-8{flex:0 0 100%;max-width:100%}
.single-property .row:has(> .col-lg-8 > .tp-property-details-left)> .col-lg-4{display:none}


/* No public comments on single property pages. */
.single-property .bhumi-pro-details-comments{display:none!important}
