/* About Us — Figma 1:10 */
.gm-about.gm-legal .gm-privacy-hero {
    height: 620px;
}

.gm-about.gm-legal .gm-privacy-hero-inner {
    max-width: 860px;
    min-height: 620px;
    padding: 120px 24px 48px;
    justify-content: center;
}

.gm-about .gm-privacy-hero::after {
    background: linear-gradient(180deg, rgba(26, 20, 16, 0.28) 0%, rgba(26, 20, 16, 0.58) 100%);
}

.gm-about .gm-privacy-hero-media img {
    object-position: center 40%;
}

.gm-about-hero-inner h1 {
    font-style: normal !important;
    max-width: 760px;
}

.gm-about-hero-inner h1 em {
    display: inline !important;
    font-style: italic !important;
}

.gm-about-chips {
    list-style: none;
    margin: 36px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0;
}

.gm-about-chips li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 28px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-right: 1px solid rgba(255, 255, 255, 0.28);
}

.gm-about-chips li:last-child {
    border-right: 0;
}

.gm-about-chip-icon {
    flex-shrink: 0;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 1.5px solid #C9851A;
    border-radius: 50%;
}

.gm-about-chip-icon::after {
    content: '';
    width: 22px;
    height: 22px;
    background: #C9851A;
    -webkit-mask-image: var(--chip-icon);
    mask-image: var(--chip-icon);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-mode: luminance;
    mask-mode: luminance;
}

.gm-about-trust {
    position: relative;
    padding: 72px 0 56px;
    overflow: hidden;
}

.gm-about-watermark {
    position: absolute;
    left: 221px;
    top: 0;
    margin-bottom: 20px;
    transform: none;
    margin: 0;
    width: auto;
    font-family: Outfit, 'Open Sans', sans-serif;
    font-size: clamp(56px, 11vw, 128px);
    font-weight: 800;
    line-height: 0.82;
    letter-spacing: -0.04em;
    text-align: left;
    text-transform: uppercase;
    color: #E6D9C6;
    pointer-events: none;
}

.gm-about-watermark span {
    display: block;
}

.gm-about-watermark span:last-child {
    padding-left: 172px;
}

.gm-about-trust-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 40px 64px;
    align-items: center;
    max-width: 1180px;
}

.gm-about-trust-copy h2 {
    margin: 0 0 6px;
    font-family: 'Palatino Linotype', Palatino, Georgia, serif;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 700;
    color: #1A1410;
}

.gm-about-trust-sub {
    margin: 0 0 18px;
    font-family: 'Palatino Linotype', Palatino, Georgia, serif;
    font-size: 26px;
    font-style: italic;
    font-weight: 700;
    color: #C9851A;
}

.gm-about-trust-copy p:last-child {
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
    color: #1A1410;
}

.gm-about-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding: 0;
    border: 0;
}

.gm-about-stats > div {
    padding: 22px 24px;
    border-right: 1px solid rgba(26, 20, 16, 0.14);
    border-bottom: 1px solid rgba(26, 20, 16, 0.14);
}

.gm-about-stats > div:nth-child(2n) {
    border-right: 0;
}

.gm-about-stats > div:nth-child(n + 3) {
    border-bottom: 0;
}

.gm-about-stats strong {
    display: block;
    font-family: 'Palatino Linotype', Palatino, Georgia, serif;
    font-size: clamp(32px, 3.2vw, 42px);
    font-weight: 700;
    color: #C9851A;
    line-height: 1.1;
}

.gm-about-stats span {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #5c534c;
}

.gm-about-philosophy,
.gm-about-expert {
    padding: 24px 0 72px;
}

.gm-about-expert {
    background-color: #eeebe6 !important;
}

.gm-about-badge {
    display: table;
    margin: 0 auto 10px;
    padding: 6px 16px;
    border-radius: 999px;
    background: #F3E6D4;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #C9851A;
}

.gm-about-section-title {
    margin: 0 auto 32px;
    max-width: 720px;
    text-align: center;
    font-family: 'Palatino Linotype', Palatino, Georgia, serif;
    font-size: clamp(28px, 3.4vw, 42px);
    font-weight: 700;
    color: #1A1410;
}

.gm-about-philosophy .gm-about-section-title,
.gm-about-expert .gm-about-section-title {
    margin-bottom: 12px;
}

.gm-about-section-lead {
    margin: 0 auto 36px;
    max-width: 640px;
    text-align: center;
    font-size: 15px;
    line-height: 1.65;
    color: #6e615a;
}

.gm-about-phil-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.gm-about-phil-card {
    background: #fff;
    border-radius: 20px;
    padding: 24px 20px 22px;
    box-shadow: 0 12px 32px rgba(26, 20, 16, 0.06);
}

.gm-about-phil-icon {
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    margin: 0 0 14px;
    border-radius: 50%;
    background: #F3E6D4;
}

.gm-about-phil-icon::after {
    content: '';
    width: 34px;
    height: 34px;
    background: #C9851A;
    -webkit-mask-image: var(--phil-icon);
    mask-image: var(--phil-icon);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-mode: luminance;
    mask-mode: luminance;
}

.gm-about-phil-label {
    margin: 0 0 8px;
    font-family: 'Palatino Linotype', Palatino, Georgia, serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    color: #C9851A;
}

.gm-about-phil-card h3 {
    margin: 0 0 10px;
    font-family: Outfit, 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    color: #1A1410;
}

.gm-about-phil-card p:last-child {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: #5c534c;
}

.gm-about-expert-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.gm-about-expert-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(26, 20, 16, 0.06);
    padding-bottom: 22px;
}

.gm-about-expert-media {
    height: 180px;
    overflow: hidden;
}

.gm-about-expert-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gm-about-expert-card h3 {
    margin: 18px 20px 8px;
    font-family: 'Palatino Linotype', Palatino, Georgia, serif;
    font-size: 22px;
    color: #C9851A;
}

.gm-about-expert-card p {
    margin: 0 20px 16px;
    font-size: 14px;
    line-height: 1.5;
    color: #5c534c;
}

.gm-about-expert-card a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 20px;
    padding: 12px 28px;
    border-radius: 999px;
    background: #C9851A;
    color: #fff !important;
    font-family: Outfit, 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: none;
    text-decoration: none !important;
    box-shadow: 0 8px 18px rgba(201, 133, 26, 0.28);
}

.gm-about-expert-card a img {
    filter: brightness(0) invert(1);
}

.gm-about-faq {
    padding-top: 56px;
    padding-bottom: 72px;
    background: #F8F4EE;
}

.gm-about-faq .gm-faq-intro {
    text-align: left;
}

.gm-about-faq .gm-types-badge {
    display: inline-block;
    margin: 0 0 16px;
    background: #F3E6D4;
    color: #C9851A;
}

.gm-about-faq .gm-faq-title {
    margin: 0 0 16px;
    font-family: 'Palatino Linotype', Palatino, Georgia, serif;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 700;
    font-style: normal;
    line-height: 1.15;
    color: #1A1410;
}

.gm-about-faq .gm-faq-title em {
    font-style: italic;
    font-weight: 600;
}

.gm-about-faq .gm-faq-lead {
    max-width: 380px;
    margin: 0;
    font-family: Outfit, 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
    color: #6e615a;
}

.gm-about-faq .gm-faq-item {
    border-radius: 22px;
}

.gm-about-faq .gm-faq-item summary {
    font-family: 'Palatino Linotype', Palatino, Georgia, serif;
    font-weight: 700;
    font-size: 17px;
    color: #1A1410;
}

.gm-about-inquiry {
    position: relative;
    padding: 80px 0 0;
    overflow-x: hidden;
    background: #F8F4EE;
}

.gm-about-inquiry-photos {
    position: relative;
    min-height: 780px;
}

.gm-about-inquiry-photo {
    margin: 0;
    overflow: hidden;
}

.gm-about-inquiry-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gm-about-inquiry-photo--left {
    position: relative;
    width: min(720px, 54vw);
    height: 460px;
}

.gm-about-inquiry-photo--left img {
    object-position: left center;
}

.gm-about-inquiry-copy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: calc(100% - 56px);
    max-width: 580px;
    margin: 0;
    padding: 28px 32px;
    box-sizing: border-box;
    border-radius: 24px;
    background: rgba(26, 20, 16, 0.58);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    color: #fff;
}

.gm-about-inquiry-copy .gm-about-badge-light {
    display: inline-block;
    margin: 0 0 14px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(201, 133, 26, 0.22);
    color: #C9851A;
    text-align: left;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.gm-about-inquiry-copy h2 {
    margin: 0 0 12px;
    font-family: 'Palatino Linotype', Palatino, Georgia, serif;
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 700;
    font-style: italic;
    line-height: 1.2;
    color: #fff;
}

.gm-about-inquiry-copy h2 em {
    font-style: italic;
}

.gm-about-inquiry-copy p:last-child {
    margin: 0;
    font-family: Outfit, 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.88);
}

.gm-about-inquiry-photo--right {
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(520px, 44vw);
    height: 360px;
}

.gm-about-form-card {
    position: absolute;
    top: 50%;
    left: 61%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: min(520px, calc(100% - 48px));
    margin: 0 !important;
    padding: 40px 36px;
    border-radius: 20px;
    box-shadow: 0 18px 48px rgba(26, 20, 16, 0.16);
}

.gm-about-form-card form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gm-about-form-card .gm-contact-submit {
    margin-top: 8px;
    box-shadow: 0 10px 24px rgba(201, 133, 26, 0.35);
}

@media (max-width: 1280px) {
    .gm-about-inquiry-photos {
        min-height: 680px;
    }

    .gm-about-inquiry-photo--left {
        width: min(600px, 52vw);
        height: 400px;
    }

    .gm-about-inquiry-photo--right {
        width: min(420px, 40vw);
        height: 300px;
    }

    .gm-about-inquiry-copy {
        width: calc(100% - 40px);
        padding: 22px 24px;
    }

    .gm-about-form-card {
        width: min(460px, calc(100% - 40px));
        padding: 32px 28px;
    }
}

@media (max-width: 1100px) {
    .gm-about-inquiry {
        padding-top: 56px;
    }

    .gm-about-inquiry-photos {
        min-height: 600px;
    }

    .gm-about-inquiry-photo--left {
        width: min(500px, 50vw);
        height: 340px;
    }

    .gm-about-inquiry-photo--right {
        width: min(360px, 38vw);
        height: 260px;
    }

    .gm-about-inquiry-copy {
        width: calc(100% - 28px);
        padding: 18px 18px;
        border-radius: 18px;
    }

    .gm-about-inquiry-copy h2 {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .gm-about-inquiry-copy p:last-child {
        font-size: 13px;
    }

    .gm-about-form-card {
        left: 58%;
        width: min(400px, calc(100% - 32px));
        padding: 28px 22px;
    }
}

@media (max-width: 1024px) {
    .gm-about-phil-grid {
        grid-template-columns: 1fr 1fr;
    }

    .gm-about-watermark {
        font-size: clamp(40px, 8vw, 96px);
    }

    .gm-about-inquiry {
        padding: 40px 24px 48px;
        overflow: hidden;
    }

    .gm-about-inquiry-photos {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        gap: 20px 24px;
        min-height: 0;
        align-items: start;
    }

    .gm-about-inquiry-photo--left {
        grid-column: 1;
        grid-row: 1 / span 2;
        width: 100%;
        height: 100%;
        min-height: 420px;
    }

    .gm-about-inquiry-copy {
        width: calc(100% - 32px);
        padding: 20px 18px;
    }

    .gm-about-inquiry-copy h2 {
        font-size: clamp(22px, 2.4vw, 28px);
    }

    .gm-about-form-card {
        grid-column: 2;
        grid-row: 1;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 100%;
        max-width: none;
        margin: 0 !important;
        padding: 28px 22px;
    }

    .gm-about-inquiry-photo--right {
        grid-column: 2;
        grid-row: 2;
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        height: 220px;
        margin: 0;
    }
}

@media (max-width: 900px) {
    .gm-about-trust-grid,
    .gm-about-expert-grid {
        min-height: 0;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .gm-about-inquiry {
        padding: 40px 20px 48px;
        overflow: hidden;
    }

    .gm-about-inquiry-photos {
        display: flex;
        flex-direction: column;
        gap: 20px;
        min-height: 0;
    }

    .gm-about-inquiry-photo--left {
        order: 1;
        grid-column: auto;
        grid-row: auto;
        width: 100%;
        height: 300px;
        min-height: 0;
    }

    .gm-about-inquiry-copy {
        width: calc(100% - 32px);
        max-width: none;
        padding: 20px 18px;
    }

    .gm-about-inquiry-copy h2 {
        font-size: clamp(22px, 5vw, 28px);
    }

    .gm-about-form-card {
        order: 2;
        grid-column: auto;
        grid-row: auto;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 100%;
        max-width: 560px;
        margin: 0 auto !important;
        padding: 28px 22px;
    }

    .gm-about-inquiry-photo--right {
        order: 3;
        grid-column: auto;
        grid-row: auto;
        position: relative;
        right: auto;
        bottom: auto;
        width: min(420px, 86%);
        height: 240px;
        margin-left: auto;
    }
}

@media (max-width: 767px) {
    .gm-about.gm-legal .gm-privacy-hero {
        height: auto;
        min-height: 520px;
    }

    .gm-about.gm-legal .gm-privacy-hero-inner {
        min-height: 0;
        padding: 120px 20px 36px;
    }

    .gm-about-chips {
        display: grid;
        width: 100%;
        margin-top: 28px;
        gap: 18px 12px;
    }

    .gm-about-chips li {
        display: grid;
        grid-template-columns: 1fr 48px 1fr;
        align-items: center;
        column-gap: 12px;
        width: 100%;
        padding: 0;
        border-right: 0;
    }

    .gm-about-chip-icon {
        grid-column: 2;
        justify-self: center;
    }

    .gm-about-chips li > span:last-child {
        grid-column: 3;
        justify-self: start;
        text-align: left;
    }

    .gm-about-phil-grid,
    .gm-about-stats {
        grid-template-columns: 1fr;
    }

    .gm-about-stats > div {
        border: 0;
        padding: 14px 0;
    }

    .gm-about-trust {
        padding: 40px 0 32px;
    }

    .gm-about-watermark {
        left: 16px;
    }

    .gm-about-watermark span:last-child {
        padding-left: 96px;
    }
}

@media (max-width: 600px) {
    .gm-about-inquiry {
        padding: 28px 16px 36px;
    }

    .gm-about-inquiry-photos {
        gap: 16px;
    }

    .gm-about-inquiry-photo--left {
        height: 260px;
    }

    .gm-about-inquiry-copy {
        width: calc(100% - 20px);
        padding: 14px 14px;
        border-radius: 16px;
    }

    .gm-about-inquiry-copy .gm-about-badge-light {
        margin-bottom: 8px;
        padding: 5px 10px;
        font-size: 10px;
    }

    .gm-about-inquiry-copy h2 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .gm-about-inquiry-copy p:last-child {
        font-size: 12px;
        line-height: 1.5;
    }

    .gm-about-form-card {
        padding: 22px 16px;
        border-radius: 16px;
    }

    .gm-about-form-card .gm-contact-submit {
        font-size: 13px;
        padding: 13px 14px;
    }

    .gm-about-inquiry-photo--right {
        width: 100%;
        height: 200px;
    }
}
