/* This file is generated from Tailwind CSS and contains all necessary styles. */
:root {
  --background: oklch(0.1 0 0);
  --foreground: oklch(1 0 0);
  --card: oklch(0.22 0 0);
  --card-foreground: oklch(1 0 0);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(0.1 0 0);
  --primary: oklch(0.1 0 0);
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(0.67 0.15 41);
  --secondary-foreground: oklch(0.1 0 0);
  --muted: oklch(0.95 0 0);
  --muted-foreground: oklch(0.1 0 0);
  --accent: oklch(0.67 0.15 41);
  --accent-foreground: oklch(1 0 0);
  --destructive: oklch(0.577 0.245 27.325);
  --destructive-foreground: oklch(1 0 0);
  --border: oklch(0.22 0 0);
  --input: oklch(1 0 0);
  --ring: oklch(0.67 0.15 41);
  --radius: 0.5rem;
}
*,::before,::after { box-sizing: border-box; border-width: 0; border-style: solid; border-color: var(--border); }
html { line-height: 1.5; -webkit-text-size-adjust: 100%; -moz-tab-size: 4; tab-size: 4; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
body { margin: 0; line-height: inherit; }
h1,h2,h3,h4,h5,h6 { font-size: inherit; font-weight: inherit; }
a { color: inherit; text-decoration: inherit; }
button,input,select,textarea { font-family: inherit; font-size: 100%; font-weight: inherit; line-height: inherit; color: inherit; margin: 0; padding: 0; }
button, [type='button'], [type='reset'], [type='submit'] { -webkit-appearance: button; background-color: transparent; background-image: none; }
img, svg { display: block; vertical-align: middle; }
.container { width: 100%; margin-left: auto; margin-right: auto; padding-left: 1rem; padding-right: 1rem; }
@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; } }
.font-sans { font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
.font-montserrat { font-family: "Montserrat", sans-serif; }
.bg-background { background-color: var(--background); }
.bg-card { background-color: var(--card); }
.bg-accent { background-color: var(--accent); }
.text-foreground { color: var(--foreground); }
.text-accent-foreground { color: var(--accent-foreground); }
.text-accent { color: var(--accent); }
.text-destructive { color: var(--destructive); }
.text-muted-foreground { color: var(--muted-foreground); }
.border-border { border-color: var(--border); }
.border-accent { border-color: var(--accent); }
.bg-black\/50 { background-color: rgba(0, 0, 0, 0.5); }
.bg-card\/50 { background-color: rgba(var(--card), 0.5); }
.bg-card\/30 { background-color: rgba(var(--card), 0.3); }
.bg-accent\/5 { background-color: rgba(var(--accent), 0.05); }
.bg-destructive\/10 { background-color: rgba(var(--destructive), 0.1); }
.text-foreground\/80 { color: rgba(var(--foreground), 0.8); }
.text-foreground\/70 { color: rgba(var(--foreground), 0.7); }
.border-accent\/20 { border-color: rgba(var(--accent), 0.2); }
.border-destructive\/20 { border-color: rgba(var(--destructive), 0.2); }
.from-accent { --tw-gradient-from: var(--accent); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255,107,53, 0)); }
.to-accent\/90 { --tw-gradient-to: rgba(var(--accent), 0.9); }
.from-card\/90 { --tw-gradient-from: rgba(var(--card), 0.9); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55,65,81, 0)); }
.to-card\/70 { --tw-gradient-to: rgba(var(--card), 0.7); }
.hover\:bg-accent\/90:hover { background-color: rgba(var(--accent), 0.9); }
.hover\:bg-accent\/10:hover { background-color: rgba(var(--accent), 0.1); }
.hover\:border-accent\/50:hover { border-color: rgba(var(--accent), 0.5); }
.hover\:from-accent\/90:hover { --tw-gradient-from: rgba(var(--accent), 0.9); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255,107,53, 0)); }
.hover\:to-accent\/80:hover { --tw-gradient-to: rgba(var(--accent), 0.8); }
.font-black { font-weight: 900; }
.font-bold { font-weight: 700; }
.font-semibold { font-weight: 600; }
.font-medium { font-weight: 500; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.leading-tight { line-height: 1.25; }
.leading-relaxed { line-height: 1.625; }
.rounded-md { border-radius: 0.5rem; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-full { border-radius: 9999px; }
.border { border-width: 1px; }
.border-b { border-bottom-width: 1px; }
.border-t { border-top-width: 1px; }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
.transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 300ms; }
.duration-300 { transition-duration: 300ms; }
.duration-700 { transition-duration: 700ms; }
.ease-in-out { transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
.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)); }
.hover\:scale-\[1\.02\]:hover { --tw-scale-x: 1.02; --tw-scale-y: 1.02; }
.z-10 { z-index: 10; }
.z-50 { z-index: 50; }
.backdrop-blur { backdrop-filter: blur(8px); }
.break-words { word-break: break-word; }
.text-balance { text-wrap: balance; }
.fixed { position: fixed; }
.absolute { position: absolute; }
.relative { position: relative; }
.inset-0 { top: 0; right: 0; bottom: 0; left: 0; }
.top-0 { top: 0; }
.left-0 { left: 0; }
.right-0 { right: 0; }
.top-8 { top: 2rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.max-w-6xl { max-width: 72rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-2xl { max-width: 42rem; }
.min-h-screen { min-height: 100vh; }
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.grid { display: grid; }
.hidden { display: none; }
.h-16 { height: 4rem; }
.h-9 { height: 2.25rem; }
.w-8 { width: 2rem; }
.h-8 { height: 2rem; }
.w-full { width: 100%; }
.flex-1 { flex: 1 1 0%; }
.flex-col { flex-direction: column; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.gap-4 { gap: 1rem; }
.gap-8 { gap: 2rem; }
.gap-12 { gap: 3rem; }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }
.space-y-6 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.5rem; }
.space-y-8 > :not([hidden]) ~ :not([hidden]) { margin-top: 2rem; }
.space-y-20 > :not([hidden]) ~ :not([hidden]) { margin-top: 5rem; }
.space-x-2 > :not([hidden]) ~ :not([hidden]) { margin-left: 0.5rem; }
.space-x-8 > :not([hidden]) ~ :not([hidden]) { margin-left: 2rem; }
.overflow-hidden { overflow: hidden; }
.p-2 { padding: 0.5rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.p-12 { padding: 3rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
.px-12 { padding-left: 3rem; padding-right: 3rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.pt-16 { padding-top: 4rem; }
.pt-8 { padding-top: 2rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-16 { margin-bottom: 4rem; }
.mt-12 { margin-top: 3rem; }
.mt-16 { margin-top: 4rem; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.font-mono { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
.uppercase { text-transform: uppercase; }
.italic { font-style: italic; }
.tracking-wider { letter-spacing: 0.05em; }
.bg-cover { background-size: cover; }
.bg-center { background-position: center; }
.bg-no-repeat { background-repeat: no-repeat; }
.opacity-5 { opacity: 0.05; }
.opacity-30 { opacity: 0.3; }
.animate-pulse { animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; }
@keyframes pulse { 50% { opacity: .5; } }
.typewriter { overflow: hidden; white-space: nowrap; animation: typewriter 3s steps(40, end); }
.pulse-glow { animation: pulse-glow 2s ease-in-out infinite; }
@keyframes typewriter { from { width: 0; } to { width: 100%; } }
@keyframes pulse-glow { 0%, 100% { box-shadow: 0 0 20px rgba(255, 107, 53, 0.5); transform: scale(1); } 50% { box-shadow: 0 0 30px rgba(255, 107, 53, 0.8); transform: scale(1.02); } }
@media (max-width: 640px) { .typewriter { white-space: normal; overflow: visible; animation: none; } }
.perspective-1000 { perspective: 1000px; }
.transform-style-preserve-3d { transform-style: preserve-3d; }
.backface-hidden { backface-visibility: hidden; }
.rotate-y-180 { transform: rotateY(180deg); }
.group:hover .group-hover\:rotate-y-180 { transform: rotateY(180deg); }
.group:hover .group-hover\:scale-110 { transform: scale(1.1); }
.inline-block { display: inline-block; }
.w-fit { width: fit-content; }
.text-balance { text-wrap: balance; }
.form-input, .form-select, .form-textarea { background-color: rgba(var(--background), 0.5); border: 1px solid rgba(var(--border), 0.5); transition: all 0.2s; height: 3rem; font-size: 1.125rem; border-radius: 0.5rem; width: 100%; padding: 0 0.75rem; }
.form-input:focus, .form-select:focus, .form-textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(var(--accent), 0.2); outline: none; }
.form-textarea { min-height: 120px; resize: none; padding-top: 0.75rem; }
.nav-link { color: rgba(var(--foreground), 0.8); }
.nav-link.active { color: var(--accent); }
@media (min-width: 768px) {
  .md\:flex { display: flex; }
  .md\:hidden { display: none; }
  .md\:block { display: block; }
  .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\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .md\:text-6xl { font-size: 3.75rem; line-height: 1; }
  .md\:text-5xl { font-size: 3rem; line-height: 1; }
  .md\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
  .md\:text-2xl { font-size: 1.5rem; line-height: 2rem; }
  .md\:text-lg { font-size: 1.125rem; line-height: 1.75rem; }
}
@media (min-width: 1024px) {
  .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\:col-span-1 { grid-column: span 1 / span 1; }
  .lg\:col-span-2 { grid-column: span 2 / span 2; }
  .lg\:text-7xl { font-size: 4.5rem; line-height: 1; }
  .lg\:text-xl { font-size: 1.25rem; line-height: 1.75rem; }
}
@media (min-width: 640px) {
    .sm\:inline { display: inline; }
    .sm\:hidden { display: none; }
    .sm\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
    .sm\:text-xl { font-size: 1.25rem; line-height: 1.75rem; }
    .sm\:text-base { font-size: 1rem; line-height: 1.5rem; }
    .sm\:flex-row { flex-direction: row; }
}
/* Fix for inverting the black SVG logo to white */
#site-logo {
  filter: invert(1);
}

/*
================================================================
IMPROVED NAVIGATION MENU STYLES
================================================================
*/

/* This adds padding and a base for the active indicator to all menu links */
.nav-link {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid transparent;
  transition: border-color 0.2s ease-in-out;
  font-weight: 500;
  text-transform: uppercase; /* This makes the text ALL CAPS */
  letter-spacing: 0.05em;  /* This adds a little space between letters */
}

/* This style applies ONLY to the page you are currently on */
.nav-link.active {
  /* Makes the active link text bold */
  font-weight: 700;

  /* This creates the visible orange underline for the active page */
  border-bottom-color: var(--accent);
}