This commit is contained in:
Andras Schmelczer 2026-05-09 09:26:40 +01:00
parent 701c17a703
commit f114ada255
44 changed files with 5264 additions and 1674 deletions

View file

@ -1,6 +1,6 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@config "../tailwind.config.js";
@import "tailwindcss";
html,
body,
@ -45,26 +45,6 @@ h3 {
color 0.2s ease;
}
header a,
header a *,
header button:not(:disabled),
header button:not(:disabled) *,
.mobile-menu-panel a,
.mobile-menu-panel a *,
.mobile-menu-panel button:not(:disabled),
.mobile-menu-panel button:not(:disabled) *,
.home-hero-showcase button:not(:disabled),
.home-hero-showcase button:not(:disabled) * {
cursor: pointer;
}
header button:disabled,
header button:disabled *,
.mobile-menu-panel button:disabled,
.mobile-menu-panel button:disabled * {
cursor: wait;
}
/* Hexagon background animations */
@keyframes hex-drift {
from {
@ -90,6 +70,15 @@ header button:disabled *,
background: linear-gradient(180deg, #f3efe8 0%, #fafaf9 36%, #eef7f3 100%);
}
.home-page-scroll {
--home-scroll-y: 0px;
}
.home-hero-hex-parallax {
transform: translate3d(0, calc(var(--home-scroll-y, 0px) * 0.18), 0);
will-change: transform;
}
.home-content-surface::before {
content: '';
position: absolute;