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

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

img {
    display: block;
}

.skip-link {
    position: absolute;
    left: -999px;
    top: 0;
    background: #FF8A00;
    color: #FFFFFF;
    padding: 10px 16px;
    z-index: 10000;
}

.skip-link:focus {
    left: 12px;
}

.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-header,
.mobile-header {
    max-width: 1240px;
    margin: 0 auto;
    padding: 12px 20px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.desktop-header {
    display: flex;
}

.mobile-header {
    display: none;
}

.brand-logo img,
.mobile-logo img {
    width: 132px;
    height: auto;
    object-fit: contain;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    flex: 1;
    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: 8px 9px;
    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-entry {
    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: 10px;
    box-shadow: 0 10px 22px rgba(255,122,0,0.22);
    padding: 10px 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    transition: transform .2s ease, box-shadow .2s ease;
}

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

main {
    width: 100%;
}

.section-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 34px 20px;
}

.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 {
    position: relative;
    min-height: 320px;
}

.banner-slide {
    opacity: 0;
    position: absolute;
    inset: 0;
    transition: opacity .55s ease;
    display: grid;
    place-items: center;
    padding: 14px;
}

.banner-slide.active {
    opacity: 1;
    position: relative;
}

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

.banner-slider img {
    width: 100%;
    max-height: 430px;
    border-radius: 18px;
}

.banner-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 248, 239, .92);
    color: #E86F00;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(150,78,0,0.16);
}

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

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

.banner-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid rgba(232,111,0,.55);
    background: #FFF8EF;
    cursor: pointer;
}

.banner-dots button.active {
    width: 26px;
    border-radius: 999px;
    background: #FF8A00;
}

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

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

h3,
.card-title,
.zone-card h3,
.info-card h3,
.category-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;
}

p,
li {
    color: #2B2118;
    line-height: 1.72;
    font-size: 17px;
}

.eyebrow {
    display: inline-flex;
    color: #E86F00;
    background: #FFEBD1;
    border: 1px solid rgba(255,138,0,0.22);
    border-radius: 999px;
    padding: 6px 12px;
    font-weight: 700;
    margin-bottom: 10px;
}

.brand-strip {
    display: grid;
    grid-template-columns: minmax(250px, .8fr) 1.2fr;
    gap: 24px;
    align-items: center;
    background: linear-gradient(135deg, #FFFFFF 0%, #FFF8EF 55%, #FFEBD1 100%);
    border: 1px solid rgba(255,138,0,0.18);
    border-radius: 22px;
    box-shadow: 0 16px 40px rgba(150,78,0,0.10);
}

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

.quick-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding-top: 10px;
}

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

.section-head {
    max-width: 760px;
    margin-bottom: 22px;
}

.section-title {
    font-size: clamp(28px, 3.6vw, 42px);
    margin: 0 0 10px;
}

.section-desc {
    color: #6E5A45;
    margin: 0;
}

.category-grid,
.service-grid,
.safety-grid,
.zone-grid {
    display: grid;
    gap: 18px;
}

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

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

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

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

.card,
.zone-card,
.info-card,
.category-card,
.content-block,
.faq-list details,
.responsible-box,
.page-hero {
    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: 20px;
}

.category-card,
.info-card,
.zone-card,
.content-block {
    padding: 20px;
}

.category-card img {
    width: 100%;
    max-height: 160px;
    margin: 0 auto 16px;
}

.category-card h3,
.zone-card h3,
.info-card h3 {
    color: #3A1A00;
    margin: 0 0 10px;
    font-size: 22px;
}

.category-card p,
.zone-card p,
.info-card p {
    color: #6E5A45;
    margin-top: 0;
}

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

.text-link::after {
    content: "→";
}

.card-number {
    color: #E86F00;
    font-size: 34px;
    display: inline-block;
    margin-bottom: 12px;
}

.info-card ul,
.check-list {
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.info-card li,
.check-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px;
    font-weight: 700;
}

.info-card li::before,
.check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .72em;
    width: 9px;
    height: 9px;
    background: #FF8A00;
    border-radius: 50%;
}

.feature-stack {
    display: grid;
    gap: 24px;
}

.split-feature {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: center;
    background: linear-gradient(135deg, #FFFFFF 0%, #FFF8EF 62%, #FFEBD1 100%);
    border: 1px solid rgba(255,138,0,0.18);
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 16px 40px rgba(150,78,0,0.10);
}

.split-media {
    background: #FFF8EF;
    border-radius: 20px;
    padding: 14px;
    border: 1px solid rgba(255,138,0,0.16);
}

.split-media img {
    width: 100%;
    max-height: 330px;
    margin: 0 auto;
}

.split-text h2 {
    margin: 0 0 12px;
    font-size: clamp(26px, 3vw, 38px);
}

.app-band {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 28px;
    align-items: center;
    background: linear-gradient(135deg, #FFEBD1 0%, #FFFFFF 58%, #FFF8EF 100%);
    border-radius: 26px;
    border: 1px solid rgba(255,138,0,0.22);
    box-shadow: 0 16px 40px rgba(150,78,0,0.10);
}

.app-media img {
    max-height: 360px;
    margin: 0 auto;
}

.app-copy h2 {
    font-size: clamp(28px, 3.6vw, 44px);
    margin: 0 0 12px;
}

.zone-card img {
    width: 100%;
    max-height: 160px;
    margin: 0 auto 14px;
}

.zone-tag {
    color: #E86F00;
    font-weight: 700;
}

.icon-zone > span:first-child {
    display: inline-grid;
    place-items: center;
    min-width: 70px;
    height: 70px;
    border-radius: 18px;
    background: linear-gradient(180deg, #FFC04A 0%, #FF9A12 50%, #FF7A00 100%);
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 18px;
    padding: 0 12px;
}

.faq-list {
    display: grid;
    gap: 14px;
}

.faq-list details {
    padding: 18px 20px;
}

.faq-list summary {
    cursor: pointer;
    color: #3A1A00;
    font-size: 19px;
    font-weight: 700;
}

.faq-list p {
    margin-bottom: 0;
    color: #6E5A45;
}

.responsible-box {
    margin-top: 22px;
    margin-bottom: 40px;
    background: linear-gradient(135deg, #3A1A00 0%, #6F3300 100%);
    color: #FFE7C2;
}

.responsible-box h2 {
    color: #FFC04A;
    margin-top: 0;
}

.responsible-box p {
    color: #FFE7C2;
    margin-bottom: 0;
}

.page-hero {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 28px;
    align-items: center;
    margin-top: 28px;
    background: linear-gradient(135deg, #FFFFFF 0%, #FFF8EF 56%, #FFEBD1 100%);
}

.page-title {
    font-size: clamp(34px, 5vw, 56px);
    margin: 0 0 14px;
}

.page-hero-copy p {
    color: #6E5A45;
}

.hero-visual {
    background: #FFF8EF;
    border: 1px solid rgba(255,138,0,0.18);
    border-radius: 22px;
    padding: 18px;
}

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

.content-sections {
    display: grid;
    gap: 20px;
}

.content-block {
    padding: 26px;
}

.content-block p {
    color: #2B2118;
}

.content-block-head {
    margin-bottom: 12px;
}

.primary-entry {
    margin-top: 12px;
}

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

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

.footer-logo {
    width: 132px;
    height: auto;
    object-fit: contain;
    margin-bottom: 14px;
}

.site-footer h3 {
    color: #FFC04A;
    margin-top: 0;
}

.site-footer p,
.site-footer a,
.footer-bottom span {
    color: #FFE7C2;
}

.site-footer a {
    display: block;
    margin-bottom: 9px;
}

.footer-note {
    font-weight: 700;
}

.footer-bottom {
    max-width: 1200px;
    margin: 26px auto 0;
    padding-top: 18px;
    border-top: 1px solid rgba(255,231,194,0.22);
    display: flex;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
}

.menu-toggle {
    width: 42px;
    height: 42px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    border: 1px solid rgba(255,138,0,0.24);
    border-radius: 12px;
    background: #FFFFFF;
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: #3A1A00;
    margin: 0 auto;
}

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

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

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

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

.drawer-open {
    overflow: hidden;
}

.drawer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.drawer-logo {
    width: 124px;
    height: auto;
    object-fit: contain;
}

.drawer-close {
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 50%;
    background: #FFEBD1;
    color: #3A1A00;
    font-size: 28px;
    cursor: pointer;
}

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

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

.drawer-nav a {
    padding: 12px 10px;
    border-radius: 12px;
    color: #3A1A00;
    font-weight: 700;
}

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

@media (max-width: 1120px) {
    .nav a {
        font-size: 14px;
        padding: 8px 6px;
    }
    .brand-logo img {
        width: 112px;
    }
}

@media (max-width: 960px) {
    .desktop-header {
        display: none;
    }
    .mobile-header {
        display: grid;
        grid-template-columns: 54px 1fr auto;
    }
    .mobile-logo {
        justify-self: center;
    }
    .mobile-logo img {
        width: 118px;
    }
    .mobile-login {
        padding: 9px 12px;
        font-size: 14px;
    }
    .brand-strip,
    .split-feature,
    .split-feature.reverse,
    .app-band,
    .page-hero {
        grid-template-columns: 1fr;
    }
    .split-feature.reverse .split-text {
        order: 2;
    }
    .split-feature.reverse .split-media {
        order: 1;
    }
    .category-grid,
    .zone-grid,
    .safety-grid,
    .service-grid,
    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .footer-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 640px) {
    .section-wrap {
        padding: 24px 14px;
    }
    .banner-slider {
        margin: 18px 14px 24px;
        border-radius: 18px;
    }
    .banner-track {
        min-height: 190px;
    }
    .banner-arrow {
        width: 34px;
        height: 34px;
        font-size: 24px;
    }
    .banner-arrow.prev { left: 10px; }
    .banner-arrow.next { right: 10px; }
    .category-grid,
    .zone-grid,
    .safety-grid,
    .service-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }
    .quick-pills {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .quick-pills a {
        text-align: center;
        padding: 10px 8px;
    }
    .mobile-login {
        font-size: 12px;
        padding: 8px 10px;
        border-radius: 8px;
    }
    .category-card img,
    .zone-card img {
        max-height: 140px;
    }
    p,
    li {
        font-size: 16px;
    }
    .footer-bottom {
        display: grid;
    }
}
