        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', system-ui, -apple-system, Roboto, 'Helvetica Neue', sans-serif;
            background: #fdf8f0;
            color: #2d2a24;
            line-height: 1.8;
            padding: 0;
            margin: 0;
            background-image: radial-gradient(circle at 10% 20%, rgba(255, 235, 215, 0.3) 0%, transparent 50%);
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        a {
            color: #c0392b;
            text-decoration: underline;
            text-underline-offset: 2px;
            transition: color 0.2s;
        }
        a:hover,
        a:focus-visible {
            color: #e67e22;
            text-decoration-style: wavy;
        }
        .skip-link {
            position: absolute;
            top: -100%;
            left: 1rem;
            background: #2d2a24;
            color: #fdf8f0;
            padding: 0.5rem 1rem;
            z-index: 1000;
            border-radius: 0 0 8px 8px;
            font-weight: 600;
        }
        .skip-link:focus {
            top: 0;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.25rem;
        }
        .site-header {
            background: linear-gradient(145deg, #2d2a24 0%, #1f1c18 100%);
            color: #fdf8f0;
            padding: 1rem 0;
            position: sticky;
            top: 0;
            z-index: 100;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.75rem;
        }
        .my-logo {
            font-size: 1.9rem;
            font-weight: 800;
            letter-spacing: -0.5px;
            text-decoration: none;
            color: #fdf8f0;
            display: flex;
            align-items: center;
            gap: 0.4rem;
            transition: transform 0.2s;
        }
        .my-logo:hover {
            transform: scale(1.02);
            color: #fdf8f0;
        }
        .my-logo .logo-icon {
            font-size: 2.2rem;
        }
        .my-logo .logo-text {
            background: linear-gradient(135deg, #f7dc6f, #e67e22);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: 2px solid rgba(255, 255, 255, 0.25);
            color: #fdf8f0;
            font-size: 1.6rem;
            padding: 0.25rem 0.75rem;
            border-radius: 8px;
            cursor: pointer;
            transition: background 0.2s;
        }
        .nav-toggle:hover,
        .nav-toggle:focus-visible {
            background: rgba(255, 255, 255, 0.1);
        }
        .primary-nav {
            display: flex;
            flex-wrap: wrap;
            gap: 0.25rem;
            list-style: none;
            align-items: center;
        }
        .primary-nav li a {
            color: #fdf8f0;
            text-decoration: none;
            padding: 0.4rem 1rem;
            border-radius: 6px;
            font-size: 0.95rem;
            font-weight: 500;
            transition: background 0.2s, color 0.2s;
            display: flex;
            align-items: center;
            gap: 0.3rem;
        }
        .primary-nav li a:hover,
        .primary-nav li a:focus-visible {
            background: rgba(255, 255, 255, 0.12);
            color: #f7dc6f;
        }
        .primary-nav li a.active {
            background: rgba(247, 220, 111, 0.18);
            color: #f7dc6f;
        }
        .breadcrumb-wrap {
            background: #f0e8dd;
            padding: 0.6rem 0;
            border-bottom: 1px solid #e0d5c5;
        }
        .breadcrumb {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 0.4rem 0.6rem;
            font-size: 0.9rem;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 0.6rem;
            color: #a0937e;
            font-weight: 700;
        }
        .breadcrumb a {
            color: #7f6b5a;
            text-decoration: none;
        }
        .breadcrumb a:hover {
            text-decoration: underline;
        }
        .breadcrumb .current {
            color: #2d2a24;
            font-weight: 600;
        }
        main {
            padding: 2.5rem 0 3rem;
        }
        h1 {
            font-size: 2.8rem;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 0.75rem;
            color: #1f1c18;
            letter-spacing: -0.02em;
        }
        h1 .highlight {
            background: linear-gradient(135deg, #c0392b, #e67e22);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }
        h2 {
            font-size: 2rem;
            font-weight: 700;
            margin-top: 3rem;
            margin-bottom: 1rem;
            color: #2d2a24;
            border-left: 5px solid #e67e22;
            padding-left: 1rem;
        }
        h3 {
            font-size: 1.5rem;
            font-weight: 600;
            margin-top: 2rem;
            margin-bottom: 0.75rem;
            color: #3d352c;
        }
        h4 {
            font-size: 1.2rem;
            font-weight: 600;
            margin-top: 1.5rem;
            margin-bottom: 0.5rem;
            color: #4d4438;
        }
        p {
            margin-bottom: 1.25rem;
            font-size: 1.05rem;
        }
        .lead {
            font-size: 1.25rem;
            font-weight: 400;
            color: #4d4438;
            line-height: 1.9;
        }
        .last-updated {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            background: #f0e8dd;
            padding: 0.35rem 1.2rem;
            border-radius: 30px;
            font-size: 0.9rem;
            color: #5f4e3c;
            margin-bottom: 1.5rem;
            border: 1px solid #e0d5c5;
        }
        .featured-image-wrap {
            margin: 2rem 0 2.5rem;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
            background: #f0e8dd;
            position: relative;
        }
        .featured-image-wrap img {
            width: 100%;
            max-height: 500px;
            object-fit: cover;
        }
        .featured-image-wrap figcaption {
            padding: 0.75rem 1.25rem;
            font-size: 0.9rem;
            color: #5f4e3c;
            background: #fdf8f0;
            border-top: 1px solid #e0d5c5;
            font-style: italic;
        }
        .card-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 1.75rem;
            margin: 2rem 0;
        }
        .card {
            background: #ffffff;
            border-radius: 14px;
            padding: 1.75rem 1.5rem;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
            border: 1px solid #ece3d8;
            transition: transform 0.25s, box-shadow 0.25s;
        }
        .card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
        }
        .card i {
            font-size: 2.2rem;
            color: #e67e22;
            margin-bottom: 0.75rem;
        }
        .card h3 {
            margin-top: 0;
            font-size: 1.3rem;
        }
        .card p {
            font-size: 0.98rem;
            margin-bottom: 0;
            color: #5f4e3c;
        }
        .tip-box {
            background: #fcf6ed;
            border-left: 6px solid #e67e22;
            padding: 1.5rem 2rem;
            border-radius: 0 12px 12px 0;
            margin: 2rem 0;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
        }
        .tip-box strong {
            color: #c0392b;
        }
        .table-wrap {
            overflow-x: auto;
            margin: 2rem 0;
            border-radius: 12px;
            border: 1px solid #ece3d8;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.98rem;
            background: #fff;
        }
        th,
        td {
            padding: 0.9rem 1.2rem;
            text-align: left;
            border-bottom: 1px solid #ece3d8;
        }
        th {
            background: #2d2a24;
            color: #fdf8f0;
            font-weight: 600;
            white-space: nowrap;
        }
        tr:last-child td {
            border-bottom: none;
        }
        tr:hover td {
            background: #fcf6ed;
        }
        .form-section {
            background: #fff;
            border-radius: 16px;
            padding: 2rem 2.5rem;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
            border: 1px solid #ece3d8;
            margin: 2.5rem 0;
        }
        .form-section h2 {
            margin-top: 0;
            border-left-color: #c0392b;
        }
        .form-group {
            margin-bottom: 1.5rem;
        }
        .form-group label {
            display: block;
            font-weight: 600;
            margin-bottom: 0.4rem;
            color: #2d2a24;
        }
        .form-group input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            padding: 0.85rem 1.2rem;
            border: 2px solid #e0d5c5;
            border-radius: 10px;
            font-size: 1rem;
            font-family: inherit;
            background: #fdf8f0;
            transition: border-color 0.2s, box-shadow 0.2s;
        }
        .form-group input:focus,
        .form-group textarea:focus,
        .form-group select:focus {
            outline: none;
            border-color: #e67e22;
            box-shadow: 0 0 0 4px rgba(230, 126, 34, 0.15);
        }
        .form-group textarea {
            min-height: 120px;
            resize: vertical;
        }
        .btn {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.8rem 2rem;
            background: #c0392b;
            color: #fff;
            border: none;
            border-radius: 10px;
            font-size: 1.05rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s, transform 0.15s;
            text-decoration: none;
        }
        .btn:hover,
        .btn:focus-visible {
            background: #e67e22;
            transform: scale(1.02);
            color: #fff;
        }
        .btn-secondary {
            background: #2d2a24;
        }
        .btn-secondary:hover {
            background: #4d4438;
        }
        .star-rating {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            gap: 0.25rem;
            font-size: 2rem;
            cursor: pointer;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            color: #ddd5c8;
            transition: color 0.15s, transform 0.15s;
            cursor: pointer;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #f7b731;
        }
        .star-rating label:hover {
            transform: scale(1.2);
        }
        .comment-item {
            padding: 1.25rem 0;
            border-bottom: 1px solid #ece3d8;
        }
        .comment-item:last-child {
            border-bottom: none;
        }
        .comment-meta {
            font-size: 0.9rem;
            color: #7f6b5a;
            display: flex;
            gap: 1rem;
            flex-wrap: wrap;
            margin-bottom: 0.4rem;
        }
        .comment-meta .name {
            font-weight: 600;
            color: #2d2a24;
        }
        .comment-meta .stars {
            color: #f7b731;
        }
        .related-links {
            background: #f0e8dd;
            border-radius: 14px;
            padding: 1.75rem 2rem;
            margin: 2.5rem 0;
            border: 1px solid #e0d5c5;
        }
        .related-links h3 {
            margin-top: 0;
        }
        .related-links ul {
            list-style: none;
            padding: 0;
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
            gap: 0.6rem 1.5rem;
        }
        .related-links li a {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.3rem 0;
        }
        .related-links li a::before {
            content: "🍬";
            font-size: 0.9rem;
        }
        friend-link {
            display: block;
            padding: 0.5rem 0;
        }
        friend-link a {
            font-weight: 500;
        }
        .site-footer {
            background: #1f1c18;
            color: #ccc5ba;
            padding: 2.5rem 0 1.5rem;
            margin-top: 3rem;
        }
        .site-footer .footer-inner {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 2rem;
        }
        .site-footer h4 {
            color: #fdf8f0;
            margin-top: 0;
            font-size: 1.1rem;
        }
        .site-footer a {
            color: #f7dc6f;
        }
        .site-footer a:hover {
            color: #fdf8f0;
        }
        .footer-copyright {
            border-top: 1px solid #3d352c;
            padding-top: 1.5rem;
            margin-top: 2rem;
            text-align: center;
            font-size: 0.95rem;
            color: #a0937e;
        }
        @media (max-width: 768px) {
            h1 {
                font-size: 2rem;
            }
            h2 {
                font-size: 1.6rem;
            }
            h3 {
                font-size: 1.25rem;
            }
            .header-inner {
                flex-wrap: wrap;
            }
            .nav-toggle {
                display: block;
            }
            .primary-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                background: #1f1c18;
                padding: 1rem 0.5rem;
                border-radius: 12px;
                margin-top: 0.5rem;
                border: 1px solid #3d352c;
            }
            .primary-nav.open {
                display: flex;
            }
            .primary-nav li a {
                padding: 0.6rem 1rem;
            }
            .form-section {
                padding: 1.5rem 1.25rem;
            }
            .card-grid {
                grid-template-columns: 1fr;
            }
            .related-links ul {
                grid-template-columns: 1fr;
            }
            .site-footer .footer-inner {
                grid-template-columns: 1fr;
            }
            .breadcrumb {
                font-size: 0.8rem;
            }
            .star-rating {
                font-size: 1.6rem;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 0 0.9rem;
            }
            h1 {
                font-size: 1.7rem;
            }
            .my-logo {
                font-size: 1.5rem;
            }
            .btn {
                width: 100%;
                justify-content: center;
            }
        }
        @media (min-width: 769px) {
            .nav-toggle {
                display: none !important;
            }
            .primary-nav {
                display: flex !important;
            }
        }
        .sr-only {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            white-space: nowrap;
            border: 0;
        }
        .text-center {
            text-align: center;
        }
        .mt-2 {
            margin-top: 2rem;
        }
        .mb-1 {
            margin-bottom: 1rem;
        }
        .flex-between {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 1rem;
        }
        ::-webkit-scrollbar {
            width: 8px;
            height: 8px;
        }
        ::-webkit-scrollbar-track {
            background: #f0e8dd;
        }
        ::-webkit-scrollbar-thumb {
            background: #a0937e;
            border-radius: 4px;
        }
        ::-webkit-scrollbar-thumb:hover {
            background: #7f6b5a;
        }
