html,
body {
    margin: 0;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: "Charis SIL", Georgia, serif;
    font-weight: 400;
}

body {
    background: #FFF4E2;
    color: #2B2118;
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: linear-gradient(135deg, #FFF8EF 0%, #FFF4E2 55%, #FFEBD1 100%);
    color: #3A1A00;
    box-shadow: 0 8px 24px rgba(150,78,0,0.08);
}

.desktop-nav-wrap {
    max-width: 1240px;
    margin: 0 auto;
    min-height: 76px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 22px;
    padding: 10px 22px;
}

.brand img,
.mobile-brand img,
.drawer-head img,
.footer-brand img {
    display: block;
    width: auto;
    object-fit: contain;
}

.brand img {
    max-height: 50px;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: 0;
    overflow: hidden;
}

.nav a,
.text-link,
.meta-text,
.small-note {
    font-family: "Charis SIL", Georgia, serif;
    font-weight: 700;
}

.nav a {
    color: #3A1A00;
    padding: 8px 8px;
    border-radius: 0;
    white-space: nowrap;
    line-height: 1;
    font-size: 15px;
}

.nav a.active,
.nav a:hover {
    color: #E86F00;
    background: transparent;
    box-shadow: inset 0 -2px 0 #FF8A00;
}

.login-btn,
.primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 18px;
    font-family: "Charis SIL", Georgia, serif;
    font-weight: 700;
    background: linear-gradient(180deg, #FFC04A 0%, #FF9A12 45%, #FF7A00 100%);
    color: #FFFFFF;
    border: 1px solid rgba(255,255,255,0.65);
    border-radius: 8px;
    box-shadow: 0 10px 22px rgba(255,122,0,0.22);
    transition: transform .2s ease, box-shadow .2s ease;
    white-space: nowrap;
}

.login-btn:hover,
.primary-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 26px rgba(255,122,0,0.30);
}

.mobile-topbar {
    display: none;
}

.site-main {
    min-height: 60vh;
}

.section,
.page-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 54px 22px;
}

.section-tight {
    padding-top: 30px;
    padding-bottom: 30px;
}

h1,
.page-title,
.hero-title {
    font-family: "Charis SIL", Georgia, serif;
    font-weight: 700;
    color: #E86F00;
    line-height: 1.12;
    margin: 0 0 18px;
}

h1,
.hero-title {
    font-size: clamp(34px, 5vw, 58px);
}

h2,
.section-title {
    font-family: "Charis SIL", Georgia, serif;
    font-weight: 700;
    color: #E86F00;
    line-height: 1.2;
    margin: 0 0 14px;
    font-size: clamp(26px, 3.5vw, 40px);
}

h3,
.card-title,
.zone-card h3,
.info-card h3 {
    font-family: "Charis SIL", Georgia, serif;
    font-weight: 700;
    color: #3A1A00;
    margin: 0 0 10px;
}

p,
li,
.faq-answer,
.section-desc,
.card p,
.zone-card p,
.info-card p {
    font-family: "Charis SIL", Georgia, serif;
    font-weight: 400;
}

p,
li {
    font-size: 17px;
    line-height: 1.72;
}

.section-desc,
.lead {
    color: #6E5A45;
    max-width: 860px;
    margin: 0 0 22px;
}

.banner-slider {
    max-width: 1200px;
    margin: 28px auto 36px;
    border-radius: 22px;
    background: linear-gradient(135deg, #FFF8EF 0%, #FFFFFF 48%, #FFEBD1 100%);
    border: 1px solid rgba(255,138,0,0.22);
    box-shadow: 0 18px 42px rgba(150,78,0,0.14);
    overflow: hidden;
    position: relative;
}

.banner-track {
    display: flex;
    transition: transform .55s ease;
}

.banner-slide {
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #FFF8EF 0%, #FFFFFF 55%, #FFEBD1 100%);
}

.banner-slider img {
    width: 100%;
    max-height: 440px;
    object-fit: contain;
    display: block;
}

.banner-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    color: #FFFFFF;
    background: linear-gradient(180deg, #FFC04A 0%, #FF9A12 45%, #FF7A00 100%);
    box-shadow: 0 10px 22px rgba(150,78,0,0.18);
    cursor: pointer;
    font-size: 28px;
    line-height: 1;
}

.banner-prev { left: 18px; }
.banner-next { right: 18px; }

.banner-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 14px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.banner-dot {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 50%;
    background: rgba(58,26,0,0.25);
    cursor: pointer;
}

.banner-dot.active {
    width: 28px;
    border-radius: 999px;
    background: #FF8A00;
}

.brand-strip,
.notice-box,
.app-panel,
.page-hero {
    background: linear-gradient(135deg, #FFF8EF 0%, #FFFFFF 55%, #FFEBD1 100%);
    border: 1px solid rgba(255,138,0,0.18);
    border-radius: 24px;
    box-shadow: 0 16px 40px rgba(150,78,0,0.10);
}

.brand-strip {
    padding: 28px;
}

.quick-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.quick-pills a {
    padding: 10px 16px;
    border: 1px solid rgba(255,138,0,0.25);
    border-radius: 999px;
    background: #FFFFFF;
    color: #E86F00;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(150,78,0,0.08);
}

.grid,
.category-grid,
.service-grid,
.zone-grid,
.help-grid,
.faq-grid,
.article-grid {
    display: grid;
    gap: 20px;
}

.category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-grid,
.zone-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.article-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card,
.zone-card,
.info-card,
.faq-item,
.article-card {
    background: #FFFFFF;
    border: 1px solid rgba(255,138,0,0.18);
    box-shadow: 0 16px 40px rgba(150,78,0,0.10);
    color: #2B2118;
    border-radius: 22px;
    padding: 24px;
}

.category-card {
    min-height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-number,
.zone-tag,
.step-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #E86F00;
    font-weight: 700;
    margin-bottom: 12px;
}

.card-number {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #FFEBD1;
}

.zone-tag,
.step-tag {
    padding: 6px 10px;
    border-radius: 999px;
    background: #FFEBD1;
    font-size: 14px;
}

.text-link {
    color: #E86F00;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
}

.text-link:hover {
    color: #FF8A00;
}

.feature-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 34px;
    align-items: center;
    margin: 0 0 34px;
    background: #FFFFFF;
    border: 1px solid rgba(255,138,0,0.18);
    border-radius: 26px;
    padding: 26px;
    box-shadow: 0 16px 40px rgba(150,78,0,0.10);
}

.feature-row.reverse .feature-media {
    order: 2;
}

.feature-media,
.hero-visual,
.zone-media,
.app-media {
    border-radius: 20px;
    background: linear-gradient(135deg, #FFF8EF 0%, #FFFFFF 50%, #FFEBD1 100%);
    border: 1px solid rgba(255,138,0,0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.feature-media {
    min-height: 260px;
    padding: 12px;
}

.content-img,
.zone-card img,
.app-section img,
.banner-slider img,
.hero-visual img,
.promo-banner img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.feature-media img {
    max-height: 300px;
    object-fit: contain;
}

.feature-content ul,
.page-content ul,
.app-panel ul,
.card ul {
    padding-left: 20px;
    margin: 12px 0 0;
}

.zone-card {
    padding: 0;
    overflow: hidden;
}

.zone-card-body {
    padding: 22px;
}

.zone-media {
    min-height: 180px;
    border-radius: 0;
    border-width: 0 0 1px 0;
    padding: 14px;
}

.zone-media img {
    max-height: 168px;
    object-fit: contain;
}

.decoration-card {
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 25% 25%, #FFC04A 0 10%, transparent 11%), radial-gradient(circle at 75% 70%, #FF8A00 0 9%, transparent 10%), linear-gradient(135deg, #FFF8EF 0%, #FFEBD1 100%);
}

.decoration-card span {
    width: 96px;
    height: 96px;
    border-radius: 24px;
    border: 2px solid rgba(232,111,0,0.30);
    background: rgba(255,255,255,0.55);
    box-shadow: inset 0 0 0 12px rgba(255,192,74,0.18);
}

.app-panel {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 34px;
    align-items: center;
    padding: 30px;
}

.app-media {
    min-height: 360px;
    padding: 18px;
}

.app-media img {
    max-height: 340px;
    object-fit: contain;
}

.notice-box {
    padding: 28px;
    color: #3A1A00;
}

.page-hero {
    max-width: 1200px;
    margin: 34px auto 0;
    padding: 34px;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(280px, .92fr);
    gap: 30px;
    align-items: center;
}

.page-hero.no-image {
    grid-template-columns: 1fr;
}

.hero-visual {
    min-height: 300px;
    padding: 18px;
}

.hero-visual img {
    max-height: 320px;
}

.page-content {
    max-width: 980px;
    margin: 0 auto;
}

.page-content h2 {
    margin-top: 34px;
}

.cta-line {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 22px;
}

.faq-item h3 {
    color: #E86F00;
}

.site-footer {
    background: #3A1A00;
    color: #FFE7C2;
    margin-top: 50px;
}

.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 22px 30px;
    display: grid;
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 28px;
}

.footer-brand img {
    max-height: 54px;
    margin-bottom: 16px;
}

.footer-brand p,
.footer-note p {
    color: #FFE7C2;
    opacity: .92;
}

.footer-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-col h3 {
    color: #FFC04A;
}

.footer-col a {
    color: #FFE7C2;
}

.footer-col a:hover {
    color: #FFC04A;
}

.footer-note {
    border-top: 1px solid rgba(255,231,194,0.18);
    max-width: 1200px;
    margin: 0 auto;
    padding: 18px 22px 28px;
}

.drawer-overlay,
.mobile-drawer {
    display: none;
}

@media (max-width: 1120px) {
    .nav a {
        font-size: 14px;
        padding-left: 6px;
        padding-right: 6px;
    }
    .desktop-nav-wrap {
        gap: 12px;
    }
}

@media (max-width: 920px) {
    .desktop-nav-wrap {
        display: none;
    }
    .mobile-topbar {
        min-height: 68px;
        display: grid;
        grid-template-columns: 56px 1fr auto;
        align-items: center;
        gap: 10px;
        padding: 8px 14px;
    }
    .menu-toggle {
        width: 44px;
        height: 44px;
        border: 1px solid rgba(255,138,0,0.22);
        border-radius: 12px;
        background: #FFFFFF;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }
    .menu-toggle span {
        width: 22px;
        height: 2px;
        background: #3A1A00;
        border-radius: 99px;
    }
    .mobile-brand {
        display: flex;
        justify-content: center;
    }
    .mobile-brand img {
        max-height: 48px;
    }
    .mobile-login {
        min-height: 38px;
        padding: 8px 12px;
        font-size: 13px;
    }
    .drawer-overlay {
        position: fixed;
        inset: 0;
        z-index: 9998;
        background: rgba(0,0,0,.42);
        opacity: 0;
        pointer-events: none;
        display: block;
        transition: opacity .25s ease;
    }
    .mobile-drawer {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 84vw;
        max-width: 320px;
        z-index: 9999;
        display: block;
        background: linear-gradient(135deg, #FFFFFF 0%, #FFF8EF 55%, #FFEBD1 100%);
        box-shadow: 18px 0 38px rgba(58,26,0,0.22);
        transform: translateX(-104%);
        transition: transform .28s ease;
        overflow-y: auto;
        padding: 18px;
    }
    .drawer-open {
        overflow: hidden;
    }
    .drawer-open .drawer-overlay {
        opacity: 1;
        pointer-events: auto;
    }
    .drawer-open .mobile-drawer {
        transform: translateX(0);
    }
    .drawer-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
        margin-bottom: 14px;
    }
    .drawer-head img {
        max-height: 48px;
    }
    .drawer-close {
        width: 40px;
        height: 40px;
        border: 1px solid rgba(255,138,0,0.25);
        border-radius: 12px;
        background: #FFFFFF;
        color: #3A1A00;
        font-size: 28px;
        line-height: 1;
    }
    .drawer-login {
        width: 100%;
        margin-bottom: 14px;
    }
    .drawer-nav {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .drawer-nav a {
        padding: 12px 14px;
        border-radius: 14px;
        background: #FFFFFF;
        color: #3A1A00;
        font-weight: 700;
        border: 1px solid rgba(255,138,0,0.15);
    }
    .category-grid,
    .service-grid,
    .zone-grid,
    .help-grid,
    .faq-grid,
    .article-grid,
    .page-hero,
    .feature-row,
    .app-panel {
        grid-template-columns: 1fr;
    }
    .feature-row.reverse .feature-media {
        order: 0;
    }
    .footer-inner {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .section,
    .page-section {
        padding: 38px 16px;
    }
    .banner-slider {
        margin: 18px 14px 26px;
        border-radius: 18px;
    }
    .banner-slider img {
        max-height: 280px;
    }
    .banner-arrow {
        width: 36px;
        height: 36px;
        font-size: 22px;
    }
    .banner-prev { left: 10px; }
    .banner-next { right: 10px; }
    .brand-strip,
    .notice-box,
    .card,
    .faq-item,
    .article-card,
    .page-hero,
    .app-panel,
    .feature-row {
        border-radius: 18px;
        padding: 20px;
    }
    .zone-card-body {
        padding: 18px;
    }
    .feature-media,
    .hero-visual,
    .app-media {
        min-height: 220px;
    }
    .footer-inner {
        grid-template-columns: 1fr;
    }
}
