:root {
  --black: #030303;
  --ivory: #f4f0e8;
  --paper: #fbf8f1;
  --gold: #c99327;
  --gold-soft: #e0b45a;
  --text: #181818;
  --muted: #6d6255;
  --line: rgba(201, 147, 39, 0.34);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--paper);
}

h1, h2, h3, .brand-title {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 500;
  letter-spacing: .02em;
}

.page {
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
  background: var(--paper);
}

.hero {
  min-height: 680px;
  position: relative;
  color: white;
  background: #000;
  display: grid;
  grid-template-columns: minmax(320px, 45%) 1fr;
  align-items: stretch;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: none;
  pointer-events: none;
}

.hero-image {
  position: absolute;
  inset: 0 0 0 28%;
  background: url('assets/hero-skyline.jpg') center center / cover no-repeat;
  opacity: .98;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: clamp(36px, 7vw, 72px) clamp(24px, 3vw, 38px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 590px;
}

.brand-row {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 60px;
}

.brand-mark {
  width: 110px;
  height: auto;
  filter: drop-shadow(0 4px 12px rgba(201,147,39,.18));
}

.brand-title {
  color: var(--gold-soft);
  font-size: clamp(34px, 4vw, 56px);
  line-height: .98;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: clamp(42px, 5.5vw, 76px);
  line-height: 1.1;
  text-transform: uppercase;
}
.hero h1 span { color: var(--gold-soft); }

.gold-rule {
  width: 330px;
  max-width: 75%;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-soft));
  margin: 36px 0 34px;
  position: relative;
}
.gold-rule::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold-soft);
  transform: translateY(-50%);
}

.hero p {
  margin: 0;
  max-width: 390px;
  color: #f2eee5;
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.5;
}

.section { padding: clamp(48px, 7vw, 90px) clamp(22px, 3vw, 38px); }

.features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: var(--ivory);
  border-bottom: 1px solid rgba(0,0,0,.04);
}
.feature {
  text-align: center;
  padding: 36px 28px;
  border-right: 1px solid rgba(201,147,39,.22);
}
.feature:last-child { border-right: 0; }
.feature-icon { width: 72px; height: 72px; object-fit: contain; margin-bottom: 18px; }
.feature h3 {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}
.small-rule { width: 110px; height: 2px; background: var(--gold); margin: 0 auto 20px; }
.feature p { margin: 0; line-height: 1.65; font-size: 15px; }

.products {
  background: var(--paper);
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  width: 100%;
  margin: 0;
}
.specs { display: grid; gap: 54px; }
.spec-card { font-size: 16px; color: var(--muted); }
.spec-row { padding: 10px 0; border-bottom: 1px solid rgba(201,147,39,.18); }
.spec-row strong { color: var(--gold); display: block; font-weight: 700; margin-top: 4px; }
.product-stage { display: grid; justify-items: start; gap: clamp(34px, 5vw, 54px); }
.coin-row { display: flex; justify-content: flex-start; align-items: flex-end; gap: clamp(24px, 4vw, 48px); flex-wrap: nowrap; }
.coin-img { width: clamp(220px, 22vw, 285px); filter: drop-shadow(0 22px 18px rgba(0,0,0,.18)); }
.bar-showcase {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: clamp(28px, 5vw, 64px);
}
.bar-row { display: flex; justify-content: center; align-items: flex-end; gap: clamp(14px, 2vw, 24px); flex-wrap: nowrap; }
.bar-img { filter: drop-shadow(0 16px 18px rgba(0,0,0,.16)); }
.bar-img.small,
.bar-img.pack { width: auto; height: clamp(240px, 26vw, 330px); }
.packaged { flex: 0 0 clamp(190px, 20vw, 260px); align-self: center; max-width: 260px; }
.packaged h3 { font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; font-size: 22px; line-height: 1.2; margin: 0; }
.packaged .small-rule { margin: 18px 0 22px; }
.packaged p { color: #34302c; line-height: 1.75; font-size: 16px; margin: 0; }

.about {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: clamp(36px, 7vw, 90px);
  align-items: center;
  background: var(--paper);
  padding-top: 40px;
}
.about h2 { font-size: clamp(40px, 5vw, 68px); text-transform: uppercase; line-height: 1.06; margin: 0; }
.about .small-rule { margin: 22px 0 26px; width: 150px; }
.about p { font-size: 18px; line-height: 1.65; max-width: 430px; margin: 0; }
.map-wrap { display: grid; grid-template-columns: 1fr; gap: 18px; align-items: center; }
.compass { display: none; }
.map { width: min(490px, 100%); justify-self: start; opacity: .9; }
.made { grid-column: 1; max-width: 360px; margin-left: 0; }
.made h3 { font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; margin: 0; font-size: 22px; }
.made .small-rule { margin: 14px 0 18px; }
.made p { font-size: 15px; line-height: 1.55; }

.trust-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; padding-top: 18px; padding-bottom: 24px; }
.trust-item { display: grid; grid-template-columns: 54px 1fr; gap: 16px; align-items: center; border-right: 1px solid rgba(201,147,39,.20); padding-right: 22px; }
.trust-item:last-child { border-right: 0; }
.trust-item img { width: 50px; height: 50px; object-fit: contain; }
.trust-item h4 { margin: 0 0 8px; font-size: 13px; text-transform: uppercase; }
.trust-item p { margin: 0; font-size: 13px; line-height: 1.45; color: #2c2926; }

.footer {
  margin: 0 clamp(20px, 3vw, 36px) 28px;
  background: #050505;
  color: white;
  border-radius: 28px;
  padding: 28px clamp(28px, 4vw, 52px);
  display: grid;
  grid-template-columns: minmax(260px, 1.25fr) minmax(300px, 1.4fr) minmax(190px, .9fr) minmax(230px, 1fr);
  gap: clamp(20px, 3vw, 38px);
  align-items: center;
}
.footer-brand { display: flex; align-items: center; gap: 18px; color: var(--gold-soft); border-right: 1px solid rgba(201,147,39,.45); padding-right: clamp(18px, 3vw, 36px); min-width: 0; }
.footer-brand img { width: 86px; flex: 0 0 auto; }
.footer-brand .brand-title { font-size: clamp(25px, 2.2vw, 32px); }
.contact {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 64px;
  border-right: 1px solid rgba(201,147,39,.35);
  padding-right: clamp(18px, 3vw, 34px);
  font-size: 16px;
  line-height: 1.45;
  min-width: 0;
}
.contact:last-child { border-right: 0; }
.contact img { width: 42px; height: 42px; object-fit: contain; flex: 0 0 auto; }
.contact span { display: block; min-width: 0; overflow-wrap: normal; }
.contact:nth-child(3) span,
.contact:nth-child(4) span { white-space: nowrap; }

@media (max-width: 1100px) {
  .hero { min-height: 620px; grid-template-columns: 1fr; }
  .hero-image { inset: 0; opacity: .68; }
  .footer { grid-template-columns: minmax(220px, 1.2fr) minmax(250px, 1.35fr) minmax(150px, .85fr) minmax(190px, 1fr); gap: 18px; }
  .footer-brand { gap: 14px; }
  .footer-brand img { width: 74px; }
  .footer-brand .brand-title { font-size: 24px; }
  .contact { gap: 12px; font-size: 14px; padding-right: 18px; }
  .contact img { width: 36px; height: 36px; }
}

@media (max-width: 980px) {
  .footer { grid-template-columns: 1fr 1fr; }
  .footer-brand, .contact { border-right: 0; }
  .footer-brand { grid-column: 1 / -1; justify-content: center; padding-right: 0; }
}

@media (max-width: 900px) {
  .products { grid-template-columns: 170px minmax(0, 1fr); gap: 24px; }
  .specs { gap: 40px; }
  .spec-card { font-size: 14px; }
  .product-stage { gap: 36px; }
  .coin-img { width: clamp(180px, 27vw, 225px); }
  .bar-showcase { gap: 24px; justify-content: flex-start; }
  .bar-img.small,
  .bar-img.pack { width: auto; height: clamp(190px, 26vw, 260px); }
  .packaged { flex-basis: 170px; }
  .packaged h3 { font-size: 18px; }
  .packaged p { font-size: 13px; line-height: 1.65; }
}

@media (max-width: 820px) {
  .features, .trust-row { grid-template-columns: 1fr 1fr; }
  .feature:nth-child(2) { border-right: 0; }
  .feature { border-bottom: 1px solid rgba(201,147,39,.16); }
  .about { grid-template-columns: 1fr; }
  .map-wrap { grid-template-columns: 1fr; }
  .map { justify-self: center; }
  .made { grid-column: 1 / -1; margin-left: 0; text-align: center; justify-self: center; }
  .made .small-rule { margin-left: auto; margin-right: auto; }
  .trust-item:nth-child(2) { border-right: 0; }
}

@media (max-width: 560px) {
  .hero { min-height: 680px; }
  .hero::after { background: none; }
  .hero-content { padding-top: 38px; justify-content: flex-start; }
  .brand-row { align-items: flex-start; gap: 14px; margin-bottom: 46px; }
  .brand-mark { width: 72px; }
  .features, .trust-row, .products, .specs { grid-template-columns: 1fr; }
  .feature, .trust-item { border-right: 0; }
  .product-stage { gap: 30px; }
  .coin-row, .bar-row, .bar-showcase { flex-wrap: wrap; }
  .coin-img { width: min(245px, 80vw); }
  .bar-img.small, .bar-img.pack { width: auto; height: min(260px, 58vw); }
  .packaged { flex: 1 1 100%; justify-self: center; text-align: center; }
  .packaged .small-rule { margin-left: auto; margin-right: auto; }
  .footer { grid-template-columns: 1fr; margin-left: 14px; margin-right: 14px; padding: 26px 22px; border-radius: 22px; }
  .footer-brand { padding-right: 0; justify-content: flex-start; }
  .contact:nth-child(3) span,
  .contact:nth-child(4) span { white-space: normal; }
}
