:root {
  --navy: #172521;
  --navy-soft: #24352f;
  --blue: #b76a48;
  --blue-light: #d9b99d;
  --ivory: #eee5d5;
  --paper: #fbf8f1;
  --ink: #1c211f;
  --muted: #6d706a;
  --line: #ddd8ce;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 30px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
::selection { background: #dbc2aa; color: var(--navy); }
a { color: inherit; text-decoration: none; }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 100; background: #fff; color: var(--navy); padding: 10px 16px; }
.skip-link:focus { top: 12px; }
a:focus-visible { outline: 3px solid #d99a69; outline-offset: 4px; }

.header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; height: 88px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.18); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 48px; }
.logo { display: flex; align-items: center; gap: 12px; line-height: 1; }
.logo-mark { position: relative; display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.7); color: #fff; font: 800 22px Manrope; }
.logo-mark::after { content: ""; position: absolute; inset: 4px; border: 1px solid rgba(255,255,255,.25); }
.logo strong { display: block; font: 800 17px Manrope; text-transform: uppercase; letter-spacing: .025em; }
.logo small { display: block; margin-top: 6px; color: rgba(255,255,255,.62); font-size: 9px; text-transform: uppercase; letter-spacing: .17em; }
.header nav { display: flex; gap: 32px; margin-left: auto; }
.header nav a { position: relative; font-size: 13px; font-weight: 600; }
.header nav a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 0; height: 2px; background: var(--blue-light); transition: width .2s; }
.header nav a:hover::after { width: 100%; }
.header-phone { display: flex; align-items: center; gap: 9px; padding-left: 27px; border-left: 1px solid rgba(255,255,255,.22); font: 700 15px Manrope; }
.header-phone i { color: var(--blue-light); font-size: 13px; }

/* Podmień ten plik, aby zmienić zdjęcie główne: assets/serwis-queen-hero.png */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; color: #fff; background: var(--navy) url("assets/serwis-queen-hero.png") 62% center / cover no-repeat; }
.hero-overlay { position: absolute; inset: 0; background: rgba(10,20,17,.73); }
.hero-content { position: relative; z-index: 1; display: flex; justify-content: center; padding-top: 112px; padding-bottom: 90px; }
.hero-copy { width: min(760px, 100%); text-align: center; }
.overline { display: flex; align-items: center; gap: 12px; margin: 0 0 20px; color: var(--blue); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .19em; }
.overline::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.hero-brands { margin: 0 0 22px; color: rgba(255,255,255,.68); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .16em; }
.hero h1 { margin: 0; font: 700 clamp(49px, 5.4vw, 76px) / 1.02 Manrope; letter-spacing: -.055em; text-wrap: balance; }
.lead { max-width: 660px; margin: 27px auto 32px; color: rgba(255,255,255,.74); font-size: 16px; line-height: 1.75; }
.lead strong { color: #fff; font-weight: 600; }
.actions { display: flex; align-items: center; justify-content: center; gap: 25px; flex-wrap: wrap; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 23px; border: 0; border-radius: 2px; background: #718b73; color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .025em; box-shadow: none; transition: background-color .2s; }
.button > i { color: currentColor; font-size: 13px; }
.button:hover { color: #fff; background: #536e58; transform: none; box-shadow: none; }
.mail-link { display: inline-flex; align-items: center; gap: 9px; color: #fff; font-size: 13px; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.42); }
.mail-link i { color: var(--blue-light); font-size: 12px; }
.service-note { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 38px 0 0; color: rgba(255,255,255,.52); font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.service-note span { color: #fff; font: 800 15px Manrope; }
.service-note i { width: 1px; height: 15px; margin: 0 3px; background: rgba(255,255,255,.25); }
.hero-scroll { position: absolute; z-index: 2; left: 50%; bottom: 27px; display: flex; align-items: center; gap: 11px; color: rgba(255,255,255,.58); font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: .15em; transform: translateX(-50%); }
.hero-scroll span { color: var(--blue-light); font-size: 16px; }

.offer { padding: 96px 0 100px; background: var(--paper); }
.offer-heading { display: grid; grid-template-columns: .55fr 1.45fr; gap: 50px; align-items: start; margin-bottom: 50px; }
.offer h2, .contact h2 { margin: 0; font: 800 clamp(32px, 3.4vw, 48px) / 1.09 Manrope; letter-spacing: -.045em; }
.offer h2 { max-width: 700px; color: var(--navy); }
.offer-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.offer-list article { position: relative; display: flex; gap: 19px; margin-right: 36px; padding: 34px 36px 8px 0; border-right: 1px solid var(--line); }
.offer-list article::before { content: ""; position: absolute; top: -2px; left: 0; width: 54px; height: 3px; background: var(--blue); }
.offer-list article:last-child { margin-right: 0; border-right: 0; }
.offer-list > article > span { flex: 0 0 31px; height: 31px; display: grid; place-items: center; background: #eee4d7; color: #8d4a31; font: 700 10px Manrope; }
.offer-list h3 { margin: 2px 0 8px; font: 700 18px Manrope; }
.offer-list p { max-width: 250px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.contact { position: relative; overflow: hidden; padding: 80px 0; color: #fff; background: var(--navy-soft); }
.contact::after { content: "Q"; position: absolute; right: -25px; bottom: -140px; color: rgba(255,255,255,.025); font: 800 420px / 1 Manrope; pointer-events: none; }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; gap: 95px; align-items: center; }
.contact .overline { color: var(--blue-light); }
.contact h2 { max-width: 650px; }
.contact-grid > div > p:not(.overline) { max-width: 560px; margin: 20px 0 28px; color: rgba(255,255,255,.68); font-size: 14px; }
.button-light { color: #fff; background: #718b73; border: 0; box-shadow: none; }
.button-light > i { color: currentColor; }
.button-light:hover { color: #fff; background: #536e58; box-shadow: none; }
.button-light:hover > i { color: currentColor; }
address { display: grid; gap: 21px; padding: 30px 34px; border: 1px solid rgba(255,255,255,.19); background: rgba(8,18,14,.24); font-style: normal; }
address div { display: grid; }
address small { margin-bottom: 3px; color: rgba(255,255,255,.5); font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
address a, address strong { font: 600 15px / 1.45 Manrope; }
address a:hover { text-decoration: underline; }
address .route { width: max-content; display: flex; align-items: center; gap: 7px; margin-top: 8px; color: var(--blue-light); font: 700 9px Manrope; text-transform: uppercase; letter-spacing: .12em; border-bottom: 1px solid rgba(217,185,157,.4); }

footer { color: var(--ink); background: #fafafa; border-top: 1px solid #e6e7e9; }
.footer-row { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.footer-row p { margin: 0; color: #81858e; font-size: 9px; }
.footer-row p:first-child { white-space: nowrap; text-transform: uppercase; letter-spacing: .1em; }
.footer-row p:nth-child(2) { max-width: 620px; text-align: center; }
.made-by { white-space: nowrap; color: #777d88 !important; font-size: 11px !important; text-transform: none !important; }
.made-by a { color: #252b35; font-weight: 800; letter-spacing: .035em; }
.made-by a span { color: #2864bc; }
.made-by a:hover, .made-by a:hover span { color: #174a94; }
.mobile-call { display: none; }

@media (max-width: 900px) {
  .hero { background-position: 66% center; }
  .hero-copy { width: min(700px, 100%); }
  .hero h1 { font-size: 53px; }
  .offer-heading { grid-template-columns: 1fr; gap: 0; }
  .contact-grid { gap: 50px; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 32px), var(--max)); }
  .header { height: 72px; }
  .header nav { display: none; }
  .header-phone { margin-left: auto; padding-left: 0; border-left: 0; }
  .logo strong { font-size: 14px; }
  .logo small { display: none; }
  .hero { min-height: 760px; align-items: flex-end; background-position: 67% center; }
  .hero-overlay { background: rgba(10,20,17,.74); }
  .hero-content { padding-top: 125px; padding-bottom: 90px; }
  .hero-copy { width: 100%; }
  .hero h1 { max-width: none; font-size: 45px; }
  .lead { max-width: 560px; font-size: 15px; }
  .hero-scroll { display: none; }
  .offer { padding: 70px 0; }
  .offer-heading { margin-bottom: 34px; }
  .offer h2, .contact h2 { font-size: 35px; }
  .offer-list { display: block; }
  .offer-list article { margin: 0; padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .offer-list article:last-child { border-bottom: 0; }
  .offer-list article::before { display: none; }
  .contact { padding: 64px 0; }
  .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  address { padding: 27px 28px; }
  .footer-row { display: block; min-height: 0; padding: 24px 0; }
  .footer-row p:nth-child(2) { margin-top: 9px; text-align: left; }
  .made-by { margin-top: 12px !important; }
  .mobile-call { position: fixed; z-index: 30; right: 16px; bottom: 16px; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #718b73; box-shadow: none; }
  .mobile-call:hover { background: #536e58; }
  .mobile-call i { font-size: 18px; }
}

@media (max-width: 420px) {
  .header-phone { font-size: 0; }
  .header-phone i { font-size: 18px; }
  .hero { min-height: 720px; }
  .hero h1 { font-size: 39px; }
  .actions { flex-direction: column; gap: 17px; }
  .service-note { flex-wrap: wrap; max-width: 290px; margin-inline: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
