:root {
    --bg: #FFF4E2;
    --bg-soft: #FFF8EF;
    --bg-warm: #FFEBD1;
    --card: #FFFFFF;
    --orange: #FF8A00;
    --orange-dark: #E86F00;
    --yellow: #FFC04A;
    --brown: #3A1A00;
    --text: #2B2118;
    --muted: #6E5A45;
    --footer-text: #FFE7C2;
    --border: rgba(255,138,0,0.18);
    --shadow: 0 16px 40px rgba(150,78,0,0.10);
    --shadow-strong: 0 18px 42px rgba(150,78,0,0.14);
    --grad-btn: linear-gradient(180deg, #FFC04A 0%, #FF9A12 45%, #FF7A00 100%);
}

* { box-sizing: border-box; }

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

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

body.drawer-open { overflow: hidden; }

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

img { display: block; }

.container {
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
}

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

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

.desktop-header {
    min-height: 76px;
    display: flex;
    align-items: center;
    gap: 18px;
}

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

.brand img { max-height: 48px; max-width: 150px; }
.mobile-logo img { max-height: 42px; max-width: 132px; }
.drawer-logo img { max-height: 46px; max-width: 150px; }
.footer-brand img { max-height: 52px; max-width: 160px; }

.nav {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    min-width: 0;
}

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

.nav a {
    color: #3A1A00;
    padding: 9px 8px;
    border-radius: 0;
    white-space: nowrap;
    line-height: 1;
    font-size: 15px;
    transition: color .2s ease, box-shadow .2s ease;
}

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

.login-btn {
    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);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 18px;
    letter-spacing: .02em;
    white-space: nowrap;
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.login-btn:hover { transform: translateY(-2px); filter: brightness(1.02); box-shadow: 0 14px 28px rgba(255,122,0,0.28); }

.mobile-topbar { display: none; }

.menu-toggle,
.drawer-close,
.slider-arrow,
.slider-dot {
    font-family: "Charis SIL", Georgia, serif;
    cursor: pointer;
}

.menu-toggle,
.drawer-close {
    border: 1px solid rgba(255,138,0,0.22);
    background: #FFFFFF;
    color: #E86F00;
    border-radius: 10px;
    width: 42px;
    height: 42px;
    font-size: 24px;
    line-height: 1;
}

.drawer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.42);
    z-index: 10000;
    opacity: 0;
    transition: opacity .22s ease;
}

.drawer-overlay.show { opacity: 1; }

.mobile-drawer {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: min(84vw, 320px);
    background: linear-gradient(180deg, #FFFFFF 0%, #FFF8EF 58%, #FFEBD1 100%);
    z-index: 10001;
    transform: translateX(-105%);
    transition: transform .28s ease;
    box-shadow: 18px 0 40px rgba(58,26,0,0.18);
    padding: 18px;
    overflow-y: auto;
}

.mobile-drawer.open { transform: translateX(0); }

.drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.drawer-login { width: 100%; margin: 8px 0 16px; }

.drawer-nav {
    display: grid;
    gap: 4px;
}

.drawer-nav a {
    padding: 12px 10px;
    color: #3A1A00;
    border-bottom: 1px solid rgba(255,138,0,0.14);
    font-weight: 700;
}

.drawer-nav a.active,
.drawer-nav a:hover { color: #E86F00; }

.drawer-note {
    margin-top: 18px;
    color: #6E5A45;
    font-size: 14px;
    line-height: 1.6;
}

h1,
.page-title,
.hero-title {
    font-family: "Charis SIL", Georgia, serif;
    font-weight: 700;
    color: #E86F00;
}

h2,
.section-title {
    font-family: "Charis SIL", Georgia, serif;
    font-weight: 700;
    color: #E86F00;
}

h3,
.card-title,
.zone-card h3,
.info-card h3 {
    font-family: "Charis SIL", Georgia, serif;
    font-weight: 700;
}

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

.page-hero {
    padding: 58px 0 28px;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.04fr .96fr;
    gap: 30px;
    align-items: center;
}

.hero-copy,
.hero-visual,
.soft-panel,
.card,
.zone-card,
.info-card,
.notice-card,
.faq-item,
.promo-panel {
    background: #FFFFFF;
    border: 1px solid rgba(255,138,0,0.18);
    box-shadow: 0 16px 40px rgba(150,78,0,0.10);
    color: #2B2118;
}

.hero-copy,
.soft-panel,
.notice-card,
.promo-panel { border-radius: 22px; }
.hero-copy { padding: 34px; }

.eyebrow,
.card-tag,
.orange-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #E86F00;
    background: #FFEBD1;
    border: 1px solid rgba(255,138,0,0.22);
    border-radius: 999px;
    padding: 7px 12px;
    font-weight: 700;
    line-height: 1;
}

.page-title,
.hero-title {
    font-size: clamp(34px, 5vw, 62px);
    line-height: 1.05;
    margin: 18px 0 18px;
}

.section-title {
    font-size: clamp(26px, 3.2vw, 42px);
    line-height: 1.15;
    margin: 0 0 12px;
}

.section-desc,
.hero-desc,
.lead {
    color: #6E5A45;
    line-height: 1.78;
    font-size: 18px;
}

.hero-desc { margin: 0 0 22px; }

.hero-visual {
    border-radius: 24px;
    padding: 18px;
    background: linear-gradient(135deg, #FFF8EF 0%, #FFFFFF 54%, #FFEBD1 100%);
}

.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;
}

.hero-visual img,
.content-img {
    width: 100%;
    max-height: 380px;
    margin: 0 auto;
}

.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;
}

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

.slider-slide {
    min-width: 100%;
    padding: 14px;
    display: grid;
    place-items: center;
}

.slider-slide img {
    width: 100%;
    max-height: 440px;
    border-radius: 18px;
    background: #FFF8EF;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(255,138,0,0.28);
    background: rgba(255,255,255,0.88);
    color: #E86F00;
    font-size: 28px;
    display: grid;
    place-items: center;
    box-shadow: 0 12px 26px rgba(150,78,0,0.12);
}

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

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

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #FF8A00;
    background: #FFFFFF;
    padding: 0;
}

.slider-dot.active { background: #FF8A00; }

.brand-strip {
    margin: 0 auto 34px;
    padding: 26px;
    border-radius: 22px;
    background: linear-gradient(135deg, #FFFFFF 0%, #FFF8EF 48%, #FFEBD1 100%);
    border: 1px solid rgba(255,138,0,0.18);
    box-shadow: var(--shadow);
}

.brand-strip p { margin: 0; line-height: 1.78; color: #2B2118; font-size: 18px; }

.quick-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 22px 0 0;
}

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

.section { padding: 44px 0; }
.section-head { max-width: 820px; margin-bottom: 24px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }

.grid-8,
.grid-6,
.grid-4,
.grid-3,
.grid-2 {
    display: grid;
    gap: 18px;
}

.grid-8 { grid-template-columns: repeat(4, 1fr); }
.grid-6 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }

.card,
.zone-card,
.info-card,
.faq-item {
    border-radius: 20px;
    padding: 22px;
}

.card h3,
.info-card h3,
.zone-card h3,
.faq-item h3 { margin: 0 0 10px; color: #2B2118; font-size: 21px; }
.card p,
.info-card p,
.zone-card p,
.faq-item p { margin: 0 0 14px; line-height: 1.7; color: #6E5A45; }

.card .num,
.info-card .num {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: #FFEBD1;
    color: #E86F00;
    font-weight: 700;
    margin-bottom: 14px;
}

.text-link { color: #E86F00; display: inline-flex; align-items: center; gap: 6px; }
.text-link:hover { color: #FF8A00; text-decoration: underline; text-underline-offset: 4px; }

.feature-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
    align-items: center;
    margin-bottom: 26px;
}

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

.feature-media,
.feature-copy {
    border-radius: 24px;
    background: #FFFFFF;
    border: 1px solid rgba(255,138,0,0.18);
    box-shadow: var(--shadow);
}

.feature-media { padding: 18px; background: linear-gradient(135deg, #FFF8EF 0%, #FFFFFF 52%, #FFEBD1 100%); }
.feature-copy { padding: 30px; }
.feature-copy h3 { color: #E86F00; font-size: 28px; margin: 0 0 12px; }
.feature-copy p { line-height: 1.75; color: #6E5A45; }
.feature-copy ul,
.check-list { margin: 18px 0; padding: 0; list-style: none; display: grid; gap: 9px; }
.feature-copy li,
.check-list li { line-height: 1.55; color: #2B2118; padding-left: 24px; position: relative; }
.feature-copy li:before,
.check-list li:before { content: "•"; color: #E86F00; position: absolute; left: 6px; font-weight: 700; }

.zone-card { overflow: hidden; padding: 0; }
.zone-card .zone-img {
    background: #FFF8EF;
    border-bottom: 1px solid rgba(255,138,0,0.14);
    min-height: 168px;
    display: grid;
    place-items: center;
    padding: 14px;
}
.zone-card img { width: 100%; max-height: 170px; margin: 0 auto; }
.zone-card .zone-body { padding: 20px; }
.zone-card .decor {
    min-height: 168px;
    background: radial-gradient(circle at 22% 24%, rgba(255,192,74,0.65), transparent 34%), linear-gradient(135deg, #FFF8EF 0%, #FFEBD1 100%);
    display: grid;
    place-items: center;
    color: #E86F00;
    font-size: 46px;
    font-weight: 700;
}

.app-section {
    border-radius: 28px;
    padding: 32px;
    background: linear-gradient(135deg, #FFEBD1 0%, #FFF8EF 50%, #FFFFFF 100%);
    border: 1px solid rgba(255,138,0,0.2);
    box-shadow: var(--shadow-strong);
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 30px;
    align-items: center;
}

.app-section img { width: 100%; max-height: 360px; margin: 0 auto; }
.app-section h2 { margin-top: 0; }
.app-section p { color: #6E5A45; line-height: 1.78; }

.notice-card {
    padding: 28px;
    background: linear-gradient(135deg, #FFFFFF 0%, #FFF8EF 62%, #FFEBD1 100%);
}

.notice-card h2 { margin-top: 0; }
.notice-card p { color: #6E5A45; line-height: 1.78; }

.page-content {
    padding: 28px 0 56px;
}

.content-panel {
    background: #FFFFFF;
    border: 1px solid rgba(255,138,0,0.18);
    border-radius: 24px;
    box-shadow: var(--shadow);
    padding: 32px;
    margin-bottom: 24px;
}

.content-panel h2 { margin-top: 0; }
.content-panel p { color: #6E5A45; line-height: 1.82; font-size: 17px; }
.content-panel ul { margin: 16px 0 0; padding-left: 20px; color: #2B2118; line-height: 1.78; }

.two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.promo-banner {
    border-radius: 24px;
    padding: 18px;
    background: linear-gradient(135deg, #FFF8EF 0%, #FFFFFF 50%, #FFEBD1 100%);
    border: 1px solid rgba(255,138,0,0.18);
    box-shadow: var(--shadow);
}
.promo-banner img { width: 100%; max-height: 370px; margin: 0 auto; border-radius: 18px; }

.download-entry {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--grad-btn);
    color: #FFFFFF;
    font-weight: 700;
    border-radius: 10px;
    padding: 13px 22px;
    box-shadow: 0 10px 22px rgba(255,122,0,0.22);
    margin-top: 10px;
}

.faq-list { display: grid; gap: 16px; }
.faq-answer { color: #6E5A45; line-height: 1.75; }

.site-footer {
    background: #3A1A00;
    color: #FFE7C2;
    padding: 46px 0 24px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 26px;
}
.footer-brand p { line-height: 1.75; color: #FFE7C2; opacity: .92; }
.footer-login { margin-top: 8px; }
.footer-col { display: grid; gap: 10px; align-content: start; }
.footer-col h3 { color: #FFC04A; margin: 0 0 8px; }
.footer-col a { color: #FFE7C2; opacity: .92; }
.footer-col a:hover { color: #FFC04A; }
.footer-bottom { border-top: 1px solid rgba(255,231,194,0.22); margin-top: 34px; padding-top: 18px; color: #FFE7C2; opacity: .88; line-height: 1.7; }
.footer-bottom p { margin: 8px 0; }

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

@media (max-width: 980px) {
    .desktop-header { display: none; }
    .mobile-topbar {
        min-height: 68px;
        display: grid;
        grid-template-columns: 52px 1fr auto;
        align-items: center;
        gap: 10px;
        padding: 10px 16px;
    }
    .mobile-logo { justify-self: center; }
    .mobile-login { min-height: 40px; padding: 8px 12px; font-size: 14px; }
    .hero-grid,
    .feature-row,
    .app-section,
    .two-column { grid-template-columns: 1fr; }
    .feature-row.reverse .feature-copy,
    .feature-row.reverse .feature-media { order: initial; }
    .grid-8,
    .grid-6,
    .grid-4,
    .grid-3 { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
    .container { width: min(100% - 24px, 1200px); }
    .page-hero { padding-top: 34px; }
    .hero-copy,
    .content-panel,
    .notice-card,
    .brand-strip,
    .app-section { padding: 22px; border-radius: 18px; }
    .banner-slider { margin: 18px 12px 28px; border-radius: 18px; }
    .slider-slide { padding: 8px; }
    .slider-slide img { max-height: 260px; border-radius: 14px; }
    .slider-arrow { width: 38px; height: 38px; font-size: 22px; }
    .slider-arrow.prev { left: 10px; }
    .slider-arrow.next { right: 10px; }
    .slider-dots { bottom: 12px; }
    .grid-8,
    .grid-6,
    .grid-4,
    .grid-3,
    .grid-2 { grid-template-columns: 1fr; }
    .feature-copy { padding: 22px; }
    .footer-grid { grid-template-columns: 1fr; }
    .page-title,
    .hero-title { font-size: 34px; }
    .section { padding: 34px 0; }
    .zone-card .zone-img,
    .zone-card .decor { min-height: 130px; }
    .zone-card img { max-height: 135px; }
}
