:root { --gold: #bb842e; --ink: #11100e; --cream: #f5f1eb; }
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); font-family: "DM Sans", sans-serif; }
a { color: inherit; text-decoration: none; }
.site-header { height: 80px; color: #fff; background: #030303; display: flex; align-items: center; padding: 0 max(7vw, 40px); gap: 60px; }
.brand { width: 125px; height: 64px; position: relative; display: grid; align-content: center; line-height: .73; color: #fff; font-family: "Playfair Display", serif; }
.brand span { font-size: 28px; letter-spacing: 1px; }
.brand strong { font-size: 30px; margin-left: 18px; font-weight: 400; }
.brand em { position: absolute; bottom: 2px; left: 58px; white-space: nowrap; font: 9px "DM Sans"; color: var(--gold); }
.brand:after { content: ""; position: absolute; width: 37px; height: 1px; left: -7px; bottom: 3px; background: var(--gold); }
nav { display: flex; align-self: stretch; align-items: center; justify-content: center; gap: 36px; flex: 1; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.language-switch { display: flex; gap: 7px; font-size: 11px; font-weight: 700; color: #96918a; }.language-switch span { color: var(--gold); }.language-switch a:hover { color: #fff; }
nav a { height: 100%; padding-top: 34px; position: relative; } nav .active { color: #cb902e; } nav .active:after { content: ""; position: absolute; height: 2px; width: 46px; left: 0; bottom: 19px; background: var(--gold); }
.phone { border: 1px solid #a97721; padding: 13px 25px; min-width: 187px; font-weight: 600; font-size: 14px; }.phone span { color: var(--gold); margin-right: 12px; font-size: 20px; }
.hero { min-height: 376px; color: #fff; background: linear-gradient(90deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.63) 38%, rgba(0,0,0,.1) 75%), url("https://images.unsplash.com/photo-1520523839897-bd0b52f945a0?auto=format&fit=crop&w=2200&q=85") center 52% / cover; }
.page-hero { text-align: center; color: #fff; padding: 82px 24px; background: linear-gradient(rgba(0,0,0,.73), rgba(0,0,0,.73)), url("https://images.unsplash.com/photo-1520523839897-bd0b52f945a0?auto=format&fit=crop&w=2200&q=85") center / cover; }.page-hero h1 { margin: 0 0 12px; }.page-hero > p:last-child { margin: 0; font-size: 16px; }
.hero-content { padding: 38px max(7vw, 40px) 28px; }.eyebrow { color: var(--gold); font-size: 13px; text-transform: uppercase; letter-spacing: 1px; margin: 0 0 9px; font-weight: 600; }
h1, .about h2 { font-family: "Playfair Display", serif; font-weight: 400; } h1 { font-size: 42px; line-height: 1.18; margin: 0 0 14px; letter-spacing: -.8px; }.intro { font-size: 16px; line-height: 1.5; margin: 0; }.gold-rule { width: 33px; border-top: 2px solid var(--gold); margin: 20px 0 18px; }
.actions { display: flex; gap: 24px; }.button { display: inline-block; padding: 13px 23px; text-transform: uppercase; font-size: 12px; font-weight: 700; letter-spacing: .1px; }.primary { background: linear-gradient(120deg,#c38a35,#a86f1e); }.outline { border: 1px solid var(--gold); }.qualities { list-style: none; display: flex; gap: 22px; padding: 0; margin: 28px 0 0; font-size: 11px; }.qualities li:before { content: "•"; color: var(--gold); padding-right: 9px; font-size: 15px; }
.services { background: #fbfaf8; padding: 16px 9vw 17px; }.section-title { display: flex; align-items: center; gap: 20px; justify-content: center; text-transform: uppercase; color: #9c651c; font-size: 13px; font-weight: 600; }.section-title span { display: block; width: 40px; border-top: 1px solid #b98336; }.section-title p { margin: 0 0 3px; }.service-grid { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 5px; }.service-card { display: flex; min-height: 112px; padding: 12px 18px 0; gap: 12px; border-right: 1px solid #dcd7d0; }.service-card:last-child { border: 0; }.service-icon { color: #a77221; font: 43px "Playfair Display"; width: 42px; text-align: center; }.service-icon.tool { transform: rotate(-36deg); }.service-card h2 { text-transform: uppercase; font-size: 12px; margin: 0 0 9px; }.service-card p { font-size: 11px; line-height: 1.55; margin: 0; }.services-button { display: table; margin: 17px auto 0; color: #9c651c; font-size: 11px; font-weight: 700; text-transform: uppercase; border-bottom: 1px solid #9c651c; padding-bottom: 3px; }
.about { background: var(--cream); padding: 20px 9.4vw 16px; display: grid; grid-template-columns: 420px 1fr 330px; gap: 84px; align-items: center; }.technician-image { height: 230px; background: url("https://images.unsplash.com/photo-1552422535-c45813c61732?auto=format&fit=crop&w=950&q=85") center / cover; }.about-copy { align-self: start; }.about-copy .eyebrow { margin-top: 9px; font-size: 12px; }.about h2 { font-size: 29px; margin: 0; }.about h3 { font: 17px "Playfair Display"; margin: 1px 0 0; }.about-copy .gold-rule { margin: 11px 0; }.about-copy p:not(.eyebrow) { font-size: 10.5px; line-height: 1.55; max-width: 430px; margin: 0 0 7px; }.about-button { border: 1px solid #ae7a31; margin-top: 12px; padding: 10px 21px; font-size: 10px; }
.benefits { margin: 0; padding: 0 0 0 45px; list-style: none; border-left: 1px solid #d8d3cb; }.benefits li { display: flex; align-items: center; margin: 10px 0; gap: 17px; font-size: 10.5px; line-height: 1.3; }.benefits i { background: #0b0b0b; color: #fff; border-radius: 50%; font-style: normal; display: grid; place-items: center; width: 39px; height: 39px; font-size: 19px; }.benefits span { display: block; }.benefits b { display: block; font-size: 11px; margin-bottom: 2px; }
.service-details, .contact-content { max-width: 1120px; margin: 0 auto; padding: 60px 32px; }.service-details { display: grid; grid-template-columns: repeat(6, 1fr); gap: 22px; }.service-details article { grid-column: span 2; border: 1px solid #ddd5c9; padding: 31px; }.service-details article:nth-last-child(-n + 2) { grid-column: span 3; }.service-details i { color: var(--gold); font: 44px "Playfair Display"; }.service-details h2, .contact-details h2 { font: 28px "Playfair Display"; margin: 15px 0 10px; }.service-details p, .contact-details p { font-size: 14px; line-height: 1.65; }.contact-content { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; background: var(--cream); }.contact-content form { display: grid; gap: 16px; }.contact-content label { font-size: 12px; font-weight: 700; text-transform: uppercase; }.contact-content input, .contact-content textarea { display: block; width: 100%; margin-top: 7px; padding: 11px; border: 1px solid #bfb7aa; background: #fff; font: 14px "DM Sans"; }.contact-content button { justify-self: start; border: 0; padding: 14px 24px; background: #ae7727; color: #fff; font: 700 12px "DM Sans"; text-transform: uppercase; cursor: pointer; }
.map-section { max-width: 1120px; margin: 0 auto; padding: 0 32px 60px; }.map-section iframe { display: block; width: 100%; height: 400px; border: 0; }
.service-message { max-width: 1120px; margin: 0 auto 60px; padding: 42px 32px; text-align: center; background: var(--cream); }.service-message h2 { font: 32px "Playfair Display"; margin: 0 0 16px; }.service-message p { max-width: 780px; margin: 0 auto 13px; font-size: 14px; line-height: 1.7; }.service-message a { color: #95621d; font-weight: 700; text-decoration: underline; }
footer { min-height: 137px; background: linear-gradient(110deg,#0a0a09,#181715); color: #f7f5f0; padding: 16px 9.4vw 27px; display: grid; grid-template-columns: 1.1fr 1fr 1.45fr 1fr; gap: 30px; position: relative; } footer .brand { transform: scale(.8); transform-origin: top left; } footer > div:not(.member) { border-left: 1px solid #555; padding-left: 42px; font-size: 11px; } footer b { display: block; text-transform: uppercase; font-size: 11px; margin-bottom: 7px; } footer a:not(.brand) { display: block; margin: 3px 0; font-size: 11px; }.member { display: flex; gap: 17px; align-items: center; font-size: 10px; line-height: 1.45; }.member i { color: var(--gold); font-size: 37px; } footer small { grid-column: 1 / -1; text-align: center; font-size: 10px; color: #bbb; position: absolute; bottom: 7px; width: 100%; }
@media (max-width: 1050px) { nav { gap: 17px; }.site-header { gap: 20px; }.about { grid-template-columns: 38% 1fr; gap: 30px; }.benefits { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }.service-card { padding-left: 10px; gap: 9px; } footer { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 720px) { .site-header { height: auto; padding: 16px 24px; flex-wrap: wrap; }.phone { margin-left: auto; } nav { order: 3; flex-basis: 100%; gap: 12px; flex-wrap: wrap; } nav a { padding-top: 5px; height: auto; } nav .active:after { display: none; }.hero-content { padding: 42px 30px; } h1 { font-size: 34px; }.service-grid { grid-template-columns: 1fr; }.service-card, .service-card:nth-child(5) { grid-column: auto; border-right: 0; border-bottom: 1px solid #ddd; padding: 20px; }.service-card:last-child { border-bottom: 0; }.about { padding: 30px; grid-template-columns: 1fr; }.technician-image { height: 210px; }.benefits { grid-column: auto; padding: 0; border: 0; grid-template-columns: 1fr; }.service-details, .contact-content { padding: 40px 24px; grid-template-columns: 1fr; gap: 30px; }.service-details { gap: 15px; }.service-details article, .service-details article:nth-last-child(-n + 2) { grid-column: auto; }.map-section { padding: 0 24px 40px; }.map-section iframe { height: 320px; } footer { grid-template-columns: 1fr 1fr; padding: 25px 30px 40px; gap: 20px; } footer > div:not(.member) { padding-left: 15px; }.member { grid-column: 1 / -1; } }
