*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Inter, system-ui, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: "JetBrains Mono", Menlo, monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.pointer-events-none {
  pointer-events: none;
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.inset-\[-100\%\] {
  inset: -100%;
}
.left-1\/2 {
  left: 50%;
}
.top-0 {
  top: 0px;
}
.top-full {
  top: 100%;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-1 {
  height: 0.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-20 {
  height: 5rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.min-h-\[280px\] {
  min-height: 280px;
}
.min-h-\[560px\] {
  min-height: 560px;
}
.w-1 {
  width: 0.25rem;
}
.w-10 {
  width: 2.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-64 {
  width: 16rem;
}
.w-8 {
  width: 2rem;
}
.w-96 {
  width: 24rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-shell {
  max-width: 1440px;
}
.max-w-xl {
  max-width: 36rem;
}
.shrink-0 {
  flex-shrink: 0;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-\[spin_3s_linear_infinite\] {
  animation: spin 3s linear infinite;
}
.resize {
  resize: both;
}
.scroll-mt-20 {
  scroll-margin-top: 5rem;
}
.scroll-mt-28 {
  scroll-margin-top: 7rem;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-14 {
  gap: 3.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-9 {
  gap: 2.25rem;
}
.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.self-start {
  align-self: flex-start;
}
.\!self-center {
  align-self: center !important;
}
.overflow-hidden {
  overflow: hidden;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-cream\/10 {
  border-color: rgb(242 235 220 / 0.1);
}
.border-cream\/15 {
  border-color: rgb(242 235 220 / 0.15);
}
.border-cream\/20 {
  border-color: rgb(242 235 220 / 0.2);
}
.border-cream\/\[0\.05\] {
  border-color: rgb(242 235 220 / 0.05);
}
.border-cream\/\[0\.06\] {
  border-color: rgb(242 235 220 / 0.06);
}
.border-gold\/20 {
  border-color: rgb(184 151 97 / 0.2);
}
.border-gold\/25 {
  border-color: rgb(184 151 97 / 0.25);
}
.border-gold\/30 {
  border-color: rgb(184 151 97 / 0.3);
}
.border-gold\/40 {
  border-color: rgb(184 151 97 / 0.4);
}
.bg-canvas {
  --tw-bg-opacity: 1;
  background-color: rgb(5 10 20 / var(--tw-bg-opacity, 1));
}
.bg-canvas\/80 {
  background-color: rgb(5 10 20 / 0.8);
}
.bg-canvas\/95 {
  background-color: rgb(5 10 20 / 0.95);
}
.bg-cream {
  --tw-bg-opacity: 1;
  background-color: rgb(242 235 220 / var(--tw-bg-opacity, 1));
}
.bg-cream\/20 {
  background-color: rgb(242 235 220 / 0.2);
}
.bg-cream\/5 {
  background-color: rgb(242 235 220 / 0.05);
}
.bg-cream\/\[0\.03\] {
  background-color: rgb(242 235 220 / 0.03);
}
.bg-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(184 151 97 / var(--tw-bg-opacity, 1));
}
.bg-gold\/10 {
  background-color: rgb(184 151 97 / 0.1);
}
.bg-gold\/15 {
  background-color: rgb(184 151 97 / 0.15);
}
.bg-gold\/5 {
  background-color: rgb(184 151 97 / 0.05);
}
.bg-gold\/60 {
  background-color: rgb(184 151 97 / 0.6);
}
.bg-navy-deep {
  --tw-bg-opacity: 1;
  background-color: rgb(8 20 32 / var(--tw-bg-opacity, 1));
}
.bg-navy-deep\/40 {
  background-color: rgb(8 20 32 / 0.4);
}
.bg-navy-deep\/60 {
  background-color: rgb(8 20 32 / 0.6);
}
.bg-navy-deep\/95 {
  background-color: rgb(8 20 32 / 0.95);
}
.bg-navy-soft {
  --tw-bg-opacity: 1;
  background-color: rgb(26 51 73 / var(--tw-bg-opacity, 1));
}
.bg-\[conic-gradient\(from_90deg_at_50\%_50\%\2c transparent_0\%\2c transparent_75\%\2c \#d4b883_100\%\)\] {
  background-image: conic-gradient(from 90deg at 50% 50%,transparent 0%,transparent 75%,#d4b883 100%);
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-canvas {
  --tw-gradient-from: #050A14 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 10 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-navy-soft {
  --tw-gradient-from: #1A3349 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 51 73 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-canvas\/50 {
  --tw-gradient-to: rgb(5 10 20 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(5 10 20 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-canvas\/60 {
  --tw-gradient-to: rgb(5 10 20 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(5 10 20 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-canvas\/70 {
  --tw-gradient-to: rgb(5 10 20 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(5 10 20 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-canvas\/75 {
  --tw-gradient-to: rgb(5 10 20 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(5 10 20 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-gold {
  --tw-gradient-to: rgb(184 151 97 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #B89761 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-gold\/60 {
  --tw-gradient-to: rgb(184 151 97 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(184 151 97 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-navy-deep {
  --tw-gradient-to: #081420 var(--tw-gradient-to-position);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-7 {
  padding: 1.75rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[1px\] {
  padding: 1px;
}
.\!px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.\!py-2\.5 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-4 {
  padding-top: 1rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-logo {
  font-family: Italiana, Didot, serif;
}
.font-mono {
  font-family: "JetBrains Mono", Menlo, monospace;
}
.font-serif {
  font-family: "Cormorant Garamond", Baskerville, serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[2\.6rem\] {
  font-size: 2.6rem;
}
.text-\[2\.75rem\] {
  font-size: 2.75rem;
}
.text-\[9px\] {
  font-size: 9px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-\[0\.95\] {
  line-height: 0.95;
}
.leading-\[0\.98\] {
  line-height: 0.98;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[0\.18em\] {
  letter-spacing: 0.18em;
}
.tracking-\[0\.25em\] {
  letter-spacing: 0.25em;
}
.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}
.tracking-\[0\.3em\] {
  letter-spacing: 0.3em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-cream {
  --tw-text-opacity: 1;
  color: rgb(242 235 220 / var(--tw-text-opacity, 1));
}
.text-cream\/35 {
  color: rgb(242 235 220 / 0.35);
}
.text-cream\/40 {
  color: rgb(242 235 220 / 0.4);
}
.text-cream\/45 {
  color: rgb(242 235 220 / 0.45);
}
.text-cream\/50 {
  color: rgb(242 235 220 / 0.5);
}
.text-cream\/55 {
  color: rgb(242 235 220 / 0.55);
}
.text-cream\/60 {
  color: rgb(242 235 220 / 0.6);
}
.text-cream\/70 {
  color: rgb(242 235 220 / 0.7);
}
.text-cream\/80 {
  color: rgb(242 235 220 / 0.8);
}
.text-cream\/85 {
  color: rgb(242 235 220 / 0.85);
}
.text-gold {
  --tw-text-opacity: 1;
  color: rgb(184 151 97 / var(--tw-text-opacity, 1));
}
.text-gold-bright {
  --tw-text-opacity: 1;
  color: rgb(212 184 131 / var(--tw-text-opacity, 1));
}
.text-gold-bright\/70 {
  color: rgb(212 184 131 / 0.7);
}
.text-gold-bright\/80 {
  color: rgb(212 184 131 / 0.8);
}
.text-gold-bright\/90 {
  color: rgb(212 184 131 / 0.9);
}
.underline {
  text-decoration-line: underline;
}
.decoration-gold\/40 {
  text-decoration-color: rgb(184 151 97 / 0.4);
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.shadow-\[0_0_15px_rgba\(184\2c 151\2c 97\2c 0\.5\)\] {
  --tw-shadow: 0 0 15px rgba(184,151,97,0.5);
  --tw-shadow-colored: 0 0 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_25px_50px_-20px_rgba\(0\2c 0\2c 0\2c 0\.85\)\] {
  --tw-shadow: 0 25px 50px -20px rgba(0,0,0,0.85);
  --tw-shadow-colored: 0 25px 50px -20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_30px_60px_-30px_rgba\(0\2c 0\2c 0\2c 0\.8\)\] {
  --tw-shadow: 0 30px 60px -30px rgba(0,0,0,0.8);
  --tw-shadow-colored: 0 30px 60px -30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[inset_0_1px_0_rgba\(242\2c 235\2c 220\2c 0\.1\)\] {
  --tw-shadow: inset 0 1px 0 rgba(242,235,220,0.1);
  --tw-shadow-colored: inset 0 1px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.\[animation\:animationIn_0\.8s_ease-out_0\.15s_both\] {
  animation: animationIn 0.8s ease-out 0.15s both;
}
.\[animation\:animationIn_0\.8s_ease-out_0\.1s_both\] {
  animation: animationIn 0.8s ease-out 0.1s both;
}
.\[animation\:animationIn_0\.8s_ease-out_0\.25s_both\] {
  animation: animationIn 0.8s ease-out 0.25s both;
}
.\[animation\:animationIn_0\.8s_ease-out_0\.2s_both\] {
  animation: animationIn 0.8s ease-out 0.2s both;
}
.\[animation\:animationIn_0\.8s_ease-out_0\.35s_both\] {
  animation: animationIn 0.8s ease-out 0.35s both;
}
.\[animation\:animationIn_0\.8s_ease-out_0\.3s_both\] {
  animation: animationIn 0.8s ease-out 0.3s both;
}
.\[animation\:animationIn_0\.8s_ease-out_0\.45s_both\] {
  animation: animationIn 0.8s ease-out 0.45s both;
}
.\[animation\:animationIn_0\.8s_ease-out_0\.4s_both\] {
  animation: animationIn 0.8s ease-out 0.4s both;
}
.\[animation\:animationIn_0\.8s_ease-out_0\.55s_both\] {
  animation: animationIn 0.8s ease-out 0.55s both;
}
.\[animation\:animationIn_0\.8s_ease-out_0\.5s_both\] {
  animation: animationIn 0.8s ease-out 0.5s both;
}
.\[animation\:animationIn_0\.8s_ease-out_0\.65s_both\] {
  animation: animationIn 0.8s ease-out 0.65s both;
}
.\[animation\:animationIn_0\.8s_ease-out_0\.6s_both\] {
  animation: animationIn 0.8s ease-out 0.6s both;
}

/* ============ BP2S design tokens: AMP heritage, dark expression ============ */
:root {
  --bg-canvas: #050a14;
  --navy: #0f2236;
  --navy-soft: #1a3349;
  --navy-deep: #081420;
  --gold: #b89761;
  --gold-bright: #d4b883;
  --gold-deep: #8e7549;
  --cream: #f2ebdc;
  --cream-soft: #e6dbc2;
  --cream-light: #faf5ea;
  --ink: #1a2435;
  --ink-2: #555e6e;
  --ink-3: #8a8e97;
  --gold-glow: rgba(184, 151, 97, 0.5);
}

body {
  font-family: 'Inter', system-ui, sans-serif;
  background-color: var(--bg-canvas);
}

/* ============ Nexus signature components, BP2S palette ============ */

/* Flashlight border effect (cursor-tracking card outline) */
.spotlight-card {
  position: relative;
  border-radius: 4px;
  background-color: rgba(242, 235, 220, 0.02);
  overflow: hidden;
  --mouse-x: 0px;
  --mouse-y: 0px;
}
.spotlight-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: radial-gradient(
    800px circle at var(--mouse-x) var(--mouse-y),
    rgba(212, 184, 131, 0.45),
    transparent 40%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  z-index: 2;
}
.spotlight-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(225deg, rgba(242, 235, 220, 0.06), rgba(242, 235, 220, 0.01));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.spotlight-card:hover::before {
  opacity: 1;
}

/* Gold orbit dot tracing the header logo facets */
.logo-orbit { position: relative; display: inline-block; line-height: 0; }
.logo-orbit-trace {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) { .logo-orbit-trace { display: none; } }

/* Blur-up scroll reveal */
@keyframes animationIn {
  0% { opacity: 0; transform: translateY(20px); filter: blur(4px); }
  100% { opacity: 1; transform: translateY(0); filter: blur(0px); }
}
.animate-on-scroll { animation-play-state: paused !important; }
.animate-on-scroll.animate { animation-play-state: running !important; }

/* Partner marquee */
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.animate-marquee { animation: marquee 40s linear infinite; }
.animate-marquee:hover { animation-play-state: paused; }

/* Falling gold beams */
@keyframes beam-drop {
  0% { top: -100px; opacity: 0; }
  20% { opacity: 1; }
  80% { opacity: 1; }
  100% { top: 100%; opacity: 0; }
}
.beam {
  position: absolute;
  width: 1px;
  height: var(--beam-h, 150px);
  background: linear-gradient(to bottom, transparent, rgba(212, 184, 131, 0.55), transparent);
  animation: beam-drop 7s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.beam-bright {
  width: 1.5px;
  background: linear-gradient(to bottom, transparent, rgba(212, 184, 131, 0.85), transparent);
  filter: drop-shadow(0 0 6px rgba(212, 184, 131, 0.5));
}
.beam-delay-1 { animation-delay: 2s; }
.beam-delay-2 { animation-delay: 4s; }

/* AMP diagnostic teaser widget (cream paper, hero card) */
.t-chip {
  font-family: 'JetBrains Mono', Menlo, monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  padding: 6px 10px;
  border: 1px solid rgba(15, 34, 54, 0.25);
  border-radius: 2px;
  background: transparent;
  color: var(--ink-2);
  cursor: pointer;
  transition: all 0.25s ease;
}
.t-chip:hover { border-color: var(--gold-deep); color: var(--ink); }
.t-chip.t-on { background: var(--navy); border-color: var(--navy); color: var(--cream); }
.t-select {
  width: 100%;
  font-family: Inter, sans-serif;
  font-size: 13px;
  color: var(--ink);
  background: var(--cream-light);
  border: 1px solid rgba(15, 34, 54, 0.25);
  border-radius: 2px;
  padding: 9px 10px;
}
.t-select:focus { outline: none; border-color: var(--gold-deep); }
#amp-teaser [data-samples] { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
#amp-teaser [data-samples] li { display: flex; flex-direction: column; gap: 2px; border-left: 2px solid var(--gold); padding-left: 10px; }
#amp-teaser .t-pain { font-size: 12.5px; font-weight: 500; color: var(--ink); line-height: 1.35; }
#amp-teaser .t-meta { font-size: 11px; color: var(--ink-2); line-height: 1.4; }
#amp-teaser .t-doc { font-family: 'JetBrains Mono', Menlo, monospace; font-size: 9.5px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--gold-deep); }
@keyframes teaser-blink { 0%, 100% { opacity: 1; } 50% { opacity: 0.25; } }
.t-live { width: 6px; height: 6px; border-radius: 50%; background: var(--gold-deep); animation: teaser-blink 2s ease infinite; }
@media (prefers-reduced-motion: reduce) { .t-live { animation: none; } }

/* Audit-trail terminal (dark card, sits on cream or navy) */
.term {
  border: 1px solid rgba(184, 151, 97, 0.35);
  background: #081420;
  border-radius: 3px;
  box-shadow: 0 30px 60px -30px rgba(8, 20, 32, 0.75);
}
.term-bar { display: flex; align-items: center; gap: 7px; padding: 11px 16px; border-bottom: 1px solid rgba(242, 235, 220, 0.07); }
.term-bar i { width: 9px; height: 9px; border-radius: 50%; background: rgba(242, 235, 220, 0.15); }
.term-bar i:first-child { background: rgba(184, 151, 97, 0.7); }
.term-bar b { font-family: 'JetBrains Mono', Menlo, monospace; font-weight: 400; font-size: 10px; letter-spacing: 0.16em; color: rgba(242, 235, 220, 0.4); margin-left: 8px; text-transform: uppercase; }
.term-body { padding: 18px 18px 20px; font-family: 'JetBrains Mono', Menlo, monospace; font-size: 12px; line-height: 1.9; min-height: 250px; }
.term-body .ln { display: flex; gap: 10px; opacity: 0; animation: term-ln 0.4s ease forwards; }
@keyframes term-ln { to { opacity: 1; } }
.term-body .seq { color: rgba(242, 235, 220, 0.25); }
.term-body .ev { color: var(--gold-bright); min-width: 74px; }
.term-body .tx { color: rgba(242, 235, 220, 0.65); }
.term-body .ok { color: #58c08a; }
.term-body .caret { display: inline-block; width: 7px; height: 13px; background: var(--gold-bright); animation: term-blink 1s step-end infinite; vertical-align: -2px; }
@keyframes term-blink { 50% { opacity: 0; } }
@media (prefers-reduced-motion: reduce) { .term-body .caret { animation: none; } }

/* Masked type: video plays inside the letters (About hero) */
.mask-word {
  position: relative;
  width: 100%;
  height: 38vh;
  min-height: 240px;
  -webkit-mask: url(#word-mask);
  mask: url(#word-mask);
}
.mask-word video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: sepia(1) saturate(2.4) hue-rotate(8deg) brightness(1.12) contrast(1.1);
}
@media (prefers-reduced-motion: reduce) {
  .mask-word video { display: none; }
  .mask-word { background: linear-gradient(120deg, var(--gold-deep), var(--gold-bright)); }
}

/* Gold atmosphere behind beam-field heroes */
.beam-hero-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(90% 70% at 70% 20%, rgba(184, 151, 97, 0.12), transparent 60%);
}

/* Scrollbar */
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--navy-deep); }
::-webkit-scrollbar-thumb { background: var(--gold-deep); border-radius: 2px; }

/* ============ BP2S-distinct: cream paper sections (AMP heritage) ============ */
.paper-section {
  background: var(--cream);
  color: var(--ink);
}
.paper-section .paper-rule {
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
}
.paper-card {
  background: var(--cream-light);
  border: 1px solid rgba(15, 34, 54, 0.14);
  border-radius: 4px;
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.paper-card:hover {
  border-color: var(--gold);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px -18px rgba(15, 34, 54, 0.4);
}
.paper-card-dark {
  background: var(--navy);
  color: var(--cream);
  border: 1px solid var(--gold-deep);
  border-radius: 4px;
}

/* Gold gradient primary CTA (Nexus light-pair pattern, gold expression) */
.btn-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.125rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(8 20 32 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn-gold:hover {
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.btn-gold {
  background: linear-gradient(to right, #f4e9d4, #e2cfa5);
  box-shadow: 0 15px 33px -12px rgba(184, 151, 97, 0.6), inset 0 4px 6.3px rgba(255, 255, 255, 0.8);
}
.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.125rem;
  border-width: 1px;
  border-color: rgb(242 235 220 / 0.2);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 500;
  color: rgb(242 235 220 / 0.8);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn-ghost:hover {
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-border-opacity: 1;
  border-color: rgb(184 151 97 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(242 235 220 / var(--tw-text-opacity, 1));
}
.btn-navy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.125rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(242 235 220 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn-navy:hover {
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.btn-navy {
  background: linear-gradient(to right, var(--navy), var(--navy-soft));
  box-shadow: 0 15px 33px -12px rgba(15, 34, 54, 0.55);
}

/* Mono kicker label */
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  align-self: flex-start;
  border-radius: 0.125rem;
  border-width: 1px;
  border-color: rgb(184 151 97 / 0.3);
  background-color: rgb(184 151 97 / 0.1);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: "JetBrains Mono", Menlo, monospace;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(212 184 131 / var(--tw-text-opacity, 1));
}

/* Dark-on-dark logo rescue: render marks as cream silhouettes on navy */
.logo-invert {
  filter: brightness(0) invert(0.93) sepia(0.18) saturate(0.6);
  opacity: 0.92;
}
.kicker-dot {
  height: 0.25rem;
  width: 0.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(184 151 97 / var(--tw-bg-opacity, 1));
}
.paper-section .kicker {
  border-color: rgb(15 34 54 / 0.3);
  background-color: rgb(15 34 54 / 0.05);
  --tw-text-opacity: 1;
  color: rgb(15 34 54 / var(--tw-text-opacity, 1));
}
.paper-section .kicker .kicker-dot {
  --tw-bg-opacity: 1;
  background-color: rgb(142 117 73 / var(--tw-bg-opacity, 1));
}

/* Globe video hero (ported from the original bp2ss.com), navy-graded */
.hero-video-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.hero-video-wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* Pull the footage into the site's navy/gold ramp: sepia adds the warm
     channel, the grade overlay below re-navies the shadows. */
  filter: sepia(1) saturate(2.2) hue-rotate(8deg) brightness(0.92) contrast(1.06);
}
.hero-video-wrap .video-grade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(90% 80% at 75% 30%, rgba(184, 151, 97, 0.14), transparent 60%),
    rgba(5, 10, 20, 0.66);
}

/* Hero canvas host */
.hero-canvas-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  mask-image: linear-gradient(180deg, black 0%, black 72%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, black 0%, black 72%, transparent 100%);
}
.hero-canvas-wrap canvas { width: 100%; height: 100%; display: block; }

/* UnicornStudio animated scene, recolored to BP2S gold (playbook universal recolor) */
.unicorn-scene {
  position: absolute;
  width: 150%;
  height: 230%;
  left: -25%;
  top: -65%;
  filter: sepia(1) saturate(2.6) hue-rotate(8deg) brightness(1.05);
}
.scene-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  mask-image: linear-gradient(180deg, black 0%, black 70%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, black 0%, black 70%, transparent 100%);
}

/* Reduced motion: kill animation, keep a static gold atmosphere */
@media (prefers-reduced-motion: reduce) {
  .hero-canvas-wrap canvas, .beam { display: none !important; }
  .unicorn-scene { display: none !important; }
  .hero-video-wrap video { display: none !important; }
  .scene-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(120% 90% at 60% 40%, rgba(184, 151, 97, 0.14), transparent 60%);
  }
  .hero-canvas-wrap {
    background: radial-gradient(120% 90% at 65% 35%, rgba(184, 151, 97, 0.16), transparent 60%);
  }
  .animate-on-scroll { animation: none !important; opacity: 1 !important; transform: none !important; filter: none !important; }
  .animate-marquee { animation: none !important; }
}
.placeholder\:text-cream\/25::-moz-placeholder {
  color: rgb(242 235 220 / 0.25);
}
.placeholder\:text-cream\/25::placeholder {
  color: rgb(242 235 220 / 0.25);
}
.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:bg-cream\/\[0\.05\]:hover {
  background-color: rgb(242 235 220 / 0.05);
}
.hover\:text-cream:hover {
  --tw-text-opacity: 1;
  color: rgb(242 235 220 / var(--tw-text-opacity, 1));
}
.hover\:text-cream\/70:hover {
  color: rgb(242 235 220 / 0.7);
}
.hover\:text-gold-bright:hover {
  --tw-text-opacity: 1;
  color: rgb(212 184 131 / var(--tw-text-opacity, 1));
}
.hover\:shadow-\[0_0_25px_rgba\(212\2c 184\2c 131\2c 0\.12\)\]:hover {
  --tw-shadow: 0 0 25px rgba(212,184,131,0.12);
  --tw-shadow-colored: 0 0 25px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:border-gold:focus {
  --tw-border-opacity: 1;
  border-color: rgb(184 151 97 / var(--tw-border-opacity, 1));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.group:focus-within .group-focus-within\:visible {
  visibility: visible;
}
.group:focus-within .group-focus-within\:opacity-100 {
  opacity: 1;
}
.group:hover .group-hover\:visible {
  visibility: visible;
}
.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:text-cream {
  --tw-text-opacity: 1;
  color: rgb(242 235 220 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-gold-bright {
  --tw-text-opacity: 1;
  color: rgb(212 184 131 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
@media (min-width: 640px) {

  .sm\:inline-flex {
    display: inline-flex;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 768px) {

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}
