

.about-hero,
.about-subnav,
.about-content {
    width: 100%;
}

body.page-about .site-header {
    transition: transform 0.35s ease;
}

body.page-about .about-hero {
    max-height: 320px;
    overflow: hidden;
    transition: max-height 0.35s ease, opacity 0.35s ease, transform 0.35s ease;
}

body.page-about.is-about-compact .site-header {
    transform: translateY(-72px);
}

body.page-about.is-about-compact .about-hero {
    max-height: 0;
    opacity: 0;
    transform: translateY(-24px);
}

body.page-about.is-about-compact .about-subnav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 950;
}

body.page-about.is-about-compact .about-content {
    padding-top: 36px;
}

.about-hero-image,
.about-subnav-image,
.about-content-image {
    width: 100%;
}

.about-hero-image img,
.about-subnav-image img,
.about-content-image img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

body:has(.about-page.page-about) {
    overflow-x: hidden;
    overflow-y: auto;
}

.about-page.page-about {
    background: #f3f3f3;
    color: #111;
    width: 100%;
    min-height: 0;
    height: auto;
    overflow: visible;
}

.about-content {
    padding: 0;
    width: 100%;
    height: auto;
    min-height: 0;
    overflow: visible;
}

.about-content-scroll {
    width: 100%;
    height: auto;
    min-height: 0;
    overflow: visible;
}

.about-content-image {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.about-content-image img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    flex: 0 0 auto;
}

.about-ci-floating {
    position: fixed;
    right: 56px;
    top: 160px;
    z-index: 900;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}

body.page-about.is-about-compact .about-ci-floating {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.about-ci-floating-link {
    display: block;
    width: 82px;
    height: 82px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.about-ci-floating-link img {
    display: block;
    width: 82px;
    height: 82px;
    max-width: none;
    object-fit: contain;
}

.about-subnav {
    width: 100%;
}

.about-subnav-inner {
    width: 100%;
    height: 36px;
    background: #e9e9e9;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 56px;
    box-sizing: border-box;
}

.about-subnav-home {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    color: #111;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
}

.about-subnav-link {
    display: inline-flex;
    align-items: center;
    color: #111;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
}

.about-subnav-divider {
    width: 1px;
    height: 18px;
    background: #bdbdbd;
    display: block;
    margin: 0 14px;
}

.about-subnav-divider-last {
    margin-left: 14px;
    margin-right: 0;
}

.about-subnav-select {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.about-subnav-current {
    height: 30px;
    padding: 0 34px 0 14px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #111;
    font-size: 13px;
    font-weight: 500;
    line-height: 30px;
    white-space: nowrap;
}

.about-subnav-arrow {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    color: #7a5a2f;
    line-height: 1;
    pointer-events: none;
}

.about-subnav-dropdown {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    min-width: 100%;
    background: #ffffff;
    border: 1px solid #cfcfcf;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    z-index: 30;
    overflow: hidden;
}

.about-subnav-option {
    display: block;
    padding: 7px 12px;
    background: #ffffff;
    color: #111;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.2;
    white-space: nowrap;
}

.about-subnav-option.current {
    background: #f5f5f5;
}