.max-width{max-width:1920px;}
/* ════════════════════════════════════════════════════════════
   BUTTONS
═════════════════════════════════════════════════════════════ */
.btn {
  display: inline-flex; align-items: center; gap: 14px;
  padding: 0 28px 0 8px;
  height: 48px;
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s var(--ease);
  white-space: nowrap;
  position: relative;
}

.btn-primary {
  background: #18181d;
  color: #f5f3ee;
  border-radius: 100px;
  box-shadow: 0 16px 32px -8px rgba(20, 20, 25, 0.25), 0 4px 12px -2px rgba(20, 20, 25, 0.10);
}
.btn-primary::before {
  content: '';
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
  box-shadow: 0 0 0 0 rgba(201, 164, 100, 0.4);
  transition: box-shadow 0.3s;
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 40px -8px rgba(20, 20, 25, 0.30), 0 8px 16px -2px rgba(20, 20, 25, 0.14);
}
.btn-primary:hover::before {
  box-shadow: 0 0 0 6px rgba(201, 164, 100, 0.18);
}

.btn-outline {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--line-2);
  padding: 0 24px;
  border-radius: 100px;
}
.btn-outline:hover {
  border-color: var(--gold);
  background: var(--gold-light);
  color: var(--gold);
}

.btn-ghost {
  background: transparent;
  color: var(--gold);
  padding: 12px 0;
  font-size: 11px;
  height: auto;
  gap: 8px;
}
.btn-ghost::after { content: '→'; transition: transform 0.2s; }
.btn-ghost:hover::after { transform: translateX(6px); }

/* ════════════════════════════════════════════════════════════
   FOOTER
═════════════════════════════════════════════════════════════ */
footer {
width:100%;
  border-top: 1px solid var(--line);
  padding: 60px 48px 40px;
  margin:0px;
}

.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: flex; flex-direction: column; gap: 32px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--line);
}
.footer-brand h3 {
  font-family: var(--font-ui);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 12px;
}
.footer-brand p { font-size: 13px; color: var(--text-2); line-height: 1.7; max-width: 360px; }
.footer-col h4 {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-3);
  margin-bottom: 18px;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col a {
  font-size: 13px;
  color: var(--text-2);
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s;
}
.footer-col a:hover { color: var(--gold); }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.footer-copy {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--text-3);
  letter-spacing: 0.08em;
}
.footer-domains {
  display: flex; gap: 20px; flex-wrap: wrap;
}
.footer-domains a {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--text-3);
  text-decoration: none;
  letter-spacing: 0.06em;
  transition: color 0.2s;
  cursor: pointer;
}
.footer-domains a:hover { color: var(--gold); }

@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  footer { padding: 48px 24px 32px; }
}

/* ════════════════════════════════════════════════════════════
   HERO (home)
═════════════════════════════════════════════════════════════ */
.hero-new {
  min-height: 100vh;
  padding-top: var(--nav-h);
  padding-bottom: 32px;
  position: relative;
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: stretch;
  overflow: hidden;
}
.hero-grid {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 60px 48px 40px;
  display: grid;
  grid-template-columns: minmax(380px, 0.7fr) 1fr;
  gap: 60px;
  align-items: start;
  position: relative;
  z-index: 2;
}
.hero-flex {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 60px 48px 40px;
  display: flex;
  align-items: end;
  position: relative;
  z-index: 2;
}
.hero-left {
  display: flex;
  flex-direction: column;
  gap: 28px;
  max-width: 560px;
  align-self: start;
  padding-top: 40px;
}
.hero-new .hero-h1 {
  font-family: var(--font-display);
  font-size: clamp(44px, 5vw, 80px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: var(--text);
  text-transform: uppercase;
  font-feature-settings: "kern" 1, "liga" 1;
  margin-bottom: 4px;
}
.hero-new .hero-h1 em {
  font-style: normal;
  font-weight: 500;
  color: var(--text);
  text-transform: uppercase;
}
.hero-new .hero-desc {
  font-size: 14px;
  color: var(--text-2);
  line-height: 1.7;
  max-width: 380px;
  font-weight: 400;
}
.hero-new .hero-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 4px;
}













