:root {
  --black: #141414;
  --charcoal: #1F1F1F;
  --ink: #1A1A1A;
  --body: #454545;
  --muted: #5F5F5F;
  --paper: #F6F4F1;
  --white: #FFFFFF;
  --line: #E1DDD7;
  --orange: #E2722D;
  --orange-hover: #F08440;
  --orange-deep: #B8561A;
  --display: "Barlow Condensed", "Arial Narrow", "Helvetica Neue", sans-serif;
  --text: "Barlow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --wrap: 1180px;
  --pad: clamp(20px, 5vw, 56px);
  box-sizing: border-box;
  padding-top: env(safe-area-inset-top, 0px);
}
*, *::before, *::after { box-sizing: inherit; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--text); font-size: 18px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }
h1, h2, h3 { font-family: var(--display); font-weight: 800; text-transform: uppercase; letter-spacing: 0.01em; line-height: 0.98; margin: 0; }
h2 { font-size: clamp(2.4rem, 5vw, 3.6rem); }
h3 { font-size: 1.6rem; line-height: 1.05; }
p { margin: 0; }
.lead { font-size: clamp(1.1rem, 1.6vw, 1.25rem); color: var(--body); max-width: 40em; }
.rule { display: block; width: 72px; height: 5px; background: var(--orange); margin: 18px 0 20px; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 26px; border-radius: 4px; font-family: var(--display); font-weight: 700; font-size: 1.25rem; letter-spacing: 0.04em; text-transform: uppercase; text-decoration: none; border: 2px solid transparent; cursor: pointer; }
.btn svg { flex: none; }
.btn-orange { background: var(--orange); color: var(--black); }
.btn-orange:hover { background: var(--orange-hover); }
.btn-outline { border-color: rgba(255,255,255,.55); color: var(--white); background: transparent; }
.btn-outline:hover { border-color: var(--white); }
.btn-dark { background: var(--black); color: var(--white); }
.btn-dark:hover { background: #2B2B2B; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 30; background: var(--black); border-bottom: 3px solid var(--orange); }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; height: 76px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--white); }
.brand img { width: 52px; height: auto; }
.brand span { font-family: var(--display); font-weight: 800; font-size: 1.55rem; letter-spacing: 0.06em; text-transform: uppercase; line-height: 1; }
.brand span em { font-style: normal; color: var(--orange); }
.nav { display: flex; align-items: center; gap: 28px; }
.nav a { color: #E9E9E9; text-decoration: none; font-weight: 600; font-size: 16px; }
.nav a:hover { color: var(--orange); }
.nav .btn { min-height: 44px; font-size: 1.1rem; padding: 0 18px; }
@media (max-width: 880px) { .nav a:not(.btn) { display: none; } }
@media (max-width: 480px) { .brand span { font-size: 1.3rem; } .nav .btn .label-long { display: none; } }

/* Hero */
.hero { background: var(--black); color: var(--white); position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(135deg, rgba(255,255,255,.025) 0 2px, transparent 2px 22px); pointer-events: none; }
.hero .wrap { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 64px); align-items: center; padding-top: clamp(48px, 7vw, 88px); padding-bottom: clamp(56px, 7vw, 96px); }
.hero .place { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: var(--orange); font-size: 17px; margin-bottom: 18px; }
.hero h1 { font-size: clamp(3rem, 7.4vw, 5.8rem); color: var(--white); }
.hero h1 .o { color: var(--orange); display: block; }
.hero .lead { color: #D6D6D6; margin-top: 24px; }
.hero .actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.collage { display: grid; grid-template-columns: 1.3fr 1fr; grid-template-rows: 1fr 1fr; gap: 12px; aspect-ratio: 1.1 / 1; }
.collage figure { margin: 0; overflow: hidden; border-radius: 4px; background: #2A2A2A; }
.collage figure:first-child { grid-row: span 2; border-bottom: 5px solid var(--orange); }
.collage img { width: 100%; height: 100%; object-fit: cover; }
.collage figure { min-height: 0; }
@media (max-width: 860px) { .hero .wrap { grid-template-columns: 1fr; } .collage { aspect-ratio: 1.3 / 1; } }

/* Trust band */
.band { background: var(--orange); color: var(--black); }
.band .wrap { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; }
@media (max-width: 1080px) and (min-width: 761px) { .band .wrap { grid-template-columns: repeat(2, minmax(0, 1fr)); } .band .item:nth-child(3) { border-left: 0; padding-left: 0; } .band .item:nth-child(n+3) { border-top: 1px solid rgba(20,20,20,.25); } }
.band .item { display: flex; align-items: center; gap: 14px; padding: 20px 20px 20px 0; font-weight: 600; font-size: 17px; line-height: 1.3; }
.band .item + .item { border-left: 1px solid rgba(20,20,20,.25); padding-left: 24px; }
.band .ico { flex: none; width: 44px; height: 44px; border-radius: 50%; background: var(--black); color: var(--orange); display: flex; align-items: center; justify-content: center; }
.band b { display: block; font-family: var(--display); font-size: 1.35rem; text-transform: uppercase; letter-spacing: 0.02em; }
@media (max-width: 760px) { .band .wrap { grid-template-columns: 1fr; } .band .item + .item { border-left: 0; border-top: 1px solid rgba(20,20,20,.25); padding-left: 0; } }

/* Sections */
section { padding: clamp(64px, 9vw, 104px) 0; }
.head { max-width: 760px; margin-bottom: clamp(32px, 5vw, 52px); }

/* Services */
.services { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.service { background: var(--white); border: 1px solid var(--line); border-top: 5px solid var(--black); border-radius: 4px; padding: 28px 28px 30px; display: flex; flex-direction: column; gap: 12px; }
.service .ico { width: 56px; height: 56px; color: var(--orange-deep); }
.service p { color: var(--body); font-size: 17px; }
@media (max-width: 960px) { .services { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .services { grid-template-columns: 1fr; } }
.also { margin-top: 28px; font-size: 17px; color: var(--body); }
.also b { color: var(--ink); }

/* Work */
.work { background: var(--black); color: var(--white); }
.work h2 { color: var(--white); }
.work .lead { color: #CFCFCF; }
.gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.gallery figure { margin: 0; background: #262626; border-radius: 4px; overflow: hidden; }
.gallery img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.gallery figcaption { padding: 14px 16px 16px; font-weight: 600; font-size: 16px; color: #EDEDED; border-top: 3px solid var(--orange); }
@media (max-width: 860px) { .gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .gallery { grid-template-columns: 1fr; } }

/* Why */
.why { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(32px, 6vw, 72px); align-items: start; }
.why-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 32px; }
.why-list div { padding: 22px 0; border-top: 2px solid var(--ink); }
.why-list h3 { font-size: 1.45rem; margin-bottom: 6px; }
.why-list p { color: var(--body); font-size: 17px; }
@media (max-width: 860px) { .why { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .why-list { grid-template-columns: 1fr; } }

/* Reviews */
.reviews-section { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.score { display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap; margin-top: 8px; }
.score b { font-family: var(--display); font-size: clamp(3.2rem, 7vw, 4.6rem); line-height: 1; color: var(--orange-deep); }
.score span { font-weight: 600; color: var(--body); }
.reviews { columns: 3 300px; column-gap: 20px; }
.review { break-inside: avoid; margin: 0 0 20px; background: var(--paper); border-radius: 4px; padding: 26px 26px 22px; border-left: 5px solid var(--orange); }
.review blockquote { margin: 0; font-size: 17px; color: var(--ink); }
.review figcaption { margin-top: 14px; font-weight: 700; font-size: 15px; color: var(--muted); }
.fb-link { margin-top: 12px; font-weight: 600; }
.fb-link a { color: var(--ink); text-decoration-color: var(--orange); text-decoration-thickness: 2px; text-underline-offset: 3px; }

/* Area & payment */
.twin { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.panel { background: var(--charcoal); color: var(--white); border-radius: 4px; padding: clamp(28px, 4vw, 44px); }
.panel h3 { font-size: 2rem; color: var(--white); }
.panel p { color: #D0D0D0; margin-top: 12px; }
.pays { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.pays span { border: 1px solid #555; border-radius: 30px; padding: 8px 16px; font-weight: 600; font-size: 16px; color: var(--white); }
@media (max-width: 760px) { .twin { grid-template-columns: 1fr; } }

/* Contact */
.contact { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: clamp(32px, 6vw, 72px); align-items: start; }
.direct { display: flex; flex-direction: column; gap: 14px; margin-top: 28px; }
.direct a { display: flex; align-items: center; gap: 14px; text-decoration: none; background: var(--white); border: 1px solid var(--line); border-radius: 4px; padding: 16px 18px; font-weight: 600; }
.direct a:hover { border-color: var(--orange); }
.direct .ico { flex: none; width: 44px; height: 44px; border-radius: 50%; background: var(--black); color: var(--orange); display: flex; align-items: center; justify-content: center; }
.direct small { display: block; font-weight: 500; color: var(--muted); font-size: 14px; }
.direct .addr { overflow-wrap: anywhere; }
form { background: var(--white); border: 1px solid var(--line); border-top: 5px solid var(--orange); border-radius: 4px; padding: clamp(24px, 4vw, 40px); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
form h3 { grid-column: 1 / -1; font-size: 2rem; }
label { display: flex; flex-direction: column; gap: 6px; font-weight: 600; font-size: 15px; }
label.full { grid-column: 1 / -1; }
input, select, textarea { font: inherit; font-size: 17px; color: var(--ink); background: var(--paper); border: 1px solid #CFC9C1; border-radius: 4px; padding: 12px 14px; min-height: 48px; width: 100%; }
textarea { min-height: 130px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 3px solid var(--orange); outline-offset: 0; border-color: var(--orange); }
form .btn { grid-column: 1 / -1; width: 100%; }
.form-note { grid-column: 1 / -1; font-size: 15px; color: var(--muted); }
.form-error { grid-column: 1 / -1; color: #A3320B; font-weight: 600; font-size: 15px; min-height: 1em; }
@media (max-width: 860px) { .contact { grid-template-columns: 1fr; } }
@media (max-width: 520px) { form { grid-template-columns: 1fr; } }

/* Footer */
footer { background: var(--black); color: #CFCFCF; border-top: 8px solid var(--orange); padding: 44px 0 calc(40px + env(safe-area-inset-bottom, 0px)); font-size: 15px; }
footer .wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; }
footer .brand img { width: 64px; }
footer .tag { font-family: var(--display); font-weight: 700; font-size: 1.2rem; text-transform: uppercase; letter-spacing: 0.04em; color: var(--white); }
footer .tag em { font-style: normal; color: var(--orange); }
footer .links { display: flex; flex-wrap: wrap; gap: 8px 24px; }
footer a { color: #FFFFFF; text-decoration-color: var(--orange); text-underline-offset: 3px; }
footer .copy { width: 100%; border-top: 1px solid #333; padding-top: 18px; color: #A9A9A9; }

/* Mobile call bar */
.callbar { display: none; }
@media (max-width: 700px) {
  .callbar { display: grid; grid-template-columns: 1fr 1fr; position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; background: var(--black); border-top: 3px solid var(--orange); padding: 8px 8px calc(8px + env(safe-area-inset-bottom, 0px)); gap: 8px; }
  .callbar .btn { min-height: 48px; font-size: 1.15rem; padding: 0 10px; }
  body { padding-bottom: 76px; }
}

/* Legal pages */
.page-top { background: var(--black); color: var(--white); padding: clamp(48px, 7vw, 80px) 0 clamp(40px, 6vw, 64px); border-bottom: 5px solid var(--orange); }
.page-top h1 { font-size: clamp(2.6rem, 6vw, 4.2rem); color: var(--white); }
.page-top p { color: #CFCFCF; margin-top: 14px; max-width: 40em; }
.legal { max-width: 780px; }
.legal h2 { font-size: 1.8rem; margin: 40px 0 12px; }
.legal h2:first-child { margin-top: 0; }
.legal p, .legal li { color: var(--body); font-size: 17px; }
.legal p + p { margin-top: 12px; }
.legal ul, .legal ol { padding-left: 1.3em; margin: 12px 0 0; }
.legal li + li { margin-top: 8px; }
.legal a { color: var(--ink); text-decoration-color: var(--orange); text-decoration-thickness: 2px; text-underline-offset: 3px; }
.legal .box { background: var(--white); border: 1px solid var(--line); border-left: 5px solid var(--orange); border-radius: 4px; padding: 20px 24px; margin-top: 16px; }
.ph { background: #FFE2C9; color: var(--ink); padding: 0 4px; border-radius: 3px; font-weight: 600; }
footer .legal-links { width: 100%; display: flex; flex-wrap: wrap; gap: 8px 24px; font-size: 14px; }
.form-privacy { grid-column: 1 / -1; font-size: 14px; color: var(--muted); }
.form-privacy a { color: var(--ink); text-decoration-color: var(--orange); }
