﻿:root {
  --black: #030303;
  --ink: #0b0b0b;
  --panel: #111;
  --panel-2: #171717;
  --red: #d71920;
  --red-dark: #8e0f13;
  --white: #fff;
  --muted: #b8b8b8;
  --line: rgba(255, 255, 255, .13);
  --gold: #b68a3a;
  --max: 1180px;
  --header: 82px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: Inter, Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(215, 25, 32, .08), transparent 22%, transparent 78%, rgba(215, 25, 32, .08)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .028) 0 1px, transparent 1px 88px);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: var(--header);
  border-bottom: 1px solid var(--line);
  background: rgba(3, 3, 3, .88);
  backdrop-filter: blur(16px);
}

.header-inner,
.section-inner,
.footer-inner {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.header-inner {
  min-height: var(--header);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 178px;
}

.brand-mark {
  width: 45px;
  height: 45px;
  flex: 0 0 auto;
}

.brand-word {
  display: grid;
  gap: 0;
  font-family: "Arial Black", Inter, sans-serif;
  font-size: 18px;
  line-height: .9;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.brand-word span:last-child {
  font-size: 13px;
  color: #d8d8d8;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.site-nav a {
  position: relative;
  text-decoration: none;
  color: #d9d9d9;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--white);
}

.site-nav a[aria-current="page"]::after,
.site-nav a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 2px;
  background: var(--red);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: #090909;
  color: var(--white);
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  min-height: calc(100vh - var(--header));
  display: grid;
  align-items: stretch;
  background:
    linear-gradient(90deg, #030303 0%, rgba(3, 3, 3, .94) 34%, rgba(3, 3, 3, .48) 59%, rgba(3, 3, 3, .18) 100%),
    url("images/hero-red-chair.webp") center right / cover no-repeat;
  border-bottom: 1px solid var(--line);
}

.hero-inner {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  align-content: center;
  padding: 88px 0 58px;
}

.eyebrow {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: #ededed;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 3px;
  background: var(--red);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
.page-title {
  max-width: 760px;
  margin-bottom: 22px;
  font-family: "Arial Black", Inter, sans-serif;
  font-size: clamp(42px, 7.2vw, 86px);
  line-height: .89;
  letter-spacing: 0;
  text-transform: uppercase;
}

.red {
  color: var(--red);
}

.lead {
  max-width: 590px;
  color: #efefef;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
}

.wgdp-claim {
  max-width: 520px;
  margin: -6px 0 0;
  color: #d8d8d8;
  font-size: 14px;
  font-weight: 800;
}

.wgdp-claim strong {
  color: var(--white);
  text-transform: uppercase;
}

.hero-actions,
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border: 1px solid var(--white);
  background: transparent;
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .07em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  border-color: var(--red);
  background: var(--red);
}

.btn-dark {
  border-color: #202020;
  background: #050505;
}

.price-ribbon {
  margin-top: 54px;
  width: min(680px, 100%);
  border-left: 5px solid var(--red);
  background: linear-gradient(90deg, rgba(215, 25, 32, .96), rgba(142, 15, 19, .86));
  padding: 24px 28px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .42);
}

.price-ribbon strong {
  display: block;
  font-family: "Arial Black", Inter, sans-serif;
  font-size: clamp(24px, 4vw, 42px);
  line-height: 1;
  text-transform: uppercase;
}

.price-ribbon span {
  color: #ffe4e5;
  font-weight: 800;
}

section {
  padding: 86px 0;
}

.section-dark {
  background: #050505;
}

.section-white {
  background: #f5f2ee;
  color: #111;
}

.section-red {
  background: linear-gradient(135deg, #b41217, #5f080b);
}

.section-image {
  background:
    linear-gradient(90deg, rgba(3, 3, 3, .98), rgba(3, 3, 3, .86) 38%, rgba(3, 3, 3, .28)),
    url("images/premium-black-chair.webp") center right / cover no-repeat;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 470px);
  gap: 32px;
  align-items: end;
  margin-bottom: 38px;
}

.section-head h2,
.split h2,
.content-block h2 {
  margin-bottom: 0;
  font-family: "Arial Black", Inter, sans-serif;
  font-size: clamp(30px, 5vw, 58px);
  line-height: .96;
  text-transform: uppercase;
}

.section-head p,
.split p,
.content-block p {
  color: var(--muted);
  font-size: 17px;
}

.section-white .section-head p,
.section-white .content-block p {
  color: #444;
}

.value-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .16);
}

.value-item {
  min-height: 135px;
  padding: 28px 18px;
  background: rgba(0, 0, 0, .16);
  text-align: center;
}

.value-item svg,
.service-card svg {
  width: 36px;
  height: 36px;
  margin: 0 auto 14px;
  color: var(--white);
}

.value-item strong {
  display: block;
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.value-item span {
  color: #ffe5e6;
  font-size: 13px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.service-card,
.price-card,
.contact-panel {
  border: 1px solid rgba(0, 0, 0, .12);
  background: #fff;
  color: #111;
  padding: 30px;
}

.service-card {
  min-height: 245px;
}

.service-card svg {
  color: var(--red);
}

.service-card h3,
.price-card h3 {
  margin-bottom: 10px;
  font-family: "Arial Black", Inter, sans-serif;
  font-size: 20px;
  line-height: 1.02;
  text-transform: uppercase;
}

.service-card p,
.price-card p {
  color: #555;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 460px);
  gap: 44px;
  align-items: center;
}

.quote-panel {
  border-left: 5px solid var(--red);
  background: rgba(255, 255, 255, .05);
  padding: 30px;
}

.quote-panel p {
  margin-bottom: 0;
  font-family: Georgia, serif;
  color: #f5f5f5;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.18;
}

.page-hero {
  padding: 86px 0 72px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(100deg, #030303 0%, rgba(3, 3, 3, .94) 45%, rgba(3, 3, 3, .55)),
    url("images/hero-red-chair.webp") center right / cover no-repeat;
}

.page-hero .lead {
  max-width: 680px;
}

.content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.content-block {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .04);
  padding: 32px;
}

.price-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 440px);
  gap: 28px;
  align-items: stretch;
}

.price-main {
  display: grid;
  align-content: center;
  min-height: 410px;
  padding: 42px;
  background:
    linear-gradient(135deg, rgba(215, 25, 32, .94), rgba(40, 3, 4, .96)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .1) 0 1px, transparent 1px 28px);
}

.price-main .amount {
  margin: 16px 0 12px;
  font-family: "Arial Black", Inter, sans-serif;
  font-size: clamp(54px, 9vw, 112px);
  line-height: .88;
}

.price-main .amount small {
  display: block;
  margin-top: 8px;
  font-size: clamp(16px, 2.6vw, 26px);
}

.price-list {
  display: grid;
  gap: 14px;
}

.price-card {
  background: #f6f3ee;
}

.check-list {
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 11px 0 11px 28px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.section-white .check-list li,
.price-card .check-list li {
  border-bottom-color: rgba(0, 0, 0, .12);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 19px;
  width: 12px;
  height: 12px;
  background: var(--red);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(300px, 1.1fr);
  gap: 24px;
  align-items: start;
}

.contact-panel {
  background: #f6f3ee;
}

.contact-panel label {
  display: block;
  margin: 0 0 16px;
  color: #222;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contact-panel input,
.contact-panel textarea {
  width: 100%;
  margin-top: 7px;
  border: 1px solid #c8c2bb;
  background: #fff;
  color: #111;
  font: inherit;
  padding: 13px 12px;
}

.contact-panel textarea {
  min-height: 130px;
  resize: vertical;
}

.legal {
  max-width: 840px;
}

.legal h2 {
  margin-top: 38px;
  font-family: "Arial Black", Inter, sans-serif;
  text-transform: uppercase;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #030303;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.2fr .8fr .9fr;
  gap: 36px;
  padding: 54px 0 28px;
}

.footer-nav,
.footer-contact {
  display: grid;
  gap: 8px;
  align-content: start;
}

.footer-nav a {
  color: #c9c9c9;
  text-decoration: none;
}

.footer-nav a:hover {
  color: var(--white);
}

.footer-title {
  margin-bottom: 8px;
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.footer-bottom {
  display: flex;
  justify-content: flex-end;
  gap: 28px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  color: #a8a8a8;
  font-size: 12px;
}

.footer-bottom a {
  text-decoration: none;
}

@media (max-width: 900px) {
  :root {
    --header: 72px;
  }

  .site-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: calc(100% + 1px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 1px solid var(--line);
    background: #050505;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 16px;
    border-bottom: 1px solid var(--line);
  }

  .site-nav a[aria-current="page"]::after,
  .site-nav a:hover::after {
    display: none;
  }

  .nav-toggle {
    display: block;
  }

  .hero {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(3, 3, 3, .78), #030303 70%),
      url("images/hero-red-chair.webp") center top / cover no-repeat;
  }

  .hero-inner {
    padding-top: 230px;
  }

  .section-head,
  .split,
  .price-layout,
  .contact-grid,
  .footer-inner,
  .content-grid {
    grid-template-columns: 1fr;
  }

  .value-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .header-inner,
  .section-inner,
  .footer-inner,
  .hero-inner {
    width: min(100% - 28px, var(--max));
  }

  .brand {
    min-width: 0;
  }

  .brand-word {
    font-size: 15px;
  }

  .brand-word span:last-child {
    font-size: 11px;
  }

  .hero-inner {
    padding-top: 180px;
    padding-bottom: 44px;
  }

  .page-hero {
    padding: 58px 0;
  }

  section {
    padding: 58px 0;
  }

  .price-ribbon,
  .price-main,
  .content-block,
  .contact-panel,
  .quote-panel {
    padding: 24px;
  }

  .cards,
  .value-strip {
    grid-template-columns: 1fr;
  }

  .value-item {
    min-height: 112px;
  }

  .footer-bottom {
    justify-content: flex-start;
  }
}
