body.feature-page {
    margin: 0;
    min-height: 100vh;
    background:
        radial-gradient(circle at top, rgba(254, 247, 225, 0.94) 0%, rgba(254, 247, 225, 0) 32%),
        linear-gradient(180deg, #f4e5c8 0%, #ddb26a 52%, #b77333 100%);
    color: #24425c;
}

.feature-shell {
    max-width: 1160px;
    margin: 0 auto;
    padding: 28px 24px 44px;
}

.feature-stage {
    position: relative;
    padding-top: 8px;
}

.feature-stage::before {
    content: "";
    position: absolute;
    inset: 108px 18px 26px;
    border-radius: 36px;
    background:
        linear-gradient(135deg, rgba(255, 252, 243, 0.72), rgba(255, 245, 224, 0.24)),
        repeating-linear-gradient(
            90deg,
            rgba(127, 73, 28, 0.08) 0,
            rgba(127, 73, 28, 0.08) 18px,
            rgba(255, 255, 255, 0) 18px,
            rgba(255, 255, 255, 0) 36px
        );
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.35),
        0 18px 36px rgba(110, 67, 25, 0.16);
}

.feature-title {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    width: min(82%, 640px);
    padding: 14px 22px;
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(255, 251, 244, 0.92), rgba(250, 240, 219, 0.88));
    box-shadow: 0 18px 45px rgba(96, 67, 32, 0.18);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 250, 240, 0.75);
    text-align: center;
}

.feature-title h1 {
    margin: 0;
    font-size: 32px;
    line-height: 1.15;
    font-weight: 700;
    color: #0f4f84;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
}

.hero-slider {
    position: relative;
    z-index: 1;
    margin: 58px auto 0;
    padding: 18px 18px 30px;
    width: fit-content;
    background: linear-gradient(180deg, rgba(255, 250, 240, 0.82), rgba(248, 235, 210, 0.72));
    border-radius: 30px;
    box-shadow: 0 28px 60px rgba(87, 65, 33, 0.24);
    border: 1px solid rgba(255, 249, 239, 0.7);
}

.hero-slider #wrapper {
    width: 1000px;
    margin: 0;
}

.hero-slider #slide {
    height: 250px !important;
    border-radius: 22px;
    box-shadow: inset 0 0 0 3px rgba(247, 230, 193, 0.5);
}

.hero-slider #slide ul,
.hero-slider #slide li,
.hero-slider #slide img {
    border-radius: 22px;
}

.hero-slider button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 249, 239, 0.78);
    box-shadow: 0 10px 18px rgba(86, 60, 30, 0.18);
    opacity: 0.95;
}

.hero-slider button:hover {
    opacity: 1;
    transform: translateY(-2px);
}

.hero-slider #prevBtn,
.hero-slider #nextBtn {
    top: 176px;
}

.hero-slider #prevBtn {
    left: 18px;
}

.hero-slider #nextBtn {
    right: 18px;
}

.poster-stamp {
    position: absolute;
    left: -46px;
    bottom: -22px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: rgba(248, 240, 222, 0.94);
    border: 4px double rgba(155, 90, 24, 0.55);
    color: #8c5117;
    box-shadow: 0 12px 24px rgba(95, 59, 23, 0.18);
    transform: rotate(-10deg);
}

.poster-stamp span {
    display: block;
    line-height: 1.1;
}

.poster-stamp .stamp-top {
    font-size: 9px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.poster-stamp .stamp-year {
    margin: 5px 0;
    font-size: 26px;
    font-weight: 700;
    color: #0f4f84;
}

.poster-stamp .stamp-bottom {
    font-size: 10px;
    letter-spacing: 0.08em;
}

.menu-card {
    position: relative;
    z-index: 2;
    width: min(1000px, calc(100% - 28px));
    margin: 28px auto 0;
    padding: 10px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 251, 244, 0.9), rgba(244, 230, 200, 0.88));
    box-shadow: 0 20px 38px rgba(102, 68, 29, 0.16);
}

#cmenu {
    width: auto;
    margin: 0;
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(90deg, #1f8ec8 0%, #0a65b6 45%, #074b8d 100%);
}

#cmenu ul {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin: 0;
}

#cmenu ul li {
    width: auto;
    flex: 1 1 142px;
}

#cmenu ul li a {
    min-height: 54px;
    padding: 12px 14px;
    line-height: 1.35;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    transition: background 0.2s ease, transform 0.2s ease;
}

#cmenu ul li a:hover,
#cmenu ul li a.active {
    background: rgba(255, 249, 239, 0.2);
}

.content-shell {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 24px;
    width: min(1000px, 100%);
    margin: 26px auto 0;
    align-items: start;
}

.side-card,
.main-card {
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255, 251, 244, 0.95), rgba(245, 232, 204, 0.94));
    box-shadow: 0 22px 48px rgba(98, 67, 29, 0.2);
    border: 1px solid rgba(255, 248, 235, 0.9);
}

.side-card {
    padding: 20px 18px;
    position: sticky;
    top: 20px;
}

.side-heading {
    margin: 0 0 14px;
    font-size: 13px;
    color: #91581d;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.left-menu {
    width: auto;
    margin: 0;
    float: none;
    background: transparent;
}

.left-menu li + li {
    margin-top: 10px;
}

.left-menu a {
    width: auto;
    padding: 16px 18px;
    border: none;
    border-radius: 18px;
    background: rgba(196, 125, 44, 0.08);
    color: #6c471f;
    font-weight: 700;
    line-height: 1.45;
    box-shadow: inset 0 0 0 1px rgba(185, 122, 51, 0.1);
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.left-menu a:hover,
.left-menu a.active {
    color: #fff;
    background: linear-gradient(135deg, #c47d2c 0%, #9d5d18 100%);
    transform: translateX(2px);
}

.main-card {
    padding: 30px;
    overflow: hidden;
}

.nav_title {
    margin: 18px 0 10px;
    font-size: 36px;
    line-height: 1.2;
    color: #0f4f84;
    font-weight: 700;
}

.nav_title:first-child {
    margin-top: 0;
}

.title {
    margin: 4px 0 18px;
    color: #79512a;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 700;
}

.title_last {
    margin-top: 18px;
    padding: 26px 28px;
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(246, 234, 209, 0.92));
    box-shadow:
        inset 0 0 0 1px rgba(194, 133, 61, 0.12),
        0 18px 34px rgba(90, 61, 27, 0.1);
    color: #4a5f70;
    font-size: 17px;
    line-height: 1.9;
}

.main-card > .title_last:first-of-type {
    margin-top: 18px;
}

.title_last p {
    margin: 0 0 18px;
}

.nav2_title {
    display: inline-block;
    color: #0f4f84;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
}

.visual-card,
.pic-frame {
    position: relative;
    width: min(100%, 720px);
    margin: 28px auto;
    padding: 18px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 250, 240, 0.96), rgba(239, 221, 186, 0.92));
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.5),
        0 18px 34px rgba(90, 61, 27, 0.16);
}

.picdiv {
    width: 100% !important;
    margin: 0 auto;
    text-align: center;
}

.title_last .picdiv[style*="float:right"],
.main-card .picdiv[style*="float:right"] {
    float: none !important;
    width: min(100%, 260px) !important;
    margin: 0 auto 18px;
}

.personalpics,
.picdiv img,
.main-card > img,
.title_last > img,
.visual-card > img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 22px;
    box-shadow: 0 16px 30px rgba(79, 57, 28, 0.18);
}

.caption-chip {
    display: inline-block;
    margin-top: 16px;
    padding: 9px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    color: #8a531d;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.table-a {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 22px;
    background: rgba(255, 252, 244, 0.86);
    box-shadow: inset 0 0 0 1px rgba(191, 124, 47, 0.14);
}

.table-a td {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(191, 124, 47, 0.12);
    vertical-align: top;
    line-height: 1.7;
}

.table-a tr:last-child td {
    border-bottom: none;
}

.table-a a {
    color: #0a65b6;
    word-break: break-all;
}

.banner-frame {
    margin-top: 28px;
    padding: 16px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 248, 235, 0.88), rgba(242, 225, 189, 0.9));
    box-shadow: inset 0 0 0 1px rgba(191, 124, 47, 0.15);
    text-align: center;
}

.banner-frame img {
    display: block;
    width: min(100%, 760px);
    margin: 0 auto;
    border-radius: 18px;
    box-shadow: 0 14px 28px rgba(84, 59, 29, 0.14);
}

.page-footer {
    position: relative;
    width: calc(100% - 244px);
    max-width: 756px;
    margin: 22px 82px 0 auto;
    padding: 18px 0 0;
    text-align: center;
    color: #7e4d1f;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.7;
}

.page-footer::before {
    content: "";
    display: block;
    width: min(100%, 860px);
    height: 4px;
    margin: 0 auto 16px;
    border-radius: 999px;
    background:
        repeating-linear-gradient(
            90deg,
            #80511e 0,
            #80511e 22px,
            #f4e5c8 22px,
            #f4e5c8 34px
        );
    opacity: 0.5;
}

@media (max-width: 1100px) {
    .feature-shell {
        padding-left: 16px;
        padding-right: 16px;
    }

    .hero-slider {
        width: 100%;
        padding: 14px 14px 26px;
    }

    .hero-slider #wrapper {
        width: 100%;
    }

    .hero-slider #slide,
    #slide li,
    #slide li img {
        width: 100% !important;
        height: auto !important;
    }

    #slide ul {
        width: 400% !important;
    }

    .content-shell {
        grid-template-columns: 1fr;
    }

    .side-card {
        position: static;
    }

    .page-footer {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 680px) {
    .feature-shell {
        padding-top: 18px;
        padding-bottom: 30px;
    }

    .feature-stage {
        padding-top: 0;
    }

    .feature-title {
        position: static;
        transform: none;
        width: auto;
        margin-bottom: 16px;
        padding: 18px 20px;
    }

    .feature-title h1 {
        font-size: 28px;
    }

    .hero-slider {
        margin-top: 0;
        padding: 10px;
        border-radius: 20px;
    }

    .hero-slider #slide,
    .hero-slider #slide li,
    .hero-slider #slide img {
        border-radius: 14px;
    }

    .hero-slider button {
        width: 40px;
        height: 40px;
    }

    .hero-slider #prevBtn,
    .hero-slider #nextBtn {
        top: calc(100% - 62px);
    }

    .poster-stamp {
        position: static;
        margin: 14px auto 0;
        transform: rotate(-6deg);
        width: 100px;
        height: 100px;
    }

    .menu-card {
        width: 100%;
    }

    .main-card {
        padding: 24px 20px;
    }

    .nav_title {
        font-size: 28px;
    }

    .title,
    .title_last,
    .nav2_title {
        font-size: 15px;
        line-height: 1.8;
    }
}
