:root {
  --black: #092c02;
  --ink: #0b0b0b;
  --panel: #101010;
  --panel-2: #181818;
  --gold: #c99a16;
  --gold-light: #f2c64a;
  --text: #f7f4ec;
  --muted: #cfc6b8;
  --line: rgba(201, 154, 22, .42);
  --shadow: rgba(0, 0, 0, .46);
  --display: Georgia, "Times New Roman", serif;
  --condensed: "Arial Narrow", Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: var(--black);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
}

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

a {
  color: var(--gold-light);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header .wrap {
  width: min(1400px, calc(100% - 230px));
}

.site-header {
  position: relative;
  top: 0;
  z-index: 50;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 0, rgba(201, 154, 22, .12), transparent 28%),
    #000;
  border-bottom: 1px solid var(--line);
}

.nav-wrap {
  position: relative;
  z-index: 1;
  min-height: 136px;
  display: grid;
  grid-template-columns: minmax(0, 610px) auto;
  grid-template-rows: auto auto;
  align-items: end;
  gap: 6px 28px;
  padding: 18px 0 14px;
}

.brand {
  display: block;
  grid-column: 1;
  grid-row: 1;
  max-width: 610px;
  color: var(--text);
}

.brand:hover {
  text-decoration: none;
}

.brand-main {
  display: block;
  color: var(--gold-light);
  font-family: var(--display);
  font-size: clamp(38px, 4vw, 52px);
  font-weight: 900;
  line-height: .9;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-shadow: 0 2px 0 #6f4d07, 0 12px 34px rgba(201, 154, 22, .2);
}

.brand-sub,
.brand-services {
  display: block;
  font-family: var(--condensed);
  text-transform: uppercase;
  letter-spacing: .18em;
}

.brand-sub {
  margin-top: 8px;
  color: var(--text);
  font-size: 15px;
  line-height: 1.2;
}

.brand-services {
  flex: 0 1 auto;
  min-width: 0;
  padding-top: 7px;
  border-top: 1px solid var(--gold);
  color: var(--gold-light);
  font-size: 12px;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-services b {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 6px 2px;
  border-radius: 50%;
  background: var(--gold);
}

.nav-line {
  grid-column: 1 / 3;
  grid-row: 2;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  min-width: 0;
}

.main-nav {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2vw, 34px);
}

.main-nav a {
  position: relative;
  padding: 7px 0 10px;
  color: var(--text);
  font-family: var(--condensed);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--gold-light);
  text-decoration: none;
}

.main-nav a.active::after,
.main-nav a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  height: 2px;
  background: var(--gold-light);
}

.header-call {
  flex: 0 0 auto;
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  align-self: center;
  position: relative;
  z-index: 2;
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 7px;
  padding: 7px 11px;
  border: 1px solid var(--gold-light);
  border-radius: 4px;
  background: rgba(0, 0, 0, .9);
  color: var(--text);
  font-size: 14px;
  font-weight: 900;
  margin-right: 0;
}

.header-call:hover {
  background: rgba(242, 198, 74, .12);
  text-decoration: none;
}

.phone-symbol {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: var(--gold-light);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
}

.scrollwork {
  position: absolute;
  top: 18px;
  width: 86px;
  height: 100px;
  background: url("../images/scrollwork-gold.svg") center / contain no-repeat;
  opacity: 1;
  pointer-events: none;
}

.scrollwork-left {
  left: 14px;
}

.scrollwork-right {
  right: 14px;
  transform: scaleX(-1);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: transparent;
  padding: 10px;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--gold-light);
}

.hero-home {
  position: relative;
  min-height: clamp(470px, calc(100vh - 330px), 560px);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #000;
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: 58% center;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .92) 0%, rgba(0, 0, 0, .74) 25%, rgba(0, 0, 0, .16) 54%, rgba(0, 0, 0, .18) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, .54) 0%, rgba(0, 0, 0, .02) 44%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  min-height: inherit;
  display: flex;
  align-items: center;
}

.hero-content {
  width: min(470px, 100%);
  padding: 38px 0;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold-light);
  font-family: var(--condensed);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hero-content h1,
.section h2,
.dark-band h2,
.cta-inner h2 {
  margin: 0;
  line-height: 1.08;
}

.hero-content h1 {
  max-width: 470px;
  color: var(--text);
  font-family: var(--condensed);
  font-size: clamp(28px, 2.35vw, 34px);
  font-weight: 900;
  letter-spacing: .018em;
  line-height: .98;
  text-transform: uppercase;
  text-shadow: 0 4px 18px rgba(0, 0, 0, .7);
}

.hero-content p:not(.eyebrow) {
  max-width: 430px;
  margin: 16px 0 0;
  color: var(--text);
  font-size: 16px;
}

.copy-rule {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 8px;
  width: min(330px, 100%);
  margin: 12px 0;
}

.copy-rule::before,
.copy-rule::after {
  content: "";
  height: 1px;
  background: var(--gold);
}

.copy-rule span {
  display: block;
  width: 38px;
  height: 16px;
  background: url("../images/scrollwork-gold.svg") center / contain no-repeat;
}

.hero-actions,
.trust-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.hero-actions {
  gap: 14px;
  margin-top: 18px;
}

.btn,
.btn-outline {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-weight: 900;
  line-height: 1.1;
}

.btn {
  background: var(--gold-light);
  color: #080808;
  padding: 14px 20px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.btn:hover {
  color: #080808;
  filter: brightness(1.06);
  text-decoration: none;
}

.btn-outline {
  border: 1px solid var(--gold-light);
  color: var(--gold-light);
  padding: 13px 18px;
}

.btn-outline:hover {
  background: rgba(242, 198, 74, .12);
  text-decoration: none;
}

.btn-brush {
  min-width: 240px;
  border: 1px solid var(--gold-light);
  background: rgba(0, 0, 0, .52);
  color: var(--gold-light);
  font-family: var(--condensed);
  font-size: 16px;
}

.btn-brush:hover {
  color: #080808;
  background: var(--gold-light);
}

.btn-brush span {
  position: relative;
  width: 22px;
  height: 10px;
  margin-right: 12px;
  border-radius: 3px;
  background: currentColor;
  transform: rotate(-42deg);
}

.btn-brush span::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 24px;
  left: 8px;
  top: 8px;
  border-radius: 5px;
  background: currentColor;
}

.trust-row {
  gap: 14px;
  margin-top: 28px;
}

.trust-row span {
  border-left: 3px solid var(--gold);
  color: var(--muted);
  font-weight: 800;
  padding-left: 10px;
  text-transform: uppercase;
}

.services-section {
  padding: 20px 0 12px;
  background: var(--black);
  overflow: hidden;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  margin: 0 0 18px;
}

.section-heading span {
  height: 1px;
  background: var(--line);
}

.section-heading h2 {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  color: var(--gold);
  font-family: var(--condensed);
  font-size: clamp(28px, 4vw, 36px);
  letter-spacing: .24em;
  text-align: center;
  text-transform: uppercase;
}

.section-heading h2::before,
.section-heading h2::after {
  content: "";
  width: 56px;
  height: 26px;
  flex: 0 0 56px;
  background: url("../images/scrollwork-gold.svg") center / contain no-repeat;
  opacity: 1;
}

.section-heading h2::after {
  transform: scaleX(-1);
}

.carousel-shell {
  position: relative;
  overflow: hidden;
}

.services-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 66px) / 4);
  gap: 22px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 0 0 12px;
}

.services-carousel::-webkit-scrollbar {
  display: none;
}

.service-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 6px;
  overflow: hidden;
  scroll-snap-align: start;
  box-shadow: 0 16px 36px var(--shadow);
}

.service-card img {
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
}

.service-body {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 220px;
  padding: 24px 22px 22px 70px;
}

.service-body h3 {
  margin: 0 0 8px;
  color: var(--text);
  font-family: var(--condensed);
  font-size: 18px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.service-body p {
  margin: 0 0 16px;
  color: var(--text);
  font-size: 15px;
}

.service-body a,
.text-link {
  color: var(--gold-light);
  font-family: var(--condensed);
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.service-body a {
  margin-top: auto;
}

.feature-strip {
  padding: 15px 0 22px;
  background: var(--black);
  border-top: 1px solid var(--gold);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.feature-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: center;
}

.feature-item strong {
  display: block;
  color: var(--gold-light);
  font-family: var(--condensed);
  font-size: 16px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.feature-item p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.feature-icon {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  color: var(--gold-light);
}

.feature-icon.people::before,
.feature-icon.people::after {
  content: "";
  position: absolute;
  border: 3px solid currentColor;
}

.feature-icon.people::before {
  width: 21px;
  height: 21px;
  left: 13px;
  top: 4px;
  border-radius: 50%;
}

.feature-icon.people::after {
  width: 39px;
  height: 20px;
  left: 4px;
  bottom: 4px;
  border-radius: 20px 20px 4px 4px;
}

.feature-icon.shield::before {
  content: "";
  position: absolute;
  inset: 5px 8px;
  border: 4px solid currentColor;
  border-radius: 7px 7px 18px 18px;
  transform: perspective(40px) rotateX(-10deg);
}

.feature-icon.shield::after {
  content: "";
  position: absolute;
  left: 21px;
  top: 17px;
  width: 8px;
  height: 14px;
  border-right: 4px solid currentColor;
  border-bottom: 4px solid currentColor;
  transform: rotate(40deg);
}

.feature-icon.medal::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 5px;
  width: 28px;
  height: 28px;
  border: 4px solid currentColor;
  border-radius: 50%;
}

.feature-icon.medal::after {
  content: "";
  position: absolute;
  left: 16px;
  bottom: 4px;
  width: 18px;
  height: 20px;
  background: currentColor;
  clip-path: polygon(0 0, 50% 35%, 100% 0, 80% 100%, 50% 70%, 20% 100%);
}

.feature-icon.phone::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 11px;
  width: 26px;
  height: 26px;
  border: 7px solid currentColor;
  border-top-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
  transform: rotate(-28deg);
}

.feature-icon.phone::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 7px;
  width: 13px;
  height: 13px;
  border-top: 4px solid currentColor;
  border-right: 4px solid currentColor;
  border-radius: 0 10px 0 0;
}

.service-mark {
  position: absolute;
  top: 26px;
  left: 22px;
  width: 34px;
  height: 34px;
}

.service-mark.paint,
.service-mark.roller {
  border: 6px solid var(--gold);
  border-right-width: 13px;
  border-radius: 5px 12px 12px 5px;
  transform: rotate(-34deg);
}

.service-mark.paint::after,
.service-mark.roller::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 26px;
  left: 8px;
  top: 23px;
  background: var(--gold);
  border-radius: 4px;
}

.service-mark.drop {
  background: var(--gold);
  border-radius: 60% 60% 60% 0;
  transform: rotate(-45deg);
}

.service-mark.house {
  border: 4px solid var(--gold);
  border-top: 0;
}

.service-mark.house::before {
  content: "";
  position: absolute;
  left: -5px;
  top: -12px;
  width: 29px;
  height: 29px;
  border-left: 4px solid var(--gold);
  border-top: 4px solid var(--gold);
  transform: rotate(45deg);
}

.service-mark.key {
  border: 5px solid var(--gold);
  border-radius: 50%;
}

.service-mark.key::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 5px;
  left: 26px;
  top: 10px;
  background: var(--gold);
}

.carousel-btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 56px;
  height: 56px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  background: rgba(5, 5, 5, .9);
  transform: translateY(-50%);
  cursor: pointer;
}

.carousel-btn:hover {
  background: rgba(201, 154, 22, .22);
}

.carousel-btn::before {
  content: "";
  position: absolute;
  top: 19px;
  width: 15px;
  height: 15px;
  border-top: 4px solid var(--text);
  border-right: 4px solid var(--text);
}

.carousel-btn.prev {
  left: 12px;
}

.carousel-btn.prev::before {
  left: 22px;
  transform: rotate(-135deg);
}

.carousel-btn.next {
  right: 12px;
}

.carousel-btn.next::before {
  right: 22px;
  transform: rotate(45deg);
}

.section,
.gallery-preview {
  padding: 72px 0;
}

.dark-band {
  background: var(--panel-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.split h2 {
  font-size: clamp(30px, 4vw, 46px);
}

.split p {
  color: var(--muted);
  font-size: 18px;
}

.section-title {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-title.left {
  margin-left: 0;
  text-align: left;
}

.section-title h2 {
  margin: 0 0 8px;
  font-size: clamp(28px, 4vw, 40px);
}

.section-title p {
  margin: 0;
  color: var(--muted);
}

.preview-grid,
.gallery-grid,
.grid {
  display: grid;
  gap: 20px;
}

.preview-grid {
  grid-template-columns: repeat(3, 1fr);
}

.preview-grid img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.preview-grid img:first-child {
  height: 280px;
  grid-row: auto;
}

.cta-band {
  padding: 42px 0;
  background: linear-gradient(135deg, #1b1406, #060606);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.cta-inner h2 {
  font-size: clamp(28px, 4vw, 40px);
}

.cta-inner p {
  margin: 8px 0 0;
  color: var(--muted);
}

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

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

.card,
.contact-panel,
.map-box,
.gallery-item,
.gallery-card,
.gallery-empty {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.card,
.contact-panel {
  padding: 26px;
}

.card h3 {
  margin-top: 0;
  color: var(--gold-light);
}

.service-icon {
  color: var(--gold-light);
  font-size: 28px;
  font-weight: 900;
}

.gallery-grid {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-stack {
  display: grid;
  gap: 46px;
}

.gallery-category {
  display: grid;
  gap: 18px;
}

.section-title code {
  color: var(--gold-light);
  font-family: Consolas, "Courier New", monospace;
  font-size: .9em;
}

.gallery-card {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #080808;
}

.gallery-card:hover {
  border-color: var(--gold-light);
  text-decoration: none;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .22s ease, opacity .22s ease;
}

.gallery-card:hover img {
  opacity: .9;
  transform: scale(1.03);
}

.gallery-empty {
  min-height: 180px;
  display: grid;
  place-items: center;
  padding: 20px;
  color: var(--muted);
  text-align: center;
}

.gallery-item {
  min-height: 230px;
  display: grid;
  place-items: center;
  padding: 20px;
  color: var(--muted);
  text-align: center;
}

.gallery-item.paint {
  background: linear-gradient(135deg, #202020, #5c4318);
}

.gallery-item.wash {
  background: linear-gradient(135deg, #202020, #173d4b);
}

.gallery-item.repair {
  background: linear-gradient(135deg, #202020, #3f3328);
}

.form {
  display: grid;
  gap: 14px;
}

.form input,
.form select,
.form textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #080808;
  color: var(--text);
  font-size: 16px;
}

.form textarea {
  min-height: 130px;
}

.privacy-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.notice {
  padding: 14px 16px;
  border-radius: 6px;
  margin-bottom: 18px;
}

.confirmation-card {
  position: relative;
  overflow: hidden;
  max-width: 860px;
  margin: 0 auto;
  padding: 34px;
  border: 2px solid var(--gold-light);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(242, 198, 74, .16), rgba(16, 16, 16, .96) 38%, rgba(5, 5, 5, .98));
  box-shadow: 0 22px 54px rgba(0, 0, 0, .45), 0 0 0 1px rgba(255, 255, 255, .08) inset;
}

.confirmation-card::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 22px;
  width: 92px;
  height: 92px;
  background: url("../images/scrollwork-gold.svg") center / contain no-repeat;
  opacity: .22;
  pointer-events: none;
}

.confirmation-badge {
  width: 54px;
  height: 54px;
  margin-bottom: 16px;
  border: 2px solid var(--gold-light);
  border-radius: 50%;
  position: relative;
  background: rgba(242, 198, 74, .12);
}

.confirmation-badge::after {
  content: "";
  position: absolute;
  left: 17px;
  top: 12px;
  width: 15px;
  height: 25px;
  border-right: 5px solid var(--gold-light);
  border-bottom: 5px solid var(--gold-light);
  transform: rotate(40deg);
}

.confirmation-card h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1.05;
}

.confirmation-lead {
  max-width: 720px;
  margin: 14px 0 0;
  color: var(--text);
  font-size: 20px;
}

.confirmation-details {
  margin-top: 24px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(0, 0, 0, .45);
}

.confirmation-details h3 {
  margin: 0 0 10px;
  color: var(--gold-light);
  font-family: var(--condensed);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.confirmation-details p {
  margin: 8px 0;
  color: var(--muted);
}

.confirmation-details strong {
  color: var(--text);
}

.confirmation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.success {
  background: #153b22;
  border: 1px solid #3d8b55;
}

.error {
  background: #3b1515;
  border: 1px solid #8b3d3d;
}

.map-box {
  min-height: 260px;
  display: grid;
  place-items: center;
  padding: 20px;
  color: var(--muted);
  text-align: center;
}

.page-hero {
  position: relative;
  overflow: hidden;
  height: 340px;
  min-height: 340px;
  display: flex;
  align-items: center;
  padding: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .86) 0%, rgba(0, 0, 0, .66) 32%, rgba(0, 0, 0, .2) 62%, rgba(0, 0, 0, .18) 100%),
    url("../images/hero-house.jpg") 58% 42% / cover no-repeat;
  border-bottom: 1px solid var(--line);
}

.page-hero::before,
.page-hero::after {
  content: none;
  position: absolute;
  top: 18px;
  width: 86px;
  height: 86px;
  background: url("../images/scrollwork-gold.svg") center / contain no-repeat;
  opacity: .75;
}

.page-hero::before {
  left: 24px;
}

.page-hero::after {
  right: 24px;
  transform: scaleX(-1);
}

.page-hero h1 {
  margin: 0 0 10px;
  color: var(--gold-light);
  font-family: var(--display);
  font-size: clamp(36px, 5vw, 52px);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.page-hero p {
  max-width: 760px;
  color: var(--muted);
  font-size: 18px;
}

.checklist {
  padding-left: 0;
  list-style: none;
}

.checklist li {
  position: relative;
  margin: 10px 0;
  padding-left: 28px;
}

.checklist li::before {
  content: ">";
  position: absolute;
  left: 0;
  color: var(--gold-light);
  font-weight: 900;
}

.site-footer {
  padding-top: 44px;
  background: var(--black);
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 28px;
}

.footer-bottom {
  margin-top: 30px;
  padding: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  text-align: center;
}

.floating-call {
  display: none;
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 60;
  padding: 14px;
  border-radius: 6px;
  background: var(--gold-light);
  color: #080808;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 10px 30px var(--shadow);
}

.floating-call:hover {
  color: #080808;
  text-decoration: none;
}
