:root {
    --ink: #172a2d;
    --muted: #607174;
    --green: #174b43;
    --green-dark: #103832;
    --mint: #eaf4ee;
    --coral: #ef4a49;
    --white: #ffffff;
    --line: #e1ebe6;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: 'DM Sans', sans-serif; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); box-shadow: 0 4px 18px rgba(23,42,45,.04); backdrop-filter: blur(10px); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand { display: inline-flex; align-items: center; }
.brand-logo { display: block; width: 112px; height: 68px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 500; }
.site-nav > a { color: var(--muted); transition: color .2s ease; }
.site-nav > a:hover, .site-nav > a.active { color: var(--green); }
.nav-dropdown { position: relative; color: var(--muted); }
.nav-dropdown summary { display: inline-flex; align-items: center; gap: 5px; padding: 5px 0; cursor: pointer; list-style: none; line-height: 1.2; }
.nav-dropdown summary::-webkit-details-marker { display: none; }
.nav-dropdown summary img { flex: 0 0 15px; width: 15px; height: 15px; margin-top: 1px; color: var(--green); transition: transform .2s ease; }
.nav-dropdown[open] summary img { transform: rotate(180deg); }
.nav-dropdown:hover, .nav-dropdown[open] { color: var(--green); }
.nav-dropdown-menu { position: absolute; top: 100%; left: 50%; display: grid; min-width: 190px; padding: 8px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 16px 32px rgba(23,42,45,.13); transform: translateX(-50%); }
.nav-dropdown-menu::before { position: absolute; top: -6px; left: 50%; width: 10px; height: 10px; content: ''; background: #fff; border-top: 1px solid var(--line); border-left: 1px solid var(--line); transform: translateX(-50%) rotate(45deg); }
.nav-dropdown-menu a { position: relative; z-index: 1; padding: 11px 12px; color: var(--muted); border-radius: 7px; font-size: 13px; }
.nav-dropdown-menu a:hover { color: var(--green-dark); background: var(--mint); }
.nav-cta { color: #fff !important; background: var(--coral); padding: 13px 18px; border-radius: 999px; }
.nav-cta:hover { color: #fff !important; background: #d83d3d; transform: translateY(-1px); }
.menu-toggle { display: none; }
.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; }
.button-arrow { display: inline-block; width: 15px; height: 15px; margin-left: 6px; vertical-align: middle; color: #ffffff; transition: transform .2s ease; }
.nav-cta:hover .button-arrow {color: #174b43; transform: translate(3px, -3px);}

.site-footer { padding: 72px 0 24px; color: #dcebe4; background: var(--green-dark); font-size: 14px; }
.site-footer > .container { width: 100%; max-width: none; padding-right: 6vw; padding-left: 6vw; }
.hero-slider { position: relative; height: clamp(500px, 39vw, 650px); overflow: hidden; background: #f8fbf7; }
.hero-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .7s ease, visibility .7s ease; }
.hero-slide.is-active { opacity: 1; visibility: visible; }
.hero-slide > img { width: 100%; height: 100%; display: flex; object-fit: cover; object-position: center; }
.hero-controls { position: absolute; z-index: 2; bottom: 24px; left: 50%; display: flex; gap: 8px; transform: translateX(-50%); }
.hero-arrow { position: absolute; z-index: 3; top: 50%; display: grid; width: 44px; height: 44px; place-items: center; color: var(--green-dark); background: rgba(255,255,255,.82); border: 1px solid rgba(23,75,67,.12); border-radius: 50%; box-shadow: 0 6px 18px rgba(23,42,45,.1); cursor: pointer; transform: translateY(-50%); transition: color .2s ease, background .2s ease, transform .2s ease; }
.hero-arrow svg { width: 20px; height: 20px; }
.hero-arrow:hover { color: #fff; background: var(--coral); transform: translateY(-50%) scale(1.06); }
.hero-arrow-prev { left: 22px; }
.hero-arrow-next { right: 22px; }
.hero-dot { width: 28px; height: 4px; padding: 0; border: 0; border-radius: 4px; background: rgba(23,75,67,.25); cursor: pointer; transition: width .25s ease, background .25s ease; }
.hero-dot.is-active { width: 48px; background: var(--coral); }
.facility-section { padding: 110px 0 90px; background: #fff; }
.facility-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); align-items: center; gap: 80px; }
.section-kicker { margin: 0 0 16px; color: var(--coral); font-size: 12px; font-weight: 700; letter-spacing: .2em; }
.facility-copy h2 { max-width: 640px; margin: 0; color: var(--green-dark); font: 700 clamp(36px, 4.2vw, 62px)/1.08 'Playfair Display', serif; letter-spacing: -.035em; }
.facility-copy h2 em { color: var(--coral); font-style: normal; }
.section-rule { width: 74px; height: 3px; margin: 26px 0 25px; background: var(--coral); border-radius: 3px; }
.facility-lead { max-width: 620px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.facility-lead { font-weight: 600; }
.facility-text { margin: 18px 0 25px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.text-link { color: var(--green); font-weight: 700; }
.text-link span { margin-left: 6px; color: var(--coral); }
.facility-visual { position: relative; padding: 0 0 22px 22px; }
.facility-image-wrap { height: 430px; overflow: hidden; border-radius: 150px 18px 18px 18px; box-shadow: 18px 18px 0 var(--mint); }
.facility-image-wrap img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 35% center; }
.services-section { padding: 108px 0 116px; color: #e7f3ed; background: var(--green-dark); }
.services-heading { text-align: center; }
.services-heading h2 { margin: 0; color: #fff; font: 700 clamp(42px, 5vw, 70px)/1.05 'Playfair Display', serif; letter-spacing: -.04em; }
.services-heading h2 em { color: #f7a29a; font-style: normal; }
.services-heading > p:last-child { max-width: 510px; margin: 19px auto 0; color: #b4ccc1; font-size: 15px; line-height: 1.65; }
.service-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 55px; }
.service-card { overflow: hidden; background: #fff; border-radius: 18px; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-8px); box-shadow: 0 18px 35px rgba(0,0,0,.24); }
.service-image { position: relative; height: 245px; overflow: hidden; background: #f3f6f4; }
.service-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s ease; }
.service-product img { object-fit: contain; padding: 18px; }
.service-card:hover .service-image img { transform: scale(1.05); }
.service-badge { position: absolute; top: 16px; left: 16px; z-index: 1; padding: 8px 13px; color: #fff; background: var(--coral); border: 1px solid rgba(255,255,255,.65); border-radius: 999px; box-shadow: 0 6px 14px rgba(23,42,45,.18); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.service-badge-product { background: var(--green); }
.service-card-body { position: relative; padding: 25px 26px 28px; }
.service-number { color: var(--coral); font-size: 12px; font-weight: 700; }
.service-card h3 { min-height: 52px; margin: 10px 0 7px; color: var(--green-dark); font: 700 23px/1.15 'Playfair Display', serif; }
.service-card p { min-height: 42px; margin: 0 0 21px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.service-link { color: var(--green); font-size: 13px; font-weight: 700; }
.service-link b { margin-left: 6px; color: var(--coral); font-size: 16px; }
.quality-section { padding: 105px 0; background: #f4f8f5; }
.quality-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .9fr); align-items: center; gap: 80px; }
.quality-visual { display: grid; min-height: 430px; place-items: center; padding: 35px; background: #fff; border-radius: 24px; box-shadow: 0 18px 45px rgba(23,42,45,.08); }
.quality-visual img { width: 100%; max-width: 600px; height: auto; display: block; }
.quality-copy h2 { max-width: 560px; margin: 0; color: var(--green-dark); font: 700 clamp(38px, 4.5vw, 62px)/1.05 'Playfair Display', serif; letter-spacing: -.04em; }
.quality-copy h2 em { color: var(--coral); font-style: normal; }
.quality-copy > p:not(.section-kicker) { max-width: 520px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.quality-points { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 26px 0 25px; }
.quality-points div { padding: 12px 14px; background: #fff; border: 1px solid var(--line); border-radius: 10px; }
.quality-points strong, .quality-points span { display: block; }
.quality-points strong { margin-bottom: 4px; color: var(--green); font-size: 13px; }
.quality-points span { color: var(--muted); font-size: 11px; line-height: 1.35; }
.testimonial-section { padding: 110px 0; color: #e5f2ed; background: var(--green-dark); }
.testimonial-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); align-items: center; gap: 90px; }
.testimonial-intro h2 { max-width: 390px; margin: 0; color: #fff; font: 700 clamp(40px, 4.4vw, 62px)/1.05 'Playfair Display', serif; letter-spacing: -.04em; }
.testimonial-intro h2 em { color: #f7a29a; font-style: normal; }
.testimonial-intro .section-rule { background: #f7a29a; }
.testimonial-intro > p:not(.section-kicker) { max-width: 390px; margin: 0; color: #b4ccc1; font-size: 15px; line-height: 1.75; }
.testimonial-stat { display: flex; align-items: center; gap: 13px; margin-top: 34px; }
.testimonial-stat strong { color: #f7a29a; font: 700 42px/1 'Playfair Display', serif; }
.testimonial-stat span { color: #d8e9e1; font-size: 12px; line-height: 1.45; }
.testimonial-card { position: relative; min-height: 330px; padding: 53px 58px 43px; color: var(--ink); background: #fff; border-radius: 24px; box-shadow: 18px 18px 0 rgba(247,162,154,.25); }
.testimonial-mark { position: absolute; top: 16px; right: 45px; color: #f5d6d1; font: 700 100px/.8 Georgia, serif; }
.testimonial-stars { margin-bottom: 18px; color: #f5a623; font-size: 18px; letter-spacing: 4px; }
.testimonial-card blockquote { max-width: 700px; margin: 0; color: #41575a; font: italic 22px/1.7 'DM Sans', sans-serif; }
.testimonial-slides { display: grid; }
.testimonial-slide { grid-area: 1 / 1; visibility: hidden; opacity: 0; pointer-events: none; transform: translateX(12px); transition: opacity .35s ease, transform .35s ease, visibility .35s ease; }
.testimonial-slide.is-active { visibility: visible; opacity: 1; pointer-events: auto; transform: translateX(0); }
@keyframes testimonialFade { from { opacity: 0; transform: translateX(12px); } to { opacity: 1; transform: translateX(0); } }
.testimonial-author { display: flex; align-items: center; gap: 12px; margin-top: 29px; }
.testimonial-avatar { display: grid; width: 45px; height: 45px; place-items: center; color: #fff; background: var(--coral); border-radius: 50%; font-size: 19px; font-weight: 700; }
.testimonial-author strong, .testimonial-author small { display: block; }
.testimonial-author strong { color: var(--green-dark); font-size: 15px; }
.testimonial-author small { margin-top: 3px; color: var(--muted); font-size: 12px; }
.testimonial-line { position: absolute; right: 58px; bottom: 48px; width: 70px; height: 3px; background: var(--coral); border-radius: 5px; }
.testimonial-controls { display: flex; align-items: center; justify-content: flex-end; gap: 12px; margin-top: 24px; }
.testimonial-arrow { display: grid; width: 38px; height: 38px; place-items: center; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; cursor: pointer; font-size: 18px; transition: color .2s ease, background .2s ease; }
.testimonial-arrow:hover { color: var(--green-dark); background: #fff; }
.testimonial-dots { display: flex; gap: 6px; }
.testimonial-dot { width: 24px; height: 4px; padding: 0; border: 0; border-radius: 10px; background: rgba(255,255,255,.3); cursor: pointer; }
.testimonial-dot.is-active { width: 38px; background: #f7a29a; }
.products-hero { padding: 82px 0 70px; color: #fff; background: var(--green-dark); }
.page-hero { padding: 92px 0 84px; color: #fff; background: var(--green-dark); }
.page-hero h1 { max-width: 820px; margin: 0; font: 700 clamp(42px, 6vw, 78px)/1.02 'Playfair Display', serif; letter-spacing: -.045em; }
.page-hero h1 em { color: #f7a29a; font-style: normal; }
.page-hero > .container > p:last-child { max-width: 560px; margin: 22px 0 0; color: #b4ccc1; font-size: 16px; line-height: 1.65; }

.contact-section { padding: 105px 0 120px; background: #f3f8f5; }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .78fr); align-items: start; gap: 62px; }
.contact-side-column { display: grid; gap: 18px; }
.contact-form-wrap { padding: 34px 0 0; }
.contact-form-wrap h1 { margin: 0; color: var(--green-dark); font: 700 clamp(44px, 5vw, 70px)/1.02 'Playfair Display', serif; letter-spacing: -.045em; }
.contact-form-wrap h1 em, .contact-details-card h2 em { color: var(--coral); font-style: normal; }
.contact-form-intro { max-width: 520px; margin: 22px 0 35px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.contact-form { max-width: 650px; }
.contact-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: block; margin-bottom: 18px; color: var(--green-dark); font-size: 12px; font-weight: 700; }
.contact-form label > span { color: var(--coral); }
.contact-form input, .contact-form textarea { width: 100%; margin-top: 8px; padding: 14px 16px; color: var(--ink); background: #fff; border: 1px solid #d5e3dc; border-radius: 8px; outline: 0; font: 400 14px 'DM Sans', sans-serif; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--coral); box-shadow: 0 0 0 3px rgba(239, 74, 73, .1); }
.contact-submit { display: inline-flex; align-items: center; gap: 10px; padding: 14px 20px; color: #fff; background: var(--coral); border: 0; border-radius: 999px; cursor: pointer; font: 700 13px 'DM Sans', sans-serif; }
.contact-submit:hover { background: #d83d3d; }
.contact-submit span { font-size: 18px; line-height: 1; }
.contact-success { color: var(--green); font-size: 13px; }
.contact-details-card { position: relative; overflow: hidden; padding: 34px 30px; color: #dcebe4; background: var(--green-dark); border-radius: 20px; box-shadow: 12px 12px 0 rgba(23, 75, 67, .12); }
.contact-details-card h2 { margin: 0 0 26px; color: #fff; font: 700 clamp(36px, 4vw, 52px)/1.02 'Playfair Display', serif; letter-spacing: -.04em; }
.contact-details-card .section-kicker { color: #f7a29a; }
.contact-detail-item { position: relative; z-index: 1; display: flex; align-items: flex-start; gap: 15px; margin-top: 26px; }
.contact-detail-item > span { display: grid; flex: 0 0 38px; width: 38px; height: 38px; place-items: center; background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .18); border-radius: 50%; }
.contact-detail-item img { width: 18px; height: 18px; filter: brightness(0) invert(1); }
.contact-detail-item strong, .contact-detail-item address, .contact-detail-item a { display: block; }
.contact-detail-item strong { margin-bottom: 5px; color: #f7a29a; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.contact-detail-item address, .contact-detail-item a { color: #dcebe4; font-size: 13px; line-height: 1.7; font-style: normal; }
.contact-detail-item a:hover { color: #f7a29a; }
.contact-card-accent { position: absolute; right: -90px; bottom: -110px; width: 260px; height: 260px; border: 1px solid rgba(247, 162, 154, .35); border-radius: 50%; box-shadow: 0 0 0 24px rgba(247, 162, 154, .05), 0 0 0 48px rgba(247, 162, 154, .035); }
.contact-map-wrap { overflow: hidden; background: #fff; border: 1px solid #d5e3dc; border-radius: 16px; }
.contact-map-heading { display: flex; align-items: center; gap: 8px; padding: 12px 15px; color: var(--green-dark); font-size: 12px; font-weight: 700; }
.contact-map-heading img { width: 16px; height: 16px; }
.contact-map { display: block; width: 100%; height: 220px; border: 0; }
.about-content-section { position: relative; overflow: hidden; padding: 112px 0 125px; background: #f3f8f5; }
.about-content-section::before { position: absolute; top: -170px; right: -120px; width: 430px; height: 430px; content: ''; border: 1px solid rgba(23,75,67,.12); border-radius: 50%; box-shadow: 0 0 0 32px rgba(23,75,67,.025), 0 0 0 64px rgba(23,75,67,.02); }
.about-content-inner { position: relative; max-width: 1180px; }
.about-content-inner > .section-kicker { margin-bottom: 18px; }
.about-content-inner h2 { max-width: 620px; margin: 0; color: var(--green-dark); font: 700 clamp(44px, 5vw, 70px)/1.02 'Playfair Display', serif; letter-spacing: -.045em; }
.about-content-inner h2 em { color: var(--coral); font-style: normal; }
.about-content-inner .section-rule { width: 82px; height: 3px; margin: 25px 0 38px; background: var(--coral); }
.about-content-text { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 0 56px; max-width: 1180px; margin: 0 auto; padding: 42px 48px 38px; color: #52676b; background: #fff; border: 1px solid rgba(23,75,67,.1); border-radius: 22px; box-shadow: 0 20px 45px rgba(23,42,45,.08); font-size: 15px; line-height: 1.8; }
.about-content-text::before { position: absolute; top: 34px; left: 0; width: 4px; height: 72px; content: ''; background: var(--coral); border-radius: 0 4px 4px 0; }
.about-content-text p { margin: 0 0 20px; }
.about-content-text p:first-child { grid-row: span 2; align-self: start; padding-right: 28px; color: var(--green-dark); font-size: 18px; line-height: 1.7; }
.about-content-text strong { color: var(--coral); }
.company-profile-section { padding: 112px 0 125px; background: #fff; }
.company-profile-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr); align-items: center; gap: 78px; }
.company-profile-copy h2 { margin: 0; color: var(--green-dark); font: 700 clamp(42px, 4.5vw, 64px)/1.05 'Playfair Display', serif; letter-spacing: -.04em; }
.company-profile-copy h2 em { color: var(--coral); font-style: normal; }
.company-profile-copy > p:not(.section-kicker) { color: var(--muted); font-size: 15px; line-height: 1.8; }
.company-profile-facts { display: flex; gap: 38px; margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.company-profile-facts span { display: grid; gap: 5px; }
.company-profile-facts strong { color: var(--coral); font: 700 25px/1 'Playfair Display', serif; letter-spacing: 0; text-transform: none; }
.company-profile-gallery { position: relative; min-width: 0; padding: 0 22px 22px 0; }
.profile-gallery-track { position: relative; height: 430px; overflow: hidden; background: #eaf4ee; border-radius: 18px 18px 130px 18px; box-shadow: 22px 22px 0 var(--mint); }
.profile-gallery-image { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; opacity: 0; transform: scale(1.03); transition: opacity .45s ease, transform .65s ease; }
.profile-gallery-image.is-active { opacity: 1; transform: scale(1); }
.profile-gallery-arrow { position: absolute; top: 50%; z-index: 2; display: grid; width: 42px; height: 42px; place-items: center; color: var(--green-dark); background: rgba(255,255,255,.9); border: 0; border-radius: 50%; box-shadow: 0 8px 18px rgba(23,42,45,.15); cursor: pointer; transform: translateY(-50%); transition: color .2s ease, background .2s ease; }
.profile-gallery-arrow:hover { color: #fff; background: var(--coral); }
.profile-gallery-prev { left: -16px; }
.profile-gallery-next { right: 6px; }
.profile-gallery-dots { position: absolute; right: 50%; bottom: 37px; z-index: 2; display: flex; gap: 6px; transform: translateX(50%); }
.profile-gallery-dot { width: 24px; height: 4px; padding: 0; border: 0; border-radius: 5px; background: rgba(255,255,255,.65); cursor: pointer; }
.profile-gallery-dot.is-active { width: 38px; background: var(--coral); }
.quality-assurance-section { padding: 112px 0 125px; background: #f3f8f5; }
.quality-assurance-grid { display: grid; grid-template-columns: minmax(420px, 1.05fr) minmax(0, .95fr); align-items: center; gap: 78px; }
.quality-assurance-copy { order: 2; }
.quality-assurance-copy h2 { margin: 0; color: var(--green-dark); font: 700 clamp(42px, 4.5vw, 64px)/1.05 'Playfair Display', serif; letter-spacing: -.04em; }
.quality-assurance-copy h2 em { color: var(--coral); font-style: normal; }
.quality-assurance-copy > p:not(.section-kicker) { color: var(--muted); font-size: 15px; line-height: 1.8; }
.quality-assurance-copy strong { color: var(--green); }
.quality-assurance-gallery { position: relative; min-width: 0; padding: 0 0 22px 22px; order: 1; }
.assurance-gallery-track { position: relative; height: 500px; overflow: hidden; background: #fff; border-radius: 18px 18px 18px 130px; box-shadow: -22px 22px 0 #dcece3; }
.assurance-gallery-image { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: contain; opacity: 0; transform: scale(1.03); transition: opacity .45s ease, transform .65s ease; }
.assurance-gallery-image.is-active { opacity: 1; transform: scale(1); }
.assurance-gallery-arrow { position: absolute; top: 50%; z-index: 2; display: grid; width: 42px; height: 42px; place-items: center; color: var(--green-dark); background: rgba(255,255,255,.92); border: 0; border-radius: 50%; box-shadow: 0 8px 18px rgba(23,42,45,.15); cursor: pointer; transform: translateY(-50%); transition: color .2s ease, background .2s ease; }
.assurance-gallery-arrow:hover { color: #fff; background: var(--coral); }
.assurance-gallery-prev { left: 6px; }
.assurance-gallery-next { right: -16px; }
.assurance-gallery-dots { position: absolute; right: 50%; bottom: 38px; z-index: 2; display: flex; gap: 6px; transform: translateX(50%); }
.assurance-gallery-dot { width: 24px; height: 4px; padding: 0; border: 0; border-radius: 5px; background: rgba(23,75,67,.25); cursor: pointer; }
.assurance-gallery-dot.is-active { width: 38px; background: var(--coral); }
.products-hero h1 { max-width: 720px; margin: 0; font: 700 clamp(42px, 6vw, 78px)/1.02 'Playfair Display', serif; letter-spacing: -.045em; }
.products-hero h1 em { color: #f7a29a; font-style: normal; }
.products-hero > .container > p:last-child { max-width: 480px; margin: 22px 0 0; color: #b4ccc1; font-size: 16px; line-height: 1.65; }
.products-section { padding: 90px 0 110px; background: #f5f8f6; }
.products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; }
.product-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 16px; transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-6px); box-shadow: 0 16px 30px rgba(23,42,45,.1); }
.product-image-wrap { height: 245px; display: grid; place-items: center; overflow: hidden; background: #f1f5f2; }
.product-image-wrap img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.product-card:nth-child(2) .product-image-wrap img, .product-card:nth-child(6) .product-image-wrap img, .product-card:nth-child(7) .product-image-wrap img { object-fit: contain; padding: 16px; }
.product-card:hover .product-image-wrap img { transform: scale(1.04); }
.product-image-link, .product-title-link { display: block; color: inherit; text-decoration: none; }
.product-card-content { padding: 20px 20px 22px; }
.product-label { color: var(--coral); font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.product-card h2 { min-height: 47px; margin: 9px 0 7px; color: var(--green-dark); font: 700 22px/1.15 'Playfair Display', serif; }
.product-card p { min-height: 63px; margin: 0 0 18px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.enquire-button, .enquire-submit { border: 0; color: #fff; background: var(--coral); border-radius: 999px; cursor: pointer; font: 700 13px 'DM Sans', sans-serif; transition: background .2s ease, transform .2s ease; }
.enquire-button { padding: 11px 16px; }
.enquire-button:hover, .enquire-submit:hover { background: #d83d3d; transform: translateY(-1px); }
.enquire-button span, .enquire-submit span { margin-left: 5px; }
.enquiry-modal[hidden] { display: none; }
.enquiry-modal { position: fixed; inset: 0; z-index: 2000; display: grid; place-items: center; padding: 20px; }
.enquiry-backdrop { position: absolute; inset: 0; background: rgba(8,30,27,.72); backdrop-filter: blur(5px); }
.enquiry-dialog { position: relative; width: min(100%, 610px); max-height: 92vh; overflow-y: auto; padding: 38px; background: #fff; border-radius: 22px; box-shadow: 0 25px 80px rgba(0,0,0,.25); }
.enquiry-close { position: absolute; top: 15px; right: 18px; width: 34px; height: 34px; border: 0; color: var(--muted); background: var(--mint); border-radius: 50%; cursor: pointer; font-size: 24px; line-height: 1; }
.enquiry-dialog h2 { margin: 0; color: var(--green-dark); font: 700 37px/1.1 'Playfair Display', serif; }
.enquiry-dialog h2 em { color: var(--coral); font-style: normal; }
.enquiry-subtitle { margin: 12px 0 25px; color: var(--muted); font-size: 14px; }
.enquiry-form label { display: grid; gap: 7px; margin-bottom: 15px; color: var(--green-dark); font-size: 12px; font-weight: 700; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.enquiry-form input, .enquiry-form textarea { width: 100%; padding: 12px 13px; color: var(--ink); background: #f5f8f6; border: 1px solid var(--line); border-radius: 8px; outline: 0; font: 400 14px 'DM Sans', sans-serif; }
.enquiry-form input:focus, .enquiry-form textarea:focus { border-color: var(--coral); box-shadow: 0 0 0 3px rgba(239,74,73,.1); }
.enquiry-form textarea { resize: vertical; }
.enquire-submit { display: inline-flex; align-items: center; gap: 8px; padding: 13px 20px; }
.enquire-submit::after { width: 16px; height: 16px; content: ''; display: block; background: url('../icons/send.svg') center / contain no-repeat; filter: brightness(0) invert(1); }
.checkbox-label { display: flex !important; grid-template-columns: none !important; align-items: flex-start; gap: 8px !important; color: var(--muted) !important; font-size: 13px !important; font-weight: 400 !important; line-height: 1.5; }
.checkbox-label input { width: 16px; height: 16px; flex: 0 0 auto; margin-top: 1px; accent-color: var(--coral); }
.form-success { margin: 14px 0 0; color: var(--green); font-size: 13px; font-weight: 600; }
.product-detail-hero { padding: 86px 0 96px; background: #f5f8f6; }
.product-detail-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); align-items: center; gap: 85px; }
.product-detail-image { height: 560px; display: grid; place-items: center; overflow: hidden; background: transparent; border-radius: 0; }
.product-detail-image img { width: 100%; height: 100%; display: block; object-fit: contain; }
.product-detail-copy h1 { max-width: 650px; margin: 0; color: var(--green-dark); font: 700 clamp(42px, 5vw, 74px)/1.05 'Playfair Display', serif; letter-spacing: -.04em; }
.product-short-description { max-width: 580px; margin: 0 0 25px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.product-detail-description { max-width: 540px; margin: 0 0 27px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.product-information { padding: 100px 0; background: #fff; }
.product-info-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.product-info-grid h2 { margin: 0; color: var(--green-dark); font: 700 clamp(34px, 4vw, 55px)/1.1 'Playfair Display', serif; }
.product-info-grid h2 em { color: var(--coral); font-style: normal; }
.product-specs { border-top: 1px solid var(--line); }
.product-specs > div { display: grid; grid-template-columns: 180px 1fr; gap: 24px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.product-specs strong { color: var(--green-dark); font-size: 13px; }
.product-specs span { color: var(--muted); font-size: 14px; line-height: 1.5; }
.product-detail-hero { padding: 72px 0 88px; background: #fff; }
.product-detail-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: start; gap: 68px; }
.product-gallery { min-width: 0; }
.product-thumbnails { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 15px; }
.product-thumb { width: 82px; height: 82px; padding: 5px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 6px; cursor: pointer; }
.product-thumb.is-active { border: 2px solid var(--coral); }
.product-thumb img { width: 100%; height: 100%; display: block; object-fit: contain; }
.product-detail-copy { padding-top: 24px; }
.product-detail-copy h1 { font-size: clamp(36px, 4vw, 58px); }
.product-spec-list { margin: 24px 0 30px; }
/* Invalid legacy declaration below is kept disabled. */
/*
.product-spec-list p { margin: 0; padding: 12px 0; color: var(--muted); border-bottom: 1px solid var(--line); font-size: 15px; line-height： 1.5; }
*/
.product-spec-list p { margin: 0; padding: 12px 0; color: var(--muted); border-bottom: 1px solid var(--line); font-size: 15px; line-height: 1.5; }
.product-spec-list strong { color: var(--green-dark); }
.product-enquire-button { padding: 15px 22px; border-radius: 6px; text-align: left; line-height: 1.55; }
.product-description-panel > p { max-width: 600px; margin: 0 0 30px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.meta-information { background: #f4f7f8; }
.meta-information > span { display: inline-block; padding: 12px 24px; color: var(--ink); background: #fff; font-size: 13px; }
.meta-information p { margin: 0; padding: 35px 24px; color: var(--muted); font-size: 14px; }
.related-products { padding: 88px 0 105px; background: #f5f8f6; }
.related-heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 32px; }
.related-heading h2 { margin: 0; color: var(--green-dark); font: 700 clamp(34px, 4vw, 54px)/1.1 'Playfair Display', serif; }
.related-heading h2 em { color: var(--coral); font-style: normal; }
.related-controls { display: flex; gap: 8px; }
.related-arrow { width: 42px; height: 42px; color: var(--green-dark); background: #fff; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; font-size: 20px; transition: color .2s ease, background .2s ease; }
.related-arrow:hover { color: #fff; background: var(--coral); }
.related-track { display: flex; gap: 20px; overflow-x: auto; scroll-behavior: smooth; scrollbar-width: none; }
.related-track::-webkit-scrollbar { display: none; }
.related-card { flex: 0 0 calc(25% - 15px); overflow: hidden; padding-bottom: 18px; color: var(--green-dark); background: #fff; border-radius: 14px; }
.related-card > div { height: 190px; background: #eef3ef; }
.related-card img { width: 100%; height: 100%; display: block; object-fit: contain; padding: 12px; }
.related-card h3 { margin: 16px 17px 8px; font: 700 20px/1.2 'Playfair Display', serif; }
.related-card > span { margin-left: 17px; color: var(--green); font-size: 12px; font-weight: 700; }
.related-card b { margin-left: 5px; color: var(--coral); }
.facility-badge { position: absolute; right: -20px; bottom: 0; display: flex; align-items: center; gap: 10px; padding: 17px 21px; color: #fff; background: var(--coral); border-radius: 12px; box-shadow: 0 10px 25px rgba(239,74,73,.22); }
.facility-badge strong { font: 700 29px/1 'Playfair Display', serif; }
.facility-badge span { font-size: 11px; line-height: 1.2; letter-spacing: .05em; text-transform: uppercase; }
.footer-main { display: grid; grid-template-columns: 1.7fr 1fr 1.2fr 1.4fr; gap: 48px; padding-bottom: 58px; }
.footer-brand { display: inline-flex; width: 88px; height: 88px; align-items: center; justify-content: center; padding: 7px; background: #fff; border-radius: 50%; }
.footer-brand img { display: block; width: 100%; height: 100%; object-fit: contain; }
.footer-intro { max-width: 260px; margin: 22px 0 18px; color: #b4ccc1; line-height: 1.7; }
.footer-email { color: #fff; font-weight: 700; }
.footer-socials { display: flex; gap: 10px; margin-top: 22px; }
.footer-socials a { display: grid; width: 36px; height: 36px; place-items: center; color: #dcebe4; border: 1px solid rgba(220,235,228,.35); border-radius: 50%; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.footer-socials svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.footer-socials a:hover { color: var(--green-dark); background: #f7a29a; border-color: #f7a29a; transform: translateY(-2px); }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.footer-column h3 { margin: 5px 0 8px; color: #fff; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.footer-column a { color: #b4ccc1; transition: color .2s ease, transform .2s ease; }
.footer-column a:hover { color: #fff; transform: translateX(3px); }
.footer-address { max-width: 270px; margin: 0 0 14px; color: #b4ccc1; font-style: normal; line-height: 1.65; }
.footer-contact-links { display: flex; flex-wrap: wrap; align-items: center; row-gap: 13px; column-gap: 14px; max-width: 430px; margin-bottom: 4px; }
.footer-contact-item { display: flex; align-items: flex-start; gap: 10px; }
.footer-contact-item > img { width: 17px; height: 17px; flex: 0 0 17px; margin-top: 3px; filter: brightness(0) invert(1); opacity: .9; }
.footer-contact-item.footer-phone-group, .footer-contact-item.footer-email-group { align-items: center; gap: 8px; }
.footer-contact-item.footer-phone-group > img, .footer-contact-item.footer-email-group > img { margin-top: 0; }
.footer-phone-group, .footer-email-group { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; width: 100%; }
.footer-phone-group span, .footer-email-group span { color: #8eaea0; }
.footer-contact-links a { color: #fff; font-size: 13px; }
.footer-contact-links a:hover { color: #f7a29a; transform: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 21px; color: #8eaea0; border-top: 1px solid rgba(220,235,228,.2); font-size: 12px; }
.footer-bottom p { margin: 0; }
