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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.z-10 {
  z-index: 10;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.min-h-\[65vh\] {
  min-height: 65vh;
}
.min-h-screen {
  min-height: 100vh;
}
.w-auto {
  width: auto;
}
.min-w-0 {
  min-width: 0px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.resize-none {
  resize: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-0 > :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));
}
.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));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}
.divide-white\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.1);
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.bg-\[\#EBEBEB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-center {
  text-align: center;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-specy-dark-blue {
  --tw-text-opacity: 1;
  color: rgb(27 42 53 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.shadow-sm {
  --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);
}
.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);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-100 {
  transition-delay: 100ms;
}
.delay-200 {
  transition-delay: 200ms;
}
.delay-300 {
  transition-delay: 300ms;
}

/* Specy Design System */

/* Base Body */
.specy-body {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: #FDFCFB var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 252 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(254 250 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #FEFAF6 var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: #FEF8F3 var(--tw-gradient-to-position);
    font-family: "IBM Plex Sans Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --tw-text-opacity: 1;
    color: rgb(27 42 53 / var(--tw-text-opacity, 1));
}

/* Header */
.specy-header {
  border-bottom-width: 1px;
  border-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    transition: background-color 0.3s, border-color 0.3s, backdrop-filter 0.3s;
}

.specy-header.scrolled {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
  background-color: rgb(255 255 255 / 0.8);
  --tw-backdrop-blur: blur(12px);
  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);
}

.specy-logo a {
  text-decoration-line: none;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.specy-logo a:hover {
  opacity: 0.7;
}

.specy-logo .logo-white {
    display: block;
}

.specy-logo .logo-dark {
    display: none;
}

.scrolled .specy-logo .logo-white {
    display: none;
}

.scrolled .specy-logo .logo-dark {
    display: block;
}

.specy-nav-link {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  color: rgb(255 255 255 / 0.8);
  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;
}

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

.scrolled .specy-nav-link {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.scrolled .specy-nav-link:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.specy-btn-header {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.scrolled .specy-btn-header {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.specy-btn-header:hover {
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-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);
}

.scrolled .specy-btn-header:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
/* Hero Section */
.specy-hero {
    background: linear-gradient(135deg, rgba(27, 42, 53, 1) 0%, rgba(26, 50, 64, 1) 59%, rgba(38, 73, 94, 1) 100%);
    position: relative;
    overflow: hidden;
}

.specy-hero > .container {
    position: relative;
    z-index: 1;
}

.specy-scroll-hint {
    position: absolute;
    bottom: 2.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    z-index: 1;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    border-radius: 12px;
    padding: 0.6rem 1.5rem 0.5rem;
    transition: color 0.3s, background 0.3s, border-color 0.3s;
    animation: scroll-bounce 2s ease-in-out infinite;
}

.specy-scroll-hint:hover {
    color: rgba(255, 255, 255, 0.95);
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.2);
}

.specy-scroll-hint__label {
    font-family: 'IBM Plex Sans Condensed', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

@keyframes scroll-bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(6px); }
}

@keyframes chevron-pulse {
    0%, 100% { opacity: 0.4; }
    50% { opacity: 1; }
}

.specy-scroll-hint svg {
    animation: chevron-pulse 2s ease-in-out infinite;
}

.specy-scroll-hint--dark {
    color: rgba(27, 42, 53, 0.5);
    background: rgba(27, 42, 53, 0.06);
    border-color: rgba(27, 42, 53, 0.1);
}

.specy-scroll-hint--inline {
    position: static;
}

.specy-scroll-hint--dark:hover {
    color: rgba(27, 42, 53, 0.8);
    background: rgba(27, 42, 53, 0.1);
    border-color: rgba(27, 42, 53, 0.18);
}

@media (max-width: 767px) {
    .specy-scroll-hint {
        display: none;
    }
}

/* Scroll chevrons — animated, non-clickable */
.specy-scroll-chevrons {
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    color: rgba(255, 255, 255, 0.4);
    pointer-events: none;
}

.specy-scroll-chevrons--inline {
    position: static;
    margin: 2rem auto 0;
}

.specy-scroll-chevrons svg:first-child {
    animation: chevronBounce1 2s ease-in-out infinite;
}

.specy-scroll-chevrons svg:last-child {
    margin-top: -10px;
    animation: chevronBounce2 2s ease-in-out infinite;
}

@keyframes chevronBounce1 {
    0%, 100% { opacity: 0.3; transform: translateY(0); }
    50% { opacity: 0.8; transform: translateY(4px); }
}

@keyframes chevronBounce2 {
    0%, 100% { opacity: 0.15; transform: translateY(0); }
    50% { opacity: 0.5; transform: translateY(6px); }
}

.specy-scroll-chevrons--dark {
    color: rgba(27, 42, 53, 0.3);
}

@media (max-width: 767px) {
    .specy-scroll-chevrons {
        display: none;
    }
}

/* Buttons */
.specy-btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --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);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.specy-btn-primary:hover {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
  --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);
}

.specy-btn-secondary {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  --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);
}

.specy-btn-secondary:hover {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --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);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* Hero CTA buttons */
.specy-btn-coral {
    background-color: #E46863;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    --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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.specy-btn-coral:hover {
    background-color: #d45a55;
    --tw-translate-y: -0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --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);
}

.specy-btn-ghost {
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.5);
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.specy-btn-ghost:hover {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-color: rgb(255 255 255 / 0.8);
  background-color: rgb(255 255 255 / 0.1);
}

/* Feature Cards */
.specy-card {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  padding: 2rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 768px) {

  .specy-card {
    padding: 2.5rem;
  }
}
.specy-card {
    background: #FFFFFF;
    border: 1.5px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.specy-card:hover {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.specy-icon-wrapper {
  display: inline-flex;
  height: 4rem;
  width: 4rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.specy-card:hover .specy-icon-wrapper {
  --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));
}

/* Card title styled as code/command */
.specy-card-title {
    font-family: 'Fira Code', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 24px;
    margin-bottom: 1.5rem;
    font-weight: 700;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.specy-card-title span {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

/* Card content structure */
.specy-card-content {
  position: relative;
  z-index: 10;
}

.specy-card-list {
  margin-top: 0.5rem;
}

.specy-card-list > :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));
}

.specy-card-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.specy-card-list li::before {
    content: '';
    margin-top: 0.5rem;
    height: 0.5rem;
    width: 0.5rem;
    flex-shrink: 0;
    background-color: #F65D60;
}

.specy-card-label {
  display: inline;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.specy-card-text {
  display: inline;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.specy-card-underline {
  text-decoration-line: underline;
  text-decoration-color: #9ca3af;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}

/* Inline code style */
.specy-code {
    font-family: 'Fira Code', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.875em;
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

/* Secondary Section */
.specy-secondary-section {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: #FDFCFB var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 252 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(254 249 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #FEF9F5 var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: #FEF6F0 var(--tw-gradient-to-position);
    position: relative;
}

/* Form Styling */
.specy-form {
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 2rem;
  --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);
}
@media (min-width: 768px) {

  .specy-form {
    padding: 2.5rem;
  }
}

.specy-input {
  width: 100%;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.specy-input:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity, 1));
}

.specy-input {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.specy-input::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}

.specy-input::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}

.specy-input {
    background-color: #FAFAFA;
}

.specy-input:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.specy-input:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --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);
}

.specy-btn-submit {
  width: 100%;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.specy-btn-submit:hover {
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
  --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);
}

/* Phase Carousel */
.specy-phase-tab {
  cursor: pointer;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
    background: white;
}

.specy-phase-tab:hover {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  --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);
    transform: translateY(-1px);
}

.specy-phase-tab-active {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  --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);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    background: white;
    border-bottom: 2px solid #E46863;
}

.specy-phase-num {
  margin-right: 0.375rem;
  display: inline-flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
    color: white;
}

.specy-phase-tab .specy-phase-num {
    background: #ccc;
}

.specy-phase-tab:hover .specy-phase-num {
    background: #E46863;
}

.specy-phase-tab-active .specy-phase-num {
    background: #E46863;
}

.specy-phase-player {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 480px;
    margin: 0 auto 12px;
}

.specy-phase-progress-track {
    flex: 1;
    height: 3px;
    background: #E0E0E0;
    border-radius: 3px;
    overflow: hidden;
}

.specy-phase-progress-fill {
    height: 100%;
    width: 0%;
    background: #E46863;
    border-radius: 3px;
}


.specy-phase-carousel {
    position: relative;
}

.specy-phase-mobile-title {
    display: none;
    align-items: center;
    gap: 10px;
    margin-bottom: 1rem;
    font-family: 'EB Garamond', serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1B2A35;
}

.specy-phase-mobile-title .specy-phase-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: #E46863;
    color: white;
    font-family: 'IBM Plex Sans Condensed', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    flex-shrink: 0;
}

.specy-phase-panel {
    display: none;
}

.specy-phase-panel-active {
    display: block;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Mobile: box corners for vertical stacking */
@media (max-width: 768px) {
    .specy-box-left {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }
    .specy-box-right {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }
}

/* Beam container — overlaps adjacent boxes */
.specy-beam-container {
    margin-left: -20px;
    margin-right: -20px;
    z-index: 10;
}

@media (max-width: 768px) {
    .specy-beam-container {
        margin-left: 0;
        margin-right: 0;
        margin-top: -12px;
        margin-bottom: -12px;
    }
}

/* Distill beam — gradient bar crossing the boundary */
.specy-distill-beam {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    z-index: 10;
    /* Arrow shape: flat left, pointed right */
    clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%);
}

.specy-distill-beam-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 0%, #E46863 50%, #E46863 100%);
}

.specy-distill-beam-pulse {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.specy-distill-beam-pulse::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.18), transparent);
    animation: beamPulse 2s linear infinite;
}

@keyframes beamPulse {
    0% { left: -60%; }
    100% { left: 100%; }
}

.specy-distill-beam-label {
    position: relative;
    z-index: 1;
    color: white;
    font-family: 'Fira Code', monospace;
    font-weight: 600;
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 0 28px 0 60px;
}

.specy-distill-beam-label.specy-beam-short {
    padding: 0 16px 0 36px;
}

/* Mobile: vertical beams */
@media (max-width: 768px) {
    .specy-beam-container {
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: -8px;
        margin-bottom: -8px;
    }
    .specy-distill-beam,
    .specy-beam-reverse {
        transform: rotate(90deg);
        min-width: 90px;
        max-width: 90px;
        height: 28px;
    }
    .specy-distill-beam-label {
        font-size: 0.5rem;
        letter-spacing: 0.05em;
        padding: 0 10px !important;
    }
    .specy-produce-arrow {
        transform: rotate(90deg);
        min-width: 60px;
    }
}

/* Reversed beam (right to left) */
.specy-beam-reverse {
    clip-path: polygon(18px 0, 100% 0, 100% 100%, 18px 100%, 0 50%);
}

.specy-beam-reverse .specy-distill-beam-bg {
    background: linear-gradient(270deg, transparent 0%, #E46863 50%, #E46863 100%);
}

.specy-beam-reverse .specy-distill-beam-pulse::after {
    animation: beamPulseReverse 2s linear infinite;
}

@keyframes beamPulseReverse {
    0% { left: 100%; }
    100% { left: -60%; }
}

.specy-beam-reverse .specy-distill-beam-label {
    padding: 0 60px 0 28px;
}

/* Dotted produce arrow (inside Specy box) */
.specy-produce-arrow {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
    min-width: 80px;
}

.specy-produce-arrow-line {
    position: relative;
    width: 100%;
    height: 16px;
    padding-right: 10px;
}

.specy-produce-arrow-line-dots {
    position: relative;
    width: 100%;
    height: 6px;
    top: 5px;
    overflow: hidden;
}

.specy-produce-arrow-line-dots::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background-image: radial-gradient(circle 4px at center, #E46863 1.5px, transparent 2px);
    background-size: 14px 6px;
    background-repeat: repeat-x;
    background-position: 0 center;
    animation: produceDots 0.6s linear infinite;
}

@keyframes produceDots {
    0% { transform: translateX(-14px); }
    100% { transform: translateX(0); }
}

.specy-produce-arrow-tip {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #E46863;
}

.specy-produce-arrow span {
    font-family: 'Fira Code', monospace;
    font-size: 0.6rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #E46863;
}

/* Artifact code blocks */
.specy-artifact {
  overflow: hidden;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --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);
    background: #1B2A35;
    max-width: 340px;
}

.specy-artifact-header {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
    background: rgba(255,255,255,0.05);
}

.specy-artifact-tab {
  cursor: pointer;
  border-radius: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  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;
    color: rgba(255,255,255,0.4);
    font-family: 'Fira Code', monospace;
    background: transparent;
    border: none;
}

.specy-artifact-tab:hover {
    color: rgba(255,255,255,0.7);
}

.specy-artifact-tab-active {
    color: #E46863;
    background: rgba(255,255,255,0.08);
}

.specy-artifact-tab-panel {
    display: none;
}

.specy-artifact-tab-panel-active {
    display: block;
}

.specy-artifact-code {
  margin: 0px;
  overflow-x: hidden;
  padding: 1rem;
    font-family: 'Fira Code', monospace;
    font-size: 0.75rem;
    line-height: 1.5;
    color: #e2e8f0;
    background: transparent;
}

/* Prevent phase boxes from overflowing on medium screens */
.specy-phase-panel .specy-box-left,
.specy-phase-panel .specy-box-right {
    min-width: 0;
    overflow: hidden;
}

/* Expandable artifact: fixed preview with fade + hover hint + click to expand */
.specy-artifact-expandable {
    position: relative;
    cursor: pointer;
}

.specy-artifact-expandable .specy-artifact-code {
    max-height: 320px;
    overflow: hidden;
}

.specy-artifact-expandable::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 64px;
    background: linear-gradient(to bottom, transparent, #1B2A35);
    pointer-events: none;
    z-index: 2;
}

.specy-artifact-expand-hint {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(27, 42, 53, 0.85);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 12px;
    color: rgba(255,255,255,0.7);
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
}

.specy-artifact-expandable:hover .specy-artifact-expand-hint {
    opacity: 1;
}

/* Overlay modal for expanded code */
.specy-code-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.7);
    backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.specy-code-overlay.active {
    opacity: 1;
    visibility: visible;
}

.specy-code-overlay-content {
    background: #1B2A35;
    border-radius: 1rem;
    border: 1px solid rgba(255,255,255,0.1);
    max-width: 560px;
    width: 90vw;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 25px 60px rgba(0,0,0,0.5);
    transform: scale(0.95);
    transition: transform 0.25s ease;
}

.specy-code-overlay.active .specy-code-overlay-content {
    transform: scale(1);
}

.specy-code-overlay-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
    background: rgba(255,255,255,0.05);
    border-radius: 1rem 1rem 0 0;
}

.specy-code-overlay-header span {
    color: #E46863;
    font-family: 'Fira Code', monospace;
    font-size: 0.875rem;
    font-weight: 500;
}

.specy-code-overlay-close {
    background: none;
    border: none;
    color: rgba(255,255,255,0.4);
    cursor: pointer;
    padding: 4px;
    transition: color 0.2s ease;
}

.specy-code-overlay-close:hover {
    color: rgba(255,255,255,0.8);
}

.specy-code-overlay-body {
    overflow-y: auto;
    flex: 1;
    min-height: 0;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,0.25) transparent;
}

.specy-code-overlay-body::-webkit-scrollbar {
    width: 6px;
}

.specy-code-overlay-body::-webkit-scrollbar-track {
    background: transparent;
}

.specy-code-overlay-body::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.25);
    border-radius: 3px;
}

.specy-code-overlay-body .specy-artifact-code {
    max-height: none;
    overflow: visible;
}

.specy-artifact-spec {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
}

.specy-artifact-code code {
    font-family: inherit;
    background: transparent;
}

/* Specy syntax highlighting */
.specy-kw { color: #E46863; }           /* keywords: domain, entity, enum, value, interaction, policy, spec, narrative, etc. */
.specy-type { color: #7EC8E3; }         /* types & annotations: uuid, string, decimal, required, existing, affected */
.specy-str { color: #F0C674; }          /* strings: "..." */
.specy-comment { color: #6B7F8E; font-style: italic; }  /* comments: // ... */
.specy-punct { color: #8899A6; }        /* braces, brackets */

/* Dialogue chat */
.specy-chat {
    font-family: 'IBM Plex Sans Condensed', sans-serif;
    font-size: 0.9rem;
    line-height: 1.5;
}

.specy-chat-msg {
    border-radius: 12px;
    padding: 10px 14px;
    position: relative;
}

.specy-chat-msg p {
    margin: 0 0 4px 0;
}

.specy-chat-msg p:last-child {
    margin-bottom: 0;
}

.specy-chat-role {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 4px;
    border-radius: 4px;
    padding: 1px 6px;
}

.specy-chat-user {
    background: #F3F4F6;
    align-self: flex-start;
    max-width: 88%;
}

.specy-chat-user .specy-chat-role {
    background: #E5E7EB;
    color: #4B5563;
}

.specy-chat-specy {
    background: #FEF2F1;
    border: 1px solid #F5D0CE;
    align-self: flex-end;
    max-width: 88%;
}

.specy-chat-specy .specy-chat-role {
    background: #E46863;
    color: white;
}

.specy-chat-ref {
    font-size: 0.75rem;
    color: #9CA3AF;
    font-style: italic;
}

.specy-chat-specy code {
    font-family: 'Fira Code', monospace;
    font-size: 0.8rem;
    background: rgba(228, 104, 99, 0.1);
    padding: 1px 5px;
    border-radius: 4px;
    color: #E46863;
}

.specy-chat-label {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    padding: 1px 5px;
    border-radius: 3px;
    vertical-align: middle;
    margin-right: 2px;
}

.specy-chat-label-existing {
    background: #E0F2FE;
    color: #0369A1;
}

.specy-chat-label-new {
    background: #DCFCE7;
    color: #15803D;
}

.specy-chat-label-contradiction {
    background: #FEE2E2;
    color: #B91C1C;
}

.specy-chat-label-impact {
    background: #FEF3C7;
    color: #92400E;
}

.specy-chat-label-gap {
    background: #F3E8FF;
    color: #7E22CE;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .specy-chat-user,
    .specy-chat-specy {
        max-width: 100%;
    }

    .specy-chat {
        font-size: 0.82rem;
    }

    .specy-chat-label {
        font-size: 0.6rem;
        padding: 1px 4px;
    }

    .specy-phase-player {
        max-width: 100%;
        padding: 0 16px;
    }

    /* Hide tabs and progress bar on mobile */
    .specy-phase-tab {
        display: none;
    }

    .specy-phase-player {
        display: none;
    }

    /* Show all panels stacked */
    .specy-phase-panel {
        display: block;
        margin-bottom: 3rem;
    }

    .specy-phase-panel-active {
        animation: none;
    }

    /* Show mobile phase titles */
    .specy-phase-mobile-title {
        display: flex;
    }

    /* Remove min-height constraint */
    #features {
        min-height: auto !important;
    }

    /* Intro paragraph: left-align on mobile */
    .specy-phase-panel > p.text-center {
        text-align: left;
    }
}

/* Footer */
.specy-footer {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: #FDFCFB var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 252 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #FEF8F3 var(--tw-gradient-to-position);
}

.specy-footer-link {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  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;
}

.specy-footer-link:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

/* Reference Layout */
.ref-layout {
    display: flex;
    min-height: calc(100vh - 68px);
    padding-top: 68px;
    background: #FDFCFB;
}

.ref-sidebar {
    width: 260px;
    flex-shrink: 0;
    border-right: 1px solid #E8E4E0;
    background: #FAF8F6;
    overflow-y: auto;
    position: sticky;
    top: 68px;
    height: calc(100vh - 68px);
    padding: 2rem 0;
}

.ref-nav {
    padding: 0 1rem;
}

.ref-nav-section {
    margin-bottom: 2rem;
}

.ref-nav-label {
    display: block;
    font-family: 'IBM Plex Sans Condensed', sans-serif;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #9A8F87;
    padding: 0 0.5rem;
    margin-bottom: 0.375rem;
}

.ref-nav-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ref-nav-item {
    display: block;
    font-family: 'IBM Plex Sans Condensed', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    color: #4A5568;
    padding: 0.375rem 0.5rem;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
    line-height: 1.4;
}

.ref-nav-item:hover {
    background: #EDE9E5;
    color: #1B2A35;
}

.ref-nav-item--active {
    background: #EDE9E5;
    color: #1B2A35;
    font-weight: 500;
}

.ref-nav-item--active::before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 12px;
    background: #E46863;
    border-radius: 1px;
    margin-right: 0.5rem;
    vertical-align: middle;
    margin-top: -2px;
}

.ref-nav-item--disabled {
    opacity: 0.4;
    cursor: default;
    pointer-events: none;
}

.ref-nav-item--sub {
    padding-left: 1rem;
    font-size: 0.8125rem;
    color: #6B7280;
}

.ref-nav-item--sub:hover {
    color: #1B2A35;
}

/* Collapsible groups */
.ref-nav-group {
    margin: 0;
}

.ref-nav-group summary {
    list-style: none;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

.ref-nav-group summary::-webkit-details-marker {
    display: none;
}

.ref-nav-group-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'IBM Plex Sans Condensed', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    color: #4A5568;
    padding: 0.375rem 0.5rem;
    border-radius: 6px;
    transition: background 0.15s, color 0.15s;
}

.ref-nav-group-title:hover {
    background: #EDE9E5;
    color: #1B2A35;
}

.ref-nav-chevron {
    width: 14px;
    height: 14px;
    color: #9A8F87;
    transition: transform 0.2s;
    flex-shrink: 0;
}

.ref-nav-group[open] .ref-nav-chevron {
    transform: rotate(90deg);
}

.ref-nav-sublist {
    padding-left: 0.25rem;
    margin-top: 0.125rem;
    margin-bottom: 0.25rem;
}

.ref-content {
    flex: 1;
    min-width: 0;
    padding: 3rem 4rem;
    max-width: 860px;
}

/* Three Cubes — Vision Section */
.specy-cubes-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 900px;
    height: 420px;
}

.specy-cubes-scene {
    position: relative;
    width: 360px;
    height: 360px;
    transform-style: preserve-3d;
    transform: rotateX(-20deg) rotateY(-35deg);
}

.specy-cube {
    position: absolute;
    transform-style: preserve-3d;
}

.specy-cube-face {
    position: absolute;
    backface-visibility: visible;
}

/* --- Infrastructure (outer) --- */
.specy-cube-infra {
    width: 320px;
    height: 320px;
    top: 20px;
    left: 20px;
}
.specy-cube-infra .specy-cube-face { border: 1.5px solid rgba(148, 163, 184, 0.6); }
.specy-cube-infra .face-front  { width: 320px; height: 320px; background: rgba(148, 163, 184, 0.05); transform: translateZ(160px); }
.specy-cube-infra .face-back   { width: 320px; height: 320px; background: rgba(148, 163, 184, 0.03); transform: translateZ(-160px) rotateY(180deg); }
.specy-cube-infra .face-left   { width: 320px; height: 320px; background: rgba(148, 163, 184, 0.06); transform: rotateY(-90deg) translateZ(160px); }
.specy-cube-infra .face-right  { width: 320px; height: 320px; background: rgba(148, 163, 184, 0.04); transform: rotateY(90deg) translateZ(160px); }
.specy-cube-infra .face-top    { width: 320px; height: 320px; background: rgba(148, 163, 184, 0.08); transform: rotateX(90deg) translateZ(160px); }
.specy-cube-infra .face-bottom { width: 320px; height: 320px; background: rgba(148, 163, 184, 0.03); transform: rotateX(-90deg) translateZ(160px); }

/* --- Experience (middle) --- */
.specy-cube-experience {
    width: 220px;
    height: 220px;
    top: 70px;
    left: 70px;
}
.specy-cube-experience .specy-cube-face { border: 1.5px solid rgba(100, 116, 139, 0.7); }
.specy-cube-experience .face-front  { width: 220px; height: 220px; background: rgba(100, 116, 139, 0.06); transform: translateZ(110px); }
.specy-cube-experience .face-back   { width: 220px; height: 220px; background: rgba(100, 116, 139, 0.04); transform: translateZ(-110px) rotateY(180deg); }
.specy-cube-experience .face-left   { width: 220px; height: 220px; background: rgba(100, 116, 139, 0.07); transform: rotateY(-90deg) translateZ(110px); }
.specy-cube-experience .face-right  { width: 220px; height: 220px; background: rgba(100, 116, 139, 0.05); transform: rotateY(90deg) translateZ(110px); }
.specy-cube-experience .face-top    { width: 220px; height: 220px; background: rgba(100, 116, 139, 0.10); transform: rotateX(90deg) translateZ(110px); }
.specy-cube-experience .face-bottom { width: 220px; height: 220px; background: rgba(100, 116, 139, 0.04); transform: rotateX(-90deg) translateZ(110px); }

/* --- Domain (inner/core — solid) --- */
.specy-cube-domain {
    width: 120px;
    height: 120px;
    top: 120px;
    left: 120px;
}
.specy-cube-domain .specy-cube-face { border: 2px solid rgba(228, 104, 99, 0.9); }
.specy-cube-domain .face-front  { width: 120px; height: 120px; background: rgba(228, 104, 99, 0.25); transform: translateZ(60px); }
.specy-cube-domain .face-back   { width: 120px; height: 120px; background: rgba(228, 104, 99, 0.20); transform: translateZ(-60px) rotateY(180deg); }
.specy-cube-domain .face-left   { width: 120px; height: 120px; background: rgba(228, 104, 99, 0.30); transform: rotateY(-90deg) translateZ(60px); }
.specy-cube-domain .face-right  { width: 120px; height: 120px; background: rgba(228, 104, 99, 0.18); transform: rotateY(90deg) translateZ(60px); }
.specy-cube-domain .face-top    { width: 120px; height: 120px; background: rgba(228, 104, 99, 0.35); transform: rotateX(90deg) translateZ(60px); }
.specy-cube-domain .face-bottom { width: 120px; height: 120px; background: rgba(228, 104, 99, 0.15); transform: rotateX(-90deg) translateZ(60px); }

/* Cube labels — vertical text, aligned with left edge of front face */
.specy-cube-label {
    position: absolute;
    font-family: 'EB Garamond', serif;
    font-weight: 1000;
    white-space: nowrap;
    writing-mode: vertical-rl;
    left: -22px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    letter-spacing: 0.04em;
}

.specy-cube-label-infra {
    font-size: 1.2rem;
    color: #94a3b8;
    transform: rotate(180deg) translateZ(160px);
}

.specy-cube-label-experience {
    font-size: 1rem;
    color: #1e293b;
    transform: rotate(180deg) translateZ(110px);
}

.specy-cube-label-domain {
    font-size: 1rem;
    color: #E46863;
    transform: rotate(180deg) translateZ(60px);
}

.specy-cube-verb {
    font-style: italic;
    font-weight: 400;
    opacity: 0.8;
}

/* Responsive cubes */
@media (max-width: 640px) {
    .specy-cubes-wrapper {
        height: 300px;
    }
    .specy-cubes-scene {
        width: 260px;
        height: 260px;
        transform: rotateX(-20deg) rotateY(-35deg) scale(0.72);
    }
}

/* Vision Cards */
.specy-circle-card {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
    padding: 3rem 2rem 2rem 2rem;
    background: #FFFFFF;
    border: 1.5px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.specy-circle-card:hover {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.specy-circle-card-accent {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
    padding: 6px 2rem;
    color: white;
    font-family: 'EB Garamond', serif;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
}

.specy-circle-card-accent-domain {
    background: #E46863;
}

.specy-circle-card-accent-experience {
    background: #64748b;
}

.specy-circle-card-accent-infra {
    background: #94a3b8;
}

/* Use Cases Section */
.specy-usecases {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 2.5rem;
    align-items: start;
}

@media (max-width: 768px) {
    .specy-usecases {
        grid-template-columns: 1fr;
    }
    .specy-usecases-detail {
        min-height: 0;
    }
    .specy-usecase-panel {
        position: static;
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        transform: none;
        transition: opacity 0.3s ease, max-height 0.3s ease;
    }
    .specy-usecase-panel.specy-usecase-panel-active {
        opacity: 1;
        max-height: 2000px;
    }
}

.specy-usecases-nav {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.specy-usecase-item {
    padding: 1.5rem 1.75rem;
    border-left: 3px solid transparent;
    cursor: pointer;
    transition: all 0.25s ease;
    border-radius: 0 0.75rem 0.75rem 0;
}

.specy-usecase-item h3 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.specy-usecase-item p {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.6;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease, margin 0.3s ease;
    margin: 0;
}

.specy-usecase-item:hover {
    background: rgba(255, 255, 255, 0.5);
}

.specy-usecase-item.specy-usecase-active {
    border-left-color: #E46863;
    background: white;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.specy-usecase-item.specy-usecase-active p {
    max-height: 200px;
    opacity: 1;
    margin-top: 0.5rem;
}

/* Use case detail panels */
.specy-usecases-detail {
    position: relative;
    min-height: 580px;
}

.specy-usecase-panel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}

.specy-usecase-panel.specy-usecase-panel-active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.specy-usecase-panel-inner {
    background: white;
    border-radius: 1rem;
    padding: 2rem 2.25rem;
    border: 1.5px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.specy-usecase-panel-label {
    font-family: 'EB Garamond', serif;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #94a3b8;
    margin-bottom: 0.5rem;
}

.specy-usecase-panel-quote {
    font-family: 'EB Garamond', serif;
    font-style: italic;
    font-size: 1.15rem;
    color: #E46863;
    border-left: 3px solid #E46863;
    padding-left: 1rem;
    margin-top: 1rem;
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Typography Enhancements */
h1, h2, h3, h4, h5, h6 {
  letter-spacing: -0.025em;
    font-weight: 700;
}

h1, h2 {
    font-family: 'EB Garamond', Georgia, 'Times New Roman', serif;
}

p {
  line-height: 1.625;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(28px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in-up {
    animation: fadeInUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.delay-100 { animation-delay: 0.1s; }
.delay-200 { animation-delay: 0.25s; }
.delay-300 { animation-delay: 0.4s; }

/* Scroll reveal */
.scroll-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
                transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.scroll-reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}

.scroll-reveal.stagger-1 { transition-delay: 0.1s; }
.scroll-reveal.stagger-2 { transition-delay: 0.2s; }
.scroll-reveal.stagger-3 { transition-delay: 0.3s; }

/* Blog */

/* Blog list layout */
.blog-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.blog-list-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid #E8E4E0;
}

.blog-list-item:first-child {
    border-top: 1px solid #E8E4E0;
}

.blog-list-item-inline-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
    font-family: 'IBM Plex Sans Condensed', sans-serif;
    font-size: 0.8rem;
    color: #6B7280;
}

.blog-list-item-author {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.35rem;
    font-family: 'IBM Plex Sans Condensed', sans-serif;
    font-size: 0.75rem;
    color: #4A5568;
}

.blog-list-item-avatar {
    width: 60px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    flex-shrink: 0;
    background: #1D2A34;
}

.blog-list-item-avatar[src$=".svg"] {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
}

.blog-list-item-content {
    flex: 1;
    min-width: 0;
}

.blog-list-item-content h2 {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  .blog-list-item-content h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.blog-list-item-content h2 {
    margin-bottom: 0.25rem;
}
.blog-list-item-content h2 a {
    color: inherit;
    text-decoration: none;
}
.blog-list-item-content h2 a:hover {
    color: #E46863;
}

.blog-list-item-content p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
    margin: 0;
}

.blog-list-item-meta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
    font-family: 'IBM Plex Sans Condensed', sans-serif;
    font-size: 0.8rem;
    color: #6B7280;
    white-space: nowrap;
}

@media (max-width: 640px) {
    .blog-list-item {
        flex-direction: column;
        gap: 0.5rem;
        align-items: flex-start;
    }
}

/* Blog card (used in tag pages) */
.blog-card {
  overflow: hidden;
  border-radius: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
    background: #FFFFFF;
    border: 1.5px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --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);
    border-color: rgba(0, 0, 0, 0.2);
}

.blog-card-cover {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
}

.blog-card-body {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  padding: 1.5rem;
}

.blog-card-body h2 {
    font-family: 'EB Garamond', Georgia, serif;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.blog-card-body p {
  margin-bottom: 1rem;
  flex: 1 1 0%;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.blog-tag {
    display: inline-block;
    font-family: 'IBM Plex Sans Condensed', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    padding: 0.2rem 0.6rem;
    border-radius: 9999px;
    background: rgba(228, 104, 99, 0.1);
    color: #E46863;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.blog-tag:hover {
    background: rgba(228, 104, 99, 0.2);
    color: #d45a55;
}

.blog-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    font-family: 'IBM Plex Sans Condensed', sans-serif;
    font-size: 0.8rem;
    color: #6B7280;
}

.blog-reading-time {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

/* Blog Article */
.blog-article {
    max-width: 780px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
}

.blog-article-header {
    margin-bottom: 3rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #E8E4E0;
}

.blog-article-author-row {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-top: 1.25rem;
}

.blog-article-author-meta {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.blog-article-author-name {
    font-family: 'IBM Plex Sans Condensed', sans-serif;
    font-weight: 600;
    color: #1B2A35;
    font-size: 0.95rem;
}

.blog-article-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.blog-lang-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-family: 'IBM Plex Sans Condensed', sans-serif;
    font-size: 0.85rem;
}

.blog-lang-active {
    font-weight: 600;
    color: #1B2A35;
}

.blog-lang-link {
    color: #9CA3AF;
    text-decoration: none;
    transition: color 0.2s;
}
.blog-lang-link:hover {
    color: #E46863;
}

.blog-back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-family: 'IBM Plex Sans Condensed', sans-serif;
    font-size: 0.85rem;
    color: #6B7280;
    text-decoration: none;
    transition: color 0.2s;
}
.blog-back-link:hover {
    color: #E46863;
}

.blog-article-header h1 {
    font-family: 'EB Garamond', Georgia, serif;
    margin-bottom: 1rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 700;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  .blog-article-header h1 {
    font-size: 3rem;
    line-height: 1;
  }
}

.blog-article-content {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 1.2rem;
    line-height: 1.8;
    color: #1B2A35;
}

.blog-article-content h2 {
    font-family: 'EB Garamond', Georgia, serif;
    margin-top: 3rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  .blog-article-content h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.blog-article-content h3 {
    font-family: 'EB Garamond', Georgia, serif;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  .blog-article-content h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.blog-article-content a[href^="http"] {
    color: #E46863;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    transition: color 0.2s;
}
.blog-article-content a[href^="http"]:hover {
    color: #c9504b;
}

.blog-article-content p {
  margin-bottom: 1.5rem;
}

.blog-article-content ul,
.blog-article-content ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.blog-article-content li {
  margin-bottom: 0.5rem;
}

.blog-article-content blockquote {
    border-left: 3px solid #E46863;
    padding-left: 1.5rem;
    margin: 2rem 0;
    font-style: italic;
    color: #4A5568;
}

.blog-article-content code {
    font-family: 'Fira Code', monospace;
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.blog-article-content pre {
  margin-bottom: 1.5rem;
  overflow-x: auto;
  border-radius: 0.75rem;
    background: #1B2A35;
    padding: 1.5rem;
}

.blog-article-content pre code {
  background-color: transparent;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

/* ─── About Page ─────────────────────────────────────────────────── */

.specy-about-hero {
    background: linear-gradient(135deg, rgba(27, 42, 53, 1) 0%, rgba(26, 50, 64, 1) 59%, rgba(38, 73, 94, 1) 100%);
    position: relative;
}

.specy-about-grid-overlay {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
}

/* Identity section (dark background) */
.specy-about-identity {
    background: linear-gradient(135deg, rgba(27, 42, 53, 1) 0%, rgba(26, 50, 64, 1) 59%, rgba(38, 73, 94, 1) 100%);
}

/* Vertical principle rows — used in both Guiding Principles and Identity */
.specy-about-principle {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.specy-about-principle-title {
    font-family: 'EB Garamond', serif;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    line-height: 1.375;
}

@media (min-width: 768px) {

  .specy-about-principle-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.specy-about-principle-desc {
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.625;
}

/* Founder rows */
.specy-about-founder {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.specy-about-founder-photo {
  flex-shrink: 0;
  border-radius: 1rem;
    width: 120px;
    height: 120px;
    -o-object-fit: cover;
       object-fit: cover;
}

.specy-about-founder-name {
    font-family: 'EB Garamond', serif;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    line-height: 1.375;
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  .specy-about-founder-name {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.specy-about-founder-role {
    font-family: 'Fira Code', monospace;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    color: #E46863;
    margin-top: 0.25rem;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
}

.specy-about-founder-bio {
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {

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

@media (min-width: 768px) {

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

  .md\:flex {
    display: flex;
  }

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

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

  .md\:space-y-0 > :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));
  }

  .md\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

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

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

  .md\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

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

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

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

@media (min-width: 1024px) {

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

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