*,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', Roboto, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
            background: #faf7f2;
            color: #2c2c2c;
            line-height: 1.7;
            padding: 0;
            margin: 0;
        }
        a {
            color: #c44b3c;
            text-decoration: none;
            transition: color 0.2s ease;
        }
        a:hover {
            color: #a0352a;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        .container {
            max-width: 1180px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .site-header {
            background: linear-gradient(135deg, #f9e3d0 0%, #f5d0b8 100%);
            border-bottom: 4px solid #d98a6c;
            padding: 16px 0 12px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
            position: sticky;
            top: 0;
            z-index: 100;
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 12px 20px;
        }
        .my-logo {
            font-size: 1.9rem;
            font-weight: 800;
            letter-spacing: -0.5px;
            background: linear-gradient(135deg, #c44b3c, #e67e5a);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 2px 8px rgba(196, 75, 60, 0.15);
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }
        .my-logo i {
            -webkit-text-fill-color: #c44b3c;
            font-size: 1.7rem;
        }
        .my-logo:hover {
            opacity: 0.88;
            text-decoration: none;
        }
        .nav-wrapper {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .nav-list {
            list-style: none;
            display: flex;
            gap: 6px 18px;
            flex-wrap: wrap;
            align-items: center;
        }
        .nav-list a {
            font-weight: 600;
            font-size: 0.95rem;
            padding: 6px 10px;
            border-radius: 40px;
            color: #3d2c26;
            transition: background 0.2s, color 0.2s;
        }
        .nav-list a:hover {
            background: rgba(196, 75, 60, 0.12);
            color: #c44b3c;
            text-decoration: none;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            font-size: 1.8rem;
            color: #3d2c26;
            cursor: pointer;
            padding: 4px 8px;
            border-radius: 8px;
            transition: background 0.2s;
        }
        .hamburger:hover {
            background: rgba(196, 75, 60, 0.1);
        }
        #nav-toggle {
            display: none;
        }
        .breadcrumb {
            background: #f0e8e0;
            padding: 10px 0;
            font-size: 0.88rem;
            border-bottom: 1px solid #e2d6cc;
        }
        .breadcrumb ul {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 6px 12px;
            padding: 0 20px;
            max-width: 1180px;
            margin: 0 auto;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 12px;
            color: #a18a7a;
            font-weight: 600;
        }
        .breadcrumb a {
            color: #7a5e4e;
        }
        .breadcrumb a:hover {
            color: #c44b3c;
        }
        .breadcrumb .current {
            color: #3d2c26;
            font-weight: 600;
        }
        main {
            padding: 32px 0 48px;
        }
        h1 {
            font-size: 2.8rem;
            font-weight: 800;
            line-height: 1.2;
            color: #2c1a14;
            margin-bottom: 0.6rem;
            letter-spacing: -0.5px;
        }
        h2 {
            font-size: 2rem;
            font-weight: 700;
            color: #3d241c;
            margin-top: 2.8rem;
            margin-bottom: 1rem;
            border-left: 6px solid #d98a6c;
            padding-left: 18px;
        }
        h3 {
            font-size: 1.5rem;
            font-weight: 600;
            color: #4d3328;
            margin-top: 2rem;
            margin-bottom: 0.7rem;
        }
        h4 {
            font-size: 1.2rem;
            font-weight: 600;
            color: #5a4035;
            margin-top: 1.4rem;
            margin-bottom: 0.5rem;
        }
        p {
            margin-bottom: 1.2rem;
            font-size: 1.05rem;
            color: #2e2a27;
        }
        .lead {
            font-size: 1.2rem;
            font-weight: 400;
            color: #4a3b34;
            background: #f5ede7;
            padding: 18px 24px;
            border-radius: 16px;
            border-left: 6px solid #d98a6c;
            margin-bottom: 2rem;
        }
        .post-meta {
            display: flex;
            flex-wrap: wrap;
            gap: 16px 28px;
            font-size: 0.95rem;
            color: #7a6356;
            margin-bottom: 2rem;
            padding-bottom: 1rem;
            border-bottom: 1px solid #e6dbd2;
        }
        .post-meta i {
            margin-right: 6px;
            color: #c44b3c;
        }
        .last-updated {
            font-weight: 600;
            background: #f0e8e0;
            padding: 4px 14px;
            border-radius: 40px;
            display: inline-block;
        }
        .featured-image-wrap {
            margin: 2rem 0 2.5rem;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
        }
        .featured-image-wrap img {
            width: 100%;
            max-height: 480px;
            object-fit: cover;
        }
        .featured-image-wrap figcaption {
            background: #f5ede7;
            padding: 10px 20px;
            font-size: 0.9rem;
            color: #5a4a40;
            font-style: italic;
        }
        .inline-links {
            background: #f5f0ea;
            padding: 18px 24px;
            border-radius: 16px;
            margin: 1.8rem 0;
            display: flex;
            flex-wrap: wrap;
            gap: 10px 22px;
            font-size: 0.98rem;
        }
        .inline-links a {
            font-weight: 600;
            padding: 2px 0;
            border-bottom: 2px solid transparent;
        }
        .inline-links a:hover {
            border-bottom-color: #c44b3c;
            text-decoration: none;
        }
        .tip-box {
            background: #fcf6f0;
            border-radius: 16px;
            padding: 20px 26px;
            border: 1px solid #e6d9ce;
            margin: 1.8rem 0;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
        }
        .tip-box strong {
            color: #c44b3c;
        }
        .search-section {
            background: #f0e8e0;
            padding: 28px 24px;
            border-radius: 20px;
            margin: 3rem 0 2rem;
            text-align: center;
        }
        .search-section h3 {
            margin-top: 0;
        }
        .search-form {
            display: flex;
            max-width: 580px;
            margin: 14px auto 0;
            gap: 10px;
            flex-wrap: wrap;
            justify-content: center;
        }
        .search-form input[type="text"] {
            flex: 1 1 260px;
            padding: 14px 20px;
            border: 2px solid #d9c8bc;
            border-radius: 60px;
            font-size: 1rem;
            background: white;
            outline: none;
            transition: border 0.25s;
        }
        .search-form input[type="text"]:focus {
            border-color: #c44b3c;
        }
        .search-form button {
            padding: 14px 32px;
            background: #c44b3c;
            color: white;
            border: none;
            border-radius: 60px;
            font-size: 1rem;
            font-weight: 700;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }
        .search-form button:hover {
            background: #a0352a;
            transform: scale(1.02);
        }
        .interaction-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 28px;
            margin: 3rem 0 2rem;
        }
        @media (max-width:700px) {
            .interaction-grid {
                grid-template-columns: 1fr;
            }
        }
        .card-interact {
            background: #fcf8f4;
            border: 1px solid #e6dbd2;
            border-radius: 20px;
            padding: 24px 26px 30px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
        }
        .card-interact h3 {
            margin-top: 0;
            font-size: 1.4rem;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .card-interact form {
            margin-top: 12px;
        }
        .card-interact label {
            font-weight: 600;
            display: block;
            margin: 12px 0 4px;
            font-size: 0.95rem;
        }
        .card-interact input,
        .card-interact textarea,
        .card-interact select {
            width: 100%;
            padding: 12px 16px;
            border: 2px solid #e0d3c8;
            border-radius: 12px;
            font-size: 0.98rem;
            background: white;
            transition: border 0.2s;
            font-family: inherit;
        }
        .card-interact input:focus,
        .card-interact textarea:focus,
        .card-interact select:focus {
            border-color: #c44b3c;
            outline: none;
        }
        .card-interact textarea {
            min-height: 90px;
            resize: vertical;
        }
        .card-interact .btn-submit {
            background: #c44b3c;
            color: white;
            border: none;
            padding: 12px 28px;
            border-radius: 60px;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            margin-top: 14px;
            transition: background 0.2s, transform 0.1s;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }
        .card-interact .btn-submit:hover {
            background: #a0352a;
            transform: scale(1.02);
        }
        .rating-stars {
            display: flex;
            gap: 8px;
            margin: 8px 0 4px;
            font-size: 1.8rem;
            color: #e0b89a;
            cursor: pointer;
            flex-wrap: wrap;
        }
        .rating-stars i {
            transition: color 0.15s, transform 0.15s;
        }
        .rating-stars i:hover,
        .rating-stars i.active {
            color: #f5b342;
            transform: scale(1.12);
        }
        .site-footer {
            background: #2c1a14;
            color: #e8ddd6;
            padding: 40px 0 28px;
            margin-top: 48px;
            border-top: 6px solid #d98a6c;
        }
        .footer-inner {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 30px 40px;
        }
        .footer-col h4 {
            color: #f5d0b8;
            margin-top: 0;
            font-size: 1.1rem;
            font-weight: 700;
        }
        .footer-col a {
            color: #dbb8a8;
            display: inline-block;
            margin: 4px 0;
        }
        .footer-col a:hover {
            color: #f5d0b8;
        }
        friend-link {
            display: block;
            margin-top: 10px;
        }
        friend-link a {
            display: inline-block;
            margin: 4px 12px 4px 0;
            color: #dbb8a8;
        }
        friend-link a:hover {
            color: #f5d0b8;
        }
        .copyright {
            border-top: 1px solid #4a352c;
            padding-top: 22px;
            margin-top: 28px;
            text-align: center;
            font-size: 0.9rem;
            color: #a18a7a;
        }
        .copyright strong {
            color: #dbb8a8;
        }
        @media (max-width:820px) {
            h1 {
                font-size: 2.2rem;
            }
            h2 {
                font-size: 1.6rem;
            }
            h3 {
                font-size: 1.3rem;
            }
            .nav-list {
                display: none;
                flex-direction: column;
                width: 100%;
                background: #fcf3ec;
                padding: 16px 20px;
                border-radius: 16px;
                margin-top: 10px;
                box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
            }
            .nav-list a {
                padding: 8px 12px;
                border-radius: 8px;
            }
            .hamburger {
                display: block;
            }
            #nav-toggle:checked~.nav-list {
                display: flex;
            }
            .header-inner {
                position: relative;
            }
            .nav-wrapper {
                flex-wrap: wrap;
                width: 100%;
            }
            #nav-toggle:checked~.nav-list {
                display: flex;
            }
            .nav-list {
                display: none;
            }
            .nav-wrapper input:checked~.nav-list {
                display: flex;
            }
            .nav-wrapper input[type="checkbox"] {
                display: none;
            }
            .nav-wrapper input[type="checkbox"]:checked~.nav-list {
                display: flex;
            }
            .hamburger {
                display: block;
                order: 2;
            }
            .my-logo {
                order: 1;
            }
            .nav-list {
                order: 3;
                width: 100%;
            }
        }
        @media (max-width:480px) {
            .container {
                padding: 0 14px;
            }
            h1 {
                font-size: 1.8rem;
            }
            .lead {
                font-size: 1rem;
                padding: 14px 18px;
            }
            .my-logo {
                font-size: 1.5rem;
            }
            .search-form input[type="text"],
            .search-form button {
                width: 100%;
            }
        }
        @media print {
            .site-header {
                position: static;
                background: #f9e3d0;
            }
            .search-section,
            .card-interact form {
                page-break-inside: avoid;
            }
        }
