body.bokee-about-page {
    background: #fbf2d8;
    color: #14362e;
    font-family: "Microsoft JhengHei", "Noto Sans TC", Arial, sans-serif;
}

.bokee-about .container,
.bokee-about-breadcrumb .container {
    max-width: 1404px;
}

.bokee-about {
    overflow: hidden;
    background: #fbf2d8;
}

.bokee-about-hero {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(116, 78, 28, .18);
    background:
        linear-gradient(90deg, rgba(255, 247, 223, .98) 0%, rgba(255, 247, 223, .92) 34%, rgba(255, 247, 223, .58) 48%, rgba(255, 247, 223, 0) 66%),
        url("../images/bokee/paper-bg.jpg") repeat;
}

.bokee-about-hero__visual {
    position: absolute;
    inset: 0 0 0 24%;
    overflow: hidden;
}

.bokee-about-hero__visual:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 247, 223, .86) 0%, rgba(255, 247, 223, .22) 26%, rgba(255, 247, 223, 0) 55%);
}

.bokee-about-hero__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.bokee-about-hero .container {
    position: relative;
    z-index: 2;
}

.bokee-about-hero__content {
    width: min(430px, 100%);
    padding: 42px 0;
}

.bokee-about-pill,
.bokee-about-tag {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border: 2px solid #075642;
    border-radius: 6px;
    background: #f1c33a;
    color: #d7241f;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .02em;
    box-shadow: 6px 6px 0 #075642;
}

.bokee-about-hero__content h1 {
    margin: 36px 0 14px;
    color: #075642;
    font-size: 58px;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: 0;
}

.bokee-about-hero__content strong {
    display: block;
    margin-bottom: 18px;
    color: #d7241f;
    font-size: 21px;
    font-weight: 900;
    line-height: 1.35;
}

.bokee-about-hero__content p {
    width: min(390px, 100%);
    margin: 0 0 30px;
    color: #51493d;
    font-size: 15px;
    line-height: 1.9;
}

.bokee-about-hero__stamp {
    width: 142px;
    height: auto;
}

.bokee-about-breadcrumb {
    background: #fff9e8;
    border-bottom: 1px solid rgba(116, 78, 28, .16);
    color: #7a735f;
    font-size: 13px;
}

.bokee-about-breadcrumb .container {
    display: flex;
    min-height: 48px;
    align-items: center;
    gap: 10px;
}

.bokee-about-breadcrumb a {
    color: #7a735f;
}

.bokee-about-breadcrumb strong {
    color: #14362e;
    font-weight: 700;
}

.bokee-about-section {
    position: relative;
    padding: 88px 0;
}

.bokee-about-founder,
.bokee-philosophy,
.bokee-about-cta {
    background:
        linear-gradient(rgba(255, 247, 223, .95), rgba(255, 247, 223, .95)),
        url("../images/bokee/paper-bg.jpg") repeat;
}

.bokee-philosophy {
    padding: 120px 0 124px;
}

.bokee-founder-card {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
    gap: 72px;
    align-items: center;
}

.bokee-founder-card__media {
    position: relative;
    overflow: hidden;
    border: 4px solid #e6cc78;
    border-radius: 8px;
    background: #fff7df;
    box-shadow: 0 10px 26px rgba(60, 38, 20, .16);
}

.bokee-founder-card__media img {
    display: block;
    width: 100%;
    height: auto;
}

.bokee-founder-card__body {
    position: relative;
    min-height: 330px;
    padding: 12px 20px 12px 0;
}

.bokee-founder-card__body:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -18px;
    width: 300px;
    height: 260px;
    border: 2px solid rgba(192, 148, 78, .18);
    border-radius: 18px;
    opacity: .55;
    transform: skewX(-8deg);
}

.bokee-founder-card__body > * {
    position: relative;
    z-index: 1;
}

.bokee-founder-card h2 {
    margin: 28px 0 8px;
    color: #20242a;
    font-size: 39px;
    font-weight: 900;
    letter-spacing: 0;
}

.bokee-founder-card h2 small {
    color: #1f2e2b;
    font-size: .68em;
    font-weight: 800;
}

.bokee-founder-card h3 {
    margin: 0 0 24px;
    color: #14362e;
    font-size: 21px;
    font-weight: 900;
    line-height: 1.45;
}

.bokee-founder-card p {
    margin: 0 0 13px;
    color: #625848;
    font-size: 15px;
    line-height: 1.9;
}

.bokee-about-quote {
    min-height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 4px solid #e6cc78;
    border-bottom: 4px solid #e6cc78;
}

.bokee-about-title {
    max-width: 780px;
    margin: 0 auto 54px;
    text-align: center;
}

.bokee-about-title h2 {
    margin: 28px 0 13px;
    color: #14362e;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.35;
}

.bokee-about-title p {
    margin: 0;
    color: #6d6a5f;
    font-size: 15px;
    line-height: 1.9;
}

.bokee-philosophy-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
}

.bokee-philosophy-card {
    overflow: hidden;
    border: 4px solid #e4ca72;
    border-radius: 8px;
    background: #fff7df;
    box-shadow: 8px 10px 0 rgba(7, 86, 66, .16);
}

.bokee-philosophy-card img {
    display: block;
    width: 100%;
    aspect-ratio: 331 / 193;
    object-fit: cover;
}

.bokee-philosophy-card__body {
    min-height: 188px;
    padding: 26px 20px 22px;
    text-align: center;
}

.bokee-philosophy-card__icon {
    display: block;
    width: 62px;
    height: 62px;
    margin: 0 auto 16px;
}

.bokee-philosophy-card__icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bokee-philosophy-card h3 {
    margin: 0 0 12px;
    color: #075642;
    font-size: 18px;
    font-weight: 900;
}

.bokee-philosophy-card p {
    margin: 0;
    color: #6d6a5f;
    font-size: 13px;
    line-height: 1.75;
}

.bokee-style {
    overflow: hidden;
    padding: 112px 0 130px;
    background-color: #075642;
    background-image: url("../images/bokee/news-bg.jpg?v1.032");
    color: #fff7df;
}

.bokee-style:before,
.bokee-style:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 4px;
    background: #d6aa28;
}

.bokee-style:before {
    top: 0;
}

.bokee-style:after {
    bottom: 0;
}

.bokee-style .container {
    position: relative;
}

.bokee-about-title--dark h2 {
    color: #fff7df;
}

.bokee-about-title--dark p {
    color: rgba(255, 247, 223, .72);
}

.bokee-style__side-mark {
    position: absolute;
    left: 0;
    top: -46px;
    width: 160px;
    pointer-events: none;
}

.bokee-style__side-mark img {
    display: block;
    width: 100%;
    height: auto;
}

.bokee-style-timeline {
    position: relative;
    display: grid;
    gap: 120px;
    margin-top: 72px;
}

.bokee-style-timeline:before {
    content: "";
    position: absolute;
    top: -42px;
    bottom: -36px;
    left: 50%;
    width: 1px;
    background: rgba(255, 247, 223, .28);
}

.bokee-style-item {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1fr);
    gap: 28px;
    align-items: center;
}

.bokee-style-item__text {
    padding: 26px 30px;
    border: 3px solid #e4ca72;
    border-radius: 8px;
    background: #fff7df;
    box-shadow: 0 10px 0 rgba(0, 0, 0, .2);
    color: #14362e;
}

.bokee-style-item__text h3 {
    margin: 0 0 12px;
    color: #075642;
    font-size: 19px;
    font-weight: 900;
}

.bokee-style-item__text p {
    margin: 0;
    color: #625848;
    font-size: 14px;
    line-height: 1.8;
}

.bokee-style-item__dot {
    position: relative;
    z-index: 2;
    width: 22px;
    height: 22px;
    justify-self: center;
    border: 4px solid rgba(241, 195, 58, .75);
    border-radius: 50%;
    background: #d7241f;
    box-shadow: 0 0 0 6px rgba(255, 247, 223, .12);
}

.bokee-style-item__media {
    overflow: hidden;
    border: 3px solid #e4ca72;
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .26);
}

.bokee-style-item__media img {
    display: block;
    width: 100%;
    aspect-ratio: 652 / 278;
    object-fit: cover;
}

.bokee-style-item--image-left .bokee-style-item__media {
    grid-column: 1;
    grid-row: 1;
}

.bokee-style-item--image-left .bokee-style-item__dot {
    grid-column: 2;
    grid-row: 1;
}

.bokee-style-item--image-left .bokee-style-item__text {
    grid-column: 3;
    grid-row: 1;
}

.bokee-about-cta__card {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
    align-items: center;
    overflow: hidden;
    border: 6px solid #9c1f18;
    border-radius: 10px;
    background:
        linear-gradient(90deg, rgba(255, 247, 223, .96), rgba(255, 247, 223, .96)),
        url("../images/bokee/paper-bg.jpg") repeat;
    box-shadow: 0 12px 0 rgba(9, 64, 50, .18);
}

.bokee-about-cta__media {
    overflow: hidden;
    height: 100%;
    min-height: 292px;
    border-radius: 0 110px 110px 0;
}

.bokee-about-cta__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bokee-about-cta__body {
    position: relative;
    padding: 46px 60px;
}

.bokee-about-cta__body:after {
    content: "BO KEE";
    position: absolute;
    right: 24px;
    bottom: 18px;
    color: rgba(7, 86, 66, .08);
    font-size: 64px;
    font-weight: 900;
    line-height: 1;
}

.bokee-about-cta__body h2 {
    position: relative;
    z-index: 1;
    margin: 0 0 18px;
    color: #14362e;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.38;
}

.bokee-about-cta__body p {
    position: relative;
    z-index: 1;
    margin: 0 0 28px;
    color: #6d6a5f;
    font-size: 15px;
    line-height: 1.8;
}

.bokee-about-button {
    position: relative;
    z-index: 1;
    display: inline-flex;
    min-width: 168px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 22px;
    border: 2px solid #9c1f18;
    border-radius: 999px;
    background: #d7241f;
    color: #fff7df;
    font-size: 14px;
    font-weight: 900;
    box-shadow: 5px 5px 0 #d6aa28;
}

.bokee-about-button:hover {
    color: #fff7df;
    transform: translateY(-2px);
}

@media (max-width: 1199px) {
    .bokee-about-hero__visual {
        left: 20%;
    }

    .bokee-philosophy-grid {
        gap: 18px;
    }

    .bokee-style__side-mark {
        display: none;
    }
}

@media (max-width: 991px) {
    .bokee-about-hero {
        min-height: auto;
        padding-top: 300px;
        background: #fff7df;
    }

    .bokee-about-hero__visual {
        inset: 0 0 auto 0;
        height: 360px;
    }

    .bokee-about-hero__visual:after {
        background: linear-gradient(180deg, rgba(255, 247, 223, 0) 0%, rgba(255, 247, 223, .72) 72%, #fff7df 100%);
    }

    .bokee-about-hero__content {
        width: 100%;
        max-width: 560px;
        padding: 42px 0 58px;
    }

    .bokee-about-hero__content h1 {
        font-size: 44px;
    }

    .bokee-founder-card,
    .bokee-about-cta__card {
        grid-template-columns: 1fr;
    }

    .bokee-founder-card {
        gap: 38px;
    }

    .bokee-founder-card__body {
        min-height: 0;
        padding: 0;
    }

    .bokee-founder-card__body:after {
        display: none;
    }

    .bokee-philosophy-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bokee-style-timeline:before {
        left: 18px;
    }

    .bokee-style-item,
    .bokee-style-item--image-left {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 18px;
    }

    .bokee-style-item__dot,
    .bokee-style-item--image-left .bokee-style-item__dot {
        grid-column: 1;
        grid-row: 1;
    }

    .bokee-style-item__text,
    .bokee-style-item__media,
    .bokee-style-item--image-left .bokee-style-item__text,
    .bokee-style-item--image-left .bokee-style-item__media {
        grid-column: 2;
    }

    .bokee-style-item__media,
    .bokee-style-item--image-left .bokee-style-item__media {
        grid-row: 1;
    }

    .bokee-style-item__text,
    .bokee-style-item--image-left .bokee-style-item__text {
        grid-row: 2;
    }

    .bokee-about-cta__media {
        min-height: 260px;
        border-radius: 0 0 84px 0;
    }
}

@media (max-width: 767px) {
    .bokee-about .container,
    .bokee-about-breadcrumb .container {
        max-width: 100%;
        padding-left: 18px;
        padding-right: 18px;
    }

    .bokee-about-hero {
        padding-top: 250px;
    }

    .bokee-about-hero__visual {
        height: 300px;
    }

    .bokee-about-hero__visual img {
        object-position: 58% center;
    }

    .bokee-about-hero__content {
        padding: 34px 0 44px;
    }

    .bokee-about-hero__content h1 {
        margin-top: 28px;
        font-size: 38px;
    }

    .bokee-about-hero__content strong {
        font-size: 18px;
    }

    .bokee-about-section {
        padding: 58px 0;
    }

    .bokee-founder-card h2,
    .bokee-about-title h2,
    .bokee-about-cta__body h2 {
        font-size: 28px;
    }

    .bokee-about-quote {
        min-height: 220px;
        background-size: auto 100%;
        background-position: center;
    }

    .bokee-philosophy-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .bokee-philosophy-card__body {
        min-height: 0;
    }

    .bokee-style-timeline {
        gap: 56px;
        margin-top: 48px;
    }

    .bokee-style-item__text {
        padding: 22px 20px;
    }

    .bokee-about-cta__card {
        border-width: 4px;
    }

    .bokee-about-cta__body {
        padding: 34px 24px 42px;
    }

    .bokee-about-cta__body:after {
        font-size: 42px;
    }
}

@media (max-width: 420px) {
    .bokee-about-hero {
        padding-top: 230px;
    }

    .bokee-about-hero__visual {
        height: 280px;
    }

    .bokee-about-hero__content h1 {
        font-size: 34px;
    }

    .bokee-about-pill,
    .bokee-about-tag {
        min-height: 26px;
        padding: 0 14px;
        font-size: 11px;
        box-shadow: 4px 4px 0 #075642;
    }
}
