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

html {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

body {
  background: #07111b;
  font-family: Inter, sans-serif;
  color: white;
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 40px;
}

.section-label {
  display: block;
  font-size: 13px;
  letter-spacing: 0.4em;
  color: #d6a33a;
  text-transform: uppercase;
  margin-bottom: 26px;
}

h1,
h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
}

.btn-primary,
.btn-outline {
  width: 220px;
  height: 62px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.btn-primary {
  background: #d6a33a;
  color: #07111b;
  border: none;
}

.btn-primary:hover {
  background: #e0b04a;
}

.btn-outline {
  background: none;
  border: 1px solid #d6a33a;
  color: #d6a33a;
}

.btn-outline:hover {
  background: #d6a33a;
  color: #07111b;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.header {
  width: 100%;
  max-width: 1450px;
  height: 82px;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  padding: 0 40px;
}

.header-nav-cluster {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(14px, 2vw, 28px);
  margin-left: auto;
  min-width: 0;
  flex: 1;
}

.logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  min-width: 0;
}

a.logo {
  text-decoration: none;
  color: inherit;
}

.logo-line {
  width: 4px;
  height: 52px;
  background: #d6a33a;
  margin-right: 20px;
  flex-shrink: 0;
}

.logo-title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 26px;
}

nav.nav {
  display: flex;
  gap: clamp(12px, 1.6vw, 36px);
  align-items: center;
  flex-shrink: 1;
  min-width: 0;
}

.nav-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.85;
  border-bottom: 2px solid transparent;
  padding-bottom: 10px;
  transition: color 0.25s ease;
}

.nav-link:hover {
  color: #d8a23a;
}

.nav-link.active {
  color: #d8a23a;
  font-weight: 600;
  border-bottom: 2px solid #d8a23a;
  opacity: 1;
}

.page-stub {
  padding-top: 160px;
  padding-bottom: 120px;
  min-height: 60vh;
  background: #07111b;
}

.page-stub h1 {
  font-size: 56px;
  margin-top: 0;
}

.page-stub-lead {
  margin-top: 24px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.72);
  max-width: 560px;
}

.right {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
  align-items: center;
}

.demo {
  height: 42px;
  padding: 0 26px;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: white;
  font-size: 11px;
  letter-spacing: 0.18em;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: inherit;
}

.brief {
  height: 42px;
  padding: 0 28px;
  border: none;
  background: #d6a33a;
  color: #07111b;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.18em;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: inherit;
}

.brief:hover {
  background: #e0b04a;
  color: #07111b;
}

.footer-contact {
  margin-top: 18px;
  font-size: 14px;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.footer-logo-img {
  display: block;
  width: auto;
  max-width: min(280px, 100%);
  height: auto;
}

.footer-brand-link {
  display: inline-block;
  line-height: 0;
  text-decoration: none;
}

.site-footer .footer-column.footer-brand img,
.footer-brand img,
.footer-logo-img {
  max-width: min(280px, 100%);
  height: auto;
}

.footer-contact a,
a.contact-phone {
  color: #d6a33a;
  font-weight: 700;
  text-decoration: none;
}

.footer-contact a:hover,
a.contact-phone:hover {
  text-decoration: underline;
  color: #e0b04a;
}

.footer-links a.contact-phone {
  color: #d6a33a;
  font-weight: 700;
}

.footer {
  background: #050d17;
  padding: 90px 0 40px;
}

.footer-wrap {
  width: 100%;
  max-width: 1450px;
  margin: auto;
  padding: 0 40px;
}

.footer-top {
  display: grid;
  grid-template-columns: 340px 1fr;
  column-gap: 120px;
  padding-bottom: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-logo {
  display: flex;
  align-items: flex-start;
}

.footer-line {
  width: 4px;
  height: 46px;
  background: #d6a33a;
  margin-right: 18px;
  margin-top: 2px;
}

.footer-brand {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 30px;
}

.footer-brand span,
.footer-tagline {
  display: block;
  opacity: 0.65;
  font-size: 13px;
  margin-top: 6px;
  letter-spacing: 0.32em;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 40px;
}

.footer-links h4 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: #d6a33a;
  text-transform: uppercase;
  margin-bottom: 26px;
}

.footer-links ul {
  list-style: none;
}

.footer-links li {
  margin-bottom: 16px;
}

.footer-links a {
  text-decoration: none;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.72);
  transition: 0.25s;
}

.footer-links a:hover {
  color: #d6a33a;
}

.footer-bottom {
  padding-top: 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.42);
}

.footer-policy {
  display: flex;
  gap: 36px;
}

.footer-policy a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.42);
}

.footer-policy a:hover {
  color: #d6a33a;
}
