*, ::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: #dfe5e6;
  /* 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: "Bandeins Sans", "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, 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: "Kode Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 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: #b5bfc4;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #b5bfc4;
  /* 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;
}

.text-muted {
  color: var(--color-muted);
}

strong {
  font-variation-settings: 'wght' 600;
}

html {
  background-color: #eef2eb;
  scroll-behavior: smooth;
}

html,
  body {
  font-family: "Bandeins Sans", "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: clamp(0.925rem, 0.925rem + 0.4vw, 1rem);
  line-height: 1.35;
  background-color: #eef2eb;
}

/* Ensure all sections scroll to top (0px) */

section[id] {
  scroll-margin-top: 0;
}

body {
  color: var(--color-text-body-light);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.5;
}

/* Headings - Light Background (Default) */

h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
  font-family: "Bandeins Strange", "Syne", sans-serif;
  font-variation-settings: 'wght' 400;
  margin-bottom: 1.5rem;
  font-weight: 100;
  font-variation-settings: 'wght' 100;
}

h1,
  .h1 {
  margin-bottom: 3rem;
  text-transform: uppercase;
  font-variation-settings: 'wght' 400;
  font-size: 28px;
  font-weight: 300;
  font-variation-settings: 'wght' 300, 'wdth' 400;
  color: var(--color-text-heading-light);
  line-height: 1.2;
}

h2,
  .h2 {
  margin-top: 4rem;
  font-weight: 400;
  font-variation-settings: 'wght' 400;
}

@media (min-width: 40rem) {
  h2,
  .h2 {
    margin-top: 6rem;
  }
}

h2,
  .h2 {
  font-size: 28px;
  color: var(--color-text-heading-light);
  line-height: 1.3;
}

h3,
  .h3 {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  font-weight: 400;
  font-variation-settings: 'wght' 400;
}

@media (min-width: 40rem) {
  h3,
  .h3 {
    margin-top: 3rem;
  }
}

h3,
  .h3 {
  font-size: 22px;
  color: var(--color-text-subheading-light);
  line-height: 1.4;
}

h4,
  .h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  font-weight: 400;
  font-variation-settings: 'wght' 400;
}

@media (min-width: 40rem) {
  h4,
  .h4 {
    margin-top: 3rem;
  }
}

h4,
  .h4 {
  font-size: 22px;
  color: var(--color-text-subheading-light);
  line-height: 1.4;
}

h5,
  .h5,
  h6,
  .h6 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 40rem) {
  h5,
  .h5,
  h6,
  .h6 {
    margin-top: 3rem;
  }
}

h5,
  .h5,
  h6,
  .h6 {
  font-size: 22px;
  color: var(--color-text-subheading-light);
  line-height: 1.4;
}

/* Links in headings should use lighter contrasting color */

h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
  color: inherit;
  text-decoration-line: none;
}

h1 a:hover,
  h2 a:hover,
  h3 a:hover,
  h4 a:hover,
  h5 a:hover,
  h6 a:hover {
  text-decoration-line: underline;
}

/* Links */

a {
  color: var(--color-text-body-light);
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

a:hover {
  text-decoration-thickness: 2px;
}

a {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Content */

p, ul, ol, dl {
  margin-bottom: 1.5rem;
  max-width: 52ch;
  font-family: "Bandeins Sans", "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-text-body-light);
  letter-spacing: -0.02em;
}

/* Responsive font sizes - maintain minimum sizes */

@media (min-width: 768px) {
  h1, .h1 {
    font-size: clamp(28px, 28px + 2vw, 48px);
  }

  h2, .h2 {
    font-size: clamp(28px, 28px + 1.5vw, 40px);
  }

  h3, .h3 {
    font-size: clamp(22px, 22px + 0.5vw, 28px);
  }

  h4, h5, h6, .h4, .h5, .h6 {
    font-size: clamp(22px, 22px + 0.3vw, 26px);
  }

  p, ul, ol, dl {
    font-size: clamp(16px, 16px + 0.3vw, 18px);
  }
}

ul,
  ol,
  dl {
  margin-bottom: 3rem;
  max-width: 52ch;
}

p + ul,
  p + ol,
  p + dl {
  position: relative;
  top: -1rem;
}

dt {
  color: var(--color-text-subheading-light);
}

dd {
  margin-bottom: 2rem;
  margin-left: 3rem;
  color: var(--color-text-body-light);
}

article {
  padding-top: 4rem;
}

@media (min-width: 48rem) {
  article {
    padding-top: 0px;
  }
}

ul {
  margin-bottom: 2rem;
  list-style-type: none;
  padding-left: 0px;
}

li {
  position: relative;
  margin-bottom: 0px;
  padding-left: 1.5rem;
  color: var(--color-text-body-light);
}

li::before {
  content: "•";
  position: absolute;
  left: 0px;
  color: var(--color-text-body-light);
}

/* Dark Background Sections - Inverted Colors */

[data-section="approach"],
  .approach-section,
  .section-dark,
  .bg-dark {
  color: var(--color-text-body-dark);
}

[data-section="approach"] h1,
  [data-section="approach"] h2,
  .approach-section h1,
  .approach-section h2,
  .section-dark h1,
  .section-dark h2,
  .bg-dark h1,
  .bg-dark h2 {
  color: var(--color-text-heading-dark);
}

[data-section="approach"] h3,
  [data-section="approach"] h4,
  [data-section="approach"] h5,
  [data-section="approach"] h6,
  .approach-section h3,
  .approach-section h4,
  .approach-section h5,
  .approach-section h6,
  .section-dark h3,
  .section-dark h4,
  .section-dark h5,
  .section-dark h6,
  .bg-dark h3,
  .bg-dark h4,
  .bg-dark h5,
  .bg-dark h6 {
  color: var(--color-text-subheading-dark);
}

[data-section="approach"] p,
  [data-section="approach"] li,
  [data-section="approach"] dd,
  .approach-section p,
  .approach-section li,
  .approach-section dd,
  .section-dark p,
  .section-dark li,
  .section-dark dd,
  .bg-dark p,
  .bg-dark li,
  .bg-dark dd {
  color: var(--color-text-body-dark);
}

[data-section="approach"] li::before,
  .approach-section li::before,
  .section-dark li::before,
  .bg-dark li::before {
  color: var(--color-text-body-dark);
}

[data-section="approach"] a,
  .approach-section a,
  .section-dark a,
  .bg-dark a {
  color: var(--color-text-body-dark);
}

[data-section="approach"] dt,
  .approach-section dt,
  .section-dark dt,
  .bg-dark dt {
  color: var(--color-text-subheading-dark);
}

/* Footer - Light Background (user specified) */

.footer-section,
  [data-section="footer"] {
  color: var(--color-text-body-light);
}

.footer-section h1,
  .footer-section h2,
  .footer-section h3,
  .footer-section h4,
  .footer-section h5,
  .footer-section h6,
  [data-section="footer"] h1,
  [data-section="footer"] h2,
  [data-section="footer"] h3,
  [data-section="footer"] h4,
  [data-section="footer"] h5,
  [data-section="footer"] h6 {
  color: var(--color-text-heading-light);
}

.footer-section h3,
  .footer-section h4,
  .footer-section h5,
  .footer-section h6,
  [data-section="footer"] h3,
  [data-section="footer"] h4,
  [data-section="footer"] h5,
  [data-section="footer"] h6 {
  color: var(--color-text-subheading-light);
}

.footer-section p,
  .footer-section li,
  .footer-section a,
  [data-section="footer"] p,
  [data-section="footer"] li,
  [data-section="footer"] a {
  color: var(--color-text-body-light);
}

html {
  background-color: #eef2eb;
}

body {
  color: var(--color-fg);
  background-color: #eef2eb;
}

body.home {
  background-color: #eef2eb;
}

/* Ensure all images stay within containers */

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

picture img {
  width: 100%;
  max-width: 100%;
}

/* Prevent container overflow */

* {
  box-sizing: border-box;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 40rem) {
  .container {
    max-width: 40rem;
  }
}

@media (min-width: 48rem) {
  .container {
    max-width: 48rem;
  }
}

@media (min-width: 64rem) {
  .container {
    max-width: 64rem;
  }
}

@media (min-width: 80rem) {
  .container {
    max-width: 80rem;
  }
}

@media (min-width: 110rem) {
  .container {
    max-width: 110rem;
  }
}

@media (min-width: 128rem) {
  .container {
    max-width: 128rem;
  }
}

@media (min-width: 140rem) {
  .container {
    max-width: 140rem;
  }
}

/* Scale up menu button by 1.3x on smaller screens */

/* Scale up menu button icon on smaller screens */

/* Scale up hamburger lines on smaller screens */

/* Scale up hamburger line spacing on smaller screens */

/* Scale up hamburger line spacing on smaller screens */

/* X state when menu is open */

.menu {
  pointer-events: none;
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  transform-origin: top left;
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(79 157 110 / var(--tw-bg-opacity));
  opacity: 0;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  min-width: 200px;
}

/* Scale up menu on smaller screens */

@media (max-width: 767px) {
  .menu {
    min-width: 260px;
    /* 200px * 1.3 = 260px */
  }
}

.open-menu .menu {
  pointer-events: auto;
  --tw-scale-x: 1;
  --tw-scale-y: 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));
  opacity: 1;
}

/* Scale up menu header padding on smaller screens */

/* Scale up menu close button on smaller screens */

/* Scale up menu close icon on smaller screens */

/* Scale up menu close icon lines on smaller screens */

/* Scale up menu link padding and font size on smaller screens */

.menu__link.active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: var(--color-bg);
}

/* Scale up menu social section on smaller screens */

/* Scale up social icons on smaller screens */

.contact-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 48rem) {
  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 64rem) {
  .contact-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.contact-grid__item {
  display: block;
  padding: 1.5rem;
  text-decoration-line: none;
}

.contact-grid__icon {
  margin-left: auto;
  margin-right: auto;
  max-height: 48px;
  max-width: 48px;
  stroke: #8fd570;
}

.contact-grid__title {
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: clamp(1.125rem, 1.026rem + 0.465vw, 1.375rem);
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 500;
  font-variation-settings: 'wght' 500;
}

.services {
  display: grid;
  gap: 2rem;
}

@media (min-width: 48rem) {
  .services {
    gap: 3rem;
  }
}

@media (min-width: 64rem) {
  .services {
    gap: 4rem;
  }
}

/* UI Framework Components */

.ui-content {
  position: relative;
  z-index: 0;
}

.zoom-active .ui-content {
  position: static;
}

.open-menu .ui-content:after {
  pointer-events: none;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100vw;
  --tw-bg-opacity: 1;
  background-color: rgb(48 51 54 / var(--tw-bg-opacity));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  content: "";
  z-index: 50;
  opacity: 0.4;
  --tw-backdrop-blur: blur(12px);
  -webkit-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);
  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);
}

/* Layout Components */

.content-container {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

@media (min-width: 40rem) {
  .content-container {
    margin-left: 128px;
    margin-right: 64px;
  }
}

@media (min-width: 110rem) {
  .content-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem;
  }
}

.content-container-wo {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 40rem) {
  .content-container-wo {
    margin-left: 128px;
    margin-right: 64px;
  }
}

@media (min-width: 110rem) {
  .content-container-wo {
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem;
  }
}

.sub-heading {
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  max-width: 52ch;
}

@media (min-width: 48rem) {
  .sub-heading {
    margin-bottom: 4rem;
  }
}

@media (min-width: 64rem) {
  .sub-heading {
    margin-top: 1rem;
  }
}

.sub-heading + hr {
  margin-top: -0.5rem;
}

@media (min-width: 48rem) {
  .sub-heading + hr {
    margin-top: -1rem;
  }
}

.toc-toggle {
  flex-shrink: 0;
  transition: background-color 0.2s;
}

.toc-container ol {
  max-width: 100%;
}

figcaption {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 1rem;
  margin-right: 1rem;
  display: block;
  text-align: center;
  font-size: clamp(0.925rem, 0.925rem + 0.4vw, 1rem);
  line-height: 1.35;
  color: var(--color-muted);
}

.problem-item figcaption {
  color: var(--color-text-subheading-dark);
}

@media (min-width: 40rem) {
  figcaption {
    margin-top: 0.5rem;
    margin-bottom: 2rem;
  }
}

/* Button Components - Consolidated from buttons.css */

.button {
  cursor: pointer;
  border-radius: 0.5rem;
  background-color: var(--color-fg);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(79 157 110 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(79 157 110 / var(--tw-bg-opacity));
  color: var(--color-fg);
}

.button svg {
  top: -4px;
  margin-right: 0.25rem;
  display: inline-block;
  height: 18px;
  width: 18px;
  fill: currentColor;
  stroke: currentColor;
  vertical-align: middle;
}

.back {
  margin-bottom: 3rem;
  margin-left: 62px;
  margin-top: 28px;
  display: block;
  font-size: clamp(0.925rem, 0.925rem + 0.4vw, 1rem);
  line-height: 1.35;
  --tw-text-opacity: 1;
  color: rgb(181 191 196 / var(--tw-text-opacity));
  text-decoration-line: none;
  text-decoration-color: var(--color-fg);
}

/* Card Components - Consolidated from cards.css */

.card {
  position: relative;
  height: 100%;
  width: 100%;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 600ms;
  transform-style: preserve-3d;
  aspect-ratio: 23/32;
}

.card.flipped {
  transform: rotateY(180deg);
}

.card-front,
  .card-back {
  position: absolute;
  height: 100%;
  width: 100%;
  backface-visibility: hidden;
}

.card-back {
  transform: rotateY(180deg);
}

/* Utility Components */

/* Portfolio Components */

.project-list {
  margin-bottom: 1rem;
  display: table;
  width: auto;
  max-width: none;
  font-size: clamp(0.925rem, 0.925rem + 0.4vw, 1rem);
  line-height: 1.35;
}

@media (min-width: 48rem) {
  .project-list {
    margin-bottom: 0px;
    display: block;
    width: 100%;
  }
}

.project-list div {
  margin-right: 1.5rem;
  display: table-row;
}

@media (min-width: 48rem) {
  .project-list div {
    display: inline-block;
  }
}

.project-list dt {
  display: table-cell;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(181 191 196 / var(--tw-text-opacity));
  font-weight: 500;
  font-variation-settings: 'wght' 500;
}

@media (min-width: 48rem) {
  .project-list dt {
    display: inline;
    width: auto;
    white-space: normal;
    padding-right: 0.5rem;
  }
}

@media (min-width: 110rem) {
  .project-list dt {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.project-list dd {
  margin-left: 0px;
  display: table-cell;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 1rem;
}

@media (min-width: 48rem) {
  .project-list dd {
    display: inline;
    padding-left: 0px;
  }
}

/* Resume Components */

/* Gallery Components */

.qql-collection .gallery-row .media-wrapper {
  margin-bottom: 1rem;
}

.interplay-grid {
  display: grid;
  gap: 2rem;
}

@media (min-width: 48rem) {
  .interplay-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.gallery-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}

@media (min-width: 48rem) {
  .gallery-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Image Gallery Components */

.image-gallery {
  width: 100%;
  overflow: hidden;
}

.image-gallery img {
  height: auto;
  width: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Contact Components */

.contact-card {
  margin-bottom: 4rem;
  display: block;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(120 127 138 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(82 87 93 / var(--tw-bg-opacity));
  padding: 1.5rem;
  text-decoration-line: none;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 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);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.contact-card:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  --tw-bg-opacity: 1;
  background-color: rgb(48 128 79 / var(--tw-bg-opacity));
  text-decoration-line: none;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.contact-card__image {
  margin-bottom: 1rem;
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.contact-card:hover .contact-card__image {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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));
}

.contact-card__content > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.contact-card__text {
  color: var(--color-muted);
  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: 200ms;
}

.contact-card__link {
  color: var(--color-fg);
  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: 200ms;
  font-weight: 500;
  font-variation-settings: 'wght' 500;
}

.contact-card:hover .contact-card__text,
  .contact-card:hover .contact-card__link {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

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

.mx-\[16px\] {
  margin-left: 16px;
  margin-right: 16px;
}

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

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.\!mt-4 {
  margin-top: 1rem !important;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-0\.5 {
  margin-bottom: 0.125rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-\[2em\] {
  margin-bottom: 2em;
}

.ml-0 {
  margin-left: 0px;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mr-auto {
  margin-right: auto;
}

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

.mt-1 {
  margin-top: 0.25rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[5\/2\.6\] {
  aspect-ratio: 5/2.6;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-3 {
  height: 0.75rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-\[100vh\] {
  max-height: 100vh;
}

.max-h-\[450px\] {
  max-height: 450px;
}

.max-h-full {
  max-height: 100%;
}

.w-3 {
  width: 0.75rem;
}

.w-3\.5 {
  width: 0.875rem;
}

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

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

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-\[1680px\] {
  max-width: 1680px;
}

.max-w-\[30rem\] {
  max-width: 30rem;
}

.max-w-\[500px\] {
  max-width: 500px;
}

.max-w-\[700px\] {
  max-width: 700px;
}

.max-w-\[740px\] {
  max-width: 740px;
}

.max-w-full {
  max-width: 100%;
}

.max-w-none {
  max-width: none;
}

.max-w-prose {
  max-width: 52ch;
}

.max-w-xl {
  max-width: 36rem;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink {
  flex-shrink: 1;
}

.grow {
  flex-grow: 1;
}

.-translate-y-2 {
  --tw-translate-y: -0.5rem;
  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));
}

.list-outside {
  list-style-position: outside;
}

.list-decimal {
  list-style-type: decimal;
}

.list-disc {
  list-style-type: disc;
}

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

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

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

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

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

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

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

.justify-start {
  justify-content: flex-start;
}

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

.justify-between {
  justify-content: space-between;
}

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-y-12 {
  row-gap: 3rem;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

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

.overflow-hidden {
  overflow: hidden;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 211 214 / var(--tw-border-opacity));
}

.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(120 127 138 / var(--tw-border-opacity));
}

.border-primary-500 {
  --tw-border-opacity: 1;
  border-color: rgb(79 157 110 / var(--tw-border-opacity));
}

.border-primary-800 {
  --tw-border-opacity: 1;
  border-color: rgb(43 72 49 / var(--tw-border-opacity));
}

.bg-\[\#000000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-\[\#084C2B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(8 76 43 / var(--tw-bg-opacity));
}

.bg-\[\#121524\] {
  --tw-bg-opacity: 1;
  background-color: rgb(18 21 36 / var(--tw-bg-opacity));
}

.bg-\[\#262B43\] {
  --tw-bg-opacity: 1;
  background-color: rgb(38 43 67 / var(--tw-bg-opacity));
}

.bg-\[\#444444\] {
  --tw-bg-opacity: 1;
  background-color: rgb(68 68 68 / var(--tw-bg-opacity));
}

.bg-\[\#AE9C7B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(174 156 123 / var(--tw-bg-opacity));
}

.bg-\[\#B0A885\] {
  --tw-bg-opacity: 1;
  background-color: rgb(176 168 133 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}

.bg-primary-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 157 110 / var(--tw-bg-opacity));
}

.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.from-\[\#233524\] {
  --tw-gradient-from: #233524 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(35 53 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#2B3523\] {
  --tw-gradient-from: #2B3523 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(43 53 35 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#011302\] {
  --tw-gradient-to: #011302 var(--tw-gradient-to-position);
}

.to-\[\#0C1301\] {
  --tw-gradient-to: #0C1301 var(--tw-gradient-to-position);
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-1 {
  padding: 0.25rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-\[15svh\] {
  padding-top: 15svh;
}

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

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-\[12em\] {
  font-size: 12em;
}

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

.text-lg {
  font-size: clamp(1.5rem, 1.2rem + 0.75vw, 2.25rem);
  line-height: 1.25;
}

.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-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.uppercase {
  text-transform: uppercase;
}

.leading-\[0\.75\] {
  line-height: 0.75;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-black\/60 {
  color: rgb(0 0 0 / 0.6);
}

.text-blue-950 {
  --tw-text-opacity: 1;
  color: rgb(23 37 84 / var(--tw-text-opacity));
}

.text-foreground-muted {
  color: var(--color-muted);
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(135 144 155 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(99 106 112 / var(--tw-text-opacity));
}

.text-green-950 {
  --tw-text-opacity: 1;
  color: rgb(5 46 22 / var(--tw-text-opacity));
}

.text-muted {
  color: var(--color-muted);
}

.text-primary-950 {
  --tw-text-opacity: 1;
  color: rgb(16 20 16 / var(--tw-text-opacity));
}

.text-purple-950 {
  --tw-text-opacity: 1;
  color: rgb(59 7 100 / var(--tw-text-opacity));
}

.text-red-950 {
  --tw-text-opacity: 1;
  color: rgb(69 10 10 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}

.underline {
  text-decoration-line: underline;
}

.overline {
  text-decoration-line: overline;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.blur {
  --tw-blur: blur(8px);
  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);
}

.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);
  -webkit-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);
  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, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  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;
}

.\~text-base\/sm {
  font-size: clamp(0.875rem,1.05rem + -0.125vw,1rem)/* fluid type from 1rem at 40rem to 0.875rem at 140rem */;
  line-height: clamp(1.25rem,1.6rem + -0.25vw,1.5rem)/* fluid from 1.5rem at 40rem to 1.25rem at 140rem */;
}

/* Base Typography */

.font-medium {
  font-weight: 500;
  font-variation-settings: 'wght' 500;
}

.font-bold {
  font-weight: 700;
  font-variation-settings: 'wght' 700;
}

.top {
  margin-top: 0.5rem;
}

.text-shadow {
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.6), 0 6px 36px rgba(0, 0, 0, 1);
}

/* Layout */

.hr-separator {
  margin-top: 0px;
  margin-bottom: 2rem;
  height: 0.125rem;
  width: 48px;
  overflow: hidden;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(181 191 196 / var(--tw-bg-opacity));
}

.overline {
  margin-bottom: 1rem;
  display: block;
  font-family: "Bandeins Sans", "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: clamp(0.925rem, 0.925rem + 0.4vw, 1rem);
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(79 157 110 / var(--tw-text-opacity));
  font-weight: 600;
  font-variation-settings: 'wght' 600;
  text-decoration-line: none;
}

/* Interactive Elements */

.fade-in-element {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.fade-in-element.visible {
  opacity: 1;
}

/* Custom Animations */

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(
        calc(-50% - 0.5px)
      );
    /* Prevent subpixel rendering issues */
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes wave {
  40% {
    transform: rotate(0deg);
  }

  44% {
    transform: rotate(-20deg);
  }

  48% {
    transform: rotate(10deg);
  }

  52% {
    transform: rotate(-10deg);
  }

  56% {
    transform: rotate(5deg);
  }

  60% {
    transform: rotate(0deg);
  }
}

/* Zoom functionality */

.zoomable {
  z-index: 10;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.zoom-fullscreen {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  --tw-translate-x: -50%;
  --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));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.page-overlay {
  pointer-events: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  height: 100%;
  width: 100%;
  background-color: rgb(48 51 54 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.75;
  display: none;
}

.zoom-active .page-overlay {
  pointer-events: auto;
  display: block;
}

.zoomable[data-type="video"],
  .zoomable img {
  height: auto;
  width: auto;
  max-width: 100%;
}

.text-container {
  font-family: "Bandeins Sans", "Space Grotesk", serif;
  font-weight: 600;
  font-variation-settings: 'wght' 600;
}

.top {
  margin-top: 0.5rem;
}

/* Video controls */

video::-webkit-media-controls {
  display: none !important;
}

/* Container overflow prevention */

/* Animation utilities - Consolidated from animations.css */

/* Animation keyframes */

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes wave {
  0%,
    100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }
}

/* CSS Layers - Define order of precedence */

@layer reset, base, tokens, components, utilities, overrides;

/* Import organized by layers */

:root {
  --font-size-base: 16px;
  --navbar-width: 80px;
  /* Semantic Color Tokens */
  --color-text: #1D1D1D;
  --color-primary: #30804f;
  --color-secondary: #225d55;
  --color-bg: #30804f;
  --color-fg: #1D1D1D;
  --color-muted: rgba(33, 35, 31, 0.6);
  --color-accent: #83e36b;
  /* Legacy Brand Colors (for backward compatibility) */
  --color-green-primary: #30804f;
  --color-green-dark: #225d55;
  --color-green-darker: #113034;
  --color-green-light: #4f9d6e;
  --color-green-accent: #83e36b;
  --color-green-bright: #8fd570;
  --color-teal: #90b9b4;
  --color-cream: #f2f6e5;
  --color-white: #ffffff;
  --color-dark: #21231f;
  --color-dark-card: #101410;
  /* Legacy Semantic Colors (for backward compatibility) */
  --color-background: var(--color-primary);
  --color-background-dark: var(--color-green-darker);
  --color-text-muted: var(--color-muted);
  /* Section Backgrounds (Monochromatic palette) */
  --section-hero: #ffffff;
  --section-profile: #f5f7f3;
  --section-cta: #3d6b4f;
  --section-work: #f5f7f3;
  --section-testimonials: #e6ede4;
  --section-approach: #1a2e22;
  --section-footer: #4a7a5a;
  /* Text Colors - Light Background */
  --color-text-heading-light: #000000;
  --color-text-subheading-light: rgba(0, 0, 0, 0.8);
  --color-text-body-light: #000000;
  /* Text Colors - Dark Background */
  --color-text-heading-dark: #ffffff;
  --color-text-subheading-dark: rgba(255, 255, 255, 0.75);
  --color-text-body-dark: #ffffff;
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}

.fade-out {
  opacity: 0;
  transition: opacity 0.25s linear;
}

.hidden {
  display: none;
}

.notready {
  padding-top: var(--s);
}

.ready {
  padding-top: 0;
}

.hidden-until-loaded {
  visibility: hidden;
}

/* Remaining component imports - larger files that benefit from separation */

/* ============================================
   BUTTON STYLES
   Three variants: solid dark, outline, solid white
   Monochromatic scheme with fully rounded corners
   ============================================ */

/* Button Base Styles */

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Bandeins Sans", "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  font-weight: 700;
  font-variation-settings: 'wght' 700;
  padding: 0.5rem 1.25rem;
  font-size: 0.925rem;
  line-height: 1.5;
  letter-spacing: -0.02em;
  font-variation-settings: "wght" 700;
  border-radius: 9999px;
  border: 1px solid transparent;
}

/* Mobile: Increase vertical padding for better touch targets */

@media (max-width: 1023px) {
  .btn {
    padding: 0.75rem 1.25rem;
  }

  .btn-sm {
    padding: 0.625rem 1rem;
  }

  .btn-lg {
    padding: 1rem 2rem;
  }
}

/* Small button variant */

.btn-sm {
  padding: 0.375rem 1rem;
  font-size: 0.8125rem;
}

/* Large button variant */

.btn-lg {
  padding: 0.875rem 2rem;
  font-size: 1rem;
  line-height: 1.5;
}

/* ============================================
   SOLID DARK BUTTON
   Dark background with white text
   ============================================ */

.btn,
.btn-dark {
  background-color: var(--color-dark);
  color: var(--color-white);
  border-color: var(--color-dark);
}

/* Only apply hover effects on devices that support hover (not mobile) */

@media (hover: hover) and (pointer: fine) {
  .btn:hover,
  .btn-dark:hover {
    background-color: var(--color-dark-card);
    border-color: var(--color-dark-card);
    transform: scale(1.02);
  }
}

/* ============================================
   OUTLINE BUTTON
   Transparent background with dark border and text
   ============================================ */

.btn-outline {
  background-color: transparent;
  color: var(--color-dark);
  border-color: var(--color-dark);
}

@media (hover: hover) and (pointer: fine) {
  .btn-outline:hover {
    background-color: var(--color-dark);
    color: var(--color-white);
    transform: scale(1.02);
  }
}

/* ============================================
   SOLID WHITE BUTTON
   White background with dark text
   ============================================ */

.btn-white {
  background-color: var(--color-white);
  color: var(--color-dark);
  border-color: var(--color-white);
}

@media (hover: hover) and (pointer: fine) {
  .btn-white:hover {
    background-color: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.9);
    transform: scale(1.02);
  }
}

/* Legacy support for btn-bright (map to solid dark) */

.btn-bright {
  background-color: var(--color-dark);
  color: var(--color-white);
  border-color: var(--color-dark);
}

@media (hover: hover) and (pointer: fine) {
  .btn-bright:hover {
    background-color: var(--color-dark-card);
    border-color: var(--color-dark-card);
    transform: scale(1.02);
  }
}

.ui-navbar {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 50;
}

.open-menu .ui-navbar {
  z-index: 999;
}

/* Hide the old navigation structure when not needed */

.navigation {
  display: none;
}

.open-menu .navigation {
  display: none;
}

.branding {
  position: relative;
}

.site-title,
.site-logo {
  display: none;
}

.navigation .logo {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: auto;
  width: 42px;
  color: var(--color-bg);
}

@media (min-width: 48rem) {
  .navigation .logo {
    padding: 0px;
  }
}

.open-menu .navigation .logo {
  display: none;
}

.navigation .logo path {
  fill: currentColor;
}

.navigation .navigation-list .logo {
  margin-left: 0px;
  margin-right: auto;
  width: 56px;
}

@media (min-width: 48rem) {
  .navigation .navigation-list .logo {
    width: 72px;
  }
}

.navigation .social {
  display: flex;
  gap: 1rem;
  padding-left: 1rem;
  font-family: "Bandeins Sans", "Space Grotesk", serif;
  font-size: clamp(0.925rem, 0.925rem + 0.4vw, 1rem);
  line-height: 1.25;
}

.navigation .social p {
  margin-right: 1rem;
  font-family: "Bandeins Sans", "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: clamp(0.925rem, 0.925rem + 0.4vw, 1rem);
  line-height: 1.625;
  color: var(--color-muted);
}

.problem-item .navigation .social p {
  color: var(--color-text-subheading-dark);
}

.navigation .social a {
  text-decoration-line: underline;
  text-underline-offset: 4px;
  color: var(--color-fg);
}

.navigation .social svg {
  fill: currentColor;
}

/* ============================================
   SITE NAVBAR (Shared between homepage & internal pages)
   ============================================ */

.site-navbar {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 50;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 64rem) {
  .site-navbar {
    flex-direction: row;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.site-navbar {
  background: transparent;
  transition: background-color 0.3s ease, transform 0.3s ease;
  transform: translateY(0);
}

.site-navbar.nav-hidden {
  transform: translateY(-100%);
}

/* Portfolio navbar: logo only, centered */

.site-navbar.portfolio-navbar {
  justify-content: center;
}

.site-navbar.scrolled {
  background: rgba(30, 30, 30, 0.3);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* Homepage: light background when scrolled */

.home .site-navbar.scrolled {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.site-navbar.scrolled .site-logo-img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}

/* Homepage: keep dark logo when scrolled */

.home .site-navbar.scrolled .site-logo-img {
  filter: brightness(0);
}

/* Homepage: dark text when scrolled */

.home .site-navbar.scrolled .nav-link {
  --tw-text-opacity: 1;
  color: rgb(43 72 49 / var(--tw-text-opacity));
}

.home .site-navbar.scrolled .nav-link:hover {
  --tw-text-opacity: 1;
  color: rgb(17 48 52 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.home .site-navbar.scrolled .site-logo-text {
  --tw-text-opacity: 1;
  color: rgb(43 72 49 / var(--tw-text-opacity));
}

/* Homepage: dark mobile menu button when scrolled */

.home .site-navbar.scrolled .mobile-menu-handle::before,
.home .site-navbar.scrolled .mobile-menu-handle::after {
  background: rgba(0, 0, 0, 0.6);
}

.home .site-navbar.scrolled .mobile-menu-btn:hover .mobile-menu-handle::before,
.home .site-navbar.scrolled .mobile-menu-btn:hover .mobile-menu-handle::after {
  background: rgba(0, 0, 0, 0.9);
}

.site-logo-link {
  text-decoration-line: none;
  opacity: 0;
  filter: blur(10px);
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1), filter 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.site-logo-link.visible {
  opacity: 1;
  filter: blur(0px);
}

.site-logo-text {
  font-family: "Bandeins Strange", "Syne", sans-serif;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  font-weight: 600;
  font-variation-settings: 'wght' 600;
  font-size: 1.5rem;
  /* 24px base */
  font-variation-settings: "wght" 600, "wdth" 125;
}

/* Reduce logo text size on large screens */

@media (min-width: 1024px) {
  .site-logo-text {
    font-size: 1.625rem;
    /* 26px on large screens */
  }
}

/* Homepage: dark text on light background */

.home .site-logo-text {
  --tw-text-opacity: 1;
  color: rgb(43 72 49 / var(--tw-text-opacity));
}

/* Portfolio pages: light text */

body.portfolio-page .site-logo-text,
body.portfolio-page .nav-link {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

body.portfolio-page .nav-link:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}

body.portfolio-page .site-logo-img path:first-child {
  fill: #ffffff;
}

body.portfolio-page .site-logo-img .design-text {
  fill: var(--color-green-primary) !important;
}

.site-logo-img {
  height: 1.75rem;
  width: auto;
  transition: filter 0.3s ease;
}

/* Homepage: dark logo on light background, but keep "design" text green */

.home .site-logo-img path:first-child {
  fill: #2b4831;
  /* primary-800 */
}

/* Keep "design" text green (darker green) on homepage */

.home .site-logo-img .design-text {
  fill: var(--color-green-primary) !important;
}

.nav-links {
  align-items: center;
  gap: 2rem;
  display: none;
}

@media (min-width: 64rem) {
  .nav-links {
    display: flex;
  }
}

.nav-link {
  position: relative;
  padding-bottom: 0.5rem;
  font-family: "Bandeins Sans", "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  font-size: 0.875rem;
  /* 14px base */
  font-weight: 600;
  opacity: 0;
  filter: blur(10px);
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1), filter 0.4s cubic-bezier(0.16, 1, 0.3, 1), all 0.2s ease;
}

.nav-link.visible {
  opacity: 1;
  filter: blur(0px);
}

/* Reduce nav link size on large screens */

@media (min-width: 1024px) {
  .nav-link {
    font-size: 0.925rem;
    /* 14px on large screens */
  }
}

/* Homepage: dark text on light background */

.home .nav-link {
  color: var(--color-fg);
}

.nav-link:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}

/* Homepage: dark hover on light background */

.home .nav-link:hover {
  color: var(--color-fg);
  text-decoration-line: underline;
}

.nav-link.active {
  font-weight: 700;
  font-variation-settings: 'wght' 700;
}

.nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 3px;
  background-color: var(--color-accent);
}

.nav-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Bandeins Sans", "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  font-weight: 700;
  font-variation-settings: 'wght' 700;
  padding: 0.5rem 1.25rem;
  font-size: 0.925rem;
  line-height: 1.5;
  letter-spacing: -0.02em;
  font-variation-settings: "wght" 700;
  border-radius: 9999px;
  border: 1px solid transparent;
}

@media (max-width: 1023px) {
  .nav-cta {
    padding: 0.75rem 1.25rem;
    padding: 0.625rem 1rem;
  }
}

.nav-cta {
  padding: 0.375rem 1rem;
  font-size: 0.8125rem;
  background-color: var(--color-dark);
  color: var(--color-white);
  border-color: var(--color-dark);
}

@media (hover: hover) and (pointer: fine) {
  .nav-cta:hover {
    background-color: var(--color-dark-card);
    border-color: var(--color-dark-card);
    transform: scale(1.02);
  }
}

.mobile-menu-cta .nav-cta {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: clamp(0.925rem, 0.925rem + 0.4vw, 1rem);
  line-height: 1.35;
}

.nav-cta {
  opacity: 0;
  filter: blur(10px);
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1), filter 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-cta.visible {
  opacity: 1;
  filter: blur(0px);
}

/* Portfolio pages: ensure nav CTA is visible */

body.portfolio-page .nav-cta {
  color: var(--color-accent);
}

/* Mobile Menu Button - sleek two-bar design */

.mobile-menu-btn {
  position: absolute;
  right: 1rem;
  top: 1rem;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

@media (min-width: 64rem) {
  .mobile-menu-btn {
    display: none;
  }
}

.mobile-menu-btn {
  width: 28px;
  height: 28px;
  background: transparent;
  border: none;
  padding: 0;
  z-index: 100;
}

.mobile-menu-handle {
  position: relative;
  display: block;
  width: 20px;
  height: 8px;
}

.mobile-menu-handle::before,
.mobile-menu-handle::after {
  content: "";
  position: absolute;
  left: 0px;
  display: block;
  width: 20px;
  height: 1.5px;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}

/* Homepage: dark handle lines on light background */

.home .mobile-menu-handle::before,
.home .mobile-menu-handle::after {
  background: rgba(0, 0, 0, 0.6);
}

/* Portfolio pages: light handle lines */

body.portfolio-page .mobile-menu-handle::before,
body.portfolio-page .mobile-menu-handle::after {
  background: rgba(255, 255, 255, 0.8);
}

body.portfolio-page .mobile-menu-btn:hover .mobile-menu-handle::before,
body.portfolio-page .mobile-menu-btn:hover .mobile-menu-handle::after {
  background: rgba(255, 255, 255, 1);
}

.mobile-menu-handle::before {
  top: 0;
}

.mobile-menu-handle::after {
  bottom: 0;
}

.mobile-menu-btn:hover .mobile-menu-handle::before,
.mobile-menu-btn:hover .mobile-menu-handle::after {
  background: rgba(255, 255, 255, 1);
}

/* Homepage: dark hover handle on light background */

.home .mobile-menu-btn:hover .mobile-menu-handle::before,
.home .mobile-menu-btn:hover .mobile-menu-handle::after {
  background: rgba(0, 0, 0, 0.9);
}

.mobile-menu-btn.open .mobile-menu-handle::before {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.mobile-menu-btn.open .mobile-menu-handle::after {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

/* Responsive navbar adjustments */

@media (max-width: 1024px) {
  .nav-links {
    display: none;
  }

  .nav-cta {
    display: none;
  }

  @media (min-width: 64rem) {
    .nav-cta {
      display: inline-flex;
    }
  }
}

/* ============================================
   INTERNAL PAGE NAVBAR VARIANT
   Light background with dark text
   ============================================ */

body:not(.home):not(.portfolio-page) .site-navbar .nav-link {
  --tw-text-opacity: 1;
  color: rgb(120 127 138 / var(--tw-text-opacity));
}

body:not(.home):not(.portfolio-page) .site-navbar .nav-link:hover {
  --tw-text-opacity: 1;
  color: rgb(82 87 93 / var(--tw-text-opacity));
  text-decoration-line: none;
}

body:not(.home):not(.portfolio-page) .site-navbar .mobile-menu-handle::before,
body:not(.home):not(.portfolio-page) .site-navbar .mobile-menu-handle::after {
  background: rgba(0, 0, 0, 0.6);
}

body:not(.home):not(.portfolio-page) .site-navbar .mobile-menu-btn:hover .mobile-menu-handle::before,
body:not(.home):not(.portfolio-page) .site-navbar .mobile-menu-btn:hover .mobile-menu-handle::after {
  background: rgba(0, 0, 0, 0.8);
}

/* When scrolled on internal pages, keep white text */

body:not(.home):not(.portfolio-page) .site-navbar.scrolled .nav-link {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

body:not(.home):not(.portfolio-page) .site-navbar.scrolled .nav-link:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}

body:not(.home):not(.portfolio-page) .site-navbar.scrolled .mobile-menu-handle::before,
body:not(.home):not(.portfolio-page) .site-navbar.scrolled .mobile-menu-handle::after {
  background: rgba(255, 255, 255, 0.8);
}

body:not(.home):not(.portfolio-page) .site-navbar.scrolled .mobile-menu-btn:hover .mobile-menu-handle::before,
body:not(.home):not(.portfolio-page) .site-navbar.scrolled .mobile-menu-btn:hover .mobile-menu-handle::after {
  background: rgba(255, 255, 255, 1);
}

/* Portfolio pages: always light navbar content */

body.portfolio-page .site-navbar .nav-link,
body.portfolio-page .site-navbar.scrolled .nav-link {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

body.portfolio-page .site-navbar .nav-link:hover,
body.portfolio-page .site-navbar.scrolled .nav-link:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}

body.portfolio-page .site-navbar .site-logo-text,
body.portfolio-page .site-navbar.scrolled .site-logo-text {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

body.portfolio-page .site-navbar .mobile-menu-handle::before,
body.portfolio-page .site-navbar .mobile-menu-handle::after,
body.portfolio-page .site-navbar.scrolled .mobile-menu-handle::before,
body.portfolio-page .site-navbar.scrolled .mobile-menu-handle::after {
  background: rgba(255, 255, 255, 0.8);
}

body.portfolio-page .site-navbar .mobile-menu-btn:hover .mobile-menu-handle::before,
body.portfolio-page .site-navbar .mobile-menu-btn:hover .mobile-menu-handle::after,
body.portfolio-page .site-navbar.scrolled .mobile-menu-btn:hover .mobile-menu-handle::before,
body.portfolio-page .site-navbar.scrolled .mobile-menu-btn:hover .mobile-menu-handle::after {
  background: rgba(255, 255, 255, 1);
}

body.portfolio-page .site-navbar .site-logo-img path:first-child,
body.portfolio-page .site-navbar.scrolled .site-logo-img path:first-child {
  fill: #ffffff;
}

body.portfolio-page .site-navbar .site-logo-img .design-text,
body.portfolio-page .site-navbar.scrolled .site-logo-img .design-text {
  fill: var(--color-green-primary) !important;
}

/* ============================================
   MOBILE MENU (Pull-down Sheet)
   ============================================ */

.mobile-menu {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 60;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(48 51 54 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 64rem) {
  .mobile-menu {
    display: none;
  }
}

.mobile-menu {
  transform: translateY(-100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}

.mobile-menu.open {
  transform: translateY(0);
}

/* CTA button at top of menu */

.mobile-menu-cta {
  margin-bottom: 2rem;
}

.mobile-menu-cta .btn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: clamp(0.925rem, 0.925rem + 0.4vw, 1rem);
  line-height: 1.35;
}

/* Navigation links */

.mobile-menu-links {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 0px;
}

.mobile-menu-link {
  display: inline-block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-family: "Bandeins Strange", "Syne", sans-serif;
  font-size: clamp(1.125rem, 1.026rem + 0.465vw, 1.375rem);
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  font-variation-settings: "wght" 300, "wdth" 125;
  opacity: 0;
  transition: opacity 0.2s ease, color 0.2s ease;
}

.mobile-menu-link.active {
  font-variation-settings: "wght" 700, "wdth" 125;
  position: relative;
}

.mobile-menu-link.active::after {
  content: "";
  position: absolute;
  left: 0px;
  height: 3px;
  border-radius: 9999px;
  background-color: var(--color-accent);
  bottom: 6px;
  display: inline-block;
  width: 100%;
}

.mobile-menu.open .mobile-menu-link {
  opacity: 1;
}

/* Stagger the link animations */

.mobile-menu.open .mobile-menu-link:nth-child(1) {
  transition-delay: 0.08s;
}

.mobile-menu.open .mobile-menu-link:nth-child(2) {
  transition-delay: 0.12s;
}

.mobile-menu.open .mobile-menu-link:nth-child(3) {
  transition-delay: 0.16s;
}

.mobile-menu.open .mobile-menu-link:nth-child(4) {
  transition-delay: 0.2s;
}

.mobile-menu.open .mobile-menu-link:nth-child(5) {
  transition-delay: 0.24s;
}

.mobile-menu.open .mobile-menu-link:nth-child(6) {
  transition-delay: 0.28s;
}

.mobile-menu-link:hover,
.mobile-menu-link:active {
  color: var(--color-accent);
}

/* Logo at bottom of menu */

.mobile-menu-logo {
  margin-top: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.mobile-menu-logo svg {
  height: 36px;
  width: auto;
}

.mobile-menu-logo svg path:first-child {
  fill: currentColor;
}

.mobile-menu-logo svg .design-text {
  fill: var(--color-green-primary);
}

/* Pull handle at bottom */

.mobile-menu-handle-bottom {
  margin-top: 1.5rem;
  height: 0.25rem;
  width: 26px;
  border-radius: 9999px;
  background-color: rgb(255 255 255 / 0.4);
}

/* Overlay behind menu */

.mobile-menu-overlay {
  position: fixed;
  inset: 0px;
  z-index: 30;
  background-color: rgb(0 0 0 / 0.5);
}

@media (min-width: 64rem) {
  .mobile-menu-overlay {
    display: none;
  }
}

.mobile-menu-overlay {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-menu-overlay.open {
  opacity: 1;
  visibility: visible;
}

.contact-grid {
  margin-bottom: 3rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  justify-content: center;
  gap: 0px;
  text-align: center;
}

@media (min-width: 48rem) {
  .contact-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.contact-grid__item {
  position: relative;
  border-bottom-width: 1px;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(120 127 138 / var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 3rem;
}

@media (min-width: 48rem) {
  .contact-grid__item {
    padding-top: 4rem;
  }
}

.contact-grid__status-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  height: 16px;
  width: 16px;
}

.contact-grid__icon--yes .contact-grid__status-icon {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}

.contact-grid__icon--no .contact-grid__status-icon {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.contact-grid__svg {
  margin-left: auto;
  margin-right: auto;
  max-height: 48px;
  max-width: 48px;
  stroke: #8fd570;
}

.contact-grid__item:nth-child(even) {
  border-right-width: 0px;
}

@media (min-width: 48rem) {
  .contact-grid__item:nth-child(even) {
    border-right-width: 1px;
  }

  .contact-grid__item:nth-child(3n) {
    border-right-width: 0px;
  }
}

.contact-grid__item:last-child {
  border-bottom-width: 0px;
}

.contact-grid__item:nth-last-child(2) {
  border-bottom-width: 0px;
}

@media (min-width: 48rem) {
  .contact-grid__item:nth-last-child(3) {
    border-bottom-width: 0px;
  }
}

.resume {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.resume__item {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 48rem) {
  .resume__item {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

.resume__metadata {
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  align-items: flex-end;
  gap: 0.25rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(120 127 138 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 48rem) {
  .resume__metadata {
    gap: 0.5rem;
  }
}

.resume__metadata-item {
  margin: 0px;
  text-align: left;
  font-weight: 400;
  font-variation-settings: 'wght' 400;
}

.resume__metadata {
  font-size: clamp(1.45rem, 1.321rem + 0.465vw, 1.75rem);
  line-height: 1.25;
  color: var(--color-fg);
}

.resume__metadata-item--place {
  order: 1;
  flex: none;
  white-space: nowrap;
  color: var(--color-muted);
}

@media (min-width: 48rem) {
  .resume__metadata-item--place {
    order: 2;
  }
}

.resume__metadata-item--title {
  order: 3;
  margin-bottom: 0px;
  flex: 0 1 100%;
  flex-shrink: 1;
  padding-left: 0px;
  padding-bottom: 0px;
  color: var(--color-fg);
}

@media (min-width: 48rem) {
  .resume__metadata-item--title {
    order: 1;
    flex: 0 1 auto;
  }
}

.resume__metadata-item--title {
  font-weight: 500;
}

.resume__metadata-item--time-period {
  order: 2;
  flex: none;
  justify-self: end;
  white-space: nowrap;
  padding-right: 0px;
  text-align: right;
  letter-spacing: 0.025em;
  color: var(--color-muted);
}

@media (min-width: 48rem) {
  .resume__metadata-item--time-period {
    order: 3;
    flex: 1 1 0%;
  }
}

.resume__metadata-item--time-period:before {
  margin-right: 0.25rem;
  display: inline-block;
  --tw-content: "•";
  content: var(--tw-content);
}

@media (min-width: 48rem) {
  .resume__metadata-item--time-period:before {
    margin-right: 0.5rem;
    --tw-content: none;
    content: var(--tw-content);
  }
}

.resume__description {
  margin-bottom: 4rem;
  font-size: clamp(0.925rem, 0.925rem + 0.4vw, 1rem);
  line-height: 1.35;
}

@media (min-width: 48rem) {
  .resume__description {
    margin-bottom: 5rem;
  }
}

.resume__description p {
  margin-bottom: 1.5rem;
}

.resume__description ul {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  max-width: none;
  list-style-type: disc;
}

.resume__description ul > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.resume__description-paragraph {
  margin-bottom: 1.5rem;
}

.resume h2 {
  margin-top: 4rem;
  margin-bottom: 2rem;
}

@media (min-width: 48rem) {
  .resume h2 {
    margin-top: 5rem;
  }
}

.skills {
  display: grid;
  max-width: 48rem;
  grid-template-columns: 30% auto;
  row-gap: 2rem;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  font-size: clamp(0.925rem, 0.925rem + 0.4vw, 1rem);
  line-height: 1.35;
}

@media (min-width: 40rem) {
  .skills {
    grid-template-columns: auto 1fr;
  }
}

.skills__term {
  overflow-wrap: break-word;
  font-weight: 500;
  font-variation-settings: 'wght' 500;
}

.skills__description {
  margin-left: 0px;
  margin-bottom: 0px;
}

.wave-hand {
  margin-bottom: 2rem;
  display: inline-block;
  font-size: clamp(1.45rem, 1.321rem + 0.465vw, 1.75rem);
  line-height: 1.25;
  animation: wave 6s ease-in-out infinite;
  transform-origin: 70% 70%;
}

@keyframes wave {
  0%, 85% {
    transform: rotate(0deg);
  }

  5%, 15% {
    transform: rotate(-10deg);
  }

  10%, 20% {
    transform: rotate(12deg);
  }

  25%, 100% {
    transform: rotate(0deg);
  }
}

.testimonial {
  display: flex;
  min-height: 340px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left;
}

@media (min-width: 48rem) {
  .testimonial {
    padding: 3rem;
  }
}

.testimonial-stage {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(99 106 112 / var(--tw-bg-opacity));
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
  text-align: center;
}

.portfolio-list .testimonial {
  background-color: transparent;
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: #52575d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 87 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #303336 var(--tw-gradient-to-position);
}

.testimonial__quote {
  margin-left: auto;
  margin-right: auto;
  max-width: 55rem;
  a {
    color: var(--color-fg);
  }
  a {
    text-decoration-line: underline;
  }
  a {
    text-decoration-color: var(--color-fg);
  }
  a {
    text-underline-offset: 4px;
  }
  a {
    color: var(--color-fg);
  }
}

.portfolio-list .testimonial__quote {
  max-width: 55rem;
}

.testimonial__text {
  margin-bottom: 0.75rem;
  max-width: none;
  text-align: center;
  font-family: "Bandeins Sans", "Space Grotesk", serif;
  font-size: clamp(1.45rem, 1.321rem + 0.465vw, 1.75rem);
  line-height: 1.25;
  color: var(--color-fg);
  font-weight: 400;
  font-variation-settings: 'wght' 400;
}

.testimonial__author {
  margin-bottom: 0px;
  max-width: none;
  text-align: center;
  font-size: clamp(0.925rem, 0.925rem + 0.4vw, 1rem);
  line-height: 1.5 !important;
}

.testimonial__emphasis {
  --tw-text-opacity: 1;
  color: rgb(34 93 85 / var(--tw-text-opacity));
  font-style: normal;
}

.testimonial__highlight {
  text-decoration-line: underline;
  text-decoration-color: var(--color-fg);
  text-underline-offset: 4px;
  color: var(--color-fg);
}

/* Portfolio Grid Styles */

.portfolio-grid {
  margin-bottom: 6rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 48rem) {
  .portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }
}

@media (min-width: 64rem) {
  .portfolio-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}

/* Portfolio Item Styles */

.portfolio-item {
  display: block;
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.portfolio-item__image-wrapper {
  position: relative;
  aspect-ratio: 200/135;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(82 87 93 / var(--tw-bg-opacity));
}

@media (min-width: 48rem) {
  .portfolio-item__image-wrapper {
    border-radius: 0.375rem;
  }
}

.portfolio-item__image {
  margin-bottom: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.group:hover .portfolio-item__image {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

/* Contact Section */

.portfolio-contact {
  margin-left: auto;
  margin-right: auto;
  margin-top: 8rem;
  margin-bottom: 4rem;
  max-width: 42rem;
}

/* Update container for new layout */

.portfolio-container {
  margin-left: auto;
  margin-right: auto;
  padding-top: 12rem;
}

@media (min-width: 48rem) {
  .portfolio-container {
    padding: 3rem;
  }
}

@media (min-width: 64rem) {
  .portfolio-container {
    padding: 6rem;
  }
}

.portfolio-container h1 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
  max-width: calc(100% - 2rem);
  padding-top: 6rem;
  text-align: center;
}

.portfolio-container .sub-heading {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  max-width: 48rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(181 191 196 / var(--tw-text-opacity));
}

@media (min-width: 48rem) {
  .portfolio-container .sub-heading {
    margin-bottom: 6rem;
  }
}

.portfolio-content-wrapper {
  margin-bottom: 12rem;
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 640px) {
  .portfolio-content-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1024px) {
  .portfolio-content-wrapper {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

/* Portfolio Hero Section */

.portfolio-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .portfolio-hero {
    padding-bottom: 3rem;
  }
}

.portfolio-hero-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.portfolio-hero-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.portfolio-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.85) 100%);
  z-index: 2;
}

.portfolio-group-heading {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

@media (min-width: 40rem) {
  .portfolio-group-heading {
    margin-left: 128px;
    margin-right: 64px;
  }
}

@media (min-width: 110rem) {
  .portfolio-group-heading {
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem;
  }
}

.portfolio-group-heading {
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 32px);
  padding-top: 0px !important;
}

@media (min-width: 48rem) {
  .portfolio-group-heading {
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 110rem) {
  .portfolio-group-heading {
    margin-left: auto;
    margin-right: auto;
  }
}

.portfolio-group-heading {
  position: relative;
  text-align: center;
}

.portfolio-hero .portfolio-group-heading h1 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.portfolio-hero .portfolio-group-heading dt {
  color: rgb(255 255 255 / 0.8);
}

.portfolio-hero .portfolio-group-heading dd {
  color: rgb(255 255 255 / 0.7);
}

.portfolio-hero .project-list {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

@media (min-width: 768px) {
  .portfolio-hero .project-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
  }
}

.portfolio-list {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
  display: grid;
  max-width: 72rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}

@media (min-width: 48rem) {
  .portfolio-list {
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }
}

@media (min-width: 64rem) {
  .portfolio-list {
    gap: 1.5rem;
  }
}

.portfolio-list .zoom-container {
  margin-bottom: 1rem;
}

.portfolio-list__item {
  margin-bottom: 3rem;
}

.portfolio-list__link {
  margin-bottom: 0px;
  display: block;
  padding-bottom: 0px;
  color: var(--color-fg);
  text-decoration-line: none;
}

.portfolio-list__image {
  border-radius: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

a.portfolio-list__link:hover .portfolio-list__image {
  border-radius: 250px;
}

.zoom-container .portfolio-list__image {
  margin-bottom: 0px;
}

.portfolio-list__title,
.portfolio-list__description {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: clamp(0.925rem, 0.925rem + 0.4vw, 1rem);
  line-height: 1.35;
}

@media (min-width: 48rem) {
  .portfolio-list__title,
.portfolio-list__description {
    line-height: 1.5;
  }
}

.portfolio-list__title {
  margin-top: 1rem;
  margin-bottom: 0.375rem;
}

.portfolio-list__description {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: clamp(0.925rem, 0.925rem + 0.4vw, 1rem);
  line-height: 1.35;
  color: var(--color-muted);
}

.problem-item .portfolio-list__description {
  color: var(--color-text-subheading-dark);
}

/* Case Study Callouts */

.case-study-callout {
  margin-bottom: 3rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
  padding: 3rem;
  width: 100%;
  max-width: 100%;
}

.case-study-callout h3 {
  margin-bottom: 1rem;
  margin-top: 0px;
  max-width: 52ch;
  font-size: clamp(1.125rem, 1.026rem + 0.465vw, 1.375rem);
  line-height: 1.4;
  font-weight: 600;
  font-variation-settings: 'wght' 600;
}

.case-study-callout p {
  margin-bottom: 0px;
  max-width: 52ch;
}

.case-study-section {
  margin-top: 6rem;
  width: 100%;
}

.case-study-section p {
  max-width: 52ch;
  text-align: left;
}

.case-study-section h2,
.case-study-section h3 {
  max-width: 52ch;
  text-align: left;
}

.case-study-image {
  margin-top: 3rem;
  margin-bottom: 6rem;
  width: 100%;
}

@media (min-width: 48rem) {
  .case-study-image {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.case-study-image {
  display: block;
  margin-left: 0;
  margin-right: 0;
}

/* White background for Plymouth Street case study */

body:has(.plymouth-street-page) {
  background-color: #ffffff;
}

body:has(.plymouth-street-page) .portfolio-content-wrapper,
body:has(.candy-marketplace-page) .portfolio-content-wrapper,
body:has(.woodies-page) .portfolio-content-wrapper {
  background-color: #ffffff;
}

body:has(.candy-marketplace-page),
body:has(.woodies-page) {
  background-color: #ffffff;
}

/* Other Portfolio Callout */

.portfolio-other-callout {
  width: 100%;
}

.portfolio-other-callout h3 {
  margin-bottom: 1rem;
  max-width: 52ch;
  font-size: clamp(1.45rem, 1.321rem + 0.465vw, 1.75rem);
  line-height: 1.25;
  font-weight: 600;
  font-variation-settings: 'wght' 600;
}

.portfolio-other-callout > p {
  margin-bottom: 2rem;
  max-width: 52ch;
  font-size: clamp(0.925rem, 0.925rem + 0.4vw, 1rem);
  line-height: 1.35;
}

.portfolio-other-grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}

@media (min-width: 48rem) {
  .portfolio-other-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.portfolio-other-grid {
  max-width: 1120px;
}

.portfolio-other-item {
  display: block;
  text-decoration-line: none;
}

.portfolio-other-image {
  margin-bottom: 1rem;
  aspect-ratio: 4/3;
  width: 100%;
  border-radius: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.15s ease-out, box-shadow 0.15s ease-out;
}

.portfolio-other-item:hover .portfolio-other-image {
  transform: scale(1.03);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.portfolio-other-description {
  margin-bottom: 0px;
  font-size: clamp(0.925rem, 0.925rem + 0.4vw, 1rem);
  line-height: 1.35;
}

.portfolio-other-item--view-all {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  border: 2px dashed #ccc;
  border-radius: 1.5rem;
  transition: all 0.15s ease-out;
}

.portfolio-other-item--view-all:hover {
  --tw-border-opacity: 1;
  border-color: rgb(143 213 112 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(242 246 229 / var(--tw-bg-opacity));
}

.portfolio-other-view-all {
  text-align: center;
}

.portfolio-other-item--view-all .portfolio-other-description {
  --tw-text-opacity: 1;
  color: rgb(43 72 49 / var(--tw-text-opacity));
  font-weight: 500;
  font-variation-settings: 'wght' 500;
}

.services {
  --spacing: 3rem;
}

.services__container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: clamp(0.5rem,0.1rem + 1vw,1.5rem)/* fluid from 0.5rem at 40rem to 1.5rem at 140rem */;
}

@media (min-width: 64rem) {
  .services__container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 110rem) {
  .services__container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.services__package {
  align-items: flex-start;
  border-top-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(143 213 112 / var(--tw-border-opacity));
  padding-top: 1rem;
}

.services__package:nth-child(odd) {
  padding-right: 1rem;
}

.services__title {
  margin-top: 0.5rem;
  margin-bottom: 0px;
}

.services__description {
  margin-bottom: 2rem;
  font-size: clamp(0.925rem, 0.925rem + 0.4vw, 1rem);
  line-height: 1.35;
  text-transform: capitalize;
  color: var(--color-fg);
  font-weight: 500;
  font-variation-settings: 'wght' 500;
}

.services__package svg {
  margin-top: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}

.services__service-title {
  margin-bottom: 0px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: clamp(0.925rem, 0.925rem + 0.4vw, 1rem);
  line-height: 1.35;
  font-weight: 500;
  font-variation-settings: 'wght' 500;
  color: var(--color-fg);
}

.services__service-description {
  margin-left: 36px;
  margin-bottom: 2rem;
  font-size: clamp(0.925rem, 0.925rem + 0.4vw, 1rem);
  line-height: 1.35;
}

@media (min-width: 64rem) {
  .services__service-description {
    min-height: 54px;
  }
}

@media (min-width: 110rem) {
  .services__service-description {
    min-height: 72px;
  }
}

.services__ideal {
  margin-top: 2rem;
  font-size: clamp(0.925rem, 0.925rem + 0.4vw, 1rem);
  line-height: 1.35;
  font-style: italic;
  color: var(--color-muted);
}

.problem-item .services__ideal {
  color: var(--color-text-subheading-dark);
}

/* ============================================
   HOMEPAGE STYLES - Fractional Design Leader
   ============================================ */

/* Base Layout */

.home {
  overflow-x: hidden;
}

/* Ensure all sections appear above ASCII background */

.home section {
  position: relative;
  z-index: 1;
  scroll-margin-top: 0;
}

/* Scroll Progress Bar */

.scroll-progress {
  width: 100%;
}

.home .ui-navbar {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 50;
}

/* ============================================
   HERO SECTION
   ============================================ */

.hero-section {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  min-height: 100vh;
  width: calc(100% - 32px);
  max-width: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 3rem;
}

@media (min-width: 48rem) {
  .hero-section {
    width: calc(100% - 48px);
  }
}

.hero-section {
  /* Background inherits from body */
}

.hero-navbar-buffer {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 5rem;
  /* Buffer space for navbar */
}

.hero-content {
  position: relative;
  z-index: 10;
}

.hero-section > * {
  position: relative;
  z-index: 10;
}

/* Tall WALLACE decorative logo - flows freely down the page behind all content */

.hero-wallace-logo {
  pointer-events: none;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 0;
  width: auto;
  min-width: 200px;
  max-width: 30%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
  opacity: 0;
  height: 125vh;
}

@media (max-width: 1024px) {
  .hero-wallace-logo {
    max-width: 25%;
    min-width: 150px;
  }

  .hero-wallace-logo.visible {
    opacity: 0.1;
  }
}

@media (max-width: 768px) {
  .hero-wallace-logo {
    max-width: 20%;
    min-width: 100px;
  }

  .hero-wallace-logo.visible {
    opacity: 0.08;
  }
}

.hero-wallace-logo.visible {
  opacity: 0.15;
  filter: blur(0px);
}

.hero-title {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 2rem + 2.5vw, 3.4rem);
  --tw-text-opacity: 1;
  color: rgb(43 72 49 / var(--tw-text-opacity));
  max-width: 1000px;
  font-variation-settings: "wght" 100, "wdth" 500;
  line-height: 1.1;
  /* Ensure consistent two-line layout */
  display: block;
  min-height: 2em;
  /* Reserve space for two lines */
}

/* Ensure Splitting.js character elements can be animated independently */

.hero-title .char {
  display: inline-block;
  font-variation-settings: inherit;
  /* Prevent layout shift when characters shrink */
  vertical-align: baseline;
}

/* Ensure words maintain their position */

.hero-title .word {
  display: inline-block;
  white-space: nowrap;
}

/* Mobile: Force each word on a single line */

@media (max-width: 767px) {
  .hero-title br {
    display: none;
  }

  .hero-title .word {
    display: block;
    white-space: normal;
  }

  .hero-title .word + .word {
    margin-top: 0.25em;
  }
}

.hero-description {
  margin-bottom: 3rem;
  max-width: 36rem;
  color: var(--color-muted);
}

.problem-item .hero-description {
  color: var(--color-text-subheading-dark);
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

@media (min-width: 48rem) {
  .hero-buttons {
    flex-direction: row;
  }
}

@media (max-width: 768px) {
  .hero-buttons {
    width: 100%;
    flex-direction: column;
  }
}

/* ============================================
   CREDIBILITY SECTION
   ============================================ */

.credibility-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media (min-width: 40rem) {
  .credibility-content {
    gap: 2rem;
  }
}

@media (min-width: 48rem) {
  .credibility-content {
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 64rem) {
  .credibility-content {
    gap: 6rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 110rem) {
  .credibility-content {
    align-items: center;
    gap: 12rem;
  }
}

.credibility-content {
  justify-content: space-between;
}

.credibility-text-wrapper {
  flex-shrink: 0;
}

.credibility-text {
  margin-bottom: 0px;
  font-size: clamp(0.925rem, 0.925rem + 0.4vw, 1rem);
  line-height: 1.35;
  --tw-text-opacity: 1;
  color: rgb(120 127 138 / var(--tw-text-opacity));
}

.credibility-logos {
  display: grid;
  width: 100%;
  max-width: 64rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.375rem;
}

@media (min-width: 40rem) {
  .credibility-logos {
    gap: 0.5rem;
  }
}

@media (min-width: 48rem) {
  .credibility-logos {
    gap: 1.5rem;
  }
}

@media (min-width: 64rem) {
  .credibility-logos {
    margin-right: 2rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
  }
}

.credibility-logo-item {
  display: flex;
  aspect-ratio: 1 / 1;
  min-height: 80px;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2rem;
}

@media (min-width: 48rem) {
  .credibility-logo-item {
    aspect-ratio: auto;
    min-height: 0px;
    flex-shrink: 0;
    border-radius: 0px;
    background-color: transparent;
    padding: 0px;
  }
}

.credibility-logo {
  height: auto;
  max-height: 10rem;
  width: 100%;
  max-width: 100px;
}

@media (min-width: 48rem) {
  .credibility-logo {
    max-height: 44px;
    width: auto;
  }
}

.profile-startup-section {
  display: flex;
  min-height: 60svh;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgba(0,0,0,0.08);
}

@media (min-width: 64rem) {
  .profile-startup-section {
    min-height: 100vh;
  }
}

.profile-startup-content {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 32px);
  max-width: 100%;
}

@media (min-width: 48rem) {
  .profile-startup-content {
    display: grid;
    width: calc(100% - 48px);
    max-width: 100%;
    grid-template-columns: minmax(150px,220px) minmax(0,680px);
    align-items: center;
    justify-content: center;
    gap: clamp(2rem,4vw,4rem);
  }
}

.profile-description p:last-child {
  margin-bottom: 0px;
}

/* Image Column - Sticky only on two-column layout */

.profile-startup-image-wrapper {
  float: right;
  height: -moz-fit-content;
  height: fit-content;
  align-self: flex-start;
  justify-self: start;
}

@media (min-width: 48rem) {
  .profile-startup-image-wrapper {
    top: 120px;
    float: none;
    display: block;
    height: -moz-fit-content;
    height: fit-content;
    align-self: flex-start;
  }
}

.profile-startup-image {
  margin-left: 0.75rem;
  height: auto;
  max-height: 340px;
  width: 140px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 48rem) {
  .profile-startup-image {
    margin-left: 0px;
    max-height: none;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* Text Column */

.profile-startup-text-column {
  width: 100%;
  min-width: 0px;
  max-width: 680px;
  /* Allows text to shrink below content size */
}

.profile-title {
  margin-top: 0px;
  margin-bottom: 2rem;
  font-family: "Bandeins Strange", "Syne", sans-serif;
  font-size: clamp(1.45rem, 1.321rem + 0.465vw, 1.75rem);
  line-height: 1.25;
  font-size: clamp(1.3rem, 1.201rem + 0.465vw, 1.75rem);
}

/* ============================================
   PROBLEM & SOLUTION GRID SECTION
   ============================================ */

.problem-solution-section {
  position: relative;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 64rem) {
  .problem-solution-section {
    padding-top: 8rem;
    padding-bottom: 8rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.problem-solution-section {
  background-image: url("https://ik.imagekit.io/UltraDAO/chriswallace.net/homepage/hero-bg-desktop.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.problem-solution-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 88em;
}

.problem-solution-item {
  margin-bottom: 0px;
  display: block;
}

.problem-item {
  padding-right: 0px;
}

@media (min-width: 64rem) {
  .problem-item {
    padding-right: 2rem;
  }
}

.solution-item {
  margin-bottom: 0px;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2rem;
}

@media (min-width: 48rem) {
  .solution-item {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }
}

.practice {
  margin-top: 0px;
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 248 248 / var(--tw-bg-opacity));
  padding: 2.5rem;
}

@media (min-width: 48rem) {
  .practice {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }
}

.practice-intro {
  margin-bottom: 1.5rem;
  font-size: clamp(1.125rem, 1.026rem + 0.465vw, 1.375rem);
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(34 93 85 / var(--tw-text-opacity));
  font-weight: 600;
  font-variation-settings: 'wght' 600;
}

.practice-item {
  --tw-text-opacity: 1;
  color: rgb(43 72 49 / var(--tw-text-opacity));
}

.practice-list-container {
  margin-bottom: 2rem;
  list-style-type: none;
  padding-left: 0px;
}

/* Text directly on dark background - inverted colors */

.problem-item .problem-solution-label {
  margin-bottom: 1rem;
  display: block;
  font-family: "Bandeins Sans", "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: clamp(0.925rem, 0.925rem + 0.4vw, 1rem);
  line-height: 1.35;
  text-transform: uppercase;
  font-weight: 700;
  font-variation-settings: 'wght' 700;
  color: var(--color-green-bright);
  letter-spacing: 0.05em;
}

.problem-item .problem-solution-title {
  margin-top: 0px;
  margin-bottom: 2rem;
  font-size: clamp(1.45rem, 1.321rem + 0.465vw, 1.75rem);
  line-height: 1.25;
  font-weight: 400;
  font-variation-settings: 'wght' 400;
  color: var(--color-text-heading-dark);
}

.problem-item .problem-solution-subtitle {
  margin-top: 0px;
  margin-bottom: 1.5rem;
  font-size: clamp(1.125rem, 1.026rem + 0.465vw, 1.375rem);
  line-height: 1.4;
  font-weight: 600;
  font-variation-settings: 'wght' 600;
  color: var(--color-text-subheading-dark);
}

.problem-item .problem-solution-closing {
  font-weight: 600;
  font-variation-settings: 'wght' 600;
  color: var(--color-text-heading-dark);
}

.problem-item .problem-solution-description {
  color: var(--color-text-body-dark);
}

.problem-item .problem-solution-description p {
  margin-bottom: 1.5rem;
  color: var(--color-text-body-dark);
}

.problem-item .problem-solution-description p:last-child {
  margin-bottom: 0px;
}

.problem-item ul li {
  color: var(--color-text-body-dark);
}

.problem-item ul li::before {
  color: var(--color-text-body-dark);
}

.problem-item .text-muted {
  color: var(--color-text-subheading-dark);
}

/* Text in cards - light background colors */

.solution-item .problem-solution-label,
.practice .problem-solution-label {
  margin-bottom: 1rem;
  display: block;
  font-family: "Bandeins Sans", "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: clamp(0.925rem, 0.925rem + 0.4vw, 1rem);
  line-height: 1.35;
  text-transform: uppercase;
  font-weight: 700;
  font-variation-settings: 'wght' 700;
  letter-spacing: 0.05em;
  color: var(--color-green-primary);
}

.solution-item .problem-solution-title,
.practice .problem-solution-title {
  margin-top: 0px;
  margin-bottom: 2rem;
  font-size: clamp(1.45rem, 1.321rem + 0.465vw, 1.75rem);
  line-height: 1.25;
  font-weight: 600;
  font-variation-settings: 'wght' 600;
  color: var(--color-text-heading-light);
}

.solution-item .problem-solution-subtitle,
.practice .problem-solution-subtitle {
  margin-top: 0px;
  margin-bottom: 1.5rem;
  font-size: clamp(1.125rem, 1.026rem + 0.465vw, 1.375rem);
  line-height: 1.4;
  font-weight: 600;
  font-variation-settings: 'wght' 600;
  color: var(--color-text-subheading-light);
}

.solution-item .problem-solution-closing,
.practice .problem-solution-closing {
  margin-top: 0px;
  font-weight: 600;
  font-variation-settings: 'wght' 600;
  color: var(--color-text-heading-light);
}

.solution-item .problem-solution-description,
.practice .problem-solution-description {
  color: var(--color-text-body-light);
}

.solution-item .problem-solution-description p,
.practice .problem-solution-description p {
  margin-bottom: 1.5rem;
  color: var(--color-text-body-light);
}

.solution-item .problem-solution-description p:last-child,
.practice .problem-solution-description p:last-child {
  margin-bottom: 0px;
}

.problem-solution-list {
  margin-bottom: 1rem;
  border-bottom-width: 1px;
  padding-bottom: 1rem;
  border-color: rgba(255, 255, 255, 0.2);
  color: var(--color-text-body-dark);
}

.problem-solution-list li {
  color: var(--color-text-body-dark);
}

/* ============================================
   WORK SECTION
   ============================================ */

.work-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 64rem) {
  .work-section {
    padding-top: 8rem;
    padding-bottom: 8rem;
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

.work-section {
  background: var(--section-work);
}

.work-header {
  margin-bottom: 4rem;
  text-align: center;
}

.work-title {
  margin-top: 0px;
  text-align: center;
  font-family: "Bandeins Strange", "Syne", sans-serif;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(43 72 49 / var(--tw-text-opacity));
  font-weight: 400;
  font-variation-settings: 'wght' 400;
  font-variation-settings: "wght" 400, "wdth" 300;
}

@media (min-width: 640px) {
  .work-title {
    font-variation-settings: "wght" 400, "wdth" 500;
  }
}

@media (min-width: 1024px) {
  .work-title {
    font-variation-settings: "wght" 400, "wdth" 800;
  }
}

.work-description {
  margin-bottom: 1rem;
}

.work-grid {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  row-gap: 4rem;
}

@media (min-width: 48rem) {
  .work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.work-grid {
  max-width: 1120px;
  /* 544 * 2 + 32 */
}

.work-item {
  display: block;
  text-decoration-line: none;
  /* GSAP handles the initial opacity and animation */
}

.work-item-full-width {
  grid-column: 1 / -1;
}

.work-image {
  margin-bottom: 1rem;
  aspect-ratio: 544/380;
  width: 100%;
  border-radius: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: transform,box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.work-results {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
  font-variation-settings: "wght" 600, "wdth" 300;
}

/* ============================================
   TESTIMONIALS SECTION
   ============================================ */

.testimonials-section {
  margin-top: 0px;
  padding-top: 8rem;
  padding-bottom: 8rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 64rem) {
  .testimonials-section {
    padding-left: 12rem;
    padding-right: 12rem;
  }
}

.testimonials-section {
  background: var(--section-testimonials);
}

.testimonials-header {
  margin-bottom: 4rem;
  text-align: center;
}

.testimonials-title {
  margin-top: 0px;
  flex: none;
  flex-grow: 0;
  text-align: center;
  font-family: "Bandeins Strange", "Syne", sans-serif;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(43 72 49 / var(--tw-text-opacity));
  font-weight: 400;
  font-variation-settings: 'wght' 400;
  font-variation-settings: "wght" 400, "wdth" 300;
}

@media (min-width: 640px) {
  .testimonials-title {
    font-variation-settings: "wght" 400, "wdth" 500;
  }
}

@media (min-width: 1024px) {
  .testimonials-title {
    font-variation-settings: "wght" 400, "wdth" 800;
  }
}

.testimonials-grid {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  width: 100%;
  max-width: 80rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 6rem;
}

.testimonial-card {
  display: flex;
  max-width: 600px;
  flex-direction: column;
  /* Stagger animation handles opacity */
}

/* Alternate left/right alignment */

.testimonial-card:nth-child(odd) {
  margin-right: auto;
  margin-left: 0px;
}

.testimonial-card:nth-child(even) {
  margin-left: auto;
  margin-right: 0px;
}

/* Staggered animation delays for grid items */

.testimonials-grid.stagger-children > .testimonial-card:nth-child(1) {
  transition-delay: 0.1s;
}

.testimonials-grid.stagger-children > .testimonial-card:nth-child(2) {
  transition-delay: 0.2s;
}

.testimonials-grid.stagger-children > .testimonial-card:nth-child(3) {
  transition-delay: 0.3s;
}

.testimonials-grid.stagger-children > .testimonial-card:nth-child(4) {
  transition-delay: 0.4s;
}

.testimonials-grid.stagger-children > .testimonial-card:nth-child(5) {
  transition-delay: 0.5s;
}

.testimonials-grid.stagger-children > .testimonial-card:nth-child(6) {
  transition-delay: 0.6s;
}

.testimonial-text {
  margin-bottom: 0.5rem;
  font-family: "Bandeins Strange", "Syne", sans-serif;
  font-size: clamp(1.125rem, 1.026rem + 0.465vw, 1.375rem);
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(29 29 29 / var(--tw-text-opacity));
  font-weight: 400;
  font-variation-settings: 'wght' 400;
  font-variation-settings: "wght" 400, "wdth" 250;
}

.testimonial-author {
  margin-top: 1.5rem;
  font-size: clamp(0.925rem, 0.925rem + 0.4vw, 1rem);
  line-height: 1.35;
  color: var(--color-muted);
  font-weight: 400;
  font-variation-settings: 'wght' 400;
}

.problem-item .testimonial-author {
  color: var(--color-text-subheading-dark);
}

.testimonial-author {
  /* De-emphasized dark gray */
}

/* ============================================
   APPROACH SECTION
   ============================================ */

.approach-section {
  position: relative;
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 48rem) {
  .approach-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media (min-width: 64rem) {
  .approach-section {
    padding-top: 8rem;
    padding-bottom: 8rem;
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

.approach-section {
  background: var(--section-approach);
  min-height: 100vh;
}

.approach-section::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0px;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("https://ik.imagekit.io/UltraDAO/chriswallace.net/homepage/approach-bg-large.svg");
  opacity: 1;
}

@media (max-width: 768px) {
  .approach-section::before {
    background-image: url("https://ik.imagekit.io/UltraDAO/chriswallace.net/homepage/approach-bg-small.svg");
  }
}

.approach-section > * {
  position: relative;
  z-index: 10;
}

.approach-title {
  margin-bottom: 6rem;
  display: block;
  text-align: center;
  font-family: "Bandeins Strange", "Syne", sans-serif;
  font-size: clamp(1.45rem, 1.321rem + 0.465vw, 1.75rem);
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-variation-settings: 'wght' 400;
}

@media (min-width: 48rem) {
  .approach-title {
    margin-bottom: 0px;
    text-align: left;
  }
}

.approach-title {
  font-variation-settings: "wght" 400, "wdth" 300;
  color: var(--color-text-heading-dark);
}

@media (min-width: 640px) {
  .approach-title {
    font-variation-settings: "wght" 400, "wdth" 500;
  }
}

@media (min-width: 1024px) {
  .approach-title {
    font-variation-settings: "wght" 400, "wdth" 800;
  }
}

.approach-circle {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
  display: flex;
  width: 100%;
  max-width: 1806px;
  align-items: center;
  justify-content: center;
  aspect-ratio: 0.7375;
}

.circular-text {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}

.circular-text-desktop {
  display: none;
}

@media (min-width: 48rem) {
  .circular-text-desktop {
    display: block;
  }
}

.circular-text-mobile {
  display: block;
}

@media (min-width: 48rem) {
  .circular-text-mobile {
    display: none;
    height: auto;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .approach-circle {
    display: flex;
    max-width: 100%;
    aspect-ratio: 364/1567;
  }

  .process-cards {
    position: absolute;
    inset: 0px;
  }

  .process-card {
    position: absolute;
    padding: 12px;
    margin-bottom: 0;
  }

  .process-card:nth-child(1) {
    left: -8% !important;
    top: 2% !important;
    transform: rotate(-8deg) scale(0.8) !important;
  }

  .process-card:nth-child(2) {
    left: 4% !important;
    top: 21% !important;
    transform: rotate(5deg) scale(0.8) !important;
  }

  .process-card:nth-child(3) {
    left: 33% !important;
    top: 51% !important;
    transform: rotate(-5deg) scale(0.8) !important;
  }

  .process-card:nth-child(4) {
    left: 26% !important;
    top: 73% !important;
    transform: rotate(8deg) scale(0.8) !important;
  }

  .process-description {
    letter-spacing: -0.24px;
  }
}

.process-cards {
  position: absolute;
  inset: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-card {
  position: absolute;
  display: flex;
  aspect-ratio: 3/4;
  max-width: 240px;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(16 20 16 / var(--tw-bg-opacity));
  padding: 1.5rem;
}

/* Large screen adjustments for process cards */

@media (min-width: 1500px) {
  .process-card {
    max-width: 280px;
    padding: 28px;
  }

  .process-card:nth-child(1) {
    left: 16%;
    top: 22%;
  }

  .process-card:nth-child(2) {
    left: 52%;
    top: 26%;
  }

  .process-card:nth-child(3) {
    left: 32%;
    top: 67%;
  }

  .process-card:nth-child(4) {
    left: 66%;
    top: 75%;
  }
}

/* Card sizes and positions based on Figma coordinates */

/* Container: 1806px × 2448px */

.process-card:nth-child(1) {
  left: 9%;
  top: 17%;
  transform: rotate(-8deg);
}

.process-card:nth-child(2) {
  left: 40%;
  top: 20%;
  transform: rotate(5deg);
}

.process-card:nth-child(3) {
  left: 26.87%;
  top: 67.43%;
  transform: rotate(-5deg);
}

.process-card:nth-child(4) {
  left: 61.52%;
  top: 75.81%;
  transform: rotate(8deg);
}

.process-number {
  margin: 0px;
  display: block;
  font-family: "Kode Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: clamp(0.925rem, 0.925rem + 0.4vw, 1rem);
  line-height: 1.35;
  color: var(--color-accent);
}

.process-description {
  margin: 0px;
  font-weight: 500;
  font-variation-settings: 'wght' 500;
  letter-spacing: -0.54px;
  color: var(--color-text-body-dark);
}

.engagements {
  margin-left: auto;
  margin-right: auto;
  margin-top: 6rem;
  max-width: 64rem;
}

.engagements-title {
  margin-bottom: 2rem;
  text-align: left;
  font-family: "Bandeins Strange", "Syne", sans-serif;
  font-size: clamp(1.125rem, 1.026rem + 0.465vw, 1.375rem);
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 700;
  font-variation-settings: 'wght' 700;
  font-variation-settings: "wght" 700, "wdth" 400;
  color: var(--color-text-subheading-dark);
}

.engagements-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}

@media (min-width: 48rem) {
  .engagements-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.engagement-column h4 {
  margin-bottom: 1rem;
  font-family: "Bandeins Sans", "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: clamp(0.925rem, 0.925rem + 0.4vw, 1rem);
  line-height: 1.35;
  font-weight: 600;
  font-variation-settings: 'wght' 600;
  color: var(--color-text-subheading-dark);
}

.engagement-column ul {
  margin: 0px;
  list-style-type: none;
}

.engagement-column ul > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.engagement-column ul {
  padding: 0px;
  color: var(--color-text-body-dark);
}

.engagement-column li {
  margin-bottom: 0px;
  color: var(--color-text-body-dark);
}

.engagement-column li::before {
  color: var(--color-text-body-dark);
}

.engagement-item-mobile-only {
  display: none;
}

@media (min-width: 48rem) {
  .engagement-item-mobile-only {
    display: list-item;
  }
}

/* ============================================
   FOOTER SECTION
   ============================================ */

.footer-section {
  position: relative;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(61 128 118 / var(--tw-bg-opacity));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 74px;
  background-image: url("https://ik.imagekit.io/UltraDAO/chriswallace.net/homepage/footer-bg-large.svg");
}

@media (max-width: 768px) {
  .footer-section {
    background-image: url("https://ik.imagekit.io/UltraDAO/chriswallace.net/homepage/footer-bg-small.svg");
  }
}

@media (min-width: 48rem) {
  .logo-clip {
    aspect-ratio: 1806/248;
    overflow: hidden;
  }
}

.footer-br {
  display: block;
}

@media (min-width: 48rem) {
  .footer-br {
    display: none;
  }
}

.footer-wallace-logo {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.5;
}

.footer-section > .footer-content {
  position: relative;
  z-index: 10;
}

.footer-content {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 32px);
  max-width: 72rem;
}

.footer-bottom {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 39px;
}

@media (min-width: 64rem) {
  .footer-bottom {
    flex-direction: row;
    align-items: center;
  }
}

.footer-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.footer-copyright {
  margin-bottom: 0px;
  color: var(--color-muted);
}

.problem-item .footer-copyright {
  color: var(--color-text-subheading-dark);
}

.footer-copyright {
  font-size: 0.875rem;
  /* 14px - smaller than body text */
}

.footer-links {
  display: flex;
  gap: 1rem;
}

.footer-link {
  font-family: "Bandeins Strange", "Syne", sans-serif;
  color: var(--color-secondary);
  text-decoration-line: none;
  font-weight: 500;
  font-variation-settings: 'wght' 500;
  font-size: 1.3rem;
  /* 13px - smaller for social links */
  font-variation-settings: "wght" 500, "wdth" 300;
  letter-spacing: -0.015em;
  transition: opacity 0.2s ease;
}

@media (min-width: 640px) {
  .footer-link {
    font-variation-settings: "wght" 500, "wdth" 500;
  }
}

@media (min-width: 1024px) {
  .footer-link {
    font-variation-settings: "wght" 500, "wdth" 800;
  }
}

.footer-link:hover {
  text-decoration-line: none;
  opacity: 0.7;
}

/* Mobile footer adjustments */

@media (max-width: 768px) {
  .footer-section {
    position: relative;
    padding: 48px 24px 0;
  }
}

/* ============================================
   SCROLL ANIMATIONS - Fast Blur-In Method
   ============================================ */

.reveal {
  opacity: 0;
  filter: blur(10px);
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.visible {
  opacity: 1;
  filter: blur(0px);
}

.reveal-delay-1 {
  transition-delay: 0.1s;
}

.reveal-delay-2 {
  transition-delay: 0.2s;
}

.reveal-delay-3 {
  transition-delay: 0.3s;
}

.reveal-delay-4 {
  transition-delay: 0.4s;
}

.reveal-delay-5 {
  transition-delay: 0.5s;
}

/* Stagger children animations - fast blur-in */

.stagger-children > * {
  opacity: 0;
  filter: blur(10px);
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Work items - fast blur-in */

.work-item {
  opacity: 0;
  filter: blur(10px);
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.work-item.visible {
  opacity: 1;
  filter: blur(0px);
}

/* When stagger container becomes visible, blur-in children with delay */

.stagger-children.visible > *:nth-child(1) {
  opacity: 1;
  filter: blur(0px);
  transition-delay: 0.05s;
}

.stagger-children.visible > *:nth-child(2) {
  opacity: 1;
  filter: blur(0px);
  transition-delay: 0.1s;
}

.stagger-children.visible > *:nth-child(3) {
  opacity: 1;
  filter: blur(0px);
  transition-delay: 0.15s;
}

.stagger-children.visible > *:nth-child(4) {
  opacity: 1;
  filter: blur(0px);
  transition-delay: 0.2s;
}

.stagger-children.visible > *:nth-child(5) {
  opacity: 1;
  filter: blur(0px);
  transition-delay: 0.25s;
}

.stagger-children.visible > *:nth-child(6) {
  opacity: 1;
  filter: blur(0px);
  transition-delay: 0.3s;
}

.stagger-children.visible > *:nth-child(n + 7) {
  opacity: 1;
  filter: blur(0px);
  transition-delay: 0.35s;
}

/* ============================================
   RESPONSIVE ADJUSTMENTS
   ============================================ */

@media (max-width: 768px) {
  .profile-startup-section,
  .work-section,
  .testimonials-section,
  .approach-section,
  .footer-section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .work-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 3rem;
  }

  .engagements-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2.5rem;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 1.5rem;
  }

  .footer-links {
    gap: 1.5rem;
  }
}

/* ============================================
   EXIT INTENT POPOVER
   ============================================ */

.exit-popover-overlay {
  position: fixed;
  inset: 0px;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.exit-popover-overlay.active {
  opacity: 1;
  visibility: visible;
}

.exit-popover {
  position: fixed;
  z-index: 101;
  width: 100%;
  max-width: 32rem;
  border-radius: 1rem;
  padding: 2rem;
  padding-top: 4rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background: linear-gradient(135deg, #1a3a2a 0%, #0d1f15 100%);
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.exit-popover-avatar {
  position: absolute;
  height: 5rem;
  width: 5rem;
  border-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover;
  left: 2rem;
  top: 0;
  transform: translateY(-50%);
  border: 4px solid #3d6b52;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.exit-popover.active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.exit-popover-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 0px;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.2s ease, background 0.2s ease;
}

.exit-popover-close:hover {
  color: white;
  background: rgba(255, 255, 255, 0.1);
}

.exit-popover-title {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: "Bandeins Strange", "Syne", sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-variation-settings: "wght" 300, "wdth" 100;
  line-height: 1.2;
}

.exit-popover-subtitle {
  color: var(--color-green-accent);
}

.exit-popover-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.exit-popover-row {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 40rem) {
  .exit-popover-row {
    flex-direction: row;
  }
}

/* Floating label field wrapper */

.floating-field {
  position: relative;
  width: 100%;
}

.exit-popover-input,
.exit-popover-textarea {
  width: 100%;
  border-radius: 0.5rem;
  border-width: 0px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
  font-family: "Bandeins Sans", "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  font-size: 1rem;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.exit-popover-input::-moz-placeholder, .exit-popover-textarea::-moz-placeholder {
  color: transparent;
}

.exit-popover-input::placeholder,
.exit-popover-textarea::placeholder {
  color: transparent;
}

.exit-popover-input:focus,
.exit-popover-textarea:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 0 2px var(--color-green-accent);
}

.exit-popover-textarea {
  resize: vertical;
  min-height: 100px;
  padding-top: 1.75rem;
}

/* Floating label */

.floating-label {
  pointer-events: none;
  position: absolute;
  left: 1rem;
  font-family: "Bandeins Sans", "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  transition: all 0.2s ease;
}

/* Label for textarea - position at top */

.exit-popover-textarea ~ .floating-label {
  top: 1rem;
  transform: translateY(0);
}

/* Floated state - when focused or has content */

.exit-popover-input:not(:-moz-placeholder-shown) ~ .floating-label {
  top: 0.5rem;
  transform: translateY(0);
  font-size: 0.7rem;
  font-weight: 500;
  color: var(--color-green-accent);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.exit-popover-input:focus ~ .floating-label,
.exit-popover-input:not(:placeholder-shown) ~ .floating-label {
  top: 0.5rem;
  transform: translateY(0);
  font-size: 0.7rem;
  font-weight: 500;
  color: var(--color-green-accent);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.exit-popover-textarea:not(:-moz-placeholder-shown) ~ .floating-label {
  top: 0.4rem;
  font-size: 0.7rem;
  font-weight: 500;
  color: var(--color-green-accent);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.exit-popover-textarea:focus ~ .floating-label,
.exit-popover-textarea:not(:placeholder-shown) ~ .floating-label {
  top: 0.4rem;
  font-size: 0.7rem;
  font-weight: 500;
  color: var(--color-green-accent);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.exit-popover-submit {
  margin-top: 0.5rem;
  width: 100%;
  font-size: 1.1rem;
  padding: 1rem 2rem;
}

/* Success state */

.exit-popover-form.success {
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}

.exit-popover-form.success::before {
  content: "✓";
  display: block;
  font-size: 3rem;
  color: var(--color-green-accent);
  margin-bottom: 1rem;
}

.exit-popover-form.success::after {
  content: "Thanks! I'll be in touch soon.";
  display: block;
  color: white;
  font-size: 1.25rem;
}

.exit-popover-form.success > * {
  display: none;
}

@media (max-width: 640px) {
  .exit-popover {
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 1.5rem;
    width: calc(100% - 2rem);
    max-width: none;
  }

  .exit-popover-title {
    font-size: 1.5rem;
  }
}

.notifications > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.notifications--notification-item {
  display: block;
  font-size: clamp(1.45rem, 1.321rem + 0.465vw, 1.75rem);
  line-height: 1.25;
  text-decoration-line: none;
  color: var(--color-fg);
}

.notifications--notification-item .notifications--notification-overline {
  display: block;
  border-top-width: 0px;
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
  font-family: "Bandeins Sans", "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: clamp(0.925rem, 0.925rem + 0.4vw, 1rem);
  line-height: 1.35;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(181 191 196 / var(--tw-text-opacity));
  font-weight: 500;
  font-variation-settings: 'wght' 500;
}

.notifications--notification-item:hover .notifications--notification-overline {
  text-decoration-line: none;
  opacity: 0.8;
}

.notifications--notification-item span {
  display: block;
  line-height: 1.25;
}

.notifications--notification-item:hover span {
  text-decoration-line: underline;
}

.lgnd__text,
.effects {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 1px;
  pointer-events: none;
  z-index: -20;
  font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

.lgnd {
  filter: url("#fire");
  color: #801e00;
  position: relative;
  width: auto;
  transition: transform 0.1s linear;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  transform: scale(100%);
}

.lgnd__p, .lgnd__text {
  transition: background 0.15s linear;
}

.lgnd__p {
  -webkit-filter: blur(0.75px);
  animation-duration: 0.68s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  pointer-events: none;
  position: absolute;
  border-radius: 100px;
  background: #e65c00;
  width: 8px;
  height: 8px;
  z-index: 0;
}

.lgnd__p:nth-child(1) {
  animation-name: rise1;
  animation-delay: -0.95s;
  top: calc(35% - 4.07061px);
  left: 2.25%;
}

.lgnd__p:nth-child(2) {
  animation-name: rise2;
  animation-delay: -0.07s;
  top: calc(35% - 4.14079px);
  left: 4.5%;
}

.lgnd__p:nth-child(3) {
  animation-name: rise3;
  animation-delay: -0.24s;
  top: calc(35% - 4.2101px);
  left: 6.75%;
}

.lgnd__p:nth-child(4) {
  animation-name: rise4;
  animation-delay: -0.41s;
  top: calc(35% - 4.27812px);
  left: 9%;
}

.lgnd__p:nth-child(5) {
  animation-name: rise5;
  animation-delay: -0.08s;
  top: calc(35% - 4.34442px);
  left: 11.25%;
}

.lgnd__p:nth-child(6) {
  animation-name: rise6;
  animation-delay: -0.86s;
  top: calc(35% - 4.40859px);
  left: 13.5%;
}

.lgnd__p:nth-child(7) {
  animation-name: rise7;
  animation-delay: -0.08s;
  top: calc(35% - 4.47025px);
  left: 15.75%;
}

.lgnd__p:nth-child(8) {
  animation-name: rise8;
  animation-delay: -0.97s;
  top: calc(35% - 4.52901px);
  left: 18%;
}

.lgnd__p:nth-child(9) {
  animation-name: rise9;
  animation-delay: -0.42s;
  top: calc(35% - 4.5845px);
  left: 20.25%;
}

.lgnd__p:nth-child(10) {
  animation-name: rise10;
  animation-delay: -0.77s;
  top: calc(35% - 4.6364px);
  left: 22.5%;
}

.lgnd__p:nth-child(11) {
  animation-name: rise11;
  animation-delay: -0.95s;
  top: calc(35% - 4.68437px);
  left: 24.75%;
}

.lgnd__p:nth-child(12) {
  animation-name: rise12;
  animation-delay: -0.96s;
  top: calc(35% - 4.72812px);
  left: 27%;
}

.lgnd__p:nth-child(13) {
  animation-name: rise13;
  animation-delay: -0.41s;
  top: calc(35% - 4.76738px);
  left: 29.25%;
}

.lgnd__p:nth-child(14) {
  animation-name: rise14;
  animation-delay: -0.84s;
  top: calc(35% - 4.80191px);
  left: 31.5%;
}

.lgnd__p:nth-child(15) {
  animation-name: rise15;
  animation-delay: -0.97s;
  top: calc(35% - 4.83149px);
  left: 33.75%;
}

.lgnd__p:nth-child(16) {
  animation-name: rise16;
  animation-delay: -0.5s;
  top: calc(35% - 4.85595px);
  left: 36%;
}

.lgnd__p:nth-child(17) {
  animation-name: rise17;
  animation-delay: -0.14s;
  top: calc(35% - 4.87513px);
  left: 38.25%;
}

.lgnd__p:nth-child(18) {
  animation-name: rise18;
  animation-delay: 0s;
  top: calc(35% - 4.88892px);
  left: 40.5%;
}

.lgnd__p:nth-child(19) {
  animation-name: rise19;
  animation-delay: -0.15s;
  top: calc(35% - 4.89723px);
  left: 42.75%;
}

.lgnd__p:nth-child(20) {
  animation-name: rise20;
  animation-delay: -0.93s;
  top: calc(35% - 4.9px);
  left: 45%;
}

.lgnd__p:nth-child(21) {
  animation-name: rise21;
  animation-delay: -0.47s;
  top: calc(35% - 4.89723px);
  left: 47.25%;
}

.lgnd__p:nth-child(22) {
  animation-name: rise22;
  animation-delay: -0.78s;
  top: calc(35% - 4.88892px);
  left: 49.5%;
}

.lgnd__p:nth-child(23) {
  animation-name: rise23;
  animation-delay: -0.17s;
  top: calc(35% - 4.87513px);
  left: 51.75%;
}

.lgnd__p:nth-child(24) {
  animation-name: rise24;
  animation-delay: -0.27s;
  top: calc(35% - 4.85595px);
  left: 54%;
}

.lgnd__p:nth-child(25) {
  animation-name: rise25;
  animation-delay: -0.13s;
  top: calc(35% - 4.83149px);
  left: 56.25%;
}

.lgnd__p:nth-child(26) {
  animation-name: rise26;
  animation-delay: -0.73s;
  top: calc(35% - 4.80191px);
  left: 58.5%;
}

.lgnd__p:nth-child(27) {
  animation-name: rise27;
  animation-delay: -0.13s;
  top: calc(35% - 4.76738px);
  left: 60.75%;
}

.lgnd__p:nth-child(28) {
  animation-name: rise28;
  animation-delay: -0.49s;
  top: calc(35% - 4.72812px);
  left: 63%;
}

.lgnd__p:nth-child(29) {
  animation-name: rise29;
  animation-delay: -0.94s;
  top: calc(35% - 4.68437px);
  left: 65.25%;
}

.lgnd__p:nth-child(30) {
  animation-name: rise30;
  animation-delay: -0.96s;
  top: calc(35% - 4.6364px);
  left: 67.5%;
}

.lgnd__p:nth-child(31) {
  animation-name: rise31;
  animation-delay: -0.5s;
  top: calc(35% - 4.5845px);
  left: 69.75%;
}

.lgnd__p:nth-child(32) {
  animation-name: rise32;
  animation-delay: -0.19s;
  top: calc(35% - 4.52901px);
  left: 72%;
}

.lgnd__p:nth-child(33) {
  animation-name: rise33;
  animation-delay: -0.44s;
  top: calc(35% - 4.47025px);
  left: 74.25%;
}

.lgnd__p:nth-child(34) {
  animation-name: rise34;
  animation-delay: -0.13s;
  top: calc(35% - 4.40859px);
  left: 76.5%;
}

.lgnd__p:nth-child(35) {
  animation-name: rise35;
  animation-delay: -0.59s;
  top: calc(35% - 4.34442px);
  left: 78.75%;
}

.lgnd__p:nth-child(36) {
  animation-name: rise36;
  animation-delay: -0.85s;
  top: calc(35% - 4.27812px);
  left: 81%;
}

.lgnd__p:nth-child(37) {
  animation-name: rise37;
  animation-delay: -0.57s;
  top: calc(35% - 4.2101px);
  left: 83.25%;
}

.lgnd__p:nth-child(38) {
  animation-name: rise38;
  animation-delay: -0.97s;
  top: calc(35% - 4.14079px);
  left: 85.5%;
}

.lgnd__p:nth-child(39) {
  animation-name: rise39;
  animation-delay: -0.82s;
  top: calc(35% - 4.07061px);
  left: 87.75%;
}

.lgnd__p:nth-child(40) {
  animation-name: rise40;
  animation-delay: -0.67s;
  top: calc(35% - 4px);
  left: 90%;
}

.lgnd__text {
  display: block;
  padding: 8px 12px 6px;
  width: 100%;
  height: 100%;
  font-size: 12px;
  background: #f4ba0b;
  box-shadow: inset 0 4px 20px #e63600;
  border-radius: 6px;
  position: relative;
  z-index: 10;
  text-transform: uppercase;
  line-height: 1;
  font-variation-settings: 'wght' 650;
  letter-spacing: 1px;
}

.lgnd:active {
  transform: translateY(0.1em);
}

.lgnd:hover {
  transform: scale(105%);
}

.lgnd:focus .lgnd__p, .lgnd:focus .lgnd__text, .lgnd:hover .lgnd__p, .lgnd:hover .lgnd__text {
  background: #AE9C7B;
  box-shadow: none;
}

.lgnd:focus .lgnd__p, .lgnd:hover .lgnd__p {
  animation-duration: 0.45s;
}

.lgnd:focus .lgnd__p:nth-child(1), .lgnd:hover .lgnd__p:nth-child(1) {
  animation-delay: -0.71429s;
}

.lgnd:focus .lgnd__p:nth-child(2), .lgnd:hover .lgnd__p:nth-child(2) {
  animation-delay: -0.03365s;
}

.lgnd:focus .lgnd__p:nth-child(3), .lgnd:hover .lgnd__p:nth-child(3) {
  animation-delay: -0.14458s;
}

.lgnd:focus .lgnd__p:nth-child(4), .lgnd:hover .lgnd__p:nth-child(4) {
  animation-delay: -0.1556s;
}

.lgnd:focus .lgnd__p:nth-child(5), .lgnd:hover .lgnd__p:nth-child(5) {
  animation-delay: -0.0332s;
}

.lgnd:focus .lgnd__p:nth-child(6), .lgnd:hover .lgnd__p:nth-child(6) {
  animation-delay: -0.42893s;
}

.lgnd:focus .lgnd__p:nth-child(7), .lgnd:hover .lgnd__p:nth-child(7) {
  animation-delay: -0.05096s;
}

.lgnd:focus .lgnd__p:nth-child(8), .lgnd:hover .lgnd__p:nth-child(8) {
  animation-delay: -0.40249s;
}

.lgnd:focus .lgnd__p:nth-child(9), .lgnd:hover .lgnd__p:nth-child(9) {
  animation-delay: -0.23398s;
}

.lgnd:focus .lgnd__p:nth-child(10), .lgnd:hover .lgnd__p:nth-child(10) {
  animation-delay: -0.30435s;
}

.lgnd:focus .lgnd__p:nth-child(11), .lgnd:hover .lgnd__p:nth-child(11) {
  animation-delay: -0.34672s;
}

.lgnd:focus .lgnd__p:nth-child(12), .lgnd:hover .lgnd__p:nth-child(12) {
  animation-delay: -0.58896s;
}

.lgnd:focus .lgnd__p:nth-child(13), .lgnd:hover .lgnd__p:nth-child(13) {
  animation-delay: -0.26367s;
}

.lgnd:focus .lgnd__p:nth-child(14), .lgnd:hover .lgnd__p:nth-child(14) {
  animation-delay: -0.336s;
}

.lgnd:focus .lgnd__p:nth-child(15), .lgnd:hover .lgnd__p:nth-child(15) {
  animation-delay: -0.73764s;
}

.lgnd:focus .lgnd__p:nth-child(16), .lgnd:hover .lgnd__p:nth-child(16) {
  animation-delay: -0.19084s;
}

.lgnd:focus .lgnd__p:nth-child(17), .lgnd:hover .lgnd__p:nth-child(17) {
  animation-delay: -0.10409s;
}

.lgnd:focus .lgnd__p:nth-child(18), .lgnd:hover .lgnd__p:nth-child(18) {
  animation-delay: 0s;
}

.lgnd:focus .lgnd__p:nth-child(19), .lgnd:hover .lgnd__p:nth-child(19) {
  animation-delay: -0.06772s;
}

.lgnd:focus .lgnd__p:nth-child(20), .lgnd:hover .lgnd__p:nth-child(20) {
  animation-delay: -0.37882s;
}

.lgnd:focus .lgnd__p:nth-child(21), .lgnd:hover .lgnd__p:nth-child(21) {
  animation-delay: -0.17736s;
}

.lgnd:focus .lgnd__p:nth-child(22), .lgnd:hover .lgnd__p:nth-child(22) {
  animation-delay: -0.46567s;
}

.lgnd:focus .lgnd__p:nth-child(23), .lgnd:hover .lgnd__p:nth-child(23) {
  animation-delay: -0.08416s;
}

.lgnd:focus .lgnd__p:nth-child(24), .lgnd:hover .lgnd__p:nth-child(24) {
  animation-delay: -0.18815s;
}

.lgnd:focus .lgnd__p:nth-child(25), .lgnd:hover .lgnd__p:nth-child(25) {
  animation-delay: -0.07493s;
}

.lgnd:focus .lgnd__p:nth-child(26), .lgnd:hover .lgnd__p:nth-child(26) {
  animation-delay: -0.27087s;
}

.lgnd:focus .lgnd__p:nth-child(27), .lgnd:hover .lgnd__p:nth-child(27) {
  animation-delay: -0.06075s;
}

.lgnd:focus .lgnd__p:nth-child(28), .lgnd:hover .lgnd__p:nth-child(28) {
  animation-delay: -0.34146s;
}

.lgnd:focus .lgnd__p:nth-child(29), .lgnd:hover .lgnd__p:nth-child(29) {
  animation-delay: -0.52368s;
}

.lgnd:focus .lgnd__p:nth-child(30), .lgnd:hover .lgnd__p:nth-child(30) {
  animation-delay: -0.66207s;
}

.lgnd:focus .lgnd__p:nth-child(31), .lgnd:hover .lgnd__p:nth-child(31) {
  animation-delay: -0.38023s;
}

.lgnd:focus .lgnd__p:nth-child(32), .lgnd:hover .lgnd__p:nth-child(32) {
  animation-delay: -0.0705s;
}

.lgnd:focus .lgnd__p:nth-child(33), .lgnd:hover .lgnd__p:nth-child(33) {
  animation-delay: -0.22622s;
}

.lgnd:focus .lgnd__p:nth-child(34), .lgnd:hover .lgnd__p:nth-child(34) {
  animation-delay: -0.05295s;
}

.lgnd:focus .lgnd__p:nth-child(35), .lgnd:hover .lgnd__p:nth-child(35) {
  animation-delay: -0.25431s;
}

.lgnd:focus .lgnd__p:nth-child(36), .lgnd:hover .lgnd__p:nth-child(36) {
  animation-delay: -0.57432s;
}

.lgnd:focus .lgnd__p:nth-child(37), .lgnd:hover .lgnd__p:nth-child(37) {
  animation-delay: -0.34969s;
}

.lgnd:focus .lgnd__p:nth-child(38), .lgnd:hover .lgnd__p:nth-child(38) {
  animation-delay: -0.48379s;
}

.lgnd:focus .lgnd__p:nth-child(39), .lgnd:hover .lgnd__p:nth-child(39) {
  animation-delay: -0.31845s;
}

.lgnd:focus .lgnd__p:nth-child(40), .lgnd:hover .lgnd__p:nth-child(40) {
  animation-delay: -0.38953s;
}

/* Animations */

@keyframes rise1 {
  from {
    transform: translate(0em, 0) scale(1);
  }

  50% {
    transform: translate(-0.032em, -118.8%) scale(1);
  }

  to {
    transform: translate(0.2215em, -237.6%) scale(0);
  }
}

@keyframes rise2 {
  from {
    transform: translate(0em, 0) scale(1);
  }

  50% {
    transform: translate(0.064em, -61.6%) scale(1);
  }

  to {
    transform: translate(0.085em, -123.2%) scale(0);
  }
}

@keyframes rise3 {
  from {
    transform: translate(0em, 0) scale(1);
  }

  50% {
    transform: translate(-0.0672em, -127.6%) scale(1);
  }

  to {
    transform: translate(0.239em, -255.2%) scale(0);
  }
}

@keyframes rise4 {
  from {
    transform: translate(0em, 0) scale(1);
  }

  50% {
    transform: translate(-0.0576em, -79.2%) scale(1);
  }

  to {
    transform: translate(0.085em, -158.4%) scale(0);
  }
}

@keyframes rise5 {
  from {
    transform: translate(0em, 0) scale(1);
  }

  50% {
    transform: translate(0.008em, -59.4%) scale(1);
  }

  to {
    transform: translate(0.337em, -118.8%) scale(0);
  }
}

@keyframes rise6 {
  from {
    transform: translate(0em, 0) scale(1);
  }

  50% {
    transform: translate(-0.0048em, -80.3%) scale(1);
  }

  to {
    transform: translate(0.3615em, -160.6%) scale(0);
  }
}

@keyframes rise7 {
  from {
    transform: translate(0em, 0) scale(1);
  }

  50% {
    transform: translate(0.032em, -69.3%) scale(1);
  }

  to {
    transform: translate(0.2075em, -138.6%) scale(0);
  }
}

@keyframes rise8 {
  from {
    transform: translate(0em, 0) scale(1);
  }

  50% {
    transform: translate(0.0432em, -118.8%) scale(1);
  }

  to {
    transform: translate(0.2985em, -237.6%) scale(0);
  }
}

@keyframes rise9 {
  from {
    transform: translate(0em, 0) scale(1);
  }

  50% {
    transform: translate(-0.0032em, -117.7%) scale(1);
  }

  to {
    transform: translate(0.2915em, -235.4%) scale(0);
  }
}

@keyframes rise10 {
  from {
    transform: translate(0em, 0) scale(1);
  }

  50% {
    transform: translate(-0.0144em, -137.5%) scale(1);
  }

  to {
    transform: translate(0.2845em, -275%) scale(0);
  }
}

@keyframes rise11 {
  from {
    transform: translate(0em, 0) scale(1);
  }

  50% {
    transform: translate(0.0192em, -58.3%) scale(1);
  }

  to {
    transform: translate(0.1585em, -116.6%) scale(0);
  }
}

@keyframes rise12 {
  from {
    transform: translate(0em, 0) scale(1);
  }

  50% {
    transform: translate(-0.0304em, -154%) scale(1);
  }

  to {
    transform: translate(0.127em, -308%) scale(0);
  }
}

@keyframes rise13 {
  from {
    transform: translate(0em, 0) scale(1);
  }

  50% {
    transform: translate(0.0304em, -162.8%) scale(1);
  }

  to {
    transform: translate(0.2285em, -325.6%) scale(0);
  }
}

@keyframes rise14 {
  from {
    transform: translate(0em, 0) scale(1);
  }

  50% {
    transform: translate(0.0144em, -150.7%) scale(1);
  }

  to {
    transform: translate(0.2985em, -301.4%) scale(0);
  }
}

@keyframes rise15 {
  from {
    transform: translate(0em, 0) scale(1);
  }

  50% {
    transform: translate(0.0624em, -117.7%) scale(1);
  }

  to {
    transform: translate(0.1235em, -235.4%) scale(0);
  }
}

@keyframes rise16 {
  from {
    transform: translate(0em, 0) scale(1);
  }

  50% {
    transform: translate(-0.0368em, -148.5%) scale(1);
  }

  to {
    transform: translate(0.295em, -297%) scale(0);
  }
}

@keyframes rise17 {
  from {
    transform: translate(0em, 0) scale(1);
  }

  50% {
    transform: translate(-0.0688em, -134.2%) scale(1);
  }

  to {
    transform: translate(0.2425em, -268.4%) scale(0);
  }
}

@keyframes rise18 {
  from {
    transform: translate(0em, 0) scale(1);
  }

  50% {
    transform: translate(0.0672em, -101.2%) scale(1);
  }

  to {
    transform: translate(0.113em, -202.4%) scale(0);
  }
}

@keyframes rise19 {
  from {
    transform: translate(0em, 0) scale(1);
  }

  50% {
    transform: translate(0.0784em, -95.7%) scale(1);
  }

  to {
    transform: translate(0.2845em, -191.4%) scale(0);
  }
}

@keyframes rise20 {
  from {
    transform: translate(0em, 0) scale(1);
  }

  50% {
    transform: translate(-0.0496em, -145.2%) scale(1);
  }

  to {
    transform: translate(0.176em, -290.4%) scale(0);
  }
}

@keyframes rise21 {
  from {
    transform: translate(0em, 0) scale(1);
  }

  50% {
    transform: translate(-0.0528em, -97.9%) scale(1);
  }

  to {
    transform: translate(0.2355em, -195.8%) scale(0);
  }
}

@keyframes rise22 {
  from {
    transform: translate(0em, 0) scale(1);
  }

  50% {
    transform: translate(0.0064em, -151.8%) scale(1);
  }

  to {
    transform: translate(0.3685em, -303.6%) scale(0);
  }
}

@keyframes rise23 {
  from {
    transform: translate(0em, 0) scale(1);
  }

  50% {
    transform: translate(-0.0096em, -60.5%) scale(1);
  }

  to {
    transform: translate(0.1025em, -121%) scale(0);
  }
}

@keyframes rise24 {
  from {
    transform: translate(0em, 0) scale(1);
  }

  50% {
    transform: translate(0.0224em, -145.2%) scale(1);
  }

  to {
    transform: translate(0.274em, -290.4%) scale(0);
  }
}

@keyframes rise25 {
  from {
    transform: translate(0em, 0) scale(1);
  }

  50% {
    transform: translate(-0.0336em, -70.4%) scale(1);
  }

  to {
    transform: translate(0.351em, -140.8%) scale(0);
  }
}

@keyframes rise26 {
  from {
    transform: translate(0em, 0) scale(1);
  }

  50% {
    transform: translate(0.0688em, -127.6%) scale(1);
  }

  to {
    transform: translate(0.3125em, -255.2%) scale(0);
  }
}

@keyframes rise27 {
  from {
    transform: translate(0em, 0) scale(1);
  }

  50% {
    transform: translate(0.0528em, -90.2%) scale(1);
  }

  to {
    transform: translate(0.288em, -180.4%) scale(0);
  }
}

@keyframes rise28 {
  from {
    transform: translate(0em, 0) scale(1);
  }

  50% {
    transform: translate(-0.0368em, -79.2%) scale(1);
  }

  to {
    transform: translate(0.218em, -158.4%) scale(0);
  }
}

@keyframes rise29 {
  from {
    transform: translate(0em, 0) scale(1);
  }

  50% {
    transform: translate(-0.0256em, -73.7%) scale(1);
  }

  to {
    transform: translate(0.0605em, -147.4%) scale(0);
  }
}

@keyframes rise30 {
  from {
    transform: translate(0em, 0) scale(1);
  }

  50% {
    transform: translate(-0.032em, -110%) scale(1);
  }

  to {
    transform: translate(0.134em, -220%) scale(0);
  }
}

@keyframes rise31 {
  from {
    transform: translate(0em, 0) scale(1);
  }

  50% {
    transform: translate(0.056em, -61.6%) scale(1);
  }

  to {
    transform: translate(0.3055em, -123.2%) scale(0);
  }
}

@keyframes rise32 {
  from {
    transform: translate(0em, 0) scale(1);
  }

  50% {
    transform: translate(-0.0288em, -94.6%) scale(1);
  }

  to {
    transform: translate(0.176em, -189.2%) scale(0);
  }
}

@keyframes rise33 {
  from {
    transform: translate(0em, 0) scale(1);
  }

  50% {
    transform: translate(0.0096em, -151.8%) scale(1);
  }

  to {
    transform: translate(0.3755em, -303.6%) scale(0);
  }
}

@keyframes rise34 {
  from {
    transform: translate(0em, 0) scale(1);
  }

  50% {
    transform: translate(0.0752em, -103.4%) scale(1);
  }

  to {
    transform: translate(0.3965em, -206.8%) scale(0);
  }
}

@keyframes rise35 {
  from {
    transform: translate(0em, 0) scale(1);
  }

  50% {
    transform: translate(-0.0192em, -111.1%) scale(1);
  }

  to {
    transform: translate(0.3615em, -222.2%) scale(0);
  }
}

@keyframes rise36 {
  from {
    transform: translate(0em, 0) scale(1);
  }

  50% {
    transform: translate(0.0432em, -91.3%) scale(1);
  }

  to {
    transform: translate(0.057em, -182.6%) scale(0);
  }
}

@keyframes rise37 {
  from {
    transform: translate(0em, 0) scale(1);
  }

  50% {
    transform: translate(0.0576em, -86.9%) scale(1);
  }

  to {
    transform: translate(0.0675em, -173.8%) scale(0);
  }
}

@keyframes rise38 {
  from {
    transform: translate(0em, 0) scale(1);
  }

  50% {
    transform: translate(0.0224em, -69.3%) scale(1);
  }

  to {
    transform: translate(0.3895em, -138.6%) scale(0);
  }
}

@keyframes rise39 {
  from {
    transform: translate(0em, 0) scale(1);
  }

  50% {
    transform: translate(0.0192em, -71.5%) scale(1);
  }

  to {
    transform: translate(0.246em, -143%) scale(0);
  }
}

@keyframes rise40 {
  from {
    transform: translate(0em, 0) scale(1);
  }

  50% {
    transform: translate(0.0752em, -117.7%) scale(1);
  }

  to {
    transform: translate(0.1025em, -235.4%) scale(0);
  }
}

@layer overrides {
  html,
  body {
    background-color: #eef2eb;
  }

  body.home {
    background-color: #eef2eb;
  }
}

.hover\:border-gray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(181 191 196 / var(--tw-border-opacity));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(238 240 241 / var(--tw-bg-opacity));
}

@media (min-width: 40rem) {
  .sm\:mb-12 {
    margin-bottom: 3rem;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:grid {
    display: grid;
  }

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

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:text-black\/60 {
    color: rgb(0 0 0 / 0.6);
  }

  .sm\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 48rem) {
  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mt-32 {
    margin-top: 8rem;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:w-full {
    width: 100%;
  }

  .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\:items-center {
    align-items: center;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:bg-\[\#C7E4DE\] {
    --tw-bg-opacity: 1;
    background-color: rgb(199 228 222 / var(--tw-bg-opacity));
  }

  .md\:bg-\[\#D5EED1\] {
    --tw-bg-opacity: 1;
    background-color: rgb(213 238 209 / var(--tw-bg-opacity));
  }

  .md\:bg-\[\#F9DBCB\] {
    --tw-bg-opacity: 1;
    background-color: rgb(249 219 203 / var(--tw-bg-opacity));
  }

  .md\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

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

  .md\:text-black\/60 {
    color: rgb(0 0 0 / 0.6);
  }

  .md\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .md\:text-white\/70 {
    color: rgb(255 255 255 / 0.7);
  }
}

@media (min-width: 64rem) {
  .lg\:sticky {
    position: sticky;
  }

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

  .lg\:order-2 {
    order: 2;
  }

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

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

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:max-w-\[22rem\] {
    max-width: 22rem;
  }

  .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-\[1fr\2c 300px\] {
    grid-template-columns: 1fr 300px;
  }

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

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:self-start {
    align-self: flex-start;
  }

  .lg\:p-0 {
    padding: 0px;
  }

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

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

  .lg\:text-\[20em\] {
    font-size: 20em;
  }

  .lg\:text-lg {
    font-size: clamp(1.5rem, 1.2rem + 0.75vw, 2.25rem);
    line-height: 1.25;
  }

  .lg\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 80rem) {
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (prefers-color-scheme: dark) {
  .dark\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgb(120 127 138 / var(--tw-border-opacity));
  }

  .dark\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgb(238 240 241 / var(--tw-text-opacity));
  }

  .dark\:text-white\/70 {
    color: rgb(255 255 255 / 0.7);
  }

  .dark\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(99 106 112 / var(--tw-bg-opacity));
  }
}

@media (min-width: 40rem) {
  @media (prefers-color-scheme: dark) {
    .sm\:dark\:text-black\/60 {
      color: rgb(0 0 0 / 0.6);
    }
  }
}

@media (min-width: 48rem) {
  @media (prefers-color-scheme: dark) {
    .md\:dark\:text-black\/60 {
      color: rgb(0 0 0 / 0.6);
    }

    .md\:dark\:text-white {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

    .md\:dark\:text-white\/70 {
      color: rgb(255 255 255 / 0.7);
    }
  }
}
