/* dis-brand-agent: repo=PLUS ONE product=DIS BRAND tag=DIS-PLUSONE-GOLD-NETWORK-WORKSPACE-PUBLIC-WEBSITE-CSS name="DIS BRAND Governed Agent" action=edit at=2026-08-08T18:15:00.000Z */
/* Marketing website ONLY — must not look like the /app phone wallet */
/* Tokens: charcoal + warm gold · system display/UI stacks (offline) · motion */
/* NOTE: /fonts/*.ttf are path-contract stubs only — do NOT @font-face url() them (incomplete glyph set). */

:root {
  --ink: #f4f0e8;
  --muted: #9aa3b5;
  --line: rgba(255, 255, 255, 0.1);
  --paper: #0c0e14;
  --panel: #151822;
  --panel-2: #1b2030;
  --gold: #d4a63a;
  --gold-deep: #b8892d;
  --gold-soft: rgba(212, 166, 58, 0.16);
  --take: #b8e6c8;
  --max: 1180px;
  --font: "Avenir Next", "SF Pro Text", "Segoe UI", "Helvetica Neue", sans-serif;
  --display: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --rise: 0.55s var(--ease);
  --focus: 0 0 0 3px rgba(212, 166, 58, 0.45);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
.ws-body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  min-height: 100vh;
  overflow-x: hidden;
}
a { color: inherit; }
.ws-inline { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }

:focus-visible {
  outline: none;
  box-shadow: var(--focus);
  border-radius: 4px;
}

/* —— Banner / header —— */
.ws-banner {
  text-align: center;
  padding: 0.55rem 1rem;
  background: linear-gradient(90deg, #8a671f, var(--gold-deep) 40%, var(--gold));
  color: #fff8ea;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  position: relative;
  z-index: 40;
}
.ws-banner a { color: #fff8ea; margin-left: 0.35rem; font-weight: 800; }

.ws-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.5rem;
  background: rgba(12, 14, 20, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.ws-logo {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: -0.02em;
  font-size: 1.05rem;
}
.ws-mark {
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, #f0d78a, var(--gold) 55%, #7a5a16);
  box-shadow: 0 0 0 3px var(--gold-soft);
}
.ws-nav {
  display: none;
  gap: 1.35rem;
  color: var(--muted);
  font-size: 0.9rem;
}
.ws-nav a { text-decoration: none; transition: color 0.2s; }
.ws-nav a:hover { color: var(--ink); }
.ws-cta {
  text-decoration: none;
  border-radius: 999px;
  padding: 0.55rem 1.05rem;
  background: var(--gold);
  color: #1a1408;
  font-weight: 700;
  font-size: 0.88rem;
  transition: transform 0.2s var(--ease), box-shadow 0.2s;
}
.ws-cta:hover { transform: translateY(-1px); box-shadow: 0 8px 24px rgba(212, 166, 58, 0.28); }

/* —— Full-bleed hero —— */
.ws-hero-bleed {
  position: relative;
  min-height: min(92vh, 820px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0;
  isolation: isolate;
}
.ws-hero-plane {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse 70% 55% at 18% 20%, rgba(212, 166, 58, 0.28) 0%, transparent 55%),
    radial-gradient(ellipse 50% 45% at 88% 10%, rgba(70, 100, 150, 0.22) 0%, transparent 50%),
    radial-gradient(ellipse 90% 40% at 50% 100%, rgba(12, 14, 20, 0.95) 0%, transparent 60%),
    linear-gradient(165deg, #10131c 0%, #0c0e14 45%, #16120c 100%);
  overflow: hidden;
}
.ws-hero-plane::before {
  content: "";
  position: absolute;
  inset: -20%;
  background:
    repeating-linear-gradient(
      -18deg,
      transparent,
      transparent 28px,
      rgba(212, 166, 58, 0.035) 28px,
      rgba(212, 166, 58, 0.035) 29px
    );
  animation: ws-mesh 28s linear infinite;
  opacity: 0.9;
}
.ws-hero-plane::after {
  content: "";
  position: absolute;
  width: 55%;
  height: 55%;
  right: -8%;
  top: 8%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240, 215, 138, 0.2) 0%, transparent 68%);
  filter: blur(8px);
  animation: ws-glow 8s ease-in-out infinite alternate;
}

.ws-hero {
  max-width: var(--max);
  margin: 0 auto;
  width: 100%;
  padding: 5.5rem 1.5rem 2.25rem;
  animation: ws-rise var(--rise) both;
}
.ws-brand-hero {
  font-family: var(--display);
  font-size: clamp(3.2rem, 9vw, 5.8rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
  color: var(--gold);
  margin: 0 0 1.25rem;
  max-width: 12ch;
  text-shadow: 0 2px 40px rgba(212, 166, 58, 0.25);
}
.ws-kicker {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.85rem;
  font-weight: 650;
}
.ws-hero h1 {
  font-family: var(--font);
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  line-height: 1.35;
  letter-spacing: -0.015em;
  max-width: 34rem;
  margin: 0 0 1rem;
  font-weight: 500;
  color: var(--ink);
}
.ws-lead {
  color: var(--muted);
  font-size: 1.08rem;
  max-width: 38rem;
  margin-bottom: 1.65rem;
}
.ws-hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.ws-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  padding: 0.95rem 1.35rem;
  font-weight: 700;
  transition: transform 0.2s var(--ease), background 0.2s, border-color 0.2s;
}
.ws-btn:hover { transform: translateY(-2px); }
.ws-btn-gold { background: var(--gold); color: #1a1408; }
.ws-btn-gold:hover { background: #e0b84a; }
.ws-btn-ghost { border: 1px solid var(--line); color: var(--ink); background: rgba(255,255,255,0.03); }
.ws-btn-ghost:hover { border-color: rgba(212, 166, 58, 0.45); }
.ws-btn-lg { padding: 1.05rem 1.6rem; font-size: 1.05rem; }
.ws-btn-line { border: 1px solid var(--line); color: var(--muted); }

.ws-price-strip {
  max-width: var(--max);
  margin: 0 auto;
  width: 100%;
  padding: 0 1.5rem 2.5rem;
  animation: ws-rise var(--rise) 0.12s both;
}
.ws-price-strip-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.75rem 1.5rem;
  padding: 0.85rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.ws-price-strip .ws-aside-label {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}
.ws-price-strip .ws-aside-price {
  font-family: var(--display);
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  color: var(--gold);
  letter-spacing: -0.02em;
}
.ws-price-strip .ws-aside-meta {
  color: var(--muted);
  font-size: 0.85rem;
}

/* —— Sections —— */
.ws-section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 3.5rem 1.5rem;
}
.ws-section-head { max-width: 42rem; margin-bottom: 1.75rem; }
.ws-section-head h2 {
  font-family: var(--display);
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  letter-spacing: -0.025em;
  margin: 0.35rem 0 0.6rem;
}
.ws-section-head p { color: var(--muted); }
.ws-ink {
  background: linear-gradient(180deg, #10131a 0%, #12151c 100%);
  max-width: none;
  padding-left: max(1.5rem, calc((100% - var(--max)) / 2 + 1.5rem));
  padding-right: max(1.5rem, calc((100% - var(--max)) / 2 + 1.5rem));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.ws-compare {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  background: var(--panel);
}
.ws-compare article {
  padding: 1.25rem 1.2rem;
  border-bottom: 1px solid var(--line);
  background: transparent;
}
.ws-compare article:last-child { border-bottom: none; }
.ws-compare h3 {
  margin-bottom: 0.65rem;
  font-size: 1.02rem;
  letter-spacing: -0.01em;
}
.ws-take {
  color: var(--take);
  font-size: 0.88rem;
  margin-bottom: 0.4rem;
  padding-left: 0.75rem;
  border-left: 2px solid rgba(184, 230, 200, 0.45);
}
.ws-skip {
  color: var(--muted);
  font-size: 0.86rem;
  padding-left: 0.75rem;
  border-left: 2px solid rgba(154, 163, 181, 0.35);
}

.ws-trio {
  display: grid;
  gap: 0.85rem;
}
.ws-trio article {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.35rem 1.25rem;
  transition: border-color 0.25s, background 0.25s;
}
.ws-trio article:hover {
  border-color: rgba(212, 166, 58, 0.35);
  background: var(--gold-soft);
}
.ws-trio h3 { margin-bottom: 0.45rem; font-size: 1.05rem; }
.ws-trio p { color: var(--muted); font-size: 0.92rem; }

.ws-flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1rem;
}
.ws-flow-step {
  width: min(100%, 520px);
  text-align: center;
  padding: 1rem 1.25rem;
  border-radius: 16px;
  background: var(--panel);
  border: 1px solid var(--line);
  font-weight: 650;
  letter-spacing: -0.01em;
}
.ws-flow-step.accent {
  background: linear-gradient(135deg, #8a671f, var(--gold));
  border: none;
  color: #1a1408;
  box-shadow: 0 12px 32px rgba(184, 137, 45, 0.28);
}
.ws-flow-step a { color: inherit; text-decoration: none; }
.ws-flow-arrow { color: var(--muted); font-size: 0.9rem; }
.ws-flow-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: center;
}
.ws-flow-row span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.4rem 0.75rem;
  font-size: 0.82rem;
  color: var(--muted);
  background: rgba(255,255,255,0.02);
}

.ws-rooms {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
  margin-top: 1.5rem;
}
.ws-rooms .ws-card,
.ws-card {
  background: var(--panel-2);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.05rem 1.1rem;
  transition: transform 0.25s var(--ease), border-color 0.25s;
}
.ws-rooms .ws-card:hover {
  transform: translateY(-2px);
  border-color: rgba(212, 166, 58, 0.4);
}
.ws-card strong { display: block; margin-bottom: 0.3rem; }
.ws-card span { color: var(--muted); font-size: 0.86rem; }

.ws-agents {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.7rem;
  margin-bottom: 1.5rem;
}
.ws-agents article {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.1rem 1.15rem;
  transition: border-color 0.25s, transform 0.25s var(--ease);
}
.ws-agents article:hover {
  border-color: rgba(212, 166, 58, 0.4);
  transform: translateY(-2px);
}
.ws-agents strong { display: block; margin-bottom: 0.3rem; font-size: 0.98rem; }
.ws-agents span { color: var(--muted); font-size: 0.86rem; }

.ws-platforms {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
}
.ws-platforms article {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.95rem 1.05rem;
}
.ws-platforms span { color: var(--muted); font-size: 0.8rem; display: block; margin-top: 0.15rem; }
.ws-pill {
  flex-shrink: 0;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 999px;
  padding: 0.3rem 0.65rem;
  background: rgba(60, 180, 120, 0.18);
  color: #8dffc0;
}
.ws-pill.wait { background: rgba(184, 137, 45, 0.22); color: var(--gold); }

.ws-ladder {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
}
.ws-ladder li {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.55rem 1rem;
  font-weight: 650;
  background: var(--panel);
  font-size: 0.9rem;
}
.ws-ladder li:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -0.85rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--muted);
  font-weight: 400;
  font-size: 0.8rem;
}
.ws-ladder li:not(:last-child) { margin-right: 0.85rem; }
.ws-ladder li:first-child {
  background: var(--gold-soft);
  border-color: rgba(212, 166, 58, 0.35);
  color: var(--gold);
}
.ws-ladder li:last-child {
  background: linear-gradient(135deg, rgba(138, 103, 31, 0.35), rgba(212, 166, 58, 0.25));
  border-color: rgba(212, 166, 58, 0.45);
}

.ws-final {
  max-width: var(--max);
  margin: 1rem auto 0;
  padding: 3.5rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.75rem;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(ellipse 50% 80% at 90% 50%, rgba(212, 166, 58, 0.12) 0%, transparent 55%);
}
.ws-final h2 {
  font-family: var(--display);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  margin: 0.35rem 0 0.5rem;
  max-width: 16ch;
}
.ws-final p { color: var(--muted); max-width: 36rem; }

.ws-footer {
  max-width: var(--max);
  margin: 0 auto;
  padding: 1.75rem 1.5rem 3rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted);
  font-size: 0.9rem;
  border-top: 1px solid var(--line);
}
.ws-footer strong { color: var(--ink); display: block; margin-bottom: 0.25rem; }
.ws-footer a { color: var(--gold); text-decoration: none; }
.ws-footer a:hover { text-decoration: underline; }
.ws-footer-links { display: flex; flex-direction: column; gap: 0.35rem; text-align: right; }

@keyframes ws-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes ws-mesh {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(40px, 24px, 0); }
}
@keyframes ws-glow {
  from { opacity: 0.55; transform: scale(1); }
  to { opacity: 0.9; transform: scale(1.06); }
}

@media (min-width: 860px) {
  .ws-nav { display: flex; }
  .ws-rooms { grid-template-columns: repeat(3, 1fr); }
  .ws-compare { grid-template-columns: repeat(5, 1fr); }
  .ws-compare article {
    border-bottom: none;
    border-right: 1px solid var(--line);
  }
  .ws-compare article:last-child { border-right: none; }
  .ws-trio { grid-template-columns: repeat(3, 1fr); }
  .ws-agents { grid-template-columns: repeat(5, 1fr); }
  .ws-platforms { grid-template-columns: repeat(5, 1fr); }
  .ws-hero { padding-top: 7rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ws-hero, .ws-price-strip, .ws-hero-plane::before, .ws-hero-plane::after,
  .ws-btn, .ws-cta, .ws-rooms .ws-card, .ws-agents article {
    animation: none !important;
    transition: none !important;
  }
}
