:root {
    --ah-green: #0d332a;
    --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: 0;
    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, calc(100% - 48px));
    margin-inline: auto; }

.screen-reader-text, .ah-skip-link {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
}

.ah-skip-link:focus {
    z-index: 99999;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    padding: 10px 16px;
    clip: auto;
    background: #fff;
    color: #000;
}

.ah-header {
    position: sticky;
    z-index: 1000;
    top: 0;
    color: #fff;
    background: rgb(2 33 25);
    border-bottom: 1px solid rgba(234, 215, 173, .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: -.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,.62);
    font-size: 9px;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.ah-nav {
    margin-left: auto;
}

.ah-nav__list, .ah-nav ul {
    display: flex;
    align-items: center;
    gap: 28px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ah-nav a {
    color: rgba(255,255,255,.78);
    font-size: 13px;
    letter-spacing: .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: .08em;
    text-transform: uppercase;
}

.ah-menu-toggle {
    display: none;
    width: 42px;
    padding: 7px;
    border: 0;
    background: transparent;
}

.ah-menu-toggle > span:not(.screen-reader-text) {
    display: block;
    height: 1px;
    margin: 6px 0;
    background: #fff;
}

.ah-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: var(--ah-green);
}

.ah-hero::before {
    position: absolute;
    inset: 0;
    content: '';
    opacity: .17;
    background-image: linear-gradient(rgba(255,255,255,.26) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.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,.18);
    border-radius: 50%;
    box-shadow: 0 0 0 120px rgba(202,164,93,.025), 0 0 0 240px rgba(202,164,93,.02);
}

.ah-hero__grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, 500px);
    align-items: center;
    gap: clamp(36px, 4vw, 64px);
    min-height: calc(100vh - 84px);
}

.ah-hero__content {
    z-index: 1;
    padding: clamp(64px, 7vw, 100px) clamp(42px, 5vw, 72px) 48px 0;
}

.ah-eyebrow, .ah-kicker {
    margin: 0 0 18px;
    color: var(--ah-gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.ah-hero h1 {
    max-width: 720px;
    margin: 0;
    color: #f5ecd9;
    font-family: var(--ah-serif);
    font-size: clamp(46px, 4.6vw, 72px);
    font-weight: 400;
    line-height: .98;
    letter-spacing: -.045em;
}

.ah-hero h1 span {
    display: block;
    margin-bottom: 20px;
    color: var(--ah-gold);
    font-size: .37em;
    line-height: 1;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ah-credentials {
    display: flex;
    max-width: 560px;
    margin: 30px 0 26px;
    border: 1px solid rgba(202,164,93,.5);
}

.ah-credentials > div {
    width: 50%;
    min-width: 0;
    padding: 18px 28px;
}

.ah-credentials > div + div {
    border-left: 1px solid rgba(202,164,93,.45);
}

.ah-credentials small, .ah-credentials strong {
    display: block;
}

.ah-credentials small {
    margin-bottom: 8px;
    color: rgba(255,255,255,.55);
    font-size: 10px;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.ah-credentials strong {
    overflow: hidden;
    color: #f5ecd9;
    font-family: var(--ah-serif);
    font-size: 20px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ah-hero__intro {
    max-width: 650px;
    margin: 0;
    padding-left: 26px;
    border-left: 2px solid var(--ah-gold);
    color: rgba(255,255,255,.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: 14px;
    padding: 15px 10px;
    border: 0;
    border-radius: var(--ah-radius);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .11em;
    line-height: 1.2;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.ah-button:hover, .ah-button:focus {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0,0,0,.14);
}

.ah-button--gold {
    color: #102820;
    background: var(--ah-gold);
}

.ah-button--light {
    color: var(--ah-green);
    background: #fff;
}

.ah-text-link {
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255,255,255,.25);
    color: #fff;
    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: 0;
    margin-top: 44px;
    border-top: 1px solid rgba(255,255,255,.16);
}

.ah-stats > div {
    padding: 24px 25px 0 0;
}

.ah-stats > div + div {
    padding-left: 30px;
    border-left: 1px solid rgba(255,255,255,.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,.5);
    font-size: 10px;
    letter-spacing: .12em;
    line-height: 1.6;
    text-transform: uppercase;
}

.ah-hero__visual {
    position: relative;
    align-self: center;
    width: 100%;
    max-width: 500px;
    min-height: 0;
    aspect-ratio: 1 / 1;
    justify-self: end;
    overflow: visible;
    background: #f7f3eb;
}

.ah-hero__visual::after {
    position: absolute;
    inset: 0;
    content: '';
    background: linear-gradient(180deg, transparent 68%, rgba(13,51,42,.25));
    pointer-events: none;
}

.ah-hero__visual > img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    object-fit: contain;
    object-position: 50% 0;
}

.ah-availability {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 70px;
    left: -70px;
    display: flex;
    align-items: center;
    gap: 17px;
    width: min(405px, calc(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: #5eaf75;
    box-shadow: 0 0 0 10px rgba(94,175,117,.18);
}

.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: .18em;
    text-transform: uppercase;
}

.ah-button--light:hover {
    color: #c4a55d;
}

.ah-section {
    padding: clamp(76px, 9vw, 130px) 0;
}

.ah-section h2, .ah-archive__hero h1 {
    margin: 0;
    font-family: var(--ah-serif);
    font-size: clamp(38px, 4.5vw, 64px);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.ah-about {
    background: var(--ah-cream);
}

.ah-about__grid {
    display: grid;
    grid-template-columns: .65fr 1.35fr;
    gap: clamp(50px, 8vw, 120px);
}

.ah-lead {
    margin: 0;
    color: #30453f;
    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: .15em;
}

.ah-principles h3 {
    margin: 20px 0 8px;
    font-family: var(--ah-serif);
    font-size: 22px;
    font-weight: 400;
}

.ah-principles p {
    margin: 0;
    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 .75fr;
    gap: clamp(40px, 8vw, 120px);
    align-items: end;
    margin-bottom: 48px;
}

.ah-fieldwork__heading h2 {
    max-width: 650px;
}

.ah-fieldwork__heading > p {
    margin: 0 0 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: 0;
    margin: 0;
    overflow: hidden;
    background: var(--ah-green);
}

.ah-fieldwork__item {
    height: 330px;
}

.ah-fieldwork__item::after {
    position: absolute;
    inset: 35% 0 0;
    content: '';
    background: linear-gradient(180deg, transparent, rgba(5,28,22,.86));
    pointer-events: none;
}

.ah-fieldwork__item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .55s ease;
}

.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: 0;
    bottom: 0;
    left: 0;
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 28px;
    color: #fff;
}

.ah-fieldwork__item figcaption > span {
    color: var(--ah-gold);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
}

.ah-fieldwork__item figcaption strong, .ah-fieldwork__item figcaption small {
    display: block;
}

.ah-fieldwork__item figcaption strong {
    color: #fff8e9;
    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,.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,.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: .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 0 16px;
    font-family: var(--ah-serif);
    font-size: 27px;
    font-weight: 400;
    line-height: 1.18;
}

.ah-case-card p {
    margin: 0;
    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: .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: 0;
    color: var(--ah-muted);
    font-size: 14px;
}

.ah-case-single {
    background: var(--ah-paper);
}

.ah-case-single__hero {
    padding: clamp(80px, 9vw, 130px) 0;
    color: #fff;
    background: var(--ah-green);
}

.ah-case-single__hero-inner {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: clamp(45px, 8vw, 120px);
    align-items: end;
}

.ah-case-single__hero h1 {
    max-width: 760px;
    margin: 0;
    color: #f5ecd9;
    font-family: var(--ah-serif);
    font-size: clamp(46px, 5.4vw, 78px);
    font-weight: 400;
    line-height: 1.02;
    letter-spacing: -.04em;
}

.ah-case-single__hero-inner > p {
    max-width: 480px;
    margin: 0 0 8px;
    color: rgba(255,255,255,.7);
    font-size: 18px;
}

.ah-case-single__layout {
    display: grid;
    grid-template-columns: minmax(220px, .55fr) minmax(0, 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 0;
    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: .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: #344740;
    font-size: 18px;
    line-height: 1.9;
}

.ah-case-single__content > :first-child {
    margin-top: 0;
    color: var(--ah-ink);
    font-family: var(--ah-serif);
    font-size: 26px;
    line-height: 1.55;
}

.ah-case-single__content h2 {
    margin: 60px 0 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: 0 0 25px;
}

.ah-case-single__footer {
    padding: 36px 0;
    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: #fff;
    background: var(--ah-green-2);
}

.ah-services h2 {
    color: #f5ecd9;
}

.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: 0;
    color: inherit;
    opacity: .7;
}

.ah-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(255,255,255,.15);
    border-left: 1px solid rgba(255,255,255,.15);
}

.ah-service-grid article {
    min-height: 310px;
    padding: 35px;
    border-right: 1px solid rgba(255,255,255,.15);
    border-bottom: 1px solid rgba(255,255,255,.15);
    transition: background .25s ease;
}

.ah-service-grid article:hover {
    background: rgba(255,255,255,.04);
}

.ah-service-grid span {
    color: var(--ah-gold);
    font-size: 11px;
}

.ah-service-grid h3 {
    margin: 38px 0 14px;
    color: #f5ecd9;
    font-family: var(--ah-serif);
    font-size: 26px;
    font-weight: 400;
}

.ah-service-grid p {
    min-height: 76px;
    margin: 0 0 25px;
    color: rgba(255,255,255,.61);
    font-size: 14px;
}

.ah-service-grid a {
    color: var(--ah-gold-light);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ah-build-cta {
    position: relative;
    overflow: hidden;
    padding: 58px 0;
    color: #fff;
    background: var(--ah-green-3);
    border-top: 1px solid rgba(255,255,255,.12);
}

.ah-build-cta::after {
    position: absolute;
    width: 420px;
    height: 420px;
    top: -220px;
    right: 7%;
    content: '';
    border: 1px solid rgba(202,164,93,.18);
    border-radius: 50%;
    box-shadow: 0 0 0 70px rgba(202,164,93,.025);
    pointer-events: none;
}

.ah-build-cta__inner {
    z-index: 1;
    position: relative;
    display: grid;
    grid-template-columns: 90px minmax(0, 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: 0;
    color: #fff8e9;
    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 0 0;
    color: rgba(255,255,255,.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: #fff;
    border: 1px solid var(--ah-line);
    transition: transform .25s ease, box-shadow .25s ease;
}

.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: #eae7df;
}

.ah-property-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.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: #87918d;
}

.ah-property-card__image em {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 7px 11px;
    color: #fff;
    background: var(--ah-green);
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.ah-property-card__body {
    padding: 24px;
}

.ah-property-card__location {
    margin: 0 0 8px;
    color: var(--ah-gold);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.ah-property-card h3 {
    min-height: 58px;
    margin: 0;
    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: #fff;
    background: var(--ah-green);
}

.ah-archive__summary {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin: 0 0 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: 0 13px;
    border: 1px solid var(--ah-line);
    color: var(--ah-green);
    background: #fff;
    font-size: 13px;
    font-weight: 700;
}

.ah-pagination .page-numbers.current, .ah-pagination .page-numbers:hover {
    border-color: var(--ah-green);
    color: #fff;
    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: #fff;
    background: var(--ah-green-3);
}

.ah-cta h2 {
    max-width: 650px;
    color: #fff;
}

.ah-cta__inner {
    display: grid;
    grid-template-columns: 1.3fr .7fr;
    gap: 80px;
    align-items: end;
}

.ah-cta__inner > div:last-child p {
    margin: 0 0 25px;
    color: rgba(255,255,255,.76);
}

.ah-page-content {
    padding: 80px 0;
}

.ah-page-content .elementor {
    margin-inline: calc(50% - 50vw); }

.ah-archive__hero {
    padding: 100px 0;
    color: #fff;
    background: var(--ah-green);
}

.ah-archive__hero h1 {
    color: #f5ecd9;
}

.ah-archive__hero p:last-child {
    max-width: 620px;
    margin: 20px 0 0;
    color: rgba(255,255,255,.7);
    font-size: 18px;
}

.ah-search {
    display: flex;
    gap: 12px;
    max-width: 760px;
    margin: -26px auto 60px;
    padding: 12px;
    background: #fff;
    box-shadow: var(--ah-shadow);
}

.ah-search input {
    min-width: 0;
    flex: 1;
    padding: 0 20px;
    border: 1px solid var(--ah-line);
    border-radius: 0;
    font: inherit;
}

.page-numbers {
    margin-top: 45px;
    padding: 0;
    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: #fff;
    background: var(--ah-green);
}

.ah-footer {
    padding: 75px 0 25px;
    color: rgba(255,255,255,.65);
    background: #09251e;
}

.ah-footer__grid {
    display: grid;
    grid-template-columns: 1.3fr .7fr .7fr;
    gap: 70px;
}

.ah-brand--footer {
    color: #fff;
}

.ah-footer__grid > div:first-child > p {
    max-width: 390px;
    margin-top: 24px;
}

.ah-footer h2 {
    margin: 0 0 15px;
    color: var(--ah-gold-light);
    font-family: var(--ah-serif);
    font-size: 20px;
    font-weight: 400;
}

.ah-footer p {
    margin: 0;
    font-size: 13px;
    line-height: 1.9;
}

.ah-footer a:hover {
    color: #fff;
}

.ah-footer__bottom {
    margin-top: 55px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.12);
    font-size: 11px;
    letter-spacing: .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,.85);
    border-radius: 50%;
    color: #fff;
    background: #25d366;
    box-shadow: 0 10px 30px rgba(0,0,0,.2);
    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(0, 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;
        transition: transform .2s ease, opacity .2s ease;
    }

    .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: 0;
        left: 0;
        display: block;
        max-height: 0;
        overflow: hidden;
        padding: 0 28px;
        visibility: hidden;
        opacity: 0;
        color: #fff;
        background: #0d332a;
        border-top: 1px solid rgba(234,215,173,.18);
        box-shadow: 0 18px 35px rgba(4,25,20,.28);
        transition: max-height .28s ease, padding .28s ease, opacity .2s ease, visibility 0s linear .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,.14);
    }

    .ah-nav a {
        display: block;
        padding: 14px 4px;
        color: #fff;
        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 0;
    }

    .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% 0;
    }

    .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: 0;
    }

    .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,.45);
        border-left: 0;
    }

    .ah-credentials strong {
        white-space: normal;
    }

    .ah-hero__intro {
        padding-left: 20px;
        font-size: 17px;
    }

    .ah-stats > div {
        padding: 20px 12px 0 0;
    }

    .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 0;
    }

    .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: 0;
    }

    .ah-fieldwork__item figcaption {
        gap: 0;
        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 0;
    }

    .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: .01ms !important;
    }
}


/* Property archive filter tabs */
.ah-property-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 34px 0 28px;
}

.ah-property-tabs__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 154px;
    min-height: 68px;
    padding: 14px 30px;
    border: 1px solid var(--ah-line);
    color: var(--ah-ink);
    background: transparent;
    font-size: 20px;
    font-weight: 800;
    font-style: italic;
    letter-spacing: .06em;
    line-height: 1;
    text-transform: uppercase;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.ah-property-tabs__item:hover,
.ah-property-tabs__item:focus-visible,
.ah-property-tabs__item.is-active {
    border-color: var(--ah-green);
    color: #fff;
    background: var(--ah-green);
}

@media (max-width: 520px) {
    .ah-property-tabs {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        margin-top: 26px;
    }

    .ah-property-tabs__item {
        min-width: 0;
        min-height: 52px;
        padding: 10px 8px;
        font-size: 13px;
    }
}
