.standard-map{
  position:relative;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  padding:34px;
  border:1px solid rgba(214,179,84,.18);
  border-radius:34px;
  background:
    radial-gradient(circle at 50% 50%,rgba(214,179,84,.14),transparent 32%),
    linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.012));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.055),0 28px 90px rgba(0,0,0,.24);
  isolation:isolate;
}
.standard-map::before{
  content:"";
  position:absolute;
  inset:12% 14%;
  border:1px solid rgba(214,179,84,.16);
  border-radius:34px;
  background:
    linear-gradient(90deg,transparent 49.5%,rgba(214,179,84,.18) 50%,transparent 50.5%),
    linear-gradient(180deg,transparent 49.5%,rgba(214,179,84,.18) 50%,transparent 50.5%);
  opacity:.8;
  z-index:-1;
}
.standard-map::after{
  content:"TRUST SIGNALS";
  position:absolute;
  left:50%;
  top:50%;
  z-index:2;
  display:grid;
  place-items:center;
  width:132px;
  height:132px;
  transform:translate(-50%,-50%);
  border:1px solid rgba(214,179,84,.34);
  border-radius:50%;
  background:
    radial-gradient(circle,rgba(214,179,84,.16),rgba(3,4,5,.94) 68%),
    #030405;
  color:var(--gold2);
  font-size:10px;
  font-weight:950;
  letter-spacing:.20em;
  text-align:center;
  box-shadow:0 0 0 14px rgba(214,179,84,.025),0 0 46px rgba(214,179,84,.16);
}
.standard-node{
  min-height:210px;
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  border-radius:24px;
  padding:24px;
  background:
    radial-gradient(circle at 84% 12%,rgba(214,179,84,.13),transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.052),rgba(255,255,255,.018));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 22px 70px rgba(0,0,0,.20);
}
.standard-node:nth-child(1){padding-right:82px}
.standard-node:nth-child(2){padding-left:82px}
.standard-node:nth-child(3){padding-right:82px}
.standard-node:nth-child(4){padding-left:82px}
.standard-node::after{
  content:"";
  position:absolute;
  right:-42px;
  bottom:-42px;
  width:116px;
  height:116px;
  border:1px solid rgba(214,179,84,.16);
  border-radius:50%;
}
.standard-node::before{
  content:"";
  position:absolute;
  inset:auto 22px 22px auto;
  width:58px;
  height:58px;
  border-radius:18px;
  opacity:.82;
  background:
    linear-gradient(90deg,rgba(214,179,84,.70) 0 3px,transparent 3px 100%),
    linear-gradient(0deg,rgba(214,179,84,.48) 0 3px,transparent 3px 100%),
    repeating-linear-gradient(90deg,transparent 0 11px,rgba(255,255,255,.10) 11px 12px,transparent 12px 22px),
    repeating-linear-gradient(0deg,transparent 0 11px,rgba(255,255,255,.08) 11px 12px,transparent 12px 22px);
  background-color:rgba(214,179,84,.045);
  box-shadow:0 0 28px rgba(214,179,84,.12);
}
.standard-node b{
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  margin-bottom:18px;
  border:1px solid rgba(214,179,84,.38);
  border-radius:50%;
  color:var(--gold2);
  font-size:11px;
  letter-spacing:.10em;
  background:rgba(214,179,84,.06);
}
.standard-node strong{
  display:block;
  margin-bottom:8px;
  color:#fff;
  font-size:17px;
  line-height:1.15;
}
.standard-node span{
  display:block;
  color:rgba(255,255,255,.64);
  font-size:13px;
  line-height:1.48;
}
.capability-map{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,.92fr) minmax(0,1fr);
  gap:18px;
  align-items:stretch;
  margin:38px 0 12px;
  padding:22px;
  overflow:hidden;
  border:1px solid rgba(214,179,84,.18);
  border-radius:28px;
  background:
    radial-gradient(circle at 22% 14%,rgba(214,179,84,.10),transparent 30%),
    radial-gradient(circle at 86% 78%,rgba(255,255,255,.045),transparent 28%),
    linear-gradient(180deg,rgba(255,255,255,.042),rgba(255,255,255,.014));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 30px 100px rgba(0,0,0,.25);
}
.capability-map::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(214,179,84,.13),transparent 18%,transparent 82%,rgba(214,179,84,.10)),
    repeating-linear-gradient(90deg,rgba(255,255,255,.025) 0 1px,transparent 1px 68px);
  opacity:.42;
  pointer-events:none;
}
.capability-map::after{
  content:"";
  position:absolute;
  left:22px;
  right:22px;
  top:22px;
  height:1px;
  background:linear-gradient(90deg,rgba(214,179,84,.54),rgba(214,179,84,.08),transparent);
  opacity:.72;
  pointer-events:none;
}
.capability-hub,
.capability-node{
  position:relative;
  z-index:1;
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(180deg,rgba(255,255,255,.052),rgba(255,255,255,.018));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
}
.capability-hub{
  min-height:100%;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  text-align:left;
  border-color:rgba(214,179,84,.24);
  border-radius:24px;
  padding:26px;
  background:
    radial-gradient(circle at 82% 18%,rgba(214,179,84,.16),transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.068),rgba(255,255,255,.018));
  box-shadow:0 26px 80px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.08);
}
.capability-hub::before{
  content:"";
  position:absolute;
  left:26px;
  right:26px;
  top:72px;
  height:1px;
  border:0;
  border-radius:0;
  background:linear-gradient(90deg,var(--gold2),transparent);
  opacity:.55;
  animation:none;
}
.capability-hub::after{
  content:"";
  position:absolute;
  right:-44px;
  bottom:-54px;
  width:150px;
  height:150px;
  border:1px solid rgba(214,179,84,.15);
  border-radius:50%;
  background:radial-gradient(circle,rgba(214,179,84,.09),transparent 62%);
}
.capability-hub b{
  display:block;
  color:var(--gold2);
  font-size:11px;
  letter-spacing:.24em;
  text-transform:uppercase;
}
.capability-hub strong{
  display:block;
  max-width:320px;
  margin-top:28px;
  color:#fff;
  font-size:clamp(26px,3.4vw,42px);
  line-height:.98;
  letter-spacing:-.04em;
}
.capability-hub p{
  max-width:340px;
  margin:16px 0 0;
  color:rgba(255,255,255,.68);
  font-size:13px;
  line-height:1.58;
}
.capability-hub-points{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px;
  padding:0;
  margin:28px 0 0;
  list-style:none;
}
.capability-hub-points li{
  border:1px solid rgba(214,179,84,.16);
  border-radius:999px;
  padding:9px 10px;
  color:rgba(255,255,255,.78);
  font-size:10px;
  font-weight:850;
  letter-spacing:.12em;
  text-transform:uppercase;
  background:rgba(3,4,5,.32);
}
.capability-stack{
  display:grid;
  gap:12px;
}
.capability-node{
  min-height:96px;
  display:grid;
  grid-template-columns:40px 1fr;
  gap:13px;
  align-items:center;
  border-radius:18px;
  padding:16px 15px;
  transition:transform .24s var(--ease),border-color .24s var(--ease),background .24s var(--ease);
}
.capability-node:hover{
  transform:translateY(-3px);
  border-color:rgba(214,179,84,.28);
  background:linear-gradient(180deg,rgba(214,179,84,.075),rgba(255,255,255,.018));
}
.capability-node i{
  align-self:start;
  display:grid;
  place-items:center;
  width:40px;
  height:34px;
  border-radius:12px;
  border:1px solid rgba(214,179,84,.26);
  color:var(--gold2);
  font-style:normal;
  font-weight:900;
  font-size:11px;
  background:rgba(214,179,84,.06);
}
.capability-node strong{
  display:block;
  color:#fff;
  font-size:15px;
  line-height:1.12;
}
.capability-node span{
  display:block;
  margin-top:4px;
  color:rgba(255,255,255,.58);
  font-size:12px;
  line-height:1.35;
}
.workflow-infographic{
  position:relative;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:26px;
  padding:20px;
  border:1px solid rgba(214,179,84,.16);
  border-radius:28px;
  background:
    linear-gradient(90deg,transparent 0 31%,rgba(214,179,84,.24) 31% 32%,transparent 32% 65%,rgba(214,179,84,.24) 65% 66%,transparent 66%),
    linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.010));
}
.workflow-card{
  position:relative;
  overflow:hidden;
  min-height:180px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:22px;
  padding:18px;
  background:
    radial-gradient(circle at 78% 8%,rgba(214,179,84,.14),transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.016));
}
.workflow-card::after{
  content:"";
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  height:5px;
  border-radius:999px;
  background:rgba(255,255,255,.07);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
}
.workflow-card strong::after{
  content:"";
  display:block;
  width:52px;
  height:2px;
  margin-top:12px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--gold2),transparent);
}
.workflow-card::before{
  content:attr(data-step);
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  margin-bottom:18px;
  border-radius:50%;
  border:1px solid rgba(214,179,84,.34);
  color:var(--gold2);
  font-size:11px;
  font-weight:900;
}
.workflow-card strong{
  display:block;
  color:#fff;
  font-size:16px;
  line-height:1.12;
}
.workflow-card span{
  display:block;
  margin-top:8px;
  color:rgba(255,255,255,.62);
  font-size:12px;
  line-height:1.42;
}
.method-flow{
  display:grid;
  gap:12px;
}
.method-flow .step p{
  max-width:620px;
  font-size:14px;
  line-height:1.52;
}
.method-flow .step::after{
  content:"";
  position:absolute;
  left:62px;
  bottom:-18px;
  width:1px;
  height:24px;
  background:linear-gradient(180deg,rgba(214,179,84,.44),transparent);
}
.method-flow .step:last-child::after{display:none}
.editorial-photo-panel{
  position:relative;
  overflow:hidden;
  min-height:330px;
  border:1px solid rgba(214,179,84,.18);
  border-radius:30px;
  background:#050607;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 28px 90px rgba(0,0,0,.30);
}
.editorial-photo-panel img{
  display:block;
  width:100%;
  height:100%;
  min-height:inherit;
  object-fit:cover;
  object-position:center;
  filter:saturate(.82) contrast(1) brightness(.86);
}
.editorial-photo-logo{
  position:absolute;
  z-index:2;
  top:22px;
  right:22px;
  width:min(156px,24%);
  aspect-ratio:1.34;
  display:grid;
  place-items:center;
  opacity:.72;
  mix-blend-mode:screen;
  pointer-events:none;
}
.editorial-photo-logo img{
  width:100%;
  height:100%;
  min-height:0;
  object-fit:contain;
  filter:drop-shadow(0 10px 24px rgba(0,0,0,.58)) drop-shadow(0 0 16px rgba(214,179,84,.18));
}
.editorial-photo-panel::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 76% 18%,rgba(214,179,84,.10),transparent 30%),
    linear-gradient(180deg,rgba(3,4,5,.01),rgba(3,4,5,.66));
  pointer-events:none;
}
.editorial-photo-caption{
  position:absolute;
  z-index:1;
  left:22px;
  right:22px;
  bottom:22px;
  max-width:520px;
  padding:18px;
  border:1px solid rgba(214,179,84,.22);
  border-radius:20px;
  background:rgba(3,4,5,.70);
  backdrop-filter:blur(14px);
}
.editorial-photo-caption span{
  display:block;
  margin-bottom:8px;
  color:var(--gold2);
  font-size:10px;
  font-weight:900;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.editorial-photo-caption strong{
  display:block;
  color:#fff;
  font-family:var(--font-display);
  font-size:clamp(24px,3vw,36px);
  line-height:1;
}
.editorial-photo-caption p{
  margin:10px 0 0;
  color:rgba(255,255,255,.72);
  font-size:14px;
  line-height:1.55;
}
.service-photo-panel,
.work-photo-panel{
  margin:-16px 0 34px;
}
.standard-home-photo{
  min-height:290px;
  margin-top:28px;
}
.standard-home-photo .editorial-photo-caption{
  max-width:420px;
}
.process-photo-panel{
  min-height:280px;
  margin-top:24px;
}
.studio-photo-card,
.contact-photo-card{
  min-height:250px;
  margin-top:26px;
}
.studio-photo-card .editorial-photo-caption,
.contact-photo-card .editorial-photo-caption{
  padding:16px;
}
.pricing-photo-infographic{
  position:relative;
  min-height:430px;
  overflow:hidden;
  border:1px solid rgba(214,179,84,.20);
  border-radius:30px;
  background:#050607;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 30px 100px rgba(0,0,0,.32);
}
.pricing-photo-infographic img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  filter:saturate(.95) contrast(1.04) brightness(.68);
  transform:scale(1.02);
}
.pricing-photo-shade{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 68% 30%,rgba(214,179,84,.20),transparent 30%),
    linear-gradient(90deg,rgba(3,4,5,.82),rgba(3,4,5,.28) 52%,rgba(3,4,5,.74)),
    linear-gradient(180deg,rgba(3,4,5,.10),rgba(3,4,5,.78));
}
.pricing-photo-caption{
  position:absolute;
  left:24px;
  right:24px;
  bottom:24px;
  padding:18px;
  border:1px solid rgba(214,179,84,.22);
  border-radius:20px;
  background:rgba(3,4,5,.68);
  backdrop-filter:blur(14px);
}
.pricing-photo-caption span{
  display:block;
  margin-bottom:8px;
  color:var(--gold2);
  font-size:10px;
  font-weight:900;
  letter-spacing:.20em;
  text-transform:uppercase;
}
.pricing-photo-caption strong{
  display:block;
  max-width:360px;
  color:#fff;
  font-size:clamp(22px,2.5vw,34px);
  line-height:1.02;
  letter-spacing:-.04em;
}
.pricing-photo-callout{
  position:absolute;
  display:flex;
  align-items:center;
  gap:10px;
  min-height:46px;
  padding:8px 12px;
  border:1px solid rgba(214,179,84,.24);
  border-radius:999px;
  background:rgba(3,4,5,.72);
  backdrop-filter:blur(12px);
  box-shadow:0 18px 42px rgba(0,0,0,.28);
}
.pricing-photo-callout b{
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  border-radius:50%;
  background:rgba(214,179,84,.12);
  color:var(--gold2);
  font-size:10px;
  letter-spacing:.08em;
}
.pricing-photo-callout span{
  color:rgba(255,255,255,.82);
  font-size:10px;
  font-weight:900;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.pricing-photo-callout.one{top:26px;left:24px}
.pricing-photo-callout.two{top:42%;right:22px}
.pricing-photo-callout.three{top:48%;left:34px}
.pricing-model-visual{
  position:relative;
  min-height:430px;
  overflow:hidden;
  display:grid;
  align-content:space-between;
  gap:22px;
  padding:28px;
  border:1px solid rgba(214,179,84,.20);
  border-radius:30px;
  background:
    radial-gradient(circle at 68% 20%,rgba(214,179,84,.16),transparent 32%),
    radial-gradient(circle at 16% 80%,rgba(255,255,255,.05),transparent 30%),
    linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.014)),
    #050607;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 30px 100px rgba(0,0,0,.32);
}
.pricing-model-visual::before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.34;
  background:
    linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:radial-gradient(circle at 50% 52%,#000 0%,transparent 78%);
}
.pricing-model-head{
  position:relative;
  z-index:1;
  max-width:360px;
}
.pricing-model-head span{
  display:block;
  margin-bottom:8px;
  color:var(--gold2);
  font-size:10px;
  font-weight:900;
  letter-spacing:.20em;
  text-transform:uppercase;
}
.pricing-model-head strong{
  display:block;
  color:#fff;
  font-family:var(--font-display);
  font-size:clamp(28px,4vw,42px);
  line-height:.98;
}
.pricing-model-track{
  position:absolute;
  left:34px;
  right:34px;
  top:52%;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  opacity:.75;
}
.pricing-model-track::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:50%;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(214,179,84,.45),transparent);
}
.pricing-model-track span{
  height:120px;
  border:1px solid rgba(214,179,84,.13);
  border-radius:24px;
  background:linear-gradient(180deg,rgba(214,179,84,.055),rgba(255,255,255,.018));
}
.pricing-model-tiers{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  align-items:end;
}
.pricing-model-tiers article{
  min-height:144px;
  display:grid;
  align-content:end;
  gap:8px;
  padding:16px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:20px;
  background:rgba(4,5,6,.72);
  box-shadow:0 20px 50px rgba(0,0,0,.24);
}
.pricing-model-tiers article.featured{
  min-height:188px;
  border-color:rgba(214,179,84,.42);
  background:linear-gradient(180deg,rgba(214,179,84,.12),rgba(4,5,6,.78));
}
.pricing-model-tiers b{
  color:rgba(255,255,255,.68);
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.pricing-model-tiers strong{
  color:#fff;
  font-family:var(--font-display);
  font-size:clamp(26px,3.2vw,36px);
  line-height:1;
}
.pricing-model-tiers span{
  color:rgba(255,255,255,.58);
  font-size:12px;
  font-weight:800;
}
.pricing-model-tiers i{
  display:block;
  height:6px;
  overflow:hidden;
  border-radius:999px;
  background:rgba(255,255,255,.10);
}
.pricing-model-tiers i::before{
  content:"";
  display:block;
  width:var(--fill);
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,var(--gold),var(--gold2));
}
.pricing-model-notes{
  position:relative;
  z-index:1;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.pricing-model-notes span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 13px;
  border:1px solid rgba(214,179,84,.20);
  border-radius:999px;
  color:rgba(255,255,255,.72);
  background:rgba(255,255,255,.045);
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
}
.pricing-signal-map{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin:0 0 34px;
  padding:22px;
  border:1px solid rgba(214,179,84,.16);
  border-radius:30px;
  background:
    radial-gradient(circle at 22% 0%,rgba(214,179,84,.12),transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.012));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.055),0 24px 80px rgba(0,0,0,.22);
}
.pricing-signal{
  position:relative;
  overflow:hidden;
  min-height:132px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:22px;
  padding:18px;
  background:
    radial-gradient(circle at 80% 0%,rgba(214,179,84,.12),transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.046),rgba(255,255,255,.014));
}
.pricing-signal::before{
  content:attr(data-signal);
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  margin-bottom:18px;
  border:1px solid rgba(214,179,84,.34);
  border-radius:50%;
  color:var(--gold2);
  font-size:10px;
  font-weight:900;
  letter-spacing:.12em;
  background:rgba(214,179,84,.055);
}
.pricing-signal::after{
  content:"";
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  height:6px;
  border-radius:999px;
  background:
    linear-gradient(90deg,var(--gold2) var(--signal-width,72%),rgba(255,255,255,.08) var(--signal-width,72%));
  box-shadow:0 0 22px rgba(214,179,84,.13);
}
.pricing-signal strong{
  display:block;
  color:#fff;
  font-size:15px;
  line-height:1.12;
}
.pricing-signal span{
  display:block;
  margin-top:6px;
  color:rgba(255,255,255,.60);
  font-size:12px;
  line-height:1.38;
}
@media(max-width:900px){
  .standard-map,
  .capability-map,
  .workflow-infographic,
  .pricing-signal-map{
    grid-template-columns:1fr;
    padding:20px;
  }
  .standard-map::before,
  .standard-map::after,
  .capability-map::before,
  .capability-map::after{
    display:none;
  }
  .standard-node:nth-child(n){
    padding:22px;
  }
  .capability-hub{
    order:-1;
    min-height:0;
    border-radius:24px;
  }
  .capability-hub::before{border-radius:0}
}
@media(max-width:640px){
  .standard-node{min-height:0}
  .capability-node{grid-template-columns:38px 1fr}
  .workflow-card{min-height:0}
  .pricing-signal{min-height:120px}
  .editorial-photo-panel{
    min-height:300px;
    border-radius:24px;
  }
  .editorial-photo-caption{
    left:14px;
    right:14px;
    bottom:14px;
    padding:15px;
    border-radius:18px;
  }
  .editorial-photo-caption p{font-size:13px}
  .editorial-photo-logo{
    top:14px;
    right:14px;
    width:min(104px,28%);
  }
  .pricing-model-visual{
    min-height:0;
    padding:22px;
    border-radius:24px;
  }
  .pricing-model-track{display:none}
  .pricing-model-tiers{grid-template-columns:1fr}
  .pricing-model-tiers article,
  .pricing-model-tiers article.featured{
    min-height:136px;
  }
  .pricing-photo-infographic{min-height:380px}
  .pricing-photo-callout.two,
  .pricing-photo-callout.three{
    left:24px;
    right:auto;
  }
  .pricing-photo-callout.two{top:88px}
  .pricing-photo-callout.three{top:150px}
}

/* Shared refreshed footer treatment for interior pages. */
.premium-footer{
  position:relative;
  padding:88px 0 122px;
  border-top:1px solid rgba(214,179,84,.16);
  background:
    radial-gradient(circle at 50% 0%,rgba(214,179,84,.10),transparent 31%),
    radial-gradient(circle at 15% 26%,rgba(255,255,255,.032),transparent 28%),
    linear-gradient(180deg,#050607 0%,#030405 100%);
  overflow:hidden;
  color:rgba(255,255,255,.62);
}
.premium-footer::before{
  content:"";
  position:absolute;
  top:0;
  left:50%;
  transform:translateX(-50%);
  width:min(1180px,calc(100% - 40px));
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(214,179,84,.58),transparent);
}
.premium-footer .container{
  width:min(860px, calc(100% - 32px));
  display:block;
}
.premium-footer .footer-cta{
  max-width:560px;
  margin:0 auto 30px;
  padding:22px;
  border:1px solid rgba(214,179,84,.18);
  border-radius:26px;
  background:
    radial-gradient(circle at 20% 0%,rgba(214,179,84,.08),transparent 30%),
    linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.018));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
  text-align:center;
}
.premium-footer .footer-cta h4{
  margin:0;
  color:#fff;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.20em;
  font-weight:800;
}
.premium-footer .footer-cta p{
  margin:0 0 18px;
  color:rgba(255,255,255,.66);
  line-height:1.7;
}
.premium-footer .footer-cta .btn{
  display:inline-flex;
  align-items:center;
  min-height:46px;
  padding:0 18px;
  border-radius:999px;
  border:1px solid rgba(214,179,84,.30);
  background:linear-gradient(135deg,var(--gold2),var(--gold));
  color:#080807;
  font-size:11px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
  text-decoration:none;
  width:min(100%,330px);
  margin:0 auto;
  justify-content:center;
}
.premium-footer .footer-finale{
  position:relative;
  margin:24px auto 22px;
  padding:8px;
  max-width:340px;
  border:1px solid rgba(214,179,84,.16);
  border-radius:24px;
  background:
    radial-gradient(circle at 50% 42%,rgba(214,179,84,.10),transparent 38%),
    linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.01));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 24px 80px rgba(0,0,0,.32);
  overflow:hidden;
}
.premium-footer .footer-finale .footer-main-logo{
  position:relative;
  z-index:1;
  display:block;
  border-radius:14px;
  width:min(230px,100%);
  aspect-ratio:3.35 / 1;
  object-fit:cover;
  object-position:center center;
}
.premium-footer .footer-brand-stage{
  max-width:760px;
  margin:28px auto 0;
  padding:20px 24px;
  border:1px solid rgba(214,179,84,.14);
  border-radius:28px;
  background:
    radial-gradient(circle at 50% 12%,rgba(214,179,84,.10),transparent 38%),
    linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.014));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 26px 90px rgba(0,0,0,.28);
  text-align:center;
}
.premium-footer .footer-brand-stage p{
  margin:0 auto;
  color:rgba(255,255,255,.66);
  line-height:1.7;
  max-width:640px;
  font-size:13px;
}
.premium-footer .footer-grid,
.premium-footer .footer-col{
  display:none !important;
}
.premium-footer .footer-bottom{
  margin-top:24px;
  padding-top:18px;
  display:grid;
  justify-items:center;
  gap:14px;
  text-align:center;
}
.premium-footer .footer-meta{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
}
.premium-footer .footer-meta > a,
.premium-footer .footer-legal-toggle{
  min-height:30px;
  padding:6px 10px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:999px;
  background:rgba(255,255,255,.018);
  color:rgba(255,255,255,.68);
  font:inherit;
  font-size:12.5px;
  cursor:pointer;
  transition:color .22s var(--ease),border-color .22s var(--ease),background .22s var(--ease);
}
.premium-footer .footer-meta > a:hover,
.premium-footer .footer-legal-toggle:hover,
.premium-footer .footer-legal.is-open .footer-legal-toggle{
  color:var(--gold2);
  border-color:rgba(214,179,84,.28);
  background:rgba(214,179,84,.055);
}
.premium-footer .footer-legal{
  position:relative;
}
.premium-footer .footer-legal .footer-legal-menu{
  position:absolute;
  z-index:5;
  left:50%;
  bottom:calc(100% + 10px);
  transform:translateX(-50%) translateY(8px);
  min-width:168px;
  padding:10px;
  border:1px solid rgba(214,179,84,.18);
  border-radius:16px;
  background:rgba(5,6,8,.96);
  box-shadow:0 18px 54px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.05);
  opacity:0;
  pointer-events:none;
  text-align:left;
  transition:opacity .22s var(--ease),transform .22s var(--ease);
}
.premium-footer .footer-legal.is-open .footer-legal-menu{
  opacity:1;
  pointer-events:auto;
  transform:translateX(-50%) translateY(0);
}
.premium-footer .footer-legal-menu a{
  display:block;
  padding:9px 10px;
  border-radius:10px;
  color:rgba(255,255,255,.72);
}
.premium-footer .footer-legal-menu a:hover{
  color:var(--gold2);
  background:rgba(214,179,84,.06);
}
@media(max-width:900px){
  .premium-footer{padding-bottom:190px !important}
  .premium-footer .footer-legal{
    width:100%;
    display:flex;
    justify-content:center;
  }
}

/* Floating mobile navigation: opens over the page instead of stretching the header. */
@media(max-width:1120px){
  header .mobile{
    position:absolute;
    top:calc(100% + 10px);
    right:12px;
    width:min(300px, calc(100vw - 24px));
    display:grid;
    gap:2px;
    padding:12px;
    border:1px solid rgba(214,179,84,.18);
    border-radius:22px;
    background:
      linear-gradient(180deg,rgba(10,11,13,.96),rgba(3,4,5,.92)),
      radial-gradient(circle at 14% 0%,rgba(214,179,84,.12),transparent 34%);
    box-shadow:0 24px 70px rgba(0,0,0,.46), inset 0 1px 0 rgba(255,255,255,.05);
    backdrop-filter:blur(18px) saturate(1.1);
    opacity:0;
    pointer-events:none;
    transform:translateY(-8px);
    transition:opacity .22s var(--ease), transform .22s var(--ease);
  }
  header .mobile.show{
    display:grid !important;
    opacity:1;
    pointer-events:auto;
    transform:translateY(0);
  }
  header .mobile a{
    display:flex;
    align-items:center;
    min-height:38px;
    padding:0 12px;
    border-radius:14px;
    border:1px solid transparent;
    color:rgba(255,255,255,.76);
    font-size:11px;
    font-weight:850;
    letter-spacing:.16em;
    text-transform:uppercase;
  }
  header .mobile a:hover,
  header .mobile a.active{
    color:var(--gold2);
    border-color:rgba(214,179,84,.18);
    background:rgba(214,179,84,.055);
  }
}
@media(min-width:1121px){
  header .mobile{display:none !important}
}
