/* ========== Ash Wood Flooring 页面模板样式 ========== */

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

.page-ash-wood-flooring .elementor-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-ash-wood-flooring .full-width {
    width: 100%;
    position: relative;
}

/* ========== Section 1: Hero ========== */
.ash-wood-hero {
    padding: 0;
    background-color: #000000;
    position: relative;
}

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

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

.ash-wood-hero .hero-content-overlay {
    position: relative;
    z-index: 1;
    padding: 0;
    display: flex;
    align-items: center;
    min-height: 700px;
    background: rgba(0, 0, 0, 0.6);
}

.ash-wood-hero .hero-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    width: 100%;
}

.ash-wood-hero .hero-left {
    flex: 1;
    text-align: left;
}

.ash-wood-hero .hero-right {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

.ash-wood-hero .hero-buttons {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.ash-wood-hero .hero-title {
    font-size: 56px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 25px;
    line-height: 1.1;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

/* Global Button Styles to be applied throughout */
.btn-primary,
.hero-button-primary {
    background-color: #f3821a !important;
    color: #ffffff !important;
    border: none !important;
    padding: 14px 32px !important;
    border-radius: 0 !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 4px 15px rgba(243, 130, 26, 0.3);
}

.btn-primary:hover,
.hero-button-primary:hover {
    background-color: #e07316 !important;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 25px rgba(243, 130, 26, 0.5);
}

.btn-secondary,
.hero-button-secondary {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    border: 2px solid #ffffff !important;
    padding: 12px 30px !important;
    border-radius: 0 !important;
    font-weight: 700 !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    backdrop-filter: blur(5px);
}

.btn-secondary:hover,
.hero-button-secondary:hover {
    background-color: #ffffff !important;
    color: #111111 !important;
    transform: translateY(-3px);
}

/* ========== Section 2: Product Grid ========== */
.ash-wood-product-grid {
    padding: 80px 0;
    background-color: #fcfcfc;
}

.ash-wood-product-grid .section-title {
    font-size: 36px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.3;
}

.ash-wood-product-grid .section-description {
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto 50px;
    color: #666666;
    line-height: 1.6;
    text-align: center;
}

.ash-wood-product-grid .products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.ash-wood-product-grid .product-card {
    background-color: #ffffff;
    border-radius: 0;
    padding: 0;
    text-align: center;
    border: 1px solid #eeeeee;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    position: relative;
    overflow: hidden;
}

.ash-wood-product-grid .product-card:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.ash-wood-product-grid .product-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.ash-wood-product-grid .product-content {
    padding: 25px;
}

.ash-wood-product-grid .product-title {
    font-size: 20px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 20px;
}

.ash-wood-product-grid .product-button {
    display: inline-block;
    padding: 12px 30px;
    background-color: #ffffff;
    color: #000000;
    border: 2px solid #000000;
    border-radius: 0;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.ash-wood-product-grid .product-button:hover {
    transform: scale(1.05);
}

/* ========== Section 3: Image-Text ========== */
.ash-wide-plank-flooring {
    padding: 80px 0;
    background-color: #ffffff;
}

.ash-wide-plank-flooring .content-wrapper {
    display: flex;
    gap: 60px;
    align-items: center;
}

.ash-wide-plank-flooring .content-image {
    flex: 0 0 50%;
}

.ash-wide-plank-flooring .content-image img {
    width: 100%;
    min-height: 700px;
    object-fit: cover;
    border-radius: 0;
}

.ash-wide-plank-flooring .content-text {
    flex: 0 0 calc(50% - 60px);
}

.ash-wide-plank-flooring .section-title {
    font-size: 36px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 20px;
    line-height: 1.3;
}

.ash-wide-plank-flooring .section-paragraph {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.ash-wide-plank-flooring .cta-button {
    display: inline-block;
    padding: 12px 30px;
    background-color: #f3821a;
    color: #ffffff;
    border: none;
    border-radius: 0;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.ash-wide-plank-flooring .cta-button:hover {
    background-color: #e07316;
}

/* ========== Section 4: Image-Text (Left Text Right Image) ========== */
.ash-hardwood-popular-choice {
    padding: 80px 0;
    background-color: #ffffff;
}

.ash-hardwood-popular-choice .content-wrapper {
    display: flex;
    gap: 60px;
    align-items: center;
}

.ash-hardwood-popular-choice .content-text {
    flex: 0 0 calc(50% - 60px);
}

.ash-hardwood-popular-choice .section-title {
    font-size: 36px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 20px;
    line-height: 1.3;
}

.ash-hardwood-popular-choice .section-paragraph {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.ash-hardwood-popular-choice .cta-button {
    display: inline-block;
    padding: 12px 30px;
    background-color: #f3821a;
    color: #ffffff;
    border: none;
    border-radius: 0;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.ash-hardwood-popular-choice .cta-button:hover {
    background-color: #e07316;
}

.ash-hardwood-popular-choice .content-image {
    flex: 0 0 50%;
}

.ash-hardwood-popular-choice .content-image img {
    width: 100%;
    min-height: 700px;
    object-fit: cover;
    border-radius: 0;
}

/* ========== Section 5: Image-Text ========== */
.ash-appearance-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.ash-appearance-section .content-wrapper {
    display: flex;
    gap: 60px;
    align-items: center;
}

.ash-appearance-section .content-image {
    flex: 0 0 50%;
}

.ash-appearance-section .content-image img {
    width: 100%;
    min-height: 700px;
    object-fit: cover;
    border-radius: 0;
}

.ash-appearance-section .content-text {
    flex: 0 0 calc(50% - 60px);
}

.ash-appearance-section .section-title {
    font-size: 36px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 20px;
    line-height: 1.3;
}

.ash-appearance-section .section-paragraph {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.ash-appearance-section .cta-button {
    display: inline-block;
    padding: 12px 30px;
    background-color: #f3821a;
    color: #ffffff;
    border: none;
    border-radius: 0;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.ash-appearance-section .cta-button:hover {
    background-color: #e07316;
}

/* ========== Section 6: Features ========== */
.ash-flooring-benefits {
    padding: 80px 0;
    background-color: #E9E3DD;
}

.ash-flooring-benefits .benefits-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 60px;
}

.ash-flooring-benefits .title-section {
    position: relative;
    padding-left: 0;
}

.ash-flooring-benefits .divider-line {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 2px;
    background-color: #000000;
}

.ash-flooring-benefits .section-title {
    font-size: 36px;
    font-weight: 700;
    color: #222222;
    line-height: 1.3;
    margin-top: 10px;
}

.ash-flooring-benefits .benefits-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1.6;
    max-width: 500px;
    flex: 1;
}

.ash-flooring-benefits .benefits-items-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
}

.ash-flooring-benefits .benefit-item {
    background-color: transparent;
    border: none;
    padding: 0;
}

.ash-flooring-benefits .benefit-item-title {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 20px;
    line-height: 1.3;
}

.ash-flooring-benefits .benefit-item-description {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1.6;
    margin: 0;
}

/* ========== Section 7: Image-Text ========== */
.ash-cleaning-maintenance {
    padding: 80px 0;
    background-color: #1B252F;
}

.ash-cleaning-maintenance .content-wrapper {
    display: flex;
    gap: 60px;
    align-items: center;
}

.ash-cleaning-maintenance .content-text {
    flex: 0 0 calc(50% - 60px);
}

.ash-cleaning-maintenance .section-title {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.3;
}

.ash-cleaning-maintenance .section-paragraph {
    font-size: 16px;
    font-weight: 400;
    color: #cccccc;
    line-height: 1.6;
    margin-bottom: 20px;
}

.ash-cleaning-maintenance .cta-button {
    display: inline-block;
    padding: 12px 30px;
    background-color: #ffffff;
    color: #000000;
    border: 2px solid #000000;
    border-radius: 0;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.ash-cleaning-maintenance .cta-button:hover {
    transform: scale(1.05);
}

.ash-cleaning-maintenance .content-image {
    flex: 0 0 50%;
}

.ash-cleaning-maintenance .content-image img {
    width: 100%;
    min-height: 700px;
    object-fit: cover;
    border-radius: 0;
}

/* ========== Section 8: Environmental Choice (Two Images Left, Text Right) ========== */
.ash-environmental-choice {
    padding: 80px 0;
    background-color: #ffffff;
}

.ash-environmental-choice .environmental-wrapper {
    display: flex;
    gap: 60px;
    align-items: center;
}

.ash-environmental-choice .environmental-images {
    flex: 0 0 50%;
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.ash-environmental-choice .environmental-image {
    width: 50%;
    display: block;
    object-fit: cover;
    border-radius: 0;
}

.ash-environmental-choice .environmental-image-left {
    height: 460px;
}

.ash-environmental-choice .environmental-image-right {
    height: 430px;
}

.ash-environmental-choice .environmental-text {
    flex: 0 0 calc(50% - 60px);
}

.ash-environmental-choice .section-title {
    font-size: 36px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 20px;
    line-height: 1.3;
}

.ash-environmental-choice .section-paragraph {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 30px;
}

.ash-environmental-choice .learn-more-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #f3821a;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.ash-environmental-choice .learn-more-link:hover {
    color: #e07316;
    gap: 15px;
}

.ash-environmental-choice .arrow-icon {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.ash-environmental-choice .learn-more-link:hover .arrow-icon {
    transform: translateX(5px);
}

/* ========== Section 9: Card Grid ========== */
.ash-floor-environmental-choice-card-grid {
    padding: 80px 0;
    background-color: #ffffff;
}

.ash-floor-environmental-choice-card-grid .section-title {
    font-size: 36px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.3;
}

.ash-floor-environmental-choice-card-grid .section-description {
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto 50px;
    color: #666666;
    line-height: 1.6;
    text-align: center;
}

.ash-floor-environmental-choice-card-grid .cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.ash-floor-environmental-choice-card-grid .card-item {
    background-color: #ffffff;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid #eeeeee;
}

.ash-floor-environmental-choice-card-grid .card-item:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    transform: translateY(-10px);
}

.ash-floor-environmental-choice-card-grid .card-image {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ash-floor-environmental-choice-card-grid .card-item:hover .card-image {
    transform: scale(1.08);
}

.ash-floor-environmental-choice-card-grid .card-content {
    padding: 25px;
}

.ash-floor-environmental-choice-card-grid .card-title {
    font-size: 20px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 15px;
    line-height: 1.4;
}

.ash-floor-environmental-choice-card-grid .card-description {
    font-size: 15px;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 25px;
}

.ash-floor-environmental-choice-card-grid .card-button {
    display: inline-block;
    padding: 10px 24px;
    background-color: #f3821a;
    color: #ffffff;
    border: none;
    border-radius: 0;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.ash-floor-environmental-choice-card-grid .card-button:hover {
    background-color: #e07316;
    transform: scale(1.05);
}

/* ========== Section 10: Contact Form ========== */
.get-a-free-quote-form {
    padding: 60px 0;
    background-color: #ffffff;
}

.get-a-free-quote-form .quote-form-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    justify-content: space-between;
}

.get-a-free-quote-form .quote-form-image {
    flex: 0 0 45%;
}

.get-a-free-quote-form .quote-form-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
}

.get-a-free-quote-form .quote-form-content {
    flex: 1;
}

.get-a-free-quote-form .form-title {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 15px;
}

.get-a-free-quote-form .form-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 30px;
}

.get-a-free-quote-form .quote-form {
    background-color: #f8f8f8;
    padding: 20px;
    border-radius: 4px;
}

.get-a-free-quote-form .form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.get-a-free-quote-form .form-group {
    margin-bottom: 20px;
}

.get-a-free-quote-form .form-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 8px;
}

.get-a-free-quote-form .form-group input[type="text"],
.get-a-free-quote-form .form-group input[type="email"],
.get-a-free-quote-form .form-group input[type="tel"],
.get-a-free-quote-form .form-group select,
.get-a-free-quote-form .form-group textarea {
    width: 100%;
    padding: 10px;
    height: 40px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background-color: #ffffff;
    font-size: 16px;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.get-a-free-quote-form .form-group input[type="text"]:focus,
.get-a-free-quote-form .form-group input[type="email"]:focus,
.get-a-free-quote-form .form-group input[type="tel"]:focus,
.get-a-free-quote-form .form-group select:focus,
.get-a-free-quote-form .form-group textarea:focus {
    outline: none;
    border-color: #666666;
}

.get-a-free-quote-form .form-group textarea {
    height: 120px;
    resize: vertical;
}

.get-a-free-quote-form .form-group input[type="file"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background-color: #ffffff;
    font-size: 16px;
    font-family: inherit;
}

.get-a-free-quote-form .checkbox-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.get-a-free-quote-form .checkbox-label {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
}

.get-a-free-quote-form .checkbox-label input[type="checkbox"] {
    margin-right: 8px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.get-a-free-quote-form .checkbox-label:hover {
    color: #666666;
}

.get-a-free-quote-form .submit-button {
    width: 100%;
    padding: 12px 24px;
    height: 45px;
    background-color: #666666;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.get-a-free-quote-form .submit-button:hover {
    background-color: #555555;
}

/* ========== Section 11: Contact Form ========== */
.free-quote-form {
    padding: 80px 0;
    background-color: #ffffff;
}

.free-quote-form .quote-form-wrapper-2 {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    justify-content: space-between;
}

.free-quote-form .quote-form-image-2 {
    flex: 0 0 50%;
}

.free-quote-form .quote-form-image-2 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
}

.free-quote-form .quote-form-content-2 {
    flex: 1;
}

.free-quote-form .form-title {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 15px;
}

.free-quote-form .form-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.free-quote-form .form-subtitle-2 {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 10px;
    margin-top: 20px;
}

.free-quote-form .form-subtitle-3 {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 30px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

.free-quote-form .quote-form-2 {
    background-color: #f8f8f8;
    padding: 20px;
    border-radius: 4px;
}

.free-quote-form .form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.free-quote-form .form-group {
    margin-bottom: 20px;
}

.free-quote-form .form-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #666666;
    margin-bottom: 8px;
}

.free-quote-form .form-group input[type="text"],
.free-quote-form .form-group input[type="email"],
.free-quote-form .form-group input[type="tel"],
.free-quote-form .form-group select,
.free-quote-form .form-group textarea {
    width: 100%;
    padding: 10px;
    height: 40px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background-color: #ffffff;
    font-size: 16px;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.free-quote-form .form-group input[type="text"]:focus,
.free-quote-form .form-group input[type="email"]:focus,
.free-quote-form .form-group input[type="tel"]:focus,
.free-quote-form .form-group select:focus,
.free-quote-form .form-group textarea:focus {
    outline: none;
    border-color: #666666;
}

.free-quote-form .form-group textarea {
    height: 120px;
    resize: vertical;
}

.free-quote-form .form-group input[type="file"] {
    width: 100%;
    padding: 10px;
    height: auto;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    background-color: #ffffff;
    font-size: 16px;
    font-family: inherit;
}

.free-quote-form .checkbox-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.free-quote-form .checkbox-label {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    cursor: pointer;
}

.free-quote-form .checkbox-label input[type="checkbox"] {
    margin-right: 8px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.free-quote-form .checkbox-label:hover {
    color: #333333;
}

.free-quote-form .submit-button {
    width: 100%;
    padding: 10px 24px;
    height: 40px;
    background-color: #666666;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.free-quote-form .submit-button:hover {
    background-color: #555555;
}

/* ========== 响应式设计 ========== */

/* 平板设备 (≤1024px) */
@media (max-width: 1024px) {
    .ash-wood-hero .hero-title {
        font-size: 40px;
    }

    .ash-wood-hero .hero-subtitle {
        font-size: 24px;
    }

    .ash-wood-product-grid .products-grid,
    .ash-floor-environmental-choice-card-grid .cards-grid,
    .ash-flooring-benefits .benefits-items-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ash-flooring-benefits .benefits-header-wrapper {
        flex-wrap: wrap;
        gap: 40px;
    }

    .ash-flooring-benefits .benefits-subtitle {
        max-width: 100%;
    }

    .ash-wide-plank-flooring .content-wrapper,
    .ash-hardwood-popular-choice .content-wrapper,
    .ash-appearance-section .content-wrapper,
    .ash-cleaning-maintenance .content-wrapper,
    .ash-environmental-choice .environmental-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .ash-wide-plank-flooring .content-image,
    .ash-hardwood-popular-choice .content-image,
    .ash-appearance-section .content-image,
    .ash-cleaning-maintenance .content-image,
    .ash-environmental-choice .environmental-images {
        width: 100%;
        max-width: 100%;
    }

    .ash-environmental-choice .environmental-image-left {
        height: 380px;
    }

    .ash-environmental-choice .environmental-image-right {
        height: 350px;
    }
}

/* 移动设备 (≤768px) */
@media (max-width: 768px) {
    .ash-wood-hero {
        padding: 60px 0;
        min-height: 450px;
    }

    .ash-wood-hero .hero-title {
        font-size: 32px;
    }

    .ash-wood-hero .hero-subtitle {
        font-size: 20px;
    }

    .ash-wood-hero .hero-buttons {
        flex-direction: column;
        width: 100%;
    }

    .btn-primary,
    .hero-button-primary,
    .btn-secondary,
    .hero-button-secondary {
        width: 100%;
        justify-content: center;
    }

    .ash-wood-product-grid .products-grid,
    .ash-floor-environmental-choice-card-grid .cards-grid {
        grid-template-columns: 1fr;
    }

    .ash-wood-product-grid .product-card:hover {
        transform: translateY(-5px);
    }

    .ash-flooring-benefits .benefits-header-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .ash-flooring-benefits .benefits-subtitle {
        max-width: 100%;
    }

    .ash-flooring-benefits .benefits-items-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .ash-environmental-choice .environmental-image-left {
        height: 260px;
    }

    .ash-environmental-choice .environmental-image-right {
        height: 230px;
    }
}

/* 小屏设备 (≤480px) */
@media (max-width: 480px) {
    .ash-wood-hero .hero-title {
        font-size: 28px;
    }

    .ash-floor-environmental-choice-card-grid .section-title {
        font-size: 28px;
    }
}
