/* ========== Bathroom Sinks 页面模板样式 ========== */

.page-bathroom-sinks {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #333;
    line-height: 1.6;
}

.page-bathroom-sinks .elementor-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-bathroom-sinks .full-width {
    width: 100%;
    position: relative;
}

.basin-hero .elementor-container {
    padding-left: 15px;
    padding-right: 15px;
}

/* ========== Section 1: Hero（无导航栏） ========== */
.basin-hero {
    padding: 0;
    position: relative;
    background: #ffffff;
}

.basin-hero .full-width {
    min-height: 500px;
}

.basin-hero .hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.basin-hero .hero-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.basin-hero .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.basin-hero .hero-container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    min-height: 500px;
}

.basin-hero .hero-content {
    flex: 1;
}

.basin-hero .hero-title {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.5;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.basin-hero .hero-button-wrap {
    flex-shrink: 0;
}

.basin-hero .hero-button {
    display: inline-block;
    padding: 10px 24px;
    height: 40px;
    line-height: 20px;
    background: #f0f0f0;
    color: #333333;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.basin-hero .hero-button:hover {
    background: #e8e8e8;
    color: #FF8C00;
    border-color: #d0d0d0;
}

/* ========== Section 1b: Intro ========== */
.basin-intro {
    padding: 60px 0;
    background: #ffffff;
}

.basin-intro .intro-wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.basin-intro .intro-text {
    flex: 1;
}

.basin-intro .intro-title {
    font-size: 28px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 12px 0;
}

.basin-intro .intro-subtitle {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    margin: 0 0 20px 0;
}

.basin-intro .intro-p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin: 0;
    line-height: 1.6;
}

.basin-intro .intro-video {
    flex: 0 0 45%;
}

.basin-intro .video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #000;
}

.basin-intro .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ========== Section Dots ========== */
.page-bathroom-sinks .section-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 0 30px 0;
}

.page-bathroom-sinks .section-dots::before,
.page-bathroom-sinks .section-dots::after {
    content: '';
    flex: 1;
    max-width: 80px;
    height: 2px;
    background: #FF8C00;
}

.page-bathroom-sinks .section-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FF8C00;
}

/* ========== Section 2 & 3: Vanity Grids ========== */
.basin-vanity-grid {
    padding: 60px 0;
    background: #ffffff;
}

.basin-vanity-grid .vanity-intro {
    margin-bottom: 30px;
}

.basin-vanity-grid .vanity-intro-p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin: 0 0 12px 0;
    line-height: 1.6;
}

.basin-vanity-grid .vanity-cta-link {
    color: #FF8C00;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.basin-vanity-grid .vanity-cta-link:hover {
    text-decoration: underline;
}

.basin-vanity-grid .section-title {
    font-size: 28px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 10px 0;
    text-align: center;
}

.basin-vanity-grid .section-dots {
    margin-bottom: 30px;
}

.basin-vanity-grid .vanity-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 30px;
    align-items: stretch;
}

.basin-vanity-grid .vanity-card {
    background: #f8f8f8;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 0 0 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

.basin-vanity-grid .card-image {
    width: 100%;
    margin-bottom: 15px;
    height: 200px;
    overflow: hidden;
    border-radius: 0;
}

.basin-vanity-grid .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.basin-vanity-grid-2 .vanity-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
}

.basin-vanity-grid-2 .section-title {
    text-align: center;
}

.basin-vanity-grid .card-title {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin: 0 0 12px 0;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}

.basin-vanity-grid .card-desc {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin: 0 0 15px 0;
    line-height: 1.6;
    flex-grow: 1;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}

.basin-vanity-grid .card-button {
    display: inline-block;
    padding: 8px 20px;
    height: 36px;
    line-height: 20px;
    background: #ffffff;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    align-self: center;
    transition: all 0.3s ease;
}

.basin-vanity-grid .card-button:hover {
    background: #000000;
    color: #ffffff;
}

.basin-vanity-grid-2 .card-button:hover {
    background: #000000;
    color: #ffffff;
}

/* ========== Section 3b: Bathroom Sinks By Type ========== */
.basin-by-type {
    padding: 50px 0;
    background: #ffffff;
}

.basin-by-type .by-type-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.basin-by-type .by-type-image {
    flex: 0 0 45%;
}

.basin-by-type .by-type-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.basin-by-type .by-type-text {
    flex: 1;
}

.basin-by-type .by-type-title {
    font-size: 28px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 20px 0;
}

.basin-by-type .by-type-p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin: 0;
    line-height: 1.6;
}

/* ========== Section 4: Best Material ========== */
.basin-materials {
    padding: 40px 0;
    background: #ffffff;
}

.basin-materials .section-title {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 10px 0;
    text-align: center;
}

.basin-materials .section-dots {
    margin-bottom: 30px;
}

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

.basin-materials .material-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 0 0 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid #e0e0e0;
    overflow: hidden;
}

.basin-materials .material-card .card-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 15px;
}

.basin-materials .material-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.basin-materials .material-card .card-title {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin: 0 0 12px 0;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}

.basin-materials .material-card .card-desc {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin: 0;
    line-height: 1.6;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}

/* ========== Section 5: Basin Design Styles ========== */
.basin-design-styles {
    padding: 60px 0;
    background: #ffffff;
}

.basin-design-styles .design-block {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    margin-bottom: 50px;
}

.basin-design-styles .design-block:last-child {
    margin-bottom: 0;
}

.basin-design-styles .design-block-2 .design-image {
    order: 2;
}

.basin-design-styles .design-block-2 .design-text {
    order: 1;
}

.basin-design-styles .design-image {
    flex: 0 0 45%;
}

.basin-design-styles .design-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.basin-design-styles .design-text {
    flex: 1;
}

.basin-design-styles .block-title {
    font-size: 28px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 20px 0;
}

.basin-design-styles .design-list {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin: 0 0 25px 0;
    padding-left: 20px;
    line-height: 1.6;
}

.basin-design-styles .design-list li {
    margin-bottom: 10px;
}

.basin-design-styles .design-cta {
    display: inline-block;
    padding: 10px 24px;
    height: 40px;
    line-height: 20px;
    background: #FF8C00;
    color: #ffffff;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: background 0.3s ease;
}

.basin-design-styles .design-cta:hover {
    background: #E67300;
}

/* ========== Section 6: Natural Style ========== */
.basin-natural-style {
    padding: 80px 0;
    background: #ffffff;
}

.basin-natural-style .natural-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.basin-natural-style .natural-image {
    flex: 0 0 50%;
}

.basin-natural-style .natural-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.basin-natural-style .natural-text {
    flex: 1;
}

.basin-natural-style .natural-text .block-title {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 20px 0;
}

.basin-natural-style .natural-list {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin: 0 0 20px 0;
    padding-left: 20px;
    line-height: 1.6;
}

.basin-natural-style .natural-list li {
    margin-bottom: 10px;
}

.basin-natural-style .design-cta {
    display: inline-block;
    padding: 10px 24px;
    height: 40px;
    line-height: 20px;
    background: #FF8C00;
    color: #ffffff;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    transition: background 0.3s ease;
}

.basin-natural-style .design-cta:hover {
    background: #E67300;
}

/* ========== Section 7: Gallery ========== */
.basin-gallery {
    padding: 80px 0;
    background: #f5f5f5;
}

.basin-gallery .gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.basin-gallery .gallery-item {
    overflow: hidden;
}

.basin-gallery .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.basin-gallery .gallery-cta {
    text-align: center;
}

.basin-gallery .gallery-button {
    display: inline-block;
    padding: 12px 24px;
    height: 40px;
    line-height: 16px;
    background: #FF8C00;
    color: #ffffff;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: background 0.3s ease;
}

.basin-gallery .gallery-button:hover {
    background: #E67300;
}

/* ========== Section 8: 1000+ BASIN ========== */
.basin-inspired {
    padding: 80px 0;
    background: #E9E3DD;
}

.basin-inspired .section-title {
    font-size: 36px;
    font-weight: 700;
    color: #AE5207;
    margin: 0 0 30px 0;
    text-align: center;
}

.basin-inspired .inspired-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.basin-inspired .inspired-item {
    overflow: hidden;
}

.basin-inspired .inspired-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 3 / 5;
}

.basin-inspired .inspired-cta {
    text-align: center;
}

.basin-inspired .gallery-button {
    display: inline-block;
    padding: 12px 24px;
    height: 40px;
    line-height: 16px;
    background: #FF8C00;
    color: #ffffff;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: background 0.3s ease;
}

.basin-inspired .gallery-button:hover {
    background: #E67300;
}

/* ========== Section 9: FAQ ========== */
.basin-faq {
    padding: 60px 0;
    background: #ffffff;
}

.basin-faq .faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.basin-faq .faq-item {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-bottom: 10px;
    overflow: hidden;
}

.basin-faq .faq-item:hover {
    background: #fafafa;
}

.basin-faq .faq-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    cursor: pointer;
    background: #ffffff;
}

.basin-faq .faq-item.active .faq-header {
    background: #f8f8f8;
}

.basin-faq .faq-icon {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    flex-shrink: 0;
}

.basin-faq .faq-q {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    margin: 0;
}

.basin-faq .faq-content {
    display: none;
    padding: 0 20px 20px 20px;
}

.basin-faq .faq-item.active .faq-content {
    display: block;
}

.basin-faq .faq-content p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin: 0;
    line-height: 1.6;
    padding-left: 30px;
}

/* ========== Section 10: Contact Form ========== */
.basin-contact-form {
    padding: 80px 0;
    background: #ffffff;
}

.basin-contact-form .contact-form-title {
    font-size: 36px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 15px 0;
    text-align: left;
}

.basin-contact-form .contact-form-desc {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    margin: 0 0 50px 0;
    line-height: 1.6;
    text-align: left;
}

.basin-contact-form .quote-form-wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
}

.basin-contact-form .quote-form-image {
    flex: 0 0 50%;
    text-align: center;
}

.basin-contact-form .form-image-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}

.basin-contact-form .quote-form-image img {
    width: 100%;
    max-width: 400px;
    height: auto;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.basin-contact-form .form-image-title {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    margin: 20px 0 10px 0;
}

.basin-contact-form .form-image-desc {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin: 0;
}

.basin-contact-form .quote-form-fields {
    flex: 0 0 50%;
}

.basin-contact-form .quote-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.basin-contact-form .form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.basin-contact-form .form-group-full {
    width: 100%;
}

.basin-contact-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.basin-contact-form label {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

.basin-contact-form input[type="text"],
.basin-contact-form input[type="email"],
.basin-contact-form input[type="tel"],
.basin-contact-form select,
.basin-contact-form textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 16px;
    font-family: inherit;
}

.basin-contact-form .checkbox-group > label {
    margin-bottom: 10px;
}

.basin-contact-form .checkboxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.basin-contact-form .checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

.basin-contact-form input[type="checkbox"] {
    width: auto;
}

.basin-contact-form .submit-button {
    padding: 12px 24px;
    height: 40px;
    background: #666666;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.basin-contact-form .submit-button:hover {
    background: #555555;
}

/* ========== 响应式：平板 ========== */
@media (max-width: 1024px) {
    .basin-intro .intro-wrapper {
        flex-direction: column;
    }

    .basin-intro .intro-video {
        flex: 1;
        width: 100%;
    }

    .basin-by-type .by-type-wrapper {
        flex-direction: column;
    }

    .basin-by-type .by-type-image {
        flex: 1;
        width: 100%;
    }

    .basin-vanity-grid .vanity-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .basin-materials .materials-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .basin-design-styles .design-block,
    .basin-design-styles .design-block-2 {
        flex-direction: column;
    }

    .basin-design-styles .design-block-2 .design-image {
        order: 1;
    }

    .basin-design-styles .design-block-2 .design-text {
        order: 2;
    }

    .basin-design-styles .design-image {
        flex: 1;
        width: 100%;
    }

    .basin-natural-style .natural-wrapper {
        flex-direction: column;
    }

    .basin-natural-style .natural-image {
        flex: 1;
        width: 100%;
    }

    .basin-inspired .inspired-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .basin-contact-form .quote-form-wrapper {
        flex-direction: column;
    }

    .basin-contact-form .quote-form-image {
        flex: 1;
        width: 100%;
        margin: 0 auto 30px;
    }

    .basin-contact-form .quote-form-fields {
        flex: 1;
        width: 100%;
    }
}

/* ========== 响应式：移动 ========== */
@media (max-width: 768px) {
    .basin-hero .hero-title {
        font-size: 36px;
    }

    .basin-hero .hero-container {
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        padding-bottom: 30px;
    }

    .basin-intro {
        padding: 40px 0;
    }

    .basin-by-type {
        padding: 40px 0;
    }

    .basin-vanity-grid,
    .basin-design-styles,
    .basin-natural-style,
    .basin-inspired,
    .basin-faq {
        padding: 40px 0;
    }

    .basin-vanity-grid .vanity-grid {
        grid-template-columns: 1fr;
    }

    .basin-materials .materials-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .basin-inspired .inspired-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .basin-contact-form {
        padding: 60px 0;
    }

    .basin-contact-form .contact-form-title {
        font-size: 28px;
    }

    .basin-contact-form .contact-form-desc {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .basin-contact-form .form-row {
        grid-template-columns: 1fr;
    }

    .basin-contact-form .checkboxes {
        grid-template-columns: 1fr;
    }
}

/* ========== 响应式：小屏 ========== */
@media (max-width: 480px) {
    .basin-hero .hero-title {
        font-size: 36px;
    }

    .basin-hero .hero-button {
        font-size: 14px;
        padding: 8px 16px;
    }

    .basin-vanity-grid .section-title {
        font-size: 24px;
    }

    .basin-inspired .section-title {
        font-size: 28px;
    }
}
