#toolset {
  display: none;
}

body {
  background-color: #333;
  color: #000;
  padding: 0em;
  font-family: "Monument Grotesk Mono Variable", Icons;
}

/* Link states */
a:active {
  opacity: 0.7;
}

.page a.active {
  opacity: 0.4;
}

i, em {
  font-style: italic;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  position: relative;
  vertical-align: baseline;
}

sub {
  top: 0.3em;
}

sup {
  top: -0.4em;
}

s {
  text-decoration: line-through;
}

img {
  border: 0;
  padding: 0;
}

ul, ol {
  margin: 0;
  padding-left: 4em;
}

blockquote {
  margin: 0;
  padding-left: 2em;
}

hr {
  background: rgba(0, 0, 0, 0.4);
  border: 0;
  height: 1px;
  display: block;
}

.content img {
  float: none;
  margin-bottom: 0.5em;
}

.gallery_image_caption {
  margin-top: 1.2rem;
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: rgba(237, 237, 237, 1);
  font-family: Diatype, Icons;
  font-style: normal;
  line-height: 1.2;
}

/* Loading */
.loading[data-loading] {
  position: fixed;
  bottom: 8px;
  left: 8px;
}

/* Predefined styles */
[data-predefined-style="true"] bodycopy {
  font-size: 1.2rem;
  font-weight: 532;
  color: rgba(255, 255, 255, 1);
  font-family: "Monument Grotesk Mono Variable", Icons;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: .07em;
  font-variation-settings: 'slnt' 0, 'MONO' 1;
}

[data-predefined-style="true"] bodycopy a {
  color: rgba(255, 255, 255, 1);
  padding-bottom: 0.1em;
  border-bottom: 0.0em solid rgba(127, 127, 127, 0.2);
  text-decoration: none;
}

[data-predefined-style="true"] h1 {
  font-family: "Monument Grotesk Mono Variable", Icons;
  font-style: normal;
  font-weight: 700;
  padding: 0;
  margin: 0;
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 0.0em;
  color: rgba(255, 255, 255, 1);
  font-variation-settings: 'slnt' 0, 'MONO' 1;
}

[data-predefined-style="true"] h1 a {
  color: rgba(255, 255, 255, 1);
      letter-spacing: 0.0em;
}

[data-predefined-style="true"] h2 {
  font-family: "Monument Grotesk Mono Variable", Icons;
  font-style: normal;
  font-weight: 500;
  padding: 0;
  margin: 0;
  color: rgba(218, 218, 218, 1);
  font-size: 4.2rem;
  letter-spacing: 0.0em;
  line-height: 1;
  font-variation-settings: 'slnt' 0, 'MONO' 1;
}

[data-predefined-style="true"] h2 a {
  color: rgba(218, 218, 218, 1);
  letter-spacing: 0.0em;
}

[data-predefined-style="true"] small {
  font-size: 1.4rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  font-family: "Monument Grotesk Mono Variable", Icons;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: .07em;
  font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] small a {
  color: rgba(218, 218, 218, 1);
  border-bottom-width: 0em;
}

/* Links */
a:hover {
  font-size: 130%;
  color: #333;
}

[data-css-preset] .content_padding {
	padding-top: 5rem /*!main_margin*/;
	padding-bottom: 5rem /*!main_margin*/;
	padding-left: 5rem /*!main_margin*/;
	padding-right: 5rem /*!main_margin*/;
}

[data-css-preset] .container {
	margin-left: auto /*!content_right*/;
	margin-right: 0 /*!content_right*/;
}

[data-css-preset] .container_width {
	width: 100% /*!content_right*/;
}

[data-css-preset] body {
	background-color: #333 /*!body_bgcolor*/;
}
/* Container for the button */
.roulette-trigger-wrap {
  width: 100%;
  margin-top: 40px;
}

/* Container stays the same */
.roulette-trigger-wrap {
  width: 100%;
  margin-top: 40px;
}

/* Big red circular button */
#portfolio-roulette-trigger {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: none;
  cursor: pointer;

  /* red face */
  background: radial-gradient(circle at 30% 30%, #ff6b6b, #d10021);

  color: #ffffff;
  font-family: inherit;
  font-weight: 700;
  font-size: 9px;              /* smaller text */
  letter-spacing: 0.24em;      /* more spaced, feels custom */
  text-transform: uppercase;
  line-height: 1.3;

  /* position it toward the menu but not all the way right */
  margin-left: 89%;            /* move right by bumping this up */
  transform: translateX(-50%) rotate(-10deg);

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.55);
}

/* Outer white ring */
#portfolio-roulette-trigger::before {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 50%;
  border: 4px solid #ffffff;
  opacity: 0.95;
}

/* Center the text */
#portfolio-roulette-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Hover state */
#portfolio-roulette-trigger:hover {
  transform: translateX(-50%) translateY(-3px) rotate(-6deg);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.65);
}







#roulette-modal.roulette-hidden {
  display: none;
}

#roulette-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

#roulette-modal .roulette-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

#roulette-modal .roulette-content {
  position: relative;
  max-width: 640px;
  width: 90%;
  margin: 5vh auto;
  background: #262626;
  color: #ffffff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

#roulette-modal .roulette-close {
  position: absolute;
  top: 12px;
  right: 12px;
  border: none;
  background: transparent;
  font-size: 22px;
  color: #ffffff;
  cursor: pointer;
}

#roulette-modal .roulette-image-wrap {
  width: 100%;
  margin-bottom: 12px;
}

#roulette-modal #roulette-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

#roulette-modal #roulette-caption {
  margin: 0 0 12px;
  font-size: 14px;
}

#roulette-modal #roulette-spin-again {
  margin-top: 4px;
  padding: 8px 16px;
  font-size: 14px;
  border: 1px solid #ffffff;
  background: transparent;
  border-radius: 999px;
  color: #ffffff;
  cursor: pointer;
}

#roulette-modal #roulette-spin-again:hover {
  background: #ffffff;
  color: #000000;
}
