*, ::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.14 | 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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 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: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.-left-80 {
  left: -20rem;
}

.-right-60 {
  right: -15rem;
}

.-top-0 {
  top: -0px;
}

.-top-20 {
  top: -5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.h-64 {
  height: 16rem;
}

.w-3\/4 {
  width: 75%;
}

.w-48 {
  width: 12rem;
}

.w-64 {
  width: 16rem;
}

.w-full {
  width: 100%;
}

.min-w-\[300px\] {
  min-width: 300px;
}

.max-w-2xl {
  max-width: 42rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.grow {
  flex-grow: 1;
}

.scale-x-\[-1\] {
  --tw-scale-x: -1;
  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));
}

.transform {
  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));
}

.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}

.snap-start {
  scroll-snap-align: start;
}

.snap-end {
  scroll-snap-align: end;
}

.flex-col {
  flex-direction: column;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}

.justify-center {
  justify-content: center;
}

.gap-4 {
  gap: 1rem;
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.overflow-x-auto {
  overflow-x: auto;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.bg-fc-pink {
  --tw-bg-opacity: 1;
  background-color: rgb(254 111 247 / var(--tw-bg-opacity));
}

.p-4 {
  padding: 1rem;
}

.p-8 {
  padding: 2rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

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

.text-base {
  font-size: 1.5rem;
  line-height: 2.25rem;
}

.uppercase {
  text-transform: uppercase;
}

.text-fc-purp {
  --tw-text-opacity: 1;
  color: rgb(35 10 126 / var(--tw-text-opacity));
}

/* text classes */

/* ------------------------------------ */

.text-main
{
  /* base text style */
  font-family            : "Roboto Flex";
  font-optical-sizing    : auto;
  font-variation-settings: 
        "slnt" 0,
        "wght" 647,
        "wdth" 190, 
        "GRAD" 0, 
        "XOPQ" 28, 
        "XTRA" 624,     
        "YOPQ" 55, 
        "YTLC" 750;
}

.title-fat
{
  font-family            : "Roboto Flex";
  font-optical-sizing    : auto;
  font-variation-settings: 
      "slnt" 0,
      "wght" 800,
      "wdth" 190,
      "GRAD" 0,
      "XOPQ" 27,
      "XTRA" 642,
      "YOPQ" 106;
}

.title-thin
{
  font-family            : "Roboto Flex";
  font-optical-sizing    : auto;
  font-variation-settings: 
    "slnt" 0,
    "wght" 500,
    "wdth" 150,
    "GRAD" 0,
    "XOPQ" 50,
    "XTRA" 468,
    "YOPQ" 114,
    "YTAS" 750,
    "YTDE" -203,
    "YTFI" 738,
    "YTLC" 514,
    "YTUC" 712;
}

/* ------------------------------------ */

/* style tags */

/* ------------------------------------ */

section {
  width: 100%;
  padding: 1rem;
}

h1
{
  font-family            : "Roboto Flex";
  font-optical-sizing    : auto;
  font-variation-settings: 
      "slnt" 0,
      "wght" 800,
      "wdth" 190,
      "GRAD" 0,
      "XOPQ" 27,
      "XTRA" 642,
      "YOPQ" 106;
}

h2 {
  font-size: 3rem;
  line-height: 1;
  text-transform: uppercase;
  font-family            : "Roboto Flex";
  font-optical-sizing    : auto;
  font-variation-settings: 
    "slnt" 0,
    "wght" 500,
    "wdth" 150,
    "GRAD" 0,
    "XOPQ" 50,
    "XTRA" 468,
    "YOPQ" 114,
    "YTAS" 750,
    "YTDE" -203,
    "YTFI" 738,
    "YTLC" 514,
    "YTUC" 712;
}

p {
  margin: 2rem;
  letter-spacing: 0.05em;
}

li {
  margin: 2rem;
}

form>div {
  margin: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  form>div {
    flex-direction: row;
  }
}

label {
  width: 12rem;
  padding: 1rem;
  text-align: center;
  text-transform: uppercase;
  font-family            : "Roboto Flex";
  font-optical-sizing    : auto;
  font-variation-settings: 
    "slnt" 0,
    "wght" 500,
    "wdth" 150,
    "GRAD" 0,
    "XOPQ" 50,
    "XTRA" 468,
    "YOPQ" 114,
    "YTAS" 750,
    "YTDE" -203,
    "YTFI" 738,
    "YTLC" 514,
    "YTUC" 712;
}

@media (min-width: 640px) {
  label {
    text-align: right;
  }
}

input, textarea {
  min-width: 0px;
  flex: 1 1 0%;
  --tw-bg-opacity: 1;
  background-color: rgb(254 111 247 / var(--tw-bg-opacity));
  padding: 1rem;
}

input:focus, textarea:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 102 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(254 111 247 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

button {
  margin: 1rem;
  margin-left: auto;
  margin-right: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(35 10 126 / var(--tw-bg-opacity));
  padding: 1.5rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(254 111 247 / var(--tw-text-opacity));
  font-family            : "Roboto Flex";
  font-optical-sizing    : auto;
  font-variation-settings: 
    "slnt" 0,
    "wght" 500,
    "wdth" 150,
    "GRAD" 0,
    "XOPQ" 50,
    "XTRA" 468,
    "YOPQ" 114,
    "YTAS" 750,
    "YTDE" -203,
    "YTFI" 738,
    "YTLC" 514,
    "YTUC" 712;
}

button:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 102 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(99 10 163 / var(--tw-text-opacity));
}

/*
by default,
unordered lists will be rows when the screen is big
and columns when the screen is smaller
*/

ul {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  ul {
    flex-direction: row;
  }
}

/* alternate pink and blue bg  for sections */

body section:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(48 224 255 / var(--tw-bg-opacity));
}

body section:nth-child(odd):is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(35 10 126 / var(--tw-bg-opacity));
}

body section:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 111 247 / var(--tw-bg-opacity));
}

body section:nth-child(even):is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(99 10 163 / var(--tw-bg-opacity));
}

body section:nth-child(even) button {
  --tw-border-opacity: 1;
  border-color: rgb(48 224 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(48 224 255 / var(--tw-text-opacity));
}

body section:nth-child(even) button:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(35 10 126 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(35 10 126 / var(--tw-text-opacity));
}

footer {
  padding: 2rem;
  padding-left: 4rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
}

footer:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(99 10 163 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  footer {
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

footer
{
  & h3 {
    margin-top: 1rem;
  }
  & h3 {
    text-transform: uppercase;
  }
  & h3 {
    letter-spacing: 0.1em;
  }
  & h3
{
    font-family            : "Roboto Flex";
    font-optical-sizing    : auto;
    font-variation-settings: 
      "slnt" 0,
      "wght" 800,
      "wdth" 190,
      "GRAD" 0,
      "XOPQ" 27,
      "XTRA" 642,
      "YOPQ" 106;
  }
  & > div {
    gap: 2rem;
  }
  @media (min-width: 1024px) {
    & > div {
      gap: 4rem;
    }
  }
  @media (min-width: 1024px) {
    & ul {
      flex: 1 1 0%;
    }
  }
  & ul li {
    margin: 0.25rem;
  }
  & a {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }
  & a {
    --tw-gradient-from: #230A7E var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(35 10 126 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  & a {
    --tw-gradient-to: #230A7E var(--tw-gradient-to-position);
  }
  & a {
    background-size: 0% 2px;
  }
  & a {
    background-position: left bottom;
  }
  & a {
    background-repeat: no-repeat;
  }
  & a {
    transition-property: background-size;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  & a {
    transition-duration: 200ms;
  }
  & a:hover {
    cursor: pointer;
  }
  & a:hover {
    background-size: 100% 2px;
  }
  & a:is(.dark *) {
    --tw-gradient-from: #FFFF66 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 255 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  & a:is(.dark *) {
    --tw-gradient-to: #FFFF66 var(--tw-gradient-to-position);
  }
}

/* ------------------------------------ */

/* custom classes */

/* ------------------------------------ */

/* stuff inside "section" tags */

.section-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 56rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: center;
  transition-duration: 700ms;
}

.section-content.title {
  max-width: 72rem;
}

/* inside "cards" for testimonials */

.quote {
  font-style: italic;
}

.quote, .attribution {
  padding-top: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0.05em;
}

/* hide scrollbar for the cards */

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

/* ------------------------------------ */

/*
create the illusion of a 3D button
*/

button, .card
{
  /* 
    prevent highlighting and the text cursor on buttons 
    no tailwind for this
    */
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  /* CSS variables */
  --b:4px;
  /* border length*/
  --c:18px;
  /* the cube perspective */
  transition: 0.2s;
  border    : solid;
  /* border is regular on top and right and then big on bottom and left */
  border-width:var(--b) var(--b) calc(var(--c) + var(--b)) calc(var(--c) + var(--b));
  /* mask off the edges of the big border to appear like a 45 degree angle */
  clip-path: 
        polygon(
        0%          var(--c), 
        var(--c)    0%, 
        100%        0%, 
        100%        calc(100% - var(--c)),
        calc(100% - var(--c))   100%, 
        0%          100%,
        0%          100%
    );
}

/* half pressed */

@media (hover: hover) and (pointer: fine)
{
  button:hover 
    {
    /* move the button to be half pressed at an angle */
    transform:translate(calc(var(--c)*-0.5),calc(var(--c)*.5));
    /* mask off the edge properly */
    clip-path: 
        polygon(
            calc(var(--c)*.5)   calc(var(--c)*.5), 
            var(--c)            0%, 
            100%                0%, 
            100%                calc(100% - (var(--c))),
            calc(100% - (var(--c)*.5)) calc(100% - (var(--c)*.5)), 
            calc(var(--c)*.5)   calc(100% - (var(--c)*.5)),
            calc(var(--c)*.5)   calc(100% - (var(--c)*.5))
        );
  }

  button
    {
    /* hover stuff */
  }

  @keyframes toState1 {
    0% {
      font-variation-settings: 'wght' 900, 'wdth' 150, 'GRAD' 0, 'XOPQ' 50, 'XTRA' 603, 'YOPQ' 114, 'YTAS' 750, 'YTDE' -203, 'YTFI' 738, 'YTLC' 514, 'YTUC' 712;
    }

    100% {
      font-variation-settings: 'wght' 500, 'wdth' 190, 'GRAD' 0, 'XOPQ' 50, 'XTRA' 468, 'YOPQ' 114, 'YTAS' 750, 'YTDE' -203, 'YTFI' 738, 'YTLC' 514, 'YTUC' 712;
    }
  }

  button {
    animation: toState1 0.2s forwards;
    transition-duration: 200ms;
  }

  @keyframes toState2 {
    0% {
      font-variation-settings: 'wght' 500, 'wdth' 150, 'GRAD' 0, 'XOPQ' 50, 'XTRA' 468, 'YOPQ' 114, 'YTAS' 750, 'YTDE' -203, 'YTFI' 738, 'YTLC' 514, 'YTUC' 712;
    }

    100% {
      font-variation-settings: 'wght' 900, 'wdth' 190, 'GRAD' 0, 'XOPQ' 50, 'XTRA' 603, 'YOPQ' 114, 'YTAS' 750, 'YTDE' -203, 'YTFI' 738, 'YTLC' 514, 'YTUC' 712;
    }
  }

  button:hover {
    animation: toState2 0.2s forwards;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 102 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(35 10 126 / var(--tw-text-opacity));
  }

  button:hover:is(.dark *) {
    --tw-border-opacity: 1;
    border-color: rgb(254 111 247 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(99 10 163 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(254 111 247 / var(--tw-text-opacity));
  }

  /* select buttons where the background is pink (text is blue) */

  body section:nth-child(even) button:hover {
    --tw-border-opacity: 1;
    border-color: rgb(35 10 126 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(35 10 126 / var(--tw-text-opacity));
  }

  body section:nth-child(even) button:hover:is(.dark *) {
    --tw-border-opacity: 1;
    border-color: rgb(254 111 247 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(35 10 126 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(254 111 247 / var(--tw-text-opacity));
  }
}

/* full press */

/* mobile gets an added class, via js */

button:active, button.active 
{
  /* button goes all the way down */
  transform:translate(calc(var(--c)*-1), var(--c));
  /* mask off all the extra */
  clip-path: 
        polygon(var(--c)    0%,
        var(--c)            0%, 
        100%                0%, 
        100%                calc(100% - var(--c)),
        100%                calc(100% - var(--c)),
        var(--c)            calc(100% - var(--c)),
        var(--c)            calc(100% - var(--c))
    );
}

/* reveal sections while scrolling */

/* ------------------------------------ */

.section-content > *
{
  animation         : fade-in 0.8s ease-in both;
  animation-timeline: view();
  animation-range   : entry 10% cover 20%;
}

.section-content > h2
{
  animation: 
    fade-in 0.8s ease-in both,
    unwiden 0.8s ease-in both;
  animation-timeline: view();
  animation-range   : entry 10% cover 20%;
}

@keyframes unwiden
{
  0%
    {
    font-variation-settings: 
        "slnt" 0,
        "wght" 100,
        "wdth" 150,
        "GRAD" 0,
        "XOPQ" 50,
        "XTRA" 468,
        "YOPQ" 114,
        "YTAS" 750,
        "YTDE" -203,
        "YTFI" 738,
        "YTLC" 514,
        "YTUC" 712;
  }
}

@keyframes fade-in
{
  from
    {
    opacity  : 0;
    translate: 0 100px;
  }
}

/* ------------------------------------ */

/* defeat default highlighting */

/* ------------------------------------ */

::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(35 10 126 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(254 111 247 / var(--tw-text-opacity));
}

::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(35 10 126 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(254 111 247 / var(--tw-text-opacity));
}

:is(.dark *)::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(254 111 247 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(35 10 126 / var(--tw-text-opacity));
}

:is(.dark *)::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(254 111 247 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(35 10 126 / var(--tw-text-opacity));
}

::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(35 10 126 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(254 111 247 / var(--tw-text-opacity));
}

/* ------------------------------------ */

/*
@media (hover:none) and (pointer: coarse)
{
    button 
    {
        transition: 0.05s;
    }
}
*/

/* otherwise hide these */

#dark_mode_button, #back_to_top {
  display: none;
}

@media (hover: hover) and (pointer: fine)
{
  #dark_mode_button {
    position: fixed;
    right: 5vw;
    top: 5vh;
    display: block;
  }

  #back_to_top {
    position: fixed;
    right: 5vw;
    bottom: 5vh;
    display: block;
  }
}

/* scrollspy */

/* ------------------------------------ */

nav {
  position: fixed;
  top: 50vh;
  left: 1vw;
  --tw-translate-y: -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));
}

@media (min-width: 640px) {
  nav {
    display: none;
  }
}

@media (min-width: 768px) {
  nav {
    display: block;
  }
}

.dot {
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(35 10 126 / var(--tw-bg-opacity));
  transition-duration: 200ms;
}

.dot:hover {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  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));
}

.dot:is(.dark *) {
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(254 111 247 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .dot {
    margin: 0.5rem;
    height: 0.5rem;
    width: 0.5rem;
  }
}

@media (min-width: 1024px) {
  .dot {
    margin: 1rem;
    height: 1rem;
    width: 1rem;
  }
}

.dot.active {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  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));
}

/* ------------------------------------ */

.dark\:text-fc-yeller:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 102 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .sm\:w-1\/2 {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .md\:flex-row {
    flex-direction: row;
  }

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

@media (min-width: 1024px) {
  .lg\:w-full {
    width: 100%;
  }

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

  .lg\:text-left {
    text-align: left;
  }

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