/* GRAVIUM Memories — restrained brand refinement, 2026-09 */
:root {
  --memory-ink: #070706;
  --memory-paper: #f4eee2;
  --memory-muted: rgba(244, 238, 226, .62);
  --memory-gold: #c9a86a;
  --memory-gold-bright: #e7ce96;
}

body {
  background:
    radial-gradient(ellipse 76% 58% at 82% 4%, rgba(201,168,106,.105), transparent 66%),
    radial-gradient(ellipse 54% 44% at 8% 62%, rgba(124,92,46,.065), transparent 72%),
    linear-gradient(180deg, #0a0908 0%, #070706 46%, #090807 100%) !important;
}

body::before {
  opacity: .2 !important;
  animation: none !important;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E") !important;
  background-size: 180px 180px !important;
}

body::after { display: none !important; }

/* Header: let the original GRAVIUM sign remain legible. */
.topbar {
  background: rgba(8,7,6,.88) !important;
  border-bottom-color: rgba(231,206,150,.12) !important;
  box-shadow: 0 10px 34px rgba(0,0,0,.18) !important;
}

.topbar-inner { min-height: 76px !important; }
.brand { gap: 12px !important; }
.brand-mark {
  width: 48px !important;
  height: 48px !important;
  flex: 0 0 48px !important;
}
.brand-mark img {
  width: 48px !important;
  height: 48px !important;
  filter: invert(1) sepia(.08) saturate(.7) brightness(1.12) !important;
}
.brand-title {
  font-size: 12px !important;
  font-weight: 720 !important;
  letter-spacing: .15em !important;
}
.brand-sub {
  margin-top: 3px !important;
  color: var(--memory-gold) !important;
  letter-spacing: .16em !important;
}

.top-links { gap: 10px !important; }
.top-link {
  border-radius: 8px !important;
  padding: 0 10px !important;
  color: rgba(244,238,226,.64) !important;
}
.top-link:hover {
  border-color: transparent !important;
  background: transparent !important;
  color: var(--memory-paper) !important;
}
.top-link.top-link-accent {
  min-height: 40px !important;
  padding: 0 18px !important;
  border: 1px solid rgba(231,206,150,.42) !important;
  border-radius: 9px !important;
  background: var(--memory-paper) !important;
  color: #17130d !important;
  box-shadow: none !important;
}
.top-link.top-link-accent:hover {
  background: var(--memory-gold-bright) !important;
  box-shadow: 0 10px 26px rgba(201,168,106,.13) !important;
}

/* Home hero: editorial composition instead of decorative effects. */
.v2-hero {
  min-height: auto !important;
  align-items: initial !important;
  padding: clamp(66px,8vw,112px) 0 clamp(78px,9vw,124px) !important;
  border-bottom: 1px solid rgba(255,255,255,.055);
}
.v2-particles,
.v2-hero-glow,
.v2-float-dot { display: none !important; }
.v2-hero-inner {
  grid-template-columns: minmax(0,1.05fr) minmax(420px,.95fr) !important;
  gap: clamp(48px,5vw,76px) !important;
}
.v2-hero-copy { padding: 10px 0 !important; }
.v2-hero .eyebrow {
  margin-bottom: 24px !important;
  color: var(--memory-gold) !important;
  letter-spacing: .22em !important;
}
.v2-hero-h1.v2-hero-h1-mem {
  max-width: 720px !important;
  margin-bottom: 26px !important;
  color: var(--memory-paper) !important;
  font-size: clamp(46px,4.25vw,64px) !important;
  font-weight: 520 !important;
  line-height: 1.01 !important;
  letter-spacing: -.052em !important;
}
.v2-hero-em {
  color: var(--memory-gold-bright) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-weight: 400 !important;
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
}
.v2-hero-lead {
  max-width: 590px !important;
  margin-bottom: 32px !important;
  color: var(--memory-muted) !important;
  font-size: clamp(16px,1.45vw,19px) !important;
  line-height: 1.68 !important;
}

.v2-hero-actions-dual { gap: 10px !important; }
.v2-hero .v2-cta-dual {
  min-height: 54px !important;
  flex: 0 1 auto !important;
  padding: 0 21px !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  font-weight: 720 !important;
  letter-spacing: .01em !important;
  box-shadow: none !important;
}
.v2-hero .v2-cta-dual:first-child {
  border: 1px solid var(--memory-gold) !important;
  background: var(--memory-gold) !important;
  color: #171108 !important;
}
.v2-hero .v2-cta-alt {
  border: 1px solid rgba(244,238,226,.24) !important;
  background: rgba(255,255,255,.025) !important;
  color: var(--memory-paper) !important;
}
.v2-hero .v2-cta-dual:hover {
  transform: translateY(-1px) !important;
  filter: none !important;
  box-shadow: 0 14px 34px rgba(0,0,0,.24) !important;
}
.v2-hero .v2-btn-glow::after { display: none !important; }

.v2-hero-tags { gap: 0 !important; margin-top: 6px; }
.v2-hero-tags span {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: rgba(244,238,226,.38) !important;
  font-size: 11px !important;
  letter-spacing: .11em !important;
  text-transform: uppercase;
}
.v2-hero-tags span:not(:last-child)::after {
  content: "·";
  margin: 0 11px;
  color: var(--memory-gold);
}

.v2-hero-stage { min-height: 500px !important; }
.v2-hero-card {
  width: 100% !important;
  border-color: rgba(231,206,150,.24) !important;
  border-radius: 18px !important;
  transform: none !important;
  box-shadow: 0 34px 92px rgba(0,0,0,.5), 0 0 0 1px rgba(255,255,255,.025) !important;
}
.v2-hero-card:hover { transform: translateY(-3px) !important; }
.v2-hero-card img {
  filter: contrast(1.035) brightness(.82) saturate(.68) !important;
  transform: scale(1.015) !important;
}
.v2-hero-card:hover img { transform: scale(1.025) !important; }
.v2-hero-shade {
  background: linear-gradient(180deg, rgba(0,0,0,.03), rgba(0,0,0,.32)) !important;
}
.v2-hero-badge {
  min-width: 0 !important;
  padding: 12px 14px !important;
  border-color: rgba(231,206,150,.22) !important;
  border-radius: 9px !important;
  background: rgba(9,8,7,.82) !important;
  box-shadow: 0 14px 32px rgba(0,0,0,.28) !important;
}
.v2-hero-badge span { color: var(--memory-gold) !important; font-size: 9px !important; }
.v2-hero-badge strong { font-size: 12px !important; font-weight: 650 !important; }

/* Keep the same tactile button language through the landing page. */
.v2-flow .btn,
.v2-styles .btn,
.v2-final .btn {
  border-radius: 10px !important;
  background: var(--memory-gold) !important;
  color: #171108 !important;
  box-shadow: none !important;
}
.v2-styles .btn-ghost {
  border: 1px solid rgba(244,238,226,.22) !important;
  background: transparent !important;
  color: var(--memory-paper) !important;
}
.v2-flow .v2-btn-glow::after,
.v2-final .v2-btn-glow::after { display: none !important; }

.v2-what-text {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

#gravium-analytics-consent {
  border-radius: 14px !important;
  background: rgba(11,10,9,.96) !important;
  border-color: rgba(231,206,150,.2) !important;
}
#gravium-analytics-consent button { border-radius: 8px !important; }
#gravium-analytics-accept {
  background: var(--memory-gold) !important;
  box-shadow: none !important;
}

.footer-logo {
  width: 58px !important;
  height: 58px !important;
  margin-bottom: 12px !important;
}

@media (max-width: 980px) {
  .v2-hero-inner { grid-template-columns: 1fr !important; gap: 46px !important; }
  .v2-hero-copy { max-width: 720px; }
  .v2-hero-stage { min-height: 0 !important; }
}

@media (max-width: 760px) {
  .topbar-inner { min-height: 68px !important; }
  .brand-mark { width: 42px !important; height: 42px !important; flex-basis: 42px !important; }
  .brand-mark img { width: 42px !important; height: 42px !important; }
  .brand-title { font-size: 11px !important; }
  .brand-sub { font-size: 9px !important; }
  .m-burger { border-radius: 9px !important; }
  .m-menu { top: 68px !important; }

  .v2-hero { padding: 48px 0 68px !important; }
  .v2-hero-copy { padding: 0 !important; }
  .v2-hero-h1.v2-hero-h1-mem {
    font-size: clamp(39px,11vw,58px) !important;
    line-height: 1.02 !important;
    letter-spacing: -.045em !important;
  }
  .v2-hero-actions-dual { display: grid !important; grid-template-columns: 1fr !important; }
  .v2-hero .v2-cta-dual { width: 100% !important; }
  .v2-hero-tags span { font-size: 9px !important; }
  .v2-hero-tags span:not(:last-child)::after { margin: 0 7px; }
  .v2-hero-card { border-radius: 14px !important; }
  .v2-hero-badge { padding: 9px 10px !important; }
  .v2-what-text { padding: 0 !important; }
  .v2-what-text h2 {
    font-size: clamp(31px,9vw,40px) !important;
    line-height: 1.06 !important;
  }
  #gravik-client {
    right: max(6px, env(safe-area-inset-right)) !important;
    bottom: max(6px, env(safe-area-inset-bottom)) !important;
  }
  #gravik-client .gc-launcher {
    width: 52px !important;
    height: 52px !important;
    opacity: .76;
  }
  #gravik-client .gc-launcher:hover,
  #gravik-client .gc-launcher:focus-visible { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .v2-hero-card,
  .v2-hero-card img { transition: none !important; }
}
