:root {
  --bg: #f5f2ec;
  --surface: #ffffff;
  --ink: #171717;
  --muted: #696969;
  --accent: #d9a441;
  --accent-dark: #a87314;
  --dark: #161616;
  --line: #ded9d0;
  --radius: 18px;
  --shadow: 0 20px 60px rgba(0, 0, 0, .12);
  --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 880px); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 999; background: #fff; padding: 12px 16px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(22, 22, 22, .96);
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(10px);
}
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; line-height: 1.15; }
.brand-mark { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: var(--accent); color: var(--dark); font-weight: 900; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 1rem; letter-spacing: -.02em; }
.brand small { margin-top: 4px; color: #bbb; font-size: .76rem; }
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav a { color: #eee; text-decoration: none; font-size: .93rem; font-weight: 650; }
.main-nav a:not(.button):hover { color: var(--accent); }
.menu-toggle { display: none; background: transparent; border: 0; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: #fff; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 22px;
  border: 1px solid var(--accent);
  border-radius: 999px;
  background: var(--accent);
  color: var(--dark);
  text-decoration: none;
  font-weight: 800;
  line-height: 1.2;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); background: #e5b654; border-color: #e5b654; }
.button-small { min-height: 42px; padding: 10px 18px; color: var(--dark) !important; }
.button-secondary { color: #fff; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.45); }
.button-secondary:hover { color: #fff; background: rgba(255,255,255,.15); border-color: #fff; }
.button-secondary-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.55); }

.hero { position: relative; min-height: 720px; display: grid; align-items: center; color: #fff; overflow: hidden; }
.hero-media { position: absolute; inset: 0; background: url('remonty-hero.jpg') center/cover no-repeat; transform: scale(1.01); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.86) 0%, rgba(0,0,0,.68) 46%, rgba(0,0,0,.2) 100%); }
.hero-content { position: relative; z-index: 2; padding-block: 110px; }
.eyebrow { margin: 0 0 14px; color: var(--accent); text-transform: uppercase; letter-spacing: .16em; font-size: .76rem; font-weight: 900; }
.eyebrow-dark { color: var(--accent-dark); }
.hero h1 { max-width: 820px; margin: 0; font-size: clamp(2.7rem, 6.8vw, 5.6rem); line-height: .98; letter-spacing: -.055em; }
.hero-lead { max-width: 680px; margin: 28px 0 0; color: #e7e7e7; font-size: clamp(1.05rem, 2.2vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 16px 30px; margin: 36px 0 0; padding: 0; list-style: none; color: #f1f1f1; font-weight: 700; }
.trust-list li::before { content: "✓"; margin-right: 8px; color: var(--accent); }

.section { padding: 110px 0; }
.section-alt { background: #ebe7df; }
.section-dark { color: #fff; background: var(--dark); }
.split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
h2 { margin: 0; font-size: clamp(2rem, 4.2vw, 3.7rem); line-height: 1.04; letter-spacing: -.045em; }
.prose { color: #444; font-size: 1.16rem; }
.prose p:first-child { margin-top: 0; }
.prose p:last-child { margin-bottom: 0; }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading.compact { margin-bottom: 34px; }
.section-heading > p:last-child { margin: 20px 0 0; color: var(--muted); font-size: 1.08rem; }
.section-dark .section-heading > p:last-child { color: #bbb; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 270px; padding: 28px; border-radius: var(--radius); background: var(--surface); border: 1px solid rgba(0,0,0,.06); box-shadow: 0 10px 30px rgba(0,0,0,.045); }
.service-card h3 { margin: 24px 0 10px; font-size: 1.35rem; line-height: 1.2; }
.service-card p { margin: 0; color: var(--muted); }
.service-number { color: var(--accent-dark); font-weight: 900; letter-spacing: .08em; }
.service-card-cta { color: #fff; background: var(--dark); }
.service-card-cta p { color: #ccc; }
.service-card-cta a { display: inline-block; margin-top: 24px; color: var(--accent); font-weight: 800; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.steps li { padding: 36px 34px 36px 0; }
.steps li + li { padding-left: 34px; border-left: 1px solid var(--line); }
.steps span { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 26px; border-radius: 50%; color: var(--dark); background: var(--accent); font-weight: 900; }
.steps strong { display: block; font-size: 1.25rem; }
.steps p { margin: 9px 0 0; color: var(--muted); }

.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-grid blockquote { margin: 0; padding: 30px; border: 1px solid #343434; border-radius: var(--radius); background: #202020; }
.review-grid blockquote p { min-height: 112px; margin: 18px 0 24px; color: #e3e3e3; font-size: 1.06rem; }
.review-grid footer { color: #aaa; font-weight: 700; }
.stars { color: var(--accent); letter-spacing: .13em; }

.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 24px 44px 24px 0; cursor: pointer; list-style: none; font-size: 1.12rem; font-weight: 800; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 2px; top: 21px; color: var(--accent-dark); font-size: 1.5rem; }
details[open] summary::after { content: "−"; }
details p { margin: -8px 0 24px; padding-right: 60px; color: var(--muted); }

.contact { padding: 90px 0; color: #fff; background: #242424; }
.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: center; }
.contact h2 { max-width: 650px; }
.contact p { max-width: 650px; color: #ccc; font-size: 1.1rem; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.contact-card { display: flex; flex-direction: column; gap: 18px; padding: 32px; border-radius: var(--radius); background: #111; font-style: normal; }
.contact-card strong { font-size: 1.12rem; line-height: 1.35; }
.contact-card span { color: #bbb; }
.contact-card a { color: var(--accent); font-weight: 800; }

.site-footer { padding: 24px 0 90px; background: #101010; color: #aaa; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; font-size: .9rem; }
.footer-inner p { margin: 0; }
.footer-inner a { color: #ddd; }
.mobile-call { display: none; }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .main-nav { position: absolute; left: 0; right: 0; top: 76px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 20px 22px; background: #161616; border-top: 1px solid #333; box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 13px 4px; }
  .main-nav .button { margin-top: 8px; }
  .hero { min-height: 650px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(0,0,0,.86), rgba(0,0,0,.55)); }
  .split, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .review-grid { grid-template-columns: 1fr; }
  .review-grid blockquote p { min-height: 0; }
}

@media (max-width: 640px) {
  .container, .narrow { width: min(calc(100% - 28px), var(--container)); }
  .brand strong { font-size: .92rem; }
  .brand small { font-size: .7rem; }
  .brand-mark { width: 38px; height: 38px; }
  .header-inner { min-height: 70px; }
  .main-nav { top: 70px; }
  .hero { min-height: auto; }
  .hero-media { background-position: 62% center; }
  .hero-overlay { background: linear-gradient(180deg, rgba(0,0,0,.58) 0%, rgba(0,0,0,.85) 63%, rgba(0,0,0,.94) 100%); }
  .hero-content { padding: 120px 0 70px; }
  .hero h1 { font-size: clamp(2.45rem, 13vw, 4rem); }
  .hero-lead { font-size: 1.02rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .trust-list { display: grid; gap: 10px; }
  .section { padding: 76px 0; }
  .service-grid, .steps { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .steps { border-bottom: 0; }
  .steps li, .steps li + li { padding: 28px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .contact { padding: 72px 0; }
  .contact-actions { flex-direction: column; }
  .contact-actions .button { width: 100%; }
  .footer-inner { flex-direction: column; }
  .site-footer { padding-bottom: 100px; }
  .mobile-call { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 70; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 12px 18px; border-radius: 16px; background: var(--accent); color: #111; text-decoration: none; box-shadow: 0 14px 40px rgba(0,0,0,.35); }
  .mobile-call span { font-size: .78rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
  .mobile-call strong { font-size: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
