        .hero-banner {
            height: 100vh;
            min-height: 600px;
            display: flex;
            align-items: center;
            color: #ffffff;
            background-image:
                linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.45) 45%, rgba(0, 0, 0, 0) 100%),
                url("/image/banner.png");
            background-size: cover;
            background-position: center;
            position: relative;
            padding: 0;
            overflow: hidden;
        }

        .hero-content {
            max-width: 650px;
            position: relative;
            z-index: 2;
        }

        .hero-eyebrow {
            margin: 0 0 16px;
            color: #f3b21a;
            font-size: 18px;
            font-weight: 600;
            line-height: 1.4;
            letter-spacing: 2px;
            text-transform: uppercase;
            display: block;
        }

        .hero-title {
            margin: 0 0 24px;
            color: #ffffff;
            font-size: 46px;
            font-weight: 800;
            line-height: 1.2;
            letter-spacing: -0.5px;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        }

        .hero-copy {
            margin: 0 0 36px;
            color: rgba(255, 255, 255, 0.9);
            font-size: 18px;
            line-height: 1.6;
            letter-spacing: 0;
            max-width: 540px;
        }

        .hero-action {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 200px;
            min-height: 54px;
            padding: 12px 32px;
            border-radius: 50px;
            background: #f3b21a;
            color: #ffffff;
            font-size: 16px;
            font-weight: 700;
            line-height: 1;
            letter-spacing: 1px;
            text-decoration: none;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            border: 2px solid transparent;
            text-transform: uppercase;
        }

        .hero-action:hover,
        .hero-action:focus {
            color: #ffffff;
            background: transparent;
            border-color: #f3b21a;
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(243, 178, 26, 0.3);
        }

        .about-section {
            position: relative;
            overflow: hidden;
            padding: 60px 0;
            background:
                linear-gradient(rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.96)),
                url("/image/bg_about.png");
            background-size: cover;
            background-position: center;
            scroll-margin-top: 80px;
        }

        .about-section .container {
            position: relative;
            z-index: 1;
        }

        .about-gallery {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 12px;
        }

        .about-photo {
            width: 100%;
            aspect-ratio: 1.06;
            object-fit: cover;
            display: block;
            border-radius: 12px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
            transition: transform 0.3s ease;
        }

        .about-photo:hover {
            transform: translateY(-5px);
        }

        .about-photo:nth-child(1), .about-photo:nth-child(4) { height: 100%; }
        .about-photo:nth-child(2) { margin-top: 40px; }
        .about-photo:nth-child(3) { margin-bottom: 40px; }

        .about-content {
            max-width: 690px;
            padding-left: 40px;
        }

        .section-heading {
            display: flex;
            align-items: center;
            margin-bottom: 30px;
            gap: 20px;
        }

        .section-heading h2 {
            margin: 0;
            color: #f3b21a;
            font-size: 42px;
            font-weight: 700;
            line-height: 1.2;
            letter-spacing: 1px;
            text-transform: uppercase;
            white-space: normal;
        }

        .section-heading span {
            flex-grow: 1;
            height: 1px;
            background: #f3b21a;
            display: block;
            position: relative;
        }

        .section-heading span::after {
            content: "";
            display: block;
            width: 6px;
            height: 6px;
            position: absolute;
            right: 0;
            top: -3px;
            border-radius: 50%;
            background: #f3b21a;
        }

        .about-text {
            margin: 0 0 32px;
            color: #333333;
            font-size: 18px;
            line-height: 1.7;
            letter-spacing: 0.2px;
        }

        .about-action {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 206px;
            min-height: 48px;
            padding: 12px 32px;
            border-radius: 50px;
            background: #f3b21a;
            color: #ffffff;
            font-size: 16px;
            font-weight: 700;
            line-height: 1;
            text-decoration: none;
            text-transform: uppercase;
            transition: all 0.3s ease;
        }

        .about-action:hover {
            background: #250900;
            color: #ffffff;
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }

        .about-more, .expert-more, .breeds-more, .news-more {
            display: flex;
            justify-content: center;
            margin-top: 50px;
            width: 100%;
        }

        .breeds-section {
            padding: 60px 0;
            background: #fdfdfd;
            color: #1c1c1c;
        }

        .breeds-intro { margin-bottom: 60px; }

        .breeds-kicker {
            margin: 0 0 12px;
            color: #f3b21a;
            font-size: 16px;
            font-weight: 600;
            line-height: 1.2;
            letter-spacing: 2px;
            text-transform: uppercase;
        }

        .breeds-title {
            margin: 0;
            color: #111111;
            font-size: 42px;
            font-weight: 700;
            text-transform: uppercase;
        }

        .breeds-title span { color: #f3b21a; margin-left: 8px; }

        .breeds-description {
            margin: 0;
            color: #555555;
            font-size: 18px;
            line-height: 1.6;
            text-align: right;
        }

        .breed-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 24px;
        }

        .breed-card {
            padding: 0;
            overflow: hidden;
            border-radius: 12px;
            background: #ffffff;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            border: 1px solid rgba(0, 0, 0, 0.05);
            display: flex;
            flex-direction: column;
        }

        .breed-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
            border-color: #f3b21a;
        }

        .breed-card img {
            width: 100%;
            aspect-ratio: 16/10;
            object-fit: cover;
            display: block;
            transition: transform 0.5s ease;
        }

        .breed-card:hover img { transform: scale(1.05); }

        .breed-card-body {
            display: flex;
            flex-grow: 1;
            flex-direction: column;
            align-items: center;
            padding: 24px;
            text-align: center;
        }

        .breed-card h3 {
            margin: 0;
            color: #111111;
            font-size: 22px;
            font-weight: 700;
            transition: color 0.3s ease;
        }

        .breed-card:hover h3 { color: #f3b21a; }

        .breed-card p {
            margin: 12px 0 20px;
            color: #666666;
            font-size: 14px;
            line-height: 1.5;
        }

        .breed-link {
            margin-top: auto;
            color: #111111;
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
            padding: 10px 20px;
            border: 1px solid #eeeeee;
            border-radius: 50px;
            transition: all 0.3s ease;
        }

        .breed-card:hover .breed-link {
            background: #f3b21a;
            color: #ffffff;
            border-color: #f3b21a;
        }

        .expert-section { padding: 0 0 80px; background: #ffffff; }

        .expert-title {
            display: flex;
            align-items: center;
            margin-bottom: 30px;
            gap: 20px;
        }

        .expert-title h2 {
            margin: 0;
            color: #f3b21a;
            font-size: 42px;
            font-weight: 700;
            line-height: 1.2;
            text-transform: uppercase;
            white-space: normal;
        }

        .expert-title span {
            flex-grow: 1;
            height: 1px;
            background: #f3b21a;
            position: relative;
            display: block;
        }

        .expert-title span::after {
            content: "";
            display: block;
            width: 6px;
            height: 6px;
            position: absolute;
            right: 0;
            top: -3px;
            border-radius: 50%;
            background: #f3b21a;
        }

        .expert-lead {
            margin: 0 0 16px;
            color: #111111;
            font-size: 22px;
            font-weight: 700;
        }

        .expert-text {
            margin: 0 0 32px;
            color: #333333;
            font-size: 18px;
            line-height: 1.7;
        }

        .expert-gallery {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 12px;
        }

        .expert-gallery img {
            width: 100%;
            aspect-ratio: 1.06;
            object-fit: cover;
            display: block;
            border-radius: 12px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
            transition: all 0.3s ease;
        }

        .expert-gallery img:hover { transform: translateY(-5px); }
        .expert-gallery img:nth-child(1), .expert-gallery img:nth-child(4) { height: 100%; }
        .expert-gallery img:nth-child(2) { margin-top: 40px; }
        .expert-gallery img:nth-child(3) { margin-bottom: 40px; }

        .restaurant-section { padding: 0 0 80px; background: #ffffff; }

        .restaurant-heading {
            display: flex;
            align-items: center;
            margin-bottom: 30px;
            gap: 20px;
        }

        .restaurant-heading h2 {
            margin: 0;
            color: #f3b21a;
            font-size: 42px;
            font-weight: 700;
            line-height: 1.2;
            text-transform: uppercase;
            white-space: normal;
        }

        .restaurant-heading span {
            flex-grow: 1;
            height: 1px;
            background: #f3b21a;
            position: relative;
            display: block;
        }

        .restaurant-heading span::after {
            content: "";
            display: block;
            width: 6px;
            height: 6px;
            position: absolute;
            right: 0;
            top: -3px;
            border-radius: 50%;
            background: #f3b21a;
        }

        .restaurant-copy {
            max-width: 850px;
            margin: 0 0 50px;
            color: #333333;
            font-size: 18px;
            line-height: 1.7;
        }

        .restaurant-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 20px;
        }

        .restaurant-item {
            overflow: hidden;
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .restaurant-item:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(243, 178, 26, 0.2);
        }

        .restaurant-item img {
            width: 100%;
            height: 400px;
            object-fit: cover;
            display: block;
            transition: transform 0.6s ease;
        }

        .restaurant-item:hover img { transform: scale(1.1); }

        .testimonial-section {
            padding: 80px 0;
            color: #ffffff;
            background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/image/bg_feedback.png");
            background-size: cover;
            background-position: center;
        }

        .testimonial-heading { text-align: center; }

        .testimonial-heading h2 {
            margin: 0;
            color: #f3b21a;
            font-size: 42px;
            font-weight: 700;
            text-transform: uppercase;
        }

        .testimonial-sub {
            text-align: center;
            margin: 10px 0 50px;
            color: #ffffff;
            font-size: 22px;
            line-height: 1.2;
        }

        .testimonial-slide {
            display: none;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 26px;
        }

        .testimonial-slide.is-active { display: grid; }

        .testimonial-card {
            position: relative;
            padding: 20px 30px;
            border-radius: 8px;
            background: rgba(0, 0, 0, 0.55);
            border: 1px solid rgba(255, 255, 255, 0.1);
        }

        .testimonial-avatar {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            object-fit: cover;
        }

        .testimonial-name {
            margin: 2px 0 0;
            color: #f3b21a;
            font-size: 18px;
            font-weight: 700;
        }

        .testimonial-text {
            margin: 15px 0 0;
            color: #ffffff;
            font-size: 18px;
            line-height: 1.4;
        }

        .testimonial-quote {
            position: absolute;
            top: 5px;
            right: 15px;
            color: rgba(255, 255, 255, 0.3);
            font-size: 60px;
            font-family: Georgia, serif;
            line-height: 1;
        }

        .testimonial-dots {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 12px;
            margin-top: 40px;
        }

        .testimonial-dot {
            width: 10px;
            height: 10px;
            border: 0;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.4);
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .testimonial-dot.is-active { background: #f3b21a; transform: scale(1.2); }

        .news-section { padding: 80px 0; background: #fcfcfc; color: #111111; }

        .news-heading {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
            gap: 20px;
        }

        .news-heading .news-title {
            margin: 0;
            color: #111111;
            font-size: 42px;
            font-weight: 700;
            text-transform: uppercase;
        }

        .news-heading .news-title span { color: #f3b21a; margin-left: 8px; }

        .news-heading .heading-line {
            flex-grow: 1;
            height: 1px;
            background: #f3b21a;
            position: relative;
            display: block;
        }

        .news-heading .heading-line::after {
            content: "";
            display: block;
            width: 6px;
            height: 6px;
            position: absolute;
            right: 0;
            top: -3px;
            border-radius: 50%;
            background: #f3b21a;
        }

        .news-intro { margin-bottom: 60px; }

        .news-kicker {
            margin: 0 0 12px;
            color: #f3b21a;
            font-size: 16px;
            font-weight: 600;
            text-transform: uppercase;
        }

        .news-description {
            margin: 0;
            color: #555555;
            font-size: 18px;
            line-height: 1.7;
            text-align: right;
        }

        .news-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 24px;
        }

        .news-card {
            padding: 0;
            overflow: hidden;
            border-radius: 12px;
            background: #ffffff;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            border: 1px solid rgba(0, 0, 0, 0.05);
            display: flex;
            flex-direction: column;
            text-decoration: none;
            color: inherit;
        }

        .news-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
            border-color: #f3b21a;
        }

        .news-card img {
            width: 100%;
            aspect-ratio: 16/9;
            object-fit: cover;
            display: block;
            transition: transform 0.5s ease;
        }

        .news-card:hover img { transform: scale(1.05); }

        .news-card-body {
            padding: 24px;
            display: flex;
            flex-direction: column;
            flex-grow: 1;
        }

        .news-card h3 {
            margin: 0 0 12px;
            color: #111111;
            font-size: 20px;
            font-weight: 700;
            line-height: 1.3;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .news-card:hover h3 { color: #f3b21a; }

        .news-card p {
            margin: 0 0 20px;
            color: #666666;
            font-size: 14px;
            line-height: 1.5;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .news-meta {
            margin-top: auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
            color: #999999;
            font-size: 13px;
        }

        .news-meta a {
            color: #f3b21a;
            font-weight: 700;
            text-decoration: none;
            text-transform: uppercase;
            font-size: 12px;
        }

        .news-more {
            display: flex;
            justify-content: center;
            margin-top: 60px;
        }

        @media (max-width: 991.98px) {
            .hero-banner { padding: 80px 0; height: auto; min-height: 500px; }
            .hero-title { font-size: 36px; }
            .about-gallery, .expert-gallery { gap: 8px; }
            .about-photo:nth-child(2), .expert-gallery img:nth-child(2) { margin-top: 0; }
            .about-photo:nth-child(3), .expert-gallery img:nth-child(3) { margin-bottom: 0; }
            .about-content { padding-left: 0; padding-top: 30px; }
            .breed-grid, .news-grid, .restaurant-grid { grid-template-columns: repeat(2, 1fr); }
            .testimonial-slide { grid-template-columns: 1fr; }
        }

        @media (max-width: 575.98px) {
            .hero-title { font-size: 28px; }
            .breed-grid, .news-grid, .restaurant-grid { grid-template-columns: 1fr; }
            .section-heading h2, .expert-title h2, .restaurant-heading h2, .news-heading .news-title { font-size: 27px; }
        }
