:root { --blue: #123ca2; --ink: #090909; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Arial, "Microsoft YaHei", "PingFang SC", Helvetica, sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.cms-preline { white-space: pre-line; }

.site-header { height: 113px; background: #f3f3f3; position: relative; z-index: 20; }
.nav-wrap { width: min(1484px, calc(100% - 48px)); height: 100%; margin: 0 auto; display: flex; align-items: center; }
.brand { width: 232px; align-self: stretch; display: flex; align-items: center; justify-content: center; background: var(--blue); }
.brand img { width: 190px; height: auto; }
.nav-links { margin-left: auto; display: flex; align-items: center; gap: 72px; font-size: 20px; }
.nav-links a { padding: 44px 0 40px; position: relative; }
.nav-links a.active { color: var(--blue); }
.nav-links a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: 25px; height: 2px; background: var(--blue); }
.nav-tools { margin-left: 125px; display: flex; align-items: center; gap: 50px; }
.language, .menu { border: 0; background: none; cursor: pointer; padding: 8px; }
.language { font-size: 20px; }
.menu { width: 52px; height: 46px; display: flex; flex-direction: column; justify-content: space-around; }
.menu span { display: block; height: 4px; background: #111; border-radius: 3px; }

.hero { min-height: 833px; max-width: 1740px; margin: 0 auto; display: grid; grid-template-columns: 48% 52%; align-items: center; padding: 55px 0 0; }
.hero-copy { text-align: center; padding: 0 40px 54px 0; }
.sample-fan { width: 172px; margin: 0 auto 18px; }
.hero h1 { margin: 0; color: var(--blue); font-size: 62px; line-height: 1.1; letter-spacing: -2px; font-weight: 700; }
.hero-copy > p { font-size: 22px; line-height: 1.35; margin: 26px 0 54px; }
.stats { width: 540px; max-width: 100%; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 20px 25px; }
.stats div { height: 148px; border-radius: 8px; display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
.stats div:nth-child(1) { background: #fff7e9; }.stats div:nth-child(2) { background: #eefff1; }.stats div:nth-child(3) { background: #f6f4ff; }.stats div:nth-child(4) { background: #f4f6ff; }
.stats div::before, .stats div::after { content: ""; width: 0; height: 0; border-style: solid; position: absolute; }
.stats div::before { top: 18px; left: 18px; border-width: 0 0 17px 9px; border-color: transparent transparent #ffad00 transparent; transform: rotate(18deg); }
.stats div::after { right: 18px; bottom: 15px; border-width: 7px 12px 0 0; border-color: #ff8a00 transparent transparent transparent; }
.stats b { font-size: 42px; line-height: 1; }.stats span { font-size: 12px; margin-top: 18px; }
.hero-art { position: relative; align-self: center; }
.hero-art::before { content: ""; position: absolute; inset: 28px 38px -27px -29px; background: #ffc600; border-radius: 45px; z-index: -1; }
.hero-art img { width: 796px; aspect-ratio: 1.009; object-fit: cover; border-radius: 34px; box-shadow: 0 8px 26px rgb(0 0 0 / .12); }
.ticker { height: 122px; background: var(--blue); color: #fff; display: flex; align-items: center; overflow: hidden; }
.ticker div { width: min(1770px, 94%); margin: 0 auto; font-size: 17px; letter-spacing: 1.2px; white-space: nowrap; }

.category-section { padding: 107px 48px 127px; }
.section-heading h2 { margin: 0; font-size: 48px; line-height: 1.1; }.section-heading p { margin: 30px 0 0; font-size: 20px; }.centered { text-align: center; }
.category-grid { width: 1790px; max-width: 100%; margin: 80px 0 80px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.category-card { height: auto; aspect-ratio: 425 / 551; border-radius: 10px; overflow: hidden; position: relative; background: #ddd; }
.category-card img { width: 100%; height: 100%; object-fit: cover; }
.fashion-title { text-align: center; }.fashion-title h2 { margin: 0 0 23px; font-size: 48px; font-weight: 500; }.fashion-title p { font-size: 25px; line-height: 1.35; margin: 0; }

.promo-grid { display: grid; grid-template-columns: 1fr 1fr; }
.promo-grid article { min-height: 807px; background-size: cover; background-position: center; position: relative; display: grid; place-items: center; color: #fff; text-align: center; }
.promo-grid article::after { content: ""; position: absolute; inset: 0; background: rgb(0 0 0 / .18); }
.promo-grid article > div { position: relative; z-index: 1; margin-top: 45px; }.promo-grid h3 { font-size: 27px; margin: 0 0 17px; }.promo-grid p { font-size: 16px; margin: 0 0 24px; }
.promo-grid a { background: #fff; color: #111; font-size: 14px; font-weight: 700; padding: 13px 21px; }

.collections { width: calc(100% - 180px); max-width: 1740px; margin: 0 auto; padding: 77px 0 70px; }
.product-series { margin-bottom: 115px; scroll-margin-top: 25px; }.series-heading { margin-bottom: 53px; }
.series-heading h2 { margin: 0 0 14px; font-size: 36px; font-weight: 500; }.series-heading h2 span { color: #777; padding-left: 10px; }.series-heading p { margin: 0; font-size: 18px; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.product-card img { width: 100%; aspect-ratio: 415 / 579; object-fit: cover; border-radius: 9px; transition: transform .25s ease; }
.product-card a { display: block; overflow: hidden; border-radius: 9px; }.product-card a:hover img { transform: scale(1.025); }
.product-card h3 { margin: 20px 0 9px; font-size: 24px; font-weight: 500; }.product-card p { margin: 0; font-size: 17px; }

.maker { width: calc(100% - 90px); max-width: 1500px; min-height: 630px; margin: 8px auto 137px; display: grid; grid-template-columns: 708px 1fr; gap: 80px; align-items: center; }
.maker-image { width: 708px; }.maker-copy { padding-top: 20px; }.maker-copy h2 { color: var(--blue); font-size: 40px; line-height: 1.15; margin: 0 0 30px; }.maker-copy p { font-size: 18px; line-height: 1.4; }.maker-copy img { width: 738px; max-width: 100%; margin-top: 20px; }

footer { min-height: 741px; background: url('/assets/footer.jpg') center/cover no-repeat; color: #fff; position: relative; }
.footer-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(0 0 0 / .62), rgb(0 0 0 / .28)); }
.footer-content { position: relative; z-index: 1; width: calc(100% - 180px); max-width: 1580px; margin: 0 auto; padding: 120px 0 75px; }
.footer-content h2 { font-size: 42px; margin: 0 0 29px; }.footer-lead { font-size: 16px; line-height: 2; }.footer-description { margin: 29px 0 70px; font-size: 22px; line-height: 1.55; }
.footer-bottom { display: grid; grid-template-columns: 1fr 1.35fr; align-items: end; gap: 60px; }.footer-bottom h3 { font-size: 18px; margin-bottom: 24px; }.footer-bottom p { font-size: 15px; margin: 14px 0; }.company { padding-bottom: 5px; }

/* About page — dimensions follow the 1920px PSD canvas. */
.about-hero { width: 100%; height: 545px; overflow: hidden; }
.about-hero img { width: 100%; height: 100%; object-fit: cover; }
.about-overview { width: 1690px; max-width: calc(100% - 100px); min-height: 808px; margin: 0 auto; padding: 96px 0; display: grid; grid-template-columns: 891px 1fr; gap: 107px; align-items: start; }
.about-building { width: 891px; height: 616px; object-fit: cover; border-radius: 15px; }
.about-copy { padding-top: 39px; }
.about-copy h1 { color: var(--blue); font-size: 37px; line-height: 1; margin: 0 0 20px; }
.about-copy > p { font-size: 20px; line-height: 1.4; margin: 0 0 27px; }
.about-stats { width: 545px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px 25px; }
.about-stats div { height: 151px; border-radius: 8px; position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.about-stats div:nth-child(1) { background: #fff6e8; }.about-stats div:nth-child(2) { background: #effff1; }.about-stats div:nth-child(3) { background: #f5f3ff; }.about-stats div:nth-child(4) { background: #f2f5ff; }
.about-stats div::before, .about-stats div::after { content: ""; position: absolute; width: 0; height: 0; border-style: solid; }
.about-stats div::before { top: 17px; left: 18px; border-width: 0 0 16px 8px; border-color: transparent transparent #ffad00 transparent; transform: rotate(18deg); }
.about-stats div::after { right: 17px; bottom: 14px; border-width: 7px 11px 0 0; border-color: #ff8a00 transparent transparent transparent; }
.about-stats b { font-size: 40px; line-height: 1; }.about-stats span { font-size: 11px; margin-top: 17px; }
.about-manufacturing { padding: 0 0 65px; }
.about-section-title { text-align: center; }
.about-section-title h2 { font-size: 46px; line-height: 1; margin: 0 0 29px; }
.about-section-title p { font-size: 17px; margin: 0; }
.manufacturing-grid { width: 1795px; max-width: calc(100% - 126px); margin: 70px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.manufacturing-grid img { width: 100%; aspect-ratio: 425 / 625; object-fit: cover; border-radius: 9px; }
.advantages-grid { width: 1795px; max-width: calc(100% - 126px); margin: 62px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.advantages-grid img { width: 100%; aspect-ratio: 425 / 197; object-fit: cover; }
.about-footer { min-height: 720px; background-image: url('/assets/about/footer.jpg'); }
.about-footer .footer-content { padding-top: 118px; }

/* Product catalog */
.products-hero, .contact-hero { width: 100%; height: 545px; overflow: hidden; }
.products-hero img, .contact-hero img { width: 100%; height: 100%; object-fit: cover; }
.products-catalog { padding: 80px 0 70px; }
.catalog-heading { text-align: center; }.catalog-heading h1 { font-size: 48px; line-height: 1; margin: 0 0 25px; font-weight: 500; }.catalog-heading p { font-size: 19px; line-height: 1.35; margin: 0; }
.filter-tabs { width: calc(100% - 188px); max-width: 1732px; margin: 44px auto 76px; display: flex; gap: 18px; align-items: center; }
.filter-tabs button { border: 1px solid #2f54a3; color: #2f54a3; background: #fff; border-radius: 2px; padding: 8px 25px; font-size: 15px; cursor: pointer; white-space: nowrap; }
.filter-tabs button.active { color: #fff; background: var(--blue); }
.catalog-grid { width: calc(100% - 188px); max-width: 1732px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); column-gap: 29px; row-gap: 70px; }
.catalog-card a { display: block; }.catalog-card > a { overflow: hidden; border-radius: 8px; }.catalog-card img { width: 100%; aspect-ratio: 415 / 579; object-fit: cover; transition: transform .25s ease; }.catalog-card:hover img { transform: scale(1.025); }
.catalog-card h2 { font-size: 23px; font-weight: 500; margin: 19px 0 9px; }.catalog-card p { font-size: 15px; margin: 0; }
.pagination { display: flex; justify-content: center; gap: 9px; margin-top: 72px; }.pagination button { width: 42px; height: 42px; color: #888; background: #fff; border: 1px solid #d7dbe4; cursor: pointer; }.pagination button.active { color: #fff; border-color: var(--blue); background: var(--blue); }

/* Product detail */
.detail-main { width: calc(100% - 122px); max-width: 1798px; min-height: 788px; margin: 0 auto; display: grid; grid-template-columns: 900px 1fr; gap: 93px; padding: 68px 0 69px; }
.detail-image-wrap { width: 900px; height: 651px; overflow: hidden; display: grid; place-items: center; background: #f3f5f8; }
.detail-image { width: 100%; height: 100%; object-fit: contain; }.detail-copy { padding-top: 32px; }.breadcrumb { color: #333; font-size: 15px; margin: 0 0 54px; }.breadcrumb a { color: #333; }
.detail-category { color: var(--blue); font-size: 14px !important; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 16px !important; }
.detail-copy h1 { font-size: 48px; line-height: 1.1; margin: 0 0 20px; font-weight: 500; }.detail-copy > p:not(.breadcrumb) { font-size: 18px; line-height: 1.4; margin: 0 0 70px; }
.spec-list { margin: 0; }.spec-list div { min-height: 81px; border-bottom: 1px solid #b9b9b9; display: grid; grid-template-columns: 135px 1fr; align-items: center; }.spec-list dt, .spec-list dd { margin: 0; font-size: 17px; }.spec-list dt { font-weight: 600; }

/* Contact */
.contact-area { min-height: 1172px; background: #f4f8fb; padding: 80px 0 96px; }
.contact-columns { width: calc(100% - 226px); max-width: 1694px; margin: 0 auto; display: grid; grid-template-columns: 603px 1fr; gap: 59px; align-items: start; }
.contact-details > h1, .quote-column > h2 { font-size: 36px; margin: 0 0 32px 10px; }.contact-card, .quote-form { background: #fff; border-radius: 12px; box-shadow: 0 3px 9px rgb(0 0 0 / .12); min-height: 946px; }
.contact-card { padding: 72px 54px; display: flex; flex-direction: column; justify-content: space-between; }.contact-row { display: grid; grid-template-columns: 100px 1fr; align-items: start; }.contact-icon { width: 82px; height: 82px; border: 3px solid #0e58ff; color: #0e58ff; border-radius: 12px; display: grid; place-items: center; font-size: 42px; line-height: 1; }
.contact-row h2 { font-size: 26px; margin: 9px 0 8px; }.contact-row p { font-size: 18px; line-height: 1.35; margin: 0; }
.quote-form { padding: 38px 37px 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 50px 61px; align-content: start; }
.quote-form label { font-size: 20px; font-weight: 600; display: flex; flex-direction: column; gap: 16px; }.quote-form input, .quote-form textarea { width: 100%; border: 1px solid #bbb; border-radius: 5px; padding: 16px 20px; font: inherit; font-size: 17px; font-weight: 400; }.quote-form input { height: 80px; }.quote-form textarea { height: 283px; resize: vertical; }.quote-form .wide { grid-column: 1 / -1; }
.quote-form button { height: 72px; border: 0; border-radius: 6px; color: #fff; background: var(--blue); font-size: 20px; cursor: pointer; }.form-success { color: #176b32; font-size: 16px; margin: -30px 0 0; text-align: center; }
.quote-form button:disabled { opacity: .65; cursor: wait; }.form-error { color: #c63d3d; font-size: 16px; margin: -30px 0 0; text-align: center; }
.contact-advantages { width: calc(100% - 126px); max-width: 1795px; margin: 0 auto; padding: 64px 0 65px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }.contact-advantages img { width: 100%; aspect-ratio: 425 / 197; object-fit: cover; }

@media (max-width: 1500px) {
  .about-overview { grid-template-columns: 54% 1fr; gap: 65px; }
  .about-building { width: 100%; height: auto; }
  .about-copy { padding-top: 18px; }
  .about-copy h1 { font-size: 32px; }
  .about-copy > p { font-size: 16px; }
  .about-stats { width: 100%; gap: 14px; }
  .about-stats div { height: 120px; }
  .about-stats b { font-size: 32px; }
  .detail-main { grid-template-columns: 52% 1fr; gap: 55px; }.detail-image-wrap { width: 100%; height: auto; aspect-ratio: 900 / 651; }.detail-copy { padding-top: 5px; }.breadcrumb { margin-bottom: 42px; }.detail-copy h1 { font-size: 38px; }.detail-copy > p:not(.breadcrumb) { margin-bottom: 42px; }
  .contact-columns { grid-template-columns: 38% 1fr; gap: 38px; }.contact-card { padding: 52px 36px; }.contact-row { grid-template-columns: 82px 1fr; }.contact-icon { width: 65px; height: 65px; font-size: 31px; }.contact-row h2 { font-size: 21px; }.contact-row p { font-size: 15px; }.quote-form { gap: 34px; }.quote-form input { height: 66px; }
}

@media (max-width: 1300px) {
  .nav-links { gap: 40px; }.nav-tools { margin-left: 60px; gap: 25px; }.hero { padding-inline: 35px; }.hero h1 { font-size: 48px; }.hero-art img { width: 100%; }
  .maker { grid-template-columns: 48% 1fr; }
}
@media (max-width: 1100px) {
  .site-header { height: 76px; position: sticky; top: 0; }.nav-wrap { width: 100%; padding-right: 14px; }.brand { width: 170px; }.brand img { width: 140px; }
  .nav-links { position: absolute; left: 0; right: 0; top: 76px; background: #fff; display: none; flex-direction: column; gap: 0; padding: 12px 24px 22px; box-shadow: 0 15px 25px rgb(0 0 0 / .12); }.nav-links.open { display: flex; }.nav-links a { width: 100%; padding: 14px 0; }.nav-links a.active::after { bottom: 7px; right: auto; width: 35px; }
  .nav-tools { margin-left: auto; gap: 12px; }.menu { width: 42px; }.hero { min-height: 0; grid-template-columns: 1fr; padding: 58px 24px 65px; gap: 55px; }.hero-copy { padding: 0; }.hero h1 { font-size: 44px; }.hero-copy > p { font-size: 17px; }.hero-art { width: min(720px, 94%); margin: 0 auto; }
  .ticker { height: 74px; }.ticker div { animation: scroll 18s linear infinite; } @keyframes scroll { from { transform: translateX(20%); } to { transform: translateX(-100%); } }
  .category-section { padding: 70px 24px; }.section-heading h2 { font-size: 34px; }.section-heading p { font-size: 17px; line-height: 1.5; }.category-grid { grid-template-columns: 1fr 1fr; gap: 18px; margin: 50px auto 65px; }.category-card { height: auto; aspect-ratio: 425 / 551; }.fashion-title h2 { font-size: 38px; }.fashion-title p { font-size: 18px; }
  .promo-grid { grid-template-columns: 1fr; }.promo-grid article { min-height: 70vw; }.collections { width: 100%; padding: 65px 24px 35px; }.product-grid { grid-template-columns: 1fr 1fr; gap: 38px 18px; }.product-card h3 { font-size: 18px; margin-top: 13px; }.product-card p { font-size: 13px; line-height: 1.4; }.series-heading h2 { font-size: 30px; }
  .maker { width: 100%; padding: 0 24px; grid-template-columns: 1fr; gap: 35px; margin-bottom: 80px; }.maker-image { width: 100%; }.maker-copy h2 { font-size: 34px; }
  footer { min-height: 0; }.footer-content { width: 100%; padding: 70px 30px; }.footer-content h2 { font-size: 30px; }.footer-description { font-size: 18px; }.footer-bottom { grid-template-columns: 1fr; gap: 30px; }
  .about-hero { height: 42vw; min-height: 220px; }.about-overview { width: 100%; max-width: none; min-height: 0; padding: 60px 24px 75px; grid-template-columns: 1fr; gap: 38px; }.about-copy { padding: 0; }.about-copy h1 { font-size: 32px; }.about-copy > p { font-size: 16px; }.about-stats { max-width: 545px; }.about-section-title { padding: 0 24px; }.about-section-title h2 { font-size: 33px; line-height: 1.15; }.about-section-title p { line-height: 1.5; }.manufacturing-grid { width: 100%; max-width: none; padding: 0 24px; grid-template-columns: 1fr 1fr; gap: 24px 18px; margin-top: 48px; }.advantages-grid { width: 100%; max-width: none; padding: 0 24px; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 40px; }.about-manufacturing { padding-bottom: 50px; }.about-footer .footer-content { padding-top: 70px; }
  .products-hero, .contact-hero { height: 42vw; min-height: 220px; }.products-catalog { padding-top: 60px; }.catalog-heading { padding: 0 24px; }.catalog-heading h1 { font-size: 36px; }.catalog-heading p { font-size: 16px; }.filter-tabs { width: 100%; padding: 0 24px; overflow-x: auto; margin: 35px auto 48px; }.catalog-grid { width: 100%; padding: 0 24px; grid-template-columns: 1fr 1fr; gap: 42px 18px; }.catalog-card h2 { font-size: 18px; }.catalog-card p { font-size: 13px; }.pagination { margin-top: 50px; }
  .detail-main { width: 100%; min-height: 0; padding: 45px 24px 65px; grid-template-columns: 1fr; gap: 38px; }.detail-copy { padding: 0; }.breadcrumb { margin-bottom: 35px; }.detail-copy h1 { font-size: 36px; }.detail-copy > p:not(.breadcrumb) { margin-bottom: 35px; }
  .contact-area { min-height: 0; padding: 60px 0; }.contact-columns { width: 100%; padding: 0 24px; grid-template-columns: 1fr; gap: 45px; }.contact-card, .quote-form { min-height: 0; }.contact-card { gap: 45px; }.quote-form { grid-template-columns: 1fr; }.quote-form .wide { grid-column: auto; }.contact-advantages { width: 100%; padding: 45px 24px; grid-template-columns: 1fr 1fr; gap: 18px; }
}
@media (max-width: 700px) {
  .hero { width: 100%; max-width: none; min-height: 0; padding: 42px 18px 50px; grid-template-columns: minmax(0, 1fr); gap: 38px; overflow: visible; }
  .hero-copy { width: 100%; min-width: 0; padding: 0; }
  .hero-art { width: calc(100% - 16px); max-width: 520px; min-width: 0; margin: 0 auto 10px; }
  .hero-art img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; }
  .stats { width: 100%; max-width: 520px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stats div { min-width: 0; }
  .ticker div { width: max-content; min-width: max-content; }
  .category-section { width: 100%; padding-inline: 18px; overflow: visible; }
  .section-heading, .fashion-title { width: 100%; max-width: 100%; }
  .category-grid { width: 100%; max-width: 460px; margin-inline: auto; grid-template-columns: minmax(0, 1fr); }
  .category-card { width: 100%; height: auto; overflow: hidden; }
  .category-card img { width: 100%; height: auto; aspect-ratio: 425 / 551; object-fit: contain; }
}
@media (max-width: 520px) {
  .site-header { height: 64px; }.nav-wrap { padding-right: 6px; }.nav-links { top: 64px; max-height: calc(100vh - 64px); overflow-y: auto; padding: 10px 20px 18px; z-index: 30; }.nav-links a { padding: 13px 0; font-size: 17px; }.brand { width: 132px; }.brand img { width: 110px; }.nav-tools { gap: 0; }.language { display: inline-flex; min-width: 42px; justify-content: center; font-size: 15px; font-weight: 700; }.menu { width: 38px; height: 38px; padding: 7px; }.menu span { height: 3px; }
  .hero { padding: 36px 16px 48px; gap: 38px; }.hero h1 { font-size: clamp(32px, 9vw, 38px); letter-spacing: -1px; }.sample-fan { width: 116px; margin-bottom: 14px; }.hero-copy > p { margin: 20px 0 32px; font-size: 15px; line-height: 1.55; }.hero-copy > p br { display: none; }.stats { gap: 10px; }.stats div { height: 108px; }.stats b { font-size: 29px; }.stats span { margin-top: 12px; padding: 0 8px; line-height: 1.25; }.hero-art { width: calc(100% - 12px); }.hero-art::before { inset: 12px 12px -12px -12px; border-radius: 24px; }.hero-art img { border-radius: 22px; }
  .ticker { height: 58px; }.ticker div { font-size: 13px; }
  .category-section { padding: 52px 16px 56px; }.section-heading h2 { font-size: 29px; line-height: 1.2; }.section-heading p { font-size: 15px; }.category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 36px auto 48px; }.category-card { aspect-ratio: 1.15 / 1; }.category-card img { height: 100%; aspect-ratio: auto; object-fit: cover; object-position: center top; }.fashion-title h2 { font-size: 31px; }.fashion-title p { font-size: 16px; }.fashion-title p br { display: none; }
  .promo-grid article { min-height: 92vw; }.promo-grid h3 { font-size: 22px; }.collections { padding: 50px 16px 24px; }.product-series { margin-bottom: 68px; }.series-heading { margin-bottom: 32px; }.series-heading h2 { font-size: 27px; }.product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 12px; }.product-card > a { aspect-ratio: 1.15 / 1; }.product-card img { height: 100%; aspect-ratio: auto; object-fit: cover; object-position: center top; }.product-card h3 { margin-top: 12px; font-size: 16px; line-height: 1.3; }.product-card p { font-size: 12px; line-height: 1.4; }.desktop { display: none; }
  .maker { padding: 0 16px; gap: 26px; margin-bottom: 58px; }.maker-copy h2 { font-size: 29px; }.maker-copy p { font-size: 15px; line-height: 1.55; }.maker-copy p br { display: none; }
  .about-hero, .products-hero, .contact-hero { height: auto; min-height: 0; background: #eef1f5; }.about-hero img, .products-hero img, .contact-hero img { width: 100%; height: auto; object-fit: contain; }.about-overview { padding: 38px 16px 56px; gap: 28px; }.about-building { border-radius: 10px; }.about-copy h1 { font-size: 29px; }.about-copy > p { font-size: 15px; line-height: 1.6; }.about-copy > p br { display: none; }.about-stats { gap: 10px; }.about-stats div { height: 106px; }.about-stats b { font-size: 27px; }.about-stats span { padding: 0 7px; text-align: center; line-height: 1.25; }.manufacturing-grid, .advantages-grid { padding: 0 16px; grid-template-columns: 1fr; }.about-section-title { padding: 0 16px; }.about-section-title h2 { font-size: 27px; }.about-section-title p { font-size: 15px; }
  .products-catalog { padding: 45px 0 55px; }.catalog-heading { padding: 0 16px; }.catalog-heading h1 { font-size: 31px; }.catalog-heading p { font-size: 15px; }.catalog-heading p br { display: none; }.filter-tabs { padding: 0 16px 8px; margin: 28px auto 38px; gap: 10px; scrollbar-width: thin; }.filter-tabs button { padding: 8px 15px; font-size: 13px; }.catalog-grid { padding: 0 16px; grid-template-columns: 1fr; gap: 36px; }.catalog-card h2 { font-size: 20px; }.catalog-card p { font-size: 14px; }.pagination { margin-top: 40px; }.pagination button { width: 38px; height: 38px; }
  .detail-main { padding: 26px 16px 52px; gap: 28px; }.detail-image-wrap { aspect-ratio: 415 / 579; max-height: 72vh; }.detail-copy h1 { font-size: 29px; }.breadcrumb { margin-bottom: 24px; line-height: 1.45; }.detail-category { margin-bottom: 12px !important; }.detail-copy > p:not(.breadcrumb) { font-size: 16px; margin-bottom: 28px; }.spec-list div { min-height: 68px; grid-template-columns: 84px 1fr; gap: 8px; }.spec-list dt, .spec-list dd { font-size: 15px; line-height: 1.4; }
  .contact-area { padding: 44px 0; }.contact-columns { padding: 0 16px; gap: 36px; }.contact-details > h1, .quote-column > h2 { font-size: 28px; margin: 0 0 22px; }.contact-card { padding: 30px 18px; gap: 34px; }.contact-row { grid-template-columns: 56px minmax(0, 1fr); }.contact-icon { width: 44px; height: 44px; font-size: 21px; border-width: 2px; }.contact-row h2 { font-size: 18px; margin: 1px 0 6px; }.contact-row p { font-size: 14px; overflow-wrap: anywhere; }.quote-form { padding: 24px 16px; gap: 24px; }.quote-form label { font-size: 17px; gap: 10px; }.quote-form input { height: 54px; padding: 12px 14px; font-size: 15px; }.quote-form textarea { height: 180px; padding: 14px; font-size: 15px; }.quote-form button { height: 54px; font-size: 17px; }.contact-advantages { padding: 34px 16px; grid-template-columns: 1fr; gap: 14px; }
  .footer-content { padding: 50px 18px; }.footer-content h2 { font-size: 24px; line-height: 1.2; }.footer-lead { font-size: 14px; line-height: 1.7; }.footer-description { font-size: 15px; line-height: 1.6; margin: 24px 0 42px; }.footer-bottom { gap: 22px; }.footer-bottom p { font-size: 13px; line-height: 1.5; overflow-wrap: anywhere; }.company { padding: 0; }
}
