*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: hidden; -webkit-text-size-adjust: 100%; }
body {
    background: #f7f4ef; color: #2a2520; font-family: 'Poppins', Georgia, serif;
    margin: 0; line-height: 1.55; overflow-x: hidden; max-width: 100%; width: 100%;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
#adv1, #adv2 { max-width: 100%; box-sizing: border-box; overflow: hidden; }
.inner { max-width: 1240px; margin: 0 auto; padding: 0 18px; width: 100%; }
.content-main, .layout-two { max-width: 100%; overflow-x: hidden; }
.row-text { min-width: 0; }
.mobile-tags { max-width: 100%; -webkit-overflow-scrolling: touch; }

.header-bar {
    background: #fff; border-bottom: 3px solid #c45c26;
    position: sticky; top: 0; z-index: 900;
}
.header-bar .inner { display: flex; align-items: center; gap: 18px; min-height: 66px; }
.logo-mark { font-size: 1.15rem; font-weight: 800; letter-spacing: -0.02em; }
.logo-mark strong { color: #c45c26; }

.search-form {
    margin-left: auto; display: flex; align-items: center; gap: 8px;
    border: 1px solid #ddd5c8; border-radius: 6px; background: #faf8f5;
    height: 40px; padding: 0 12px; width: 100%; max-width: 280px;
}
.search-form input { border: 0; background: transparent; flex: 1; outline: none; font-size: 14px; }
.search-form .fa { color: #8a7f72; }

.layout-two { display: grid; grid-template-columns: 1fr; gap: 22px; padding: 22px 0 50px; }
.menu-side { display: none; }
.menu-side nav a {
    display: block; padding: 11px 14px; margin-bottom: 4px; border-radius: 6px;
    font-size: 14px; font-weight: 600; color: #6b6158;
}
.menu-side nav a .fa { width: 20px; margin-right: 6px; color: #a89888; }
.menu-side nav a:hover { background: #efe8de; }
.menu-side nav a.active { background: #c45c26; color: #fff; }
.menu-side nav a.active .fa { color: #fff; }

.mobile-tags { display: flex; gap: 8px; overflow-x: auto; overflow-y: hidden; padding-bottom: 14px; }
.mobile-tags a {
    flex-shrink: 0; padding: 7px 13px; background: #fff; border: 1px solid #ddd5c8;
    border-radius: 20px; font-size: 12px; font-weight: 700;
}
.mobile-tags a.active { background: #c45c26; color: #fff; border-color: #c45c26; }

.section-bar { margin: 28px 0 14px; padding-bottom: 8px; border-bottom: 2px dotted #d4c9b8; }
.section-bar h2 { font-size: 1.2rem; margin: 0; display: inline-block; }
.section-bar .more-link { float: right; font-size: 13px; font-weight: 600; color: #c45c26; margin-top: 4px; }

.hero-spot {
    display: grid; grid-template-columns: 1fr; gap: 16px;
    background: #fff; border: 1px solid #e5ddd2; border-radius: 10px; overflow: hidden;
    margin-bottom: 14px;
}
.hero-spot .spot-img { aspect-ratio: 16/7; background: #e8e0d4; }
.hero-spot .spot-img img { width: 100%; height: 100%; object-fit: cover; }
.hero-spot .spot-copy { padding: 16px 18px 20px; }
.hero-spot h3 { font-size: 1.35rem; margin: 0 0 8px; }
.hero-spot p { font-size: 14px; color: #6b6158; margin: 0 0 10px; }
.hero-spot .meta { font-size: 11px; font-weight: 700; text-transform: uppercase; color: #c45c26; }

.list-rows { display: flex; flex-direction: column; gap: 10px; }
.row-item {
    display: grid; grid-template-columns: 110px 1fr; gap: 14px; align-items: start;
    background: #fff; padding: 12px; border: 1px solid #e5ddd2; border-radius: 8px;
}
.row-item:hover { border-color: #c45c26; }
.row-thumb { width: 110px; height: 72px; border-radius: 6px; overflow: hidden; background: #e8e0d4; }
.row-thumb img { width: 100%; height: 100%; object-fit: cover; }
.row-text h3 { font-size: 15px; margin: 0 0 6px; font-weight: 700; }
.row-desc { font-size: 13px; color: #6b6158; margin: 0 0 8px; line-height: 1.45; }
.row-meta { font-size: 11px; color: #8a7f72; }
.row-meta .fa-star { color: #b8860b; margin-right: 3px; }

.tile-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.tile-box {
    background: #fff; border-radius: 10px; overflow: hidden; border: 1px solid #e5ddd2;
}
.tile-box:hover { box-shadow: 0 6px 20px rgba(42,37,32,.08); }
.tile-img { aspect-ratio: 16/10; background: #e8e0d4; }
.tile-img img { width: 100%; height: 100%; object-fit: cover; }
.tile-caption { padding: 14px 16px 16px; }
.tile-caption h3 { font-size: 15px; margin: 0 0 8px; }
.tile-caption p { font-size: 13px; color: #6b6158; margin: 0 0 10px; line-height: 1.45; }

.duo-columns { display: grid; grid-template-columns: 1fr; gap: 24px; }

.page-heading { font-size: 1.65rem; margin: 10px 0 6px; }
.page-lead { color: #6b6158; font-size: 14px; margin-bottom: 22px; }

.text-panel {
    background: #fff; border: 1px solid #e5ddd2; border-radius: 10px;
    padding: 26px; margin: 18px 0;
}
.text-panel h3 { margin: 0 0 12px; font-size: 1.05rem; }
.text-panel p { color: #6b6158; font-size: 15px; line-height: 1.65; }

.foot { background: #2a2520; color: #d4c9b8; padding: 38px 0 28px; margin-top: 30px; }
.foot h2 { color: #fff; font-size: 1.05rem; margin-bottom: 10px; }
.foot p { font-size: 13px; line-height: 1.6; max-width: 680px; }
.foot-links { margin-top: 18px; }
.foot-links a { color: #f0e6d8; margin-right: 18px; font-size: 13px; font-weight: 600; }
.foot-copy { font-size: 12px; margin-top: 22px; padding-top: 16px; border-top: 1px solid #443d36; }

#jump-top {
    position: fixed; right: 18px; bottom: 18px; width: 42px; height: 42px;
    background: #c45c26; color: #fff; border: 0; border-radius: 6px;
    display: none; cursor: pointer; z-index: 800; font-size: 16px;
}

.privacy-con { background: #fff; border: 1px solid #e5ddd2; border-radius: 10px; padding: 26px; min-height: 460px; }
.privacy-con ul { width: 100% !important; }
.privacy-con h1, .privacy-con h2, .privacy-con h3, .privacy-con div,
.privacy-con ul, .privacy-con ul li, .privacy-con p, .privacy-con span {
    word-wrap: break-word !important; text-wrap: initial !important; margin-left: 0 !important;
}
.privacy-con p { line-height: 1.65; margin: 14px 0; color: #6b6158; }

@media (min-width: 860px) {
    .layout-two { grid-template-columns: 195px 1fr; }
    .menu-side { display: block; }
    .mobile-tags { display: none; }
    .hero-spot { grid-template-columns: 1.2fr 1fr; }
    .hero-spot .spot-img { aspect-ratio: auto; min-height: 220px; }
    .tile-grid { grid-template-columns: repeat(3, 1fr); }
    .duo-columns { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 1100px) {
    .tile-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 767px) {
    .inner { padding: 0 12px; }
    .header-bar .inner { flex-wrap: wrap; gap: 10px; padding-bottom: 10px; }
    .search-form { max-width: 100%; width: 100%; margin-left: 0; }
    .section-bar { overflow: hidden; }
    .section-bar .more-link { float: none; display: inline-block; margin-top: 6px; }
    .row-item { grid-template-columns: 82px 1fr; gap: 10px; padding: 10px; }
    .row-thumb { width: 82px; height: 56px; }
    .row-text h3, .row-desc, .tile-caption h3, .tile-caption p { overflow-wrap: anywhere; word-break: break-word; }
    .hero-spot h3, .hero-spot p { overflow-wrap: anywhere; word-break: break-word; }
    .text-panel, .privacy-con { padding: 18px; }
}
