/* Portfolio: deliberately separate public and authenticated experiences. */
.gr-portfolio-page {
    background: var(--gr-paper);
    color: var(--gr-ink);
}
.gr-portfolio-page h1, .gr-portfolio-page h2, .gr-portfolio-page h3 {
    color: var(--gr-ink);
    font-weight: 400;
    letter-spacing: -.035em;
}
.gr-portfolio-page h1 {
    font-size: clamp(38px,4.6vw,66px);
    line-height: 1.08;
    margin: 0 0 24px;
}
.gr-portfolio-page h1 em {
    color: #6c7e52;
    font-style: normal;
}
.gr-portfolio-page h2 {
    font-size: clamp(30px,3vw,42px);
    line-height: 1.15;
    margin: 0;
}
.gr-portfolio-page p {
    font-size: 17px;
    line-height: 1.75;
    color: var(--gr-muted);
}
.gr-portfolio-page .gr-eyebrow {
    font-size: 11px;
    line-height: 1.5;
}
.gr-portfolio-page a {
    text-decoration: none;
}
.gr-pf-public-hero {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 88px;
    padding-block: 64px;
    align-items: center;
}
.gr-pf-public-hero > div > p:not(.gr-eyebrow) {
    max-width: 490px;
    margin-bottom: 20px;
}
.gr-pf-gate {
    background: #e9ede2;
    border: 1px solid #d2dbc8;
    padding: 32px;
}
.gr-pf-access-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #637750;
    margin-bottom: 22px;
}
.gr-pf-gate h2 {
    font-size: 34px;
    margin-bottom: 18px;
}
.gr-pf-gate > p {
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 22px;
}
.gr-pf-access-form label {
    display: block;
    font-size: 12px;
    margin-bottom: 9px;
}
.gr-pf-access-form > div {
    display: flex;
    gap: 10px;
}
.gr-pf-access-form input[type=password] {
    min-width: 0;
    flex: 1;
    width: 100%;
    border: 1px solid #b6c4ab;
    border-radius: 0;
    padding: 13px;
    font: inherit;
    font-size: 16px;
    background: white;
}
.gr-pf-access-form button {
    border: 0;
    padding: 14px 18px;
    gap: 18px;
}
.gr-pf-gate .gr-pf-request {
    display: inline-flex;
    gap: 18px;
    font-size: 12px;
    font-weight: 400;
    color: #516445;
    margin-top: 22px;
    padding-block: 6px;
}
.gr-pf-gate .gr-pf-error {
    color: #8e352a;
    background: #fff3ee;
    padding: 12px;
    font-size: 14px;
    border-left: 2px solid #ad5341;
}
.gr-pf-brands {
    background: #eeefe8;
    padding-block: 30px;
    border-block: 1px solid var(--gr-line);
}
.gr-pf-brands .gr-eyebrow {
    margin-bottom: 16px!important;
}
.gr-pf-brand-grid {
    display: grid;
    grid-template-columns: repeat(10,minmax(0,1fr));
    gap: 20px;
    align-items: center;
}
.gr-pf-brand-grid > div {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 62px;
}
.gr-pf-brand-grid img {
    max-width: 100%;
    max-height: 44px;
    width: auto;
    height: auto;
    object-fit: contain;
}
.gr-pf-collection {
    padding-block: 64px;
    scroll-margin-top: 24px;
}
.gr-pf-collection-heading {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: end;
    margin-bottom: 32px;
}
.gr-pf-collection-heading > p {
    margin: 0;
    font-size: 15px;
}
.gr-pf-public-gallery {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 20px;
}
.gr-pf-public-gallery figure {
    margin: 0;
    aspect-ratio: 4 / 3;
    background: #e9ede2;
    overflow: hidden;
}
.gr-pf-public-gallery img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gr-pf-public-close {
    padding-block: 56px;
    background: #e9ede4;
}
.gr-pf-public-close > div {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: center;
}
.gr-pf-login {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 88px;
    padding-block: 76px;
    min-height: 60vh;
    align-items: center;
}
.gr-pf-login-intro > p:not(.gr-eyebrow) {
    max-width: 440px;
}
.gr-pf-private {
    padding-bottom: 52px;
}
.gr-pf-private-hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    padding-block: 44px 32px;
}
.gr-pf-private-hero h1 {
    font-size: clamp(36px,4vw,54px);
    margin-bottom: 14px;
}
.gr-pf-private-hero p:not(.gr-eyebrow) {
    margin: 0;
    font-size: 15px;
}
.gr-pf-private-actions {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-shrink: 0;
}
.gr-button-outline {
    background: transparent;
    color: var(--gr-ink);
    border: 1px solid #b3c1a8;
    font-size: 13px;
    padding: 13px 16px;
    gap: 12px;
}
.gr-button-outline:hover {
    background: var(--gr-dark);
    color: white;
}
.gr-pf-types {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 26px;
    border-block: 1px solid var(--gr-line);
    padding-block: 8px;
}
.gr-pf-types a {
    padding: 13px 0 10px;
    font-size: 14px;
    font-weight: 400;
    color: var(--gr-muted);
    border-bottom: 3px solid transparent;
}
.gr-pf-types a[aria-current=page] {
    color: var(--gr-ink);
    border-bottom-color: #708955;
    font-weight: 500;
}
.gr-pf-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(160px,1fr));
    width: 100%;
    gap: 24px;
    padding: 28px 0;
    border-bottom: 1px solid var(--gr-line);
}
.gr-pf-stats > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}
.gr-pf-stats strong {
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -.04em;
}
.gr-pf-stats span {
    font-size: 12px;
    color: var(--gr-muted);
}
.gr-pf-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding-block: 20px;
}
.gr-pf-filters {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 4px;
    flex: 1;
    min-width: 0;
}
.gr-pf-filter-options {
    display: flex;
    flex-wrap: wrap;
    gap: 2px 16px;
    min-width: 0;
}
.gr-pf-filter-options label {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    min-height: 30px;
    padding: 4px 0;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 400;
    cursor: pointer;
    margin: 0;
    color: var(--gr-muted);
}
.gr-pf-filter-options input {
    accent-color: var(--gr-dark);
    flex-shrink: 0;
}
.gr-pf-apply {
    background: var(--gr-dark);
    color: white;
    border: 1px solid var(--gr-dark);
    padding: 11px 16px;
    font: inherit;
    font-size: 12px;
}
.gr-pf-clear {
    font-size: 12px;
    color: var(--gr-muted);
    padding: 11px 0;
}
.gr-pf-view {
    display: flex;
    flex-shrink: 0;
    border: 1px solid #b8c7ac;
}
.gr-pf-view a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    min-width: 74px;
    font-size: 13px;
    color: var(--gr-ink);
    padding: 11px 18px;
    font-weight: 400;
}
.gr-pf-view a[aria-current=page] {
    background: #e1e8d9;
    color: var(--gr-ink);
}
.gr-portfolio-page .gr-pf-result-count {
    font-size: 12px;
    margin: 18px 0 28px;
}
.gr-pf-results {
    padding: 0 0 38px;
}
.gr-pf-results-heading {
    display: flex;
    align-items: baseline;
    gap: 18px;
    margin-bottom: 20px;
    border-top: 1px solid var(--gr-line);
    padding-top: 24px;
}
.gr-pf-results-heading h2 {
    font-size: 28px;
}
.gr-pf-results-heading > span {
    font-size: 12px;
    color: var(--gr-muted);
}
.gr-pf-property-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 18px;
}
.gr-pf-property {
    background: white;
    border: 1px solid var(--gr-line);
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.gr-pf-property-photo {
    position: relative;
    aspect-ratio: 2 / 1;
    background: #e9ede3;
    overflow: hidden;
}
.gr-pf-property-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gr-pf-status {
    display: inline-block;
    font-size: 10px;
    line-height: 1.4;
    padding: 5px 8px;
    background: #e4eadc;
    color: #33472b;
    white-space: nowrap;
}
.gr-pf-status--construction {
    background: #f3e8d4;
    color: #6a4b1b;
}
.gr-pf-status--development {
    background: #e1eaf0;
    color: #335269;
}
.gr-pf-status--holding {
    background: #eae7df;
    color: #605c4b;
}
.gr-pf-property-photo > .gr-pf-status {
    position: absolute;
    bottom: 12px;
    left: 12px;
}
.gr-pf-property-copy {
    padding: 14px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.gr-pf-property-copy .gr-pf-property-brand {
    font-size: 10px;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: .09em;
    margin: 0 0 6px;
}
.gr-pf-property h3 {
    font-size: 16px;
    line-height: 1.35;
    margin: 0 0 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gr-pf-property h3 a {
    display: block;
    color: inherit;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gr-pf-property-copy .gr-pf-property-market {
    font-size: 12px;
    margin: 0 0 2px;
}
.gr-pf-property-copy .gr-pf-property-address {
    font-size: 11px;
    line-height: 1.5;
    margin: 0 0 10px;
}
.gr-pf-property-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    padding-top: 10px;
    border-top: 1px solid var(--gr-line);
    margin-top: auto;
}
.gr-pf-property-footer > span {
    font-size: 11px;
    color: var(--gr-muted);
}
.gr-pf-property-footer a {
    font-size: 11px;
    font-weight: 500;
    color: var(--gr-ink);
}
.gr-pf-property-footer a > span {
    margin-left: 10px;
}
.gr-pf-table-scroll {
    overflow-x: auto;
    border: 1px solid var(--gr-line);
    background: white;
}
.gr-pf-table {
    border-collapse: collapse;
    width: 100%;
    font-size: 13px;
    min-width: 760px;
}
.gr-pf-table th, .gr-pf-table td {
    text-align: left;
    padding: 15px;
    border-bottom: 1px solid #e4e9df;
    vertical-align: top;
}
.gr-pf-table thead {
    background: #e9ede3;
}
.gr-pf-table thead th {
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .07em;
}
.gr-pf-table tbody th {
    font-weight: 500;
    min-width: 210px;
}
.gr-pf-table tbody a {
    color: var(--gr-ink);
}
.gr-pf-table tbody tr:last-child > * {
    border-bottom: 0;
}
.gr-pf-empty {
    padding: 32px;
    background: #e9ede4;
    margin-bottom: 28px;
}
.gr-pf-empty h2 {
    font-size: 26px;
}
.gr-pf-empty p {
    font-size: 15px;
    margin: 16px 0 0;
}
.gr-pf-profile {
    padding-block: 36px 56px;
}
.gr-pf-profile-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    padding-bottom: 32px;
}
.gr-pf-profile-heading h1 {
    font-size: clamp(34px,3.5vw,50px);
    margin: 0;
}
.gr-pf-map-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin-bottom: 22px;
}
@media(max-width:1100px) {
    .gr-pf-public-hero, .gr-pf-login {
        gap: 44px;
    }
    .gr-pf-gate {
        padding: 26px;
    }
    .gr-pf-brand-grid {
        grid-template-columns: repeat(5,minmax(0,1fr));
        gap: 14px 28px;
    }
    .gr-pf-property-grid {
        gap: 18px;
    }
    .gr-pf-property-copy {
        padding: 14px;
    }
    .gr-pf-private-actions {
        gap: 18px;
    }
}
@media(max-width:850px) {
    .gr-pf-public-hero, .gr-pf-login {
        grid-template-columns: 1fr;
        gap: 30px;
        padding-block: 44px;
    }
    .gr-pf-public-hero > div > p:not(.gr-eyebrow) {
        max-width: 600px;
    }
    .gr-pf-gate {
        max-width: 620px;
    }
    .gr-pf-property-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .gr-pf-private-hero {
        align-items: flex-start;
        flex-direction: column;
        gap: 24px;
    }
    .gr-pf-stats {
        gap: 24px;
    }
    .gr-pf-toolbar {
        flex-wrap: wrap;
    }
    .gr-pf-profile-heading {
        align-items: flex-start;
        flex-direction: column;
    }
}
@media(max-width:600px) {
    .gr-portfolio-page h1 {
        font-size: clamp(35px,9vw,46px);
    }
    .gr-portfolio-page h2 {
        font-size: 32px;
    }
    .gr-portfolio-page p {
        font-size: 16px;
    }
    .gr-pf-public-hero, .gr-pf-login {
        padding-block: 36px;
    }
    .gr-pf-gate {
        padding: 24px 20px;
    }
    .gr-pf-gate h2 {
        font-size: 30px;
    }
    .gr-pf-gate > p {
        font-size: 14px;
    }
    .gr-pf-access-form > div {
        flex-wrap: wrap;
    }
    .gr-pf-access-form input[type=password] {
        flex-basis: 100%;
    }
    .gr-pf-brand-grid {
        gap: 10px 18px;
    }
    .gr-pf-brand-grid img {
        max-height: 32px;
    }
    .gr-pf-collection {
        padding-block: 44px;
    }
    .gr-pf-collection-heading {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .gr-pf-public-gallery {
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 12px;
    }
    .gr-pf-public-close {
        padding-block: 44px;
    }
    .gr-pf-public-close > div {
        flex-direction: column;
        align-items: flex-start;
        gap: 28px;
    }
    .gr-pf-private-hero {
        padding-block: 32px 24px;
    }
    .gr-pf-private-actions {
        flex-wrap: wrap;
    }
    .gr-pf-types {
        gap: 4px 20px;
    }
    .gr-pf-types a {
        font-size: 12px;
    }
    .gr-pf-stats {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px 16px;
    }
    .gr-pf-stats > div {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }
    .gr-pf-stats strong {
        font-size: 32px;
    }
    .gr-pf-filters {
        width: 100%;
    }
    .gr-pf-results-heading {
        flex-wrap: wrap;
        gap: 10px;
    }
    .gr-pf-results-heading h2 {
        font-size: 27px;
    }
    .gr-pf-property-grid {
        grid-template-columns: 1fr;
    }
    .gr-pf-property-copy {
        padding: 14px;
    }
    .gr-pf-map-actions {
        flex-wrap: wrap;
    }
}
.gr-pf-stats span small {
    display: block;
    font-size: 11px;
    margin-top: 5px;
    color: #798571;
}
/* Portfolio filters stay visible; selecting an option never expands the toolbar. */
.gr-pf-filter-row {
    display: grid;
    grid-template-columns: 44px minmax(0,1fr);
    align-items: center;
    gap: 14px;
    grid-column: 1;
}
.gr-pf-filter-label {
    font-size: 11px;
    line-height: 30px;
    color: var(--gr-ink);
    font-weight: 500;
}
.gr-pf-filter-options input {
    margin: 0;
    width: 13px;
    height: 13px;
}
.gr-pf-filter-options label:has(input:checked) {
    color: var(--gr-ink);
}
.gr-pf-filter-options label:focus-within {
    outline: 2px solid #668844;
    outline-offset: 2px;
}
.gr-portfolio-page .gr-pf-filter-help {
    font-size: 11px;
    margin: 12px 0 0;
}
@media (max-width: 1100px) {
    .gr-pf-toolbar {
        flex-wrap: wrap;
    }
    .gr-pf-filters {
        flex-basis: 100%;
    }
}
@media (max-width: 600px) {
    .gr-pf-filters {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .gr-pf-filter-row {
        grid-template-columns: 1fr;
        gap: 6px;
    }
    .gr-pf-filter-label {
        line-height: 1.5;
    }
    .gr-pf-filter-options label {
        min-height: 36px;
        padding-block: 7px;
    }
}
.gr-pf-toolbar-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    flex-shrink: 0;
}
.gr-pf-toolbar-actions .gr-pf-clear {
    font-size: 11px;
    padding: 4px 0;
}
.gr-pf-clear[hidden], .gr-pf-filter-error[hidden] {
    display: none;
}
.gr-pf-filter-error {
    font-size: 13px;
    color: #8e352a;
    padding: 12px 0;
}
.gr-pf-filter-error button {
    border: 0;
    background: none;
    color: inherit;
    text-decoration: underline;
    font: inherit;
}
#portfolio-results[aria-busy=true] {
    opacity: .65;
}
@media (max-width: 1100px) and (min-width: 851px) {
    .gr-pf-toolbar {
        flex-wrap: nowrap;
    }
    .gr-pf-filters {
        flex-basis: auto;
    }
}
@media (max-width: 850px) {
    .gr-pf-toolbar-actions {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        gap: 20px;
    }
}
