*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg:          #070705;
  --chrome:      #C8C8C8;
  --chrome-bright: #E8E8E8;
  --copper:      #8E2E10;
  --copper-mid:  #B03C18;
  --copper-faint: rgba(142, 46, 16, 0.12);
  --muted:       #606060;
  --white:       #EEEEEE;
  --font-head:   'Montserrat', sans-serif;
  --font-tag:    'Cinzel', serif;
  --font-body:   'Open Sans', sans-serif;
}

html { scroll-behavior: smooth; }

body {
  background-color: var(--bg);
  color: var(--chrome);
  font-family: var(--font-body);
  font-weight: 300;
  line-height: 1.7;
  overflow-x: hidden;
}

.container { max-width: 1060px; margin: 0 auto; padding: 0 40px; }

/* ── Single background texture ── */
.bg-overlay {
  position: fixed; inset: 0;
  background-image: url('../images/bg-p-pattern.jpg');
  background-size: 380px auto;
  background-repeat: repeat;
  opacity: 0.12;
  pointer-events: none; z-index: 0;
}
body > * { position: relative; z-index: 1; }

/* ── Nav ── */
.nav {
  display: flex; align-items: center;
  justify-content: space-between;
  padding: 16px 48px;
  background: var(--bg);
}
.nav-logo { height: 285px; width: auto; }
.nav-contact {
  color: var(--copper-mid);
  text-decoration: none;
  font-family: var(--font-head);
  font-size: 10px; font-weight: 700;
  letter-spacing: 2.5px; text-transform: none;
  font-size: 13px;
  border: 1px solid var(--copper);
  padding: 12px 28px; border-radius: 2px;
  transition: all 0.25s; white-space: nowrap;
}
.nav-contact:hover { background: var(--copper); color: #fff; }

/* ── Hero video ── */
.hero-banner {
  width: 100%;
  display: flex;
  justify-content: center;
  background: var(--bg);
  padding: 0 60px;
}
.video-wrap {
  position: relative;
  width: 100%; max-width: 860px;
}
.hero-banner video,
.hero-banner img {
  width: 100%; height: auto; display: block;
}
.video-fade-top, .video-fade-bottom,
.video-fade-left, .video-fade-right {
  position: absolute; pointer-events: none; z-index: 2;
}
.video-fade-top {
  top: 0; left: 0; right: 0; height: 100px;
  background: linear-gradient(to bottom, var(--bg), transparent);
}
.video-fade-bottom {
  bottom: 0; left: 0; right: 0; height: 100px;
  background: linear-gradient(to top, var(--bg), transparent);
}
.video-fade-left {
  top: 0; bottom: 0; left: 0; width: 80px;
  background: linear-gradient(to right, var(--bg), transparent);
}
.video-fade-right {
  top: 0; bottom: 0; right: 0; width: 80px;
  background: linear-gradient(to left, var(--bg), transparent);
}

/* ── Coming soon strip ── */
.coming-soon-strip {
  text-align: left;
  padding: 20px 0 60px;
  background: var(--bg);
}
.coming-soon-inner {
  max-width: 620px;
  margin: 0 auto;
  padding: 0 40px;
}
.badge {
  display: block;
  background: none; border: none; padding: 0;
  font-family: var(--font-head);
  font-size: 42px; font-weight: 700;
  letter-spacing: 2px; text-transform: none;
  color: var(--copper-mid);
  margin-bottom: 24px;
  line-height: 1.1;
}
.coming-soon-highlight {
  font-weight: 700;
  color: var(--copper-mid);
  text-shadow: 0 0 18px rgba(156, 96, 24, 0.8), 0 0 40px rgba(156, 96, 24, 0.4);
}
.subline {
  font-family: var(--font-head);
  font-size: 16px; color: #B8B8B8;
  line-height: 1.8; max-width: 580px;
  margin: 0 0 10px; font-weight: 400;
  letter-spacing: 0.3px;
}
.subline-tag {
  font-family: var(--font-head);
  font-size: 16px; color: #B8B8B8;
  letter-spacing: 0.3px; margin-bottom: 36px;
  font-weight: 400;
}
.notify-label {
  font-family: var(--font-head);
  font-size: 16px; color: var(--copper-mid);
  text-transform: none; letter-spacing: 0.3px;
  margin-bottom: 14px; font-weight: 700;
}
.form-row {
  display: flex; max-width: 420px; margin: 0;
}
.form-row input {
  flex: 1; background: #0a0a08;
  border: 1px solid #1e1e1c; border-right: none;
  color: var(--chrome); padding: 18px 20px;
  font-family: var(--font-body); font-size: 14px;
  border-radius: 2px 0 0 2px; outline: none;
  transition: border-color 0.2s;
}
.form-row input:focus { border-color: #3a3a38; }
.form-row input::placeholder { color: #2a2a28; }
.form-row button {
  background: var(--copper); color: #070705;
  border: none; padding: 18px 36px;
  font-family: var(--font-head);
  font-size: 13px; font-weight: 700;
  letter-spacing: 0.5px; text-transform: none;
  cursor: pointer; border-radius: 0 2px 2px 0;
  transition: background 0.2s; white-space: nowrap;
}
.form-row button:hover { background: var(--copper-mid); }
.form-confirm { color: var(--copper-mid); font-size: 12px; margin-top: 12px; }

/* ── Services ── */
.services {
  padding: 50px 0 70px;
  background: var(--bg);
  border-top: none;
}
.section-label {
  font-family: var(--font-head);
  font-size: 13px; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--copper-mid); margin-bottom: 12px;
}
.section-sub {
  font-family: var(--font-head);
  font-size: 15px; color: #888;
  font-weight: 400; line-height: 1.7;
  margin-bottom: 32px; letter-spacing: 0.2px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}
.service-card {
  background: #0a0a08;
  border: 1px solid #252520;
  padding: 28px 26px;
  border-radius: 3px;
  transition: all 0.25s;
  position: relative;
  overflow: hidden;
}
.service-card:hover {
  border-color: var(--copper);
  background: #0d0d0b;
}
.service-card::before {
  content: '';
  display: block; width: 20px; height: 1px;
  background: linear-gradient(90deg, var(--copper-mid), transparent);
  margin-bottom: 14px;
}
.service-card h3 {
  font-family: var(--font-head);
  font-size: 13px; font-weight: 700;
  color: var(--copper-mid); margin-bottom: 12px;
  letter-spacing: 1.5px; text-transform: uppercase;
}
.service-card p { font-size: 15px; color: #C0C0C0; line-height: 1.8; font-weight: 400; }

/* ── Services CTA ── */
.services-cta { text-align: left; padding-top: 10px; }
.cta-button {
  display: inline-block;
  background: var(--copper); color: var(--white);
  text-decoration: none;
  font-family: var(--font-head);
  font-size: 11px; font-weight: 700;
  letter-spacing: 2.5px; text-transform: uppercase;
  padding: 18px 56px; border-radius: 2px;
  transition: all 0.25s; margin-bottom: 16px;
}
.cta-button:hover { background: var(--copper-mid); transform: translateY(-2px); }
.cta-note { font-size: 10px; color: #2a2a28; letter-spacing: 1.5px; }

/* ── Footer ── */
.footer { border-top: none; padding: 36px 0; background: var(--bg); }
.footer-inner {
  display: flex; align-items: center;
  justify-content: space-between; gap: 24px; flex-wrap: wrap;
}
.footer-logo { height: 44px; width: auto; opacity: 0.6; }
.footer-links {
  display: flex; align-items: center;
  gap: 12px; font-size: 11px; color: #2a2a28; flex-wrap: wrap;
}
.footer-links a { color: #2a2a28; text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--copper-mid); }

/* ── Responsive ── */
@media (max-width: 800px) {
  .nav { padding: 16px 24px; }
  .nav-logo { height: 160px; }
  .hero-banner { padding: 0 20px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { flex-direction: column; text-align: center; }
  .coming-soon-inner { padding: 0 24px; }
  .badge { font-size: 32px; }
  .subline { font-size: 15px; }
  .subline-tag { font-size: 15px; }
}
@media (max-width: 500px) {
  .nav-logo { height: 120px; }
  .service-grid { grid-template-columns: 1fr; }
  .form-row { flex-direction: column; }
  .form-row input { border-right: 1px solid #1e1e1c; border-bottom: none; border-radius: 2px 2px 0 0; }
  .form-row button { border-radius: 0 0 2px 2px; }
  .badge { font-size: 26px; }
  .coming-soon-inner { padding: 0 20px; }

  .cta-button { padding: 16px 32px; }
}
