.page-header { height: 88px; position: sticky; z-index: 20; top: 0; display: flex; align-items: center; gap: 36px; padding: 0 4.3vw; background: #fff; border-top: 3px solid #2d3036; }
.page-header .logo { flex: 0 0 auto; }
.page-nav { display: flex; align-items: center; gap: 24px; margin-left: auto; font-size: 14px; font-weight: 600; }
.page-nav a { white-space: nowrap; }
.page-actions { display: flex; gap: 14px; }
.page-actions button { border: 0; background: transparent; color: var(--brown); font: 500 11px "DM Mono", monospace; }
.page-menu { display: none; font-size: 22px !important; }
.page-hero { display: grid; min-height: 350px; place-items: center; padding: 70px 7vw; color: #fff; text-align: center; background: linear-gradient(rgba(24,16,14,.57), rgba(24,16,14,.57)), url("assets/images/about-showroom.jpg") center/cover; }
.page-hero h1 { max-width: 950px; margin: 0; font-size: clamp(42px, 5vw, 78px); font-weight: 900; letter-spacing: -.07em; }
.page-main { min-height: 60vh; }
.page-section { padding: 92px 7vw; }
.page-heading { max-width: 1020px; margin: 0 auto 48px; text-align: center; }
.page-heading h2 { margin: 0 0 17px; font-size: clamp(32px, 3.4vw, 56px); letter-spacing: -.07em; }
.page-heading p { margin: 0; color: #655f5b; font-size: 14px; line-height: 1.95; }
.catalog { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 1140px; margin: 0 auto; }
.catalog-card { position: relative; display: block; min-height: 310px; overflow: hidden; color: #fff; }
.catalog-card img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .3s; }
.catalog-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.65), transparent 65%); }
.catalog-card:hover img { transform: scale(1.04); }
.catalog-card span { position: absolute; z-index: 1; right: 25px; bottom: 22px; left: 25px; font-size: 25px; font-weight: 800; letter-spacing: -.05em; }
.news-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 1140px; margin: 0 auto; }
.news-list-card { overflow: hidden; background: #fff; color: var(--ink); transition: transform .2s, box-shadow .2s; }
.news-list-card:hover { box-shadow: 0 14px 30px rgba(41,32,31,.12); transform: translateY(-3px); }
.news-list-card img { display: block; width: 100%; aspect-ratio: 1.38 / 1; object-fit: cover; }
.news-list-card > div { padding: 23px 22px 25px; }
.news-list-card time, .article-content time { color: var(--gold); font: 500 11px "DM Mono", monospace; text-transform: uppercase; }
.news-list-card h2 { margin: 11px 0 10px; font-size: 22px; line-height: 1.35; }
.news-list-card p { min-height: 63px; margin: 0 0 18px; color: #665f5a; font-size: 13px; line-height: 1.7; }
.news-list-card span { display: inline-flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 800; }
.article-detail { padding-bottom: 110px; background: #fbfbfa; }
.article-loading, .article-missing { display: grid; min-height: 48vh; place-items: center; padding: 70px 7vw; color: #665f5a; }
.article-missing { justify-items: center; gap: 22px; color: var(--ink); text-align: center; }
.article-missing h1 { margin: 0; font-size: 40px; }
.article-content { max-width: 860px; margin: 70px auto 0; padding: 54px clamp(24px, 5vw, 72px) 70px; background: #fff; position: relative; }
.article-back { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 40px; color: #5f5955; font-size: 13px; font-weight: 700; }
.article-content h1 { max-width: 740px; margin: 13px 0 19px; font-size: clamp(38px, 4.2vw, 64px); letter-spacing: 0; line-height: 1.2; }
.article-excerpt { margin: 0 0 42px; color: #655f5b; font-size: 17px; line-height: 1.85; }
.article-inline-image { margin: 0 0 42px; }
.article-inline-image img { display: block; width: 100%; max-height: 520px; object-fit: cover; }
.article-inline-image figcaption { margin-top: 10px; color: #8b837c; font: 500 11px "DM Mono", monospace; text-align: center; }
.article-richtext { color: #443d39; font-size: 16px; line-height: 2; }
.article-richtext h2, .article-richtext h3 { margin: 42px 0 14px; color: #201a18; line-height: 1.3; }
.article-richtext h2 { font-size: 30px; }
.article-richtext h3 { font-size: 24px; }
.article-richtext p, .article-richtext ul, .article-richtext ol { margin: 0 0 22px; }
.article-richtext img { display: block; width: 100%; height: auto; margin: 30px 0; }
.article-richtext a { color: #805f18; text-decoration: underline; }
.article-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; max-width: 1120px; margin: 0 auto; align-items: center; }
.article-grid.reverse > :first-child { order: 2; }
.article-grid img { width: 100%; min-height: 360px; object-fit: cover; }
.article-grid h2 { margin-bottom: 18px; font-size: clamp(31px, 3vw, 49px); letter-spacing: -.07em; }
.article-grid p { color: #5f5955; line-height: 1.95; }
.article-grid ul { padding-left: 20px; color: #514b47; line-height: 2; }
.about-intro, .about-split, .about-inspection { display: grid; grid-template-columns: 1fr 1fr; gap: 86px; max-width: 1120px; margin: 0 auto; padding: 105px 0; align-items: center; }
.about-copy h1, .about-copy h2 { margin: 0 0 22px; color: #111; font-size: clamp(38px, 4vw, 62px); letter-spacing: 0; line-height: 1.1; }
.about-copy h2 { font-size: clamp(34px, 3.2vw, 52px); }
.about-copy p { margin: 0 0 16px; color: #67615e; font-size: 14px; line-height: 1.82; }
.about-showcase { margin: 0; }
.about-showcase img { display: block; width: 100%; aspect-ratio: 1.48 / 1; object-fit: cover; }
.about-showcase figcaption { display: flex; justify-content: center; gap: 8px; padding-top: 15px; }
.about-showcase figcaption span { width: 6px; height: 6px; border-radius: 50%; background: #cfcac6; }
.about-showcase figcaption .active { background: #302726; }
.about-numbers { padding: 98px 7vw 110px; background: #fbfbfa; text-align: center; }
.about-numbers h2 { margin: 0 0 42px; font-size: clamp(36px, 3.4vw, 55px); letter-spacing: 0; }
.about-number-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 45px; max-width: 1100px; margin: 0 auto; }
.about-number-grid h3 { min-height: 40px; margin: 0 0 12px; font-size: 15px; }
.about-number-grid strong { color: var(--gold); font-size: clamp(32px, 3.4vw, 52px); letter-spacing: 0; }
.about-number-grid sup { font-size: .5em; }
.about-split { padding: 135px 0; }
.equipment-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px 18px; }
.equipment-grid figure, .inspection-grid figure { margin: 0; text-align: center; }
.equipment-grid img { display: block; width: 100%; aspect-ratio: 1.32 / 1; object-fit: cover; }
.equipment-grid figcaption, .inspection-grid figcaption { padding-top: 12px; font-size: 14px; font-weight: 700; }
.about-inspection { padding: 115px 0; }
.inspection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 21px 16px; }
.inspection-grid img { display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.about-team { padding: 110px 7vw; background: #fbfbfa; }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 42px 32px; max-width: 1040px; margin: 0 auto; }
.team-grid article { min-width: 0; text-align: center; }
.team-grid img { display: block; width: 100%; aspect-ratio: .8 / 1; object-fit: cover; object-position: center top; background: #fff; }
.team-grid h3 { margin: 17px 0 6px; font-size: 17px; }
.team-grid p { margin: 0; color: #77716c; font-size: 13px; }
.team-grid a { display: inline-grid; width: 40px; height: 40px; place-items: center; margin-top: 18px; background: #25d366; color: #fff; font-size: 21px; }
.about-enquiry { padding: 110px 7vw; }
.about-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 26px; max-width: 1040px; margin: 0 auto; padding: 42px; background: #e9e9e8; }
.about-form label { display: flex; flex-direction: column; gap: 9px; color: #514b47; font-size: 13px; font-weight: 800; }
.about-form input, .about-form textarea { width: 100%; border: 0; outline: 0; padding: 13px 14px; background: #fff; color: var(--ink); resize: vertical; }
.about-form textarea { min-height: 125px; }
.about-form input[type="file"] { padding: 9px 0; background: transparent; }
.wide-field { grid-column: 1 / -1; }
.form-actions { display: flex !important; align-items: center; justify-content: flex-end; gap: 20px; min-height: 44px; }
.form-actions button { min-width: 135px; padding: 13px 20px; border: 0; background: var(--gold); color: #fff; font-weight: 800; }
.form-status { color: #5f5955; font-size: 13px; font-weight: 500; }
.soft { background: #efefed; }
.dark { background: var(--brown); color: #fff; }
.dark h2, .dark h3, .dark p { color: #fff; }
.process-list { max-width: 1040px; margin: 0 auto; }
.process-step { display: grid; grid-template-columns: 100px 1fr; gap: 34px; padding: 32px 0; border-top: 1px solid rgba(255,255,255,.28); }
.process-step:last-child { border-bottom: 1px solid rgba(255,255,255,.28); }
.process-step b { color: var(--gold); font: 500 12px "DM Mono", monospace; }
.process-step h3 { margin: 0 0 8px; font-size: 25px; }
.process-step p { margin: 0; color: rgba(255,255,255,.78); line-height: 1.8; }
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1040px; margin: 0 auto; border-top: 1px solid var(--line); }
.metric { padding: 28px; border-right: 1px solid var(--line); }
.metric:first-child { border-left: 1px solid var(--line); }
.metric strong { display: block; font-size: 48px; letter-spacing: -.07em; }
.metric span { font-size: 13px; color: #655f5b; }
.feature-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; max-width: 1040px; margin: 0 auto; }
.feature-list article { padding: 24px; background: #fff; }
.feature-list i { color: var(--gold); font-size: 22px; }
.feature-list h3 { margin: 11px 0 7px; font-size: 18px; }
.feature-list p { margin: 0; color: #6d6661; font-size: 13px; line-height: 1.75; }
.faq-list { max-width: 920px; margin: 0 auto; }
.faq-list details { padding: 19px 0; border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; font-weight: 700; }
.faq-list p { max-width: 800px; margin: 14px 0 0; color: #665f5a; line-height: 1.8; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; max-width: 1120px; margin: 0 auto; }
.contact-grid img, .map-card { min-height: 380px; width: 100%; object-fit: cover; }
.map-card { display: grid; place-items: center; background: #c9dfc4; color: #234335; }
.map-card > div { padding: 18px; background: #fff; box-shadow: 0 7px 25px rgba(0,0,0,.18); }
.contact-info { display: grid; grid-template-columns: 1fr 1fr; gap: 38px; max-width: 1120px; margin: 36px auto 0; }
.contact-info h3 { margin-bottom: 8px; }
.contact-info p { color: #645e59; line-height: 1.8; }
.full-footer { padding: 80px 7vw 34px; color: #fff; background: #2b2423; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr .75fr .75fr 1fr; gap: 40px; max-width: 1460px; margin: 0 auto; }
.footer-grid h3 { margin: 0 0 15px; color: #fff; font-size: 20px; }
.footer-grid p, .footer-grid a { display: block; margin: 0 0 10px; color: rgba(255,255,255,.84); font-size: 13px; line-height: 1.55; }
.footer-grid .logo-word { color: #fff; }
.footer-grid input { width: 100%; margin: 6px 0 12px; padding: 13px; border: 0; border-radius: 8px; background: #f1f1f1; }
.footer-grid button { width: 100%; padding: 13px; border: 0; background: #3c3a3a; color: #fff; font-weight: 700; }
.footer-bottom { max-width: 1460px; margin: 65px auto 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.3); color: rgba(255,255,255,.55); font: 400 11px "DM Mono", monospace; }
@media (max-width: 900px) { .page-header { height: 72px; padding: 0 20px; } .page-nav { display: none; } .page-nav.mobile-open { position: absolute; top: 69px; right: 0; left: 0; display: flex; flex-direction: column; gap: 0; padding: 8px 20px 18px; background: #fff; box-shadow: 0 10px 22px rgba(0,0,0,.13); } .page-nav.mobile-open a { padding: 12px 0; border-bottom: 1px solid var(--line); } .page-actions { margin-left: auto; align-items: center; } .page-menu { display: inline-flex; align-items: center; } .catalog, .news-list, .feature-list, .metrics { grid-template-columns: 1fr 1fr; } .article-grid, .contact-grid, .about-intro, .about-split, .about-inspection { grid-template-columns: 1fr; } .article-grid.reverse > :first-child { order: initial; } .about-intro, .about-split, .about-inspection { gap: 46px; padding: 76px 7vw; } .about-inspection .inspection-grid { order: 2; } .about-number-grid { gap: 25px; } .team-grid { grid-template-columns: repeat(3, 1fr); } .footer-grid { grid-template-columns: 1fr 1fr; } .article-content { margin: 44px 7vw 0; } }
@media (max-width: 520px) { .page-section { padding: 65px 7vw; } .catalog, .news-list, .feature-list, .metrics, .contact-info, .footer-grid, .about-number-grid, .team-grid, .about-form { grid-template-columns: 1fr; } .metric, .metric:first-child { border: 0; border-bottom: 1px solid var(--line); } .process-step { grid-template-columns: 1fr; gap: 12px; } .about-numbers, .about-team, .about-enquiry { padding: 72px 7vw; } .equipment-grid { gap: 18px 12px; } .inspection-grid { gap: 16px 10px; } .inspection-grid figcaption { font-size: 12px; } .about-form { padding: 24px 20px; } .wide-field { grid-column: auto; } .form-actions { align-items: flex-start; flex-direction: column; } .article-detail { padding-bottom: 65px; } .article-content { margin: 24px 20px 0; padding: 32px 24px 46px; } .article-content h1 { font-size: 34px; } .article-excerpt { font-size: 16px; } .article-richtext { font-size: 15px; } }
