* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { background: #070605; }
body {
  min-height: 100vh;
  color: #ddd4c6;
  font: 15px/1.6 "Segoe UI", Tahoma, sans-serif;
  background:
    linear-gradient(180deg, rgba(8,6,5,.18) 0%, rgba(8,6,5,.45) 36%, #070605 70%),
    url("../img/hero.png") center top / cover no-repeat #070605;
}

a { color: #e4c37a; }
a:hover { color: #fff; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(8, 6, 5, 0.72);
  border-bottom: 1px solid rgba(196, 40, 40, 0.35);
}
.topbar-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 10px 24px 0;
  display: flex;
  align-items: center;
  gap: 16px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #f2d79a;
  font: 17px/1 "Palatino Linotype", Palatino, "Times New Roman", serif;
}
.brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}
.live {
  margin-left: auto;
  font-size: 12px;
  color: #b7aa98;
}
.live b { color: #e8d5a3; font-weight: 600; }
.dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #555;
  margin-right: 5px;
  vertical-align: middle;
}
.dot.on { background: #6fbf73; box-shadow: 0 0 8px #6fbf73; }

nav {
  max-width: 1080px;
  margin: 0 auto;
  padding: 8px 20px 12px;
}
nav a {
  color: #c9bba8;
  text-decoration: none;
  font-size: 13px;
  margin-right: 18px;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
}
nav a:hover { color: #f2d79a; }
nav a.active { color: #f2d79a; border-bottom-color: #b4232a; }
nav .sep { display: none; }

.wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 18px 64px;
}

.board {
  margin-top: 16px;
  background: rgba(10, 8, 7, 0.78);
  border: 1px solid rgba(196, 40, 40, 0.35);
  border-top: 3px solid #9b1f24;
  padding: 18px 18px 10px;
}

.mast {
  display: grid;
  grid-template-columns: 168px 1fr;
  gap: 22px;
  align-items: center;
  padding: 8px 8px 22px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(228, 195, 122, 0.18);
}
.mast-logo {
  width: 168px;
  height: 168px;
  object-fit: contain;
  filter: drop-shadow(0 10px 22px rgba(0,0,0,.65));
}
.mast-copy h1 {
  margin: 0 0 8px;
  font: 40px/1.05 "Palatino Linotype", Palatino, "Times New Roman", serif;
  color: #f4e2b0;
  font-weight: normal;
}
.mast-copy p {
  margin: 0 0 14px;
  color: #d2c6b4;
  max-width: 52ch;
}
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.chips span {
  background: rgba(0,0,0,.35);
  border: 1px solid rgba(228, 195, 122, 0.28);
  padding: 6px 10px;
  font-size: 12px;
  color: #c9bba8;
}
.chips b { color: #f2d79a; margin-right: 4px; }

.hub {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  gap: 16px;
  align-items: start;
}
.news {
  background: rgba(12, 9, 8, 0.55);
  border: 1px solid rgba(180, 50, 50, 0.22);
}
.news-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 16px;
  border-bottom: 1px solid rgba(180, 50, 50, 0.22);
  background: rgba(80, 16, 16, 0.4);
}
.news-head h2 {
  margin: 0;
  font: 15px "Segoe UI", Tahoma, sans-serif;
  color: #f2d79a;
}
.news-head span { color: #9a8c7c; font-size: 12px; }
.news article {
  padding: 16px 16px 18px;
  border-bottom: 1px solid rgba(180, 50, 50, 0.18);
}
.news article:last-child { border-bottom: 0; }
.news article h3 {
  margin: 0 0 4px;
  font: 20px "Palatino Linotype", Palatino, serif;
  color: #f4e2b0;
  font-weight: normal;
}
.news .byline { color: #9a8c7c; font-size: 12px; margin: 0 0 10px; }
.news article p { margin: 0 0 10px; color: #ddd4c6; }
.news article p:last-child { margin-bottom: 0; }
.news-shot {
  display: block;
  width: 100%;
  height: 210px;
  object-fit: cover;
  object-position: center 30%;
  margin: 0 0 12px;
  border: 1px solid rgba(228, 195, 122, 0.25);
}

.shots {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 16px 0;
}
.shots a {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(228, 195, 122, 0.3);
  text-decoration: none;
  color: #f2d79a;
}
.shots img {
  display: block;
  width: 100%;
  height: 128px;
  object-fit: cover;
  filter: saturate(0.9);
}
.shots span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 6px 8px;
  font-size: 12px;
  background: linear-gradient(transparent, rgba(0,0,0,.8));
}

.side { display: grid; gap: 14px; }
.side .box { margin: 0; padding: 14px 16px; }
.side .box h2 {
  font: 13px/1.2 "Segoe UI", Tahoma, sans-serif;
  color: #f2d79a;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.side .btn { display: block; text-align: center; margin-bottom: 8px; }
.side .btn:last-child { margin-bottom: 0; }
.side dl { margin: 0; }
.side dt { color: #9a8c7c; font-size: 12px; margin-top: 8px; }
.side dd { margin: 0; color: #f2d79a; }
.side-status { font-size: 14px; }
.side-status b { color: #f2d79a; }

.hero {
  padding: 64px 0 48px;
  max-width: 640px;
}
.hero img.logo {
  width: 150px;
  height: auto;
  margin-bottom: 18px;
  filter: drop-shadow(0 12px 28px rgba(0,0,0,.55));
}
.hero h1 {
  margin: 0 0 10px;
  font: 42px/1.1 "Palatino Linotype", Palatino, "Times New Roman", serif;
  color: #f4e2b0;
  font-weight: normal;
}
.hero p {
  margin: 0 0 22px;
  color: #d2c6b4;
  font-size: 17px;
  max-width: 38ch;
}
.cta { display: flex; gap: 10px; flex-wrap: wrap; }

.btn {
  display: inline-block;
  background: #9b1f24;
  color: #f6e7b8;
  text-decoration: none;
  border: 1px solid #d7b25a;
  padding: 9px 18px;
  font: 13px "Segoe UI", Tahoma, sans-serif;
  cursor: pointer;
}
.btn:hover { background: #c42b32; color: #fff; }
.btn.ghost {
  background: transparent;
  color: #e4c37a;
}
span.btn { opacity: 0.55; cursor: default; }

.rates {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  margin: 36px 0 8px;
  padding: 14px 0;
  border-top: 1px solid rgba(228, 195, 122, 0.18);
  border-bottom: 1px solid rgba(228, 195, 122, 0.18);
  color: #c9bba8;
  font-size: 13px;
}
.rates b {
  display: block;
  color: #f2d79a;
  font: 20px "Palatino Linotype", Palatino, serif;
  font-weight: normal;
}

.sheet, .box, .card, .page .box {
  background: rgba(12, 9, 8, 0.78);
  border: 1px solid rgba(180, 50, 50, 0.22);
  padding: 22px 24px;
  margin: 0 0 18px;
}
.page { padding-top: 28px; }
.box h2, .section h2, .sheet h2 {
  margin: 0 0 12px;
  font: 22px "Palatino Linotype", Palatino, serif;
  color: #f2d79a;
  font-weight: normal;
}
.box h3, .card h3 {
  margin: 0 0 8px;
  font: 15px "Segoe UI", Tahoma, sans-serif;
  color: #e4c37a;
}
.lead { color: #c9bba8; margin: 0 0 14px; }
.two {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
  margin-top: 8px;
}
ul, ol { margin: 8px 0; padding-left: 18px; }
ol.steps li { margin: 7px 0; }

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
th, td {
  padding: 8px 10px;
  text-align: left;
  border-bottom: 1px solid rgba(180, 50, 50, 0.2);
}
th { color: #e4c37a; font-weight: 600; }
tr:last-child td { border-bottom: 0; }

.tabs { margin-bottom: 10px; }
.tabs button {
  background: transparent;
  border: 1px solid rgba(228, 195, 122, 0.25);
  color: #c9bba8;
  padding: 6px 12px;
  cursor: pointer;
  margin-right: 6px;
  font: 13px "Segoe UI", Tahoma, sans-serif;
}
.tabs button.on { border-color: #d7b25a; color: #f2d79a; }

form { max-width: 400px; }
label { display: block; margin: 10px 0 4px; color: #e4c37a; font-size: 13px; }
input, select, textarea {
  width: 100%;
  padding: 8px 10px;
  background: rgba(0,0,0,.35);
  border: 1px solid rgba(228, 195, 122, 0.28);
  color: #ddd4c6;
  font: 14px "Segoe UI", Tahoma, sans-serif;
}
button.btn { width: auto; }
.msg { min-height: 1.3em; color: #e4c37a; margin-top: 8px; }
.msg.err { color: #ff9a9a; }

.store {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 20px;
  align-items: start;
}
.store-side .card { margin-bottom: 14px; }
.products-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.store-item .item-price { color: #f2d79a; font-size: 18px; }
.store-item s { color: #8a7a6a; }
.cat-list, .cart-list { list-style: none; margin: 0; padding: 0; }
.cat-list li a, .cart-item {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px solid rgba(180, 50, 50, 0.18);
  text-decoration: none;
  color: #c9bba8;
}
.cat-list li a.on, .cat-list li a:hover { color: #f2d79a; }
.cart-total { color: #f2d79a; }
.add-form { max-width: none; }
.add-form input { width: 64px; display: inline-block; }

.shot, .gallery img, .equip { max-width: 100%; }
.gallery { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; }
.gallery img { height: 140px; width: 100%; object-fit: cover; }

.grid-2, .grid-3, .cols, .status-row { display: block; }
.grid-2 .card, .grid-3 .card { margin-bottom: 12px; }
.stat { display: inline-block; margin-right: 24px; }
.section { margin-bottom: 8px; }

footer {
  max-width: 1080px;
  margin: 28px auto 0;
  padding: 18px 24px 8px;
  border-top: 1px solid rgba(180, 50, 50, 0.22);
  color: #7d7266;
  font-size: 12px;
}
footer div { margin: 3px 0; }

@media (max-width: 800px) {
  .two, .store, .products-grid, .hub, .mast { grid-template-columns: 1fr; }
  .shots { grid-template-columns: 1fr 1fr; }
  .mast-logo { width: 120px; height: 120px; }
  .mast-copy h1 { font-size: 32px; }
  .hero h1 { font-size: 32px; }
  .live { display: none; }
  nav a { margin-right: 12px; }
}
