1173 lines
24 KiB
CSS
1173 lines
24 KiB
CSS
@import "tailwindcss";
|
|
|
|
/* ─── Design Tokens (Material Design 3 inspired) ─── */
|
|
:root {
|
|
--surface: #E7D3EF;
|
|
--surface-dim: #dadadc;
|
|
--surface-bright: #E7D3EF;
|
|
--surface-container-lowest: #ffffff;
|
|
--surface-container-low: #f3f3f6;
|
|
--surface-container: #eeeef0;
|
|
--surface-container-high: #e8e8ea;
|
|
--surface-container-highest: #e2e2e5;
|
|
--on-surface: #1a1c1e;
|
|
--on-surface-variant: #4d434f;
|
|
--inverse-surface: #2f3133;
|
|
--inverse-on-surface: #f0f0f3;
|
|
--outline: #7f7381;
|
|
--outline-variant: #d0c2d1;
|
|
--surface-tint: #83429f;
|
|
--primary: #4d046a;
|
|
--on-primary: #ffffff;
|
|
--primary-container: #662582;
|
|
--on-primary-container: #de96f9;
|
|
--inverse-primary: #ebb2ff;
|
|
--secondary: #006d37;
|
|
--on-secondary: #ffffff;
|
|
--secondary-container: #7bf8a1;
|
|
--on-secondary-container: #007239;
|
|
--tertiary: #745b00;
|
|
--on-tertiary: #ffffff;
|
|
--tertiary-container: #cda72b;
|
|
--on-tertiary-container: #4f3d00;
|
|
--error: #ba1a1a;
|
|
--on-error: #ffffff;
|
|
--error-container: #ffdad6;
|
|
--on-error-container: #93000a;
|
|
--primary-fixed: #f8d8ff;
|
|
--primary-fixed-dim: #ebb2ff;
|
|
--on-primary-fixed: #320047;
|
|
--on-primary-fixed-variant: #692885;
|
|
--secondary-fixed: #7efba4;
|
|
--secondary-fixed-dim: #61de8a;
|
|
--on-secondary-fixed: #00210c;
|
|
--on-secondary-fixed-variant: #005228;
|
|
--tertiary-fixed: #ffe08b;
|
|
--tertiary-fixed-dim: #ebc246;
|
|
--on-tertiary-fixed: #241a00;
|
|
--on-tertiary-fixed-variant: #584400;
|
|
--background: #E7D3EF;
|
|
--on-background: #1a1c1e;
|
|
--surface-variant: #e2e2e5;
|
|
--brand-dark: #120217;
|
|
--brand-dark-surface: #1e0627;
|
|
--brand-accent: #e0c8f7;
|
|
--brand-accent-light: #E4D0FC;
|
|
--brand-cream: #E7D3EF;
|
|
}
|
|
|
|
/* ─── Tailwind v4 Theme ─── */
|
|
@theme inline {
|
|
/* Colors */
|
|
--color-surface: var(--surface);
|
|
--color-surface-dim: var(--surface-dim);
|
|
--color-surface-bright: var(--surface-bright);
|
|
--color-surface-container-lowest: var(--surface-container-lowest);
|
|
--color-surface-container-low: var(--surface-container-low);
|
|
--color-surface-container: var(--surface-container);
|
|
--color-surface-container-high: var(--surface-container-high);
|
|
--color-surface-container-highest: var(--surface-container-highest);
|
|
--color-on-surface: var(--on-surface);
|
|
--color-on-surface-variant: var(--on-surface-variant);
|
|
--color-inverse-surface: var(--inverse-surface);
|
|
--color-inverse-on-surface: var(--inverse-on-surface);
|
|
--color-outline: var(--outline);
|
|
--color-outline-variant: var(--outline-variant);
|
|
--color-surface-tint: var(--surface-tint);
|
|
--color-primary: var(--primary);
|
|
--color-on-primary: var(--on-primary);
|
|
--color-primary-container: var(--primary-container);
|
|
--color-on-primary-container: var(--on-primary-container);
|
|
--color-inverse-primary: var(--inverse-primary);
|
|
--color-secondary: var(--secondary);
|
|
--color-on-secondary: var(--on-secondary);
|
|
--color-secondary-container: var(--secondary-container);
|
|
--color-on-secondary-container: var(--on-secondary-container);
|
|
--color-tertiary: var(--tertiary);
|
|
--color-on-tertiary: var(--on-tertiary);
|
|
--color-tertiary-container: var(--tertiary-container);
|
|
--color-on-tertiary-container: var(--on-tertiary-container);
|
|
--color-error: var(--error);
|
|
--color-on-error: var(--on-error);
|
|
--color-error-container: var(--error-container);
|
|
--color-on-error-container: var(--on-error-container);
|
|
--color-primary-fixed: var(--primary-fixed);
|
|
--color-primary-fixed-dim: var(--primary-fixed-dim);
|
|
--color-on-primary-fixed: var(--on-primary-fixed);
|
|
--color-on-primary-fixed-variant: var(--on-primary-fixed-variant);
|
|
--color-secondary-fixed: var(--secondary-fixed);
|
|
--color-secondary-fixed-dim: var(--secondary-fixed-dim);
|
|
--color-on-secondary-fixed: var(--on-secondary-fixed);
|
|
--color-on-secondary-fixed-variant: var(--on-secondary-fixed-variant);
|
|
--color-tertiary-fixed: var(--tertiary-fixed);
|
|
--color-tertiary-fixed-dim: var(--tertiary-fixed-dim);
|
|
--color-on-tertiary-fixed: var(--on-tertiary-fixed);
|
|
--color-on-tertiary-fixed-variant: var(--on-tertiary-fixed-variant);
|
|
--color-background: var(--background);
|
|
--color-on-background: var(--on-background);
|
|
--color-surface-variant: var(--surface-variant);
|
|
--color-brand-dark: var(--brand-dark);
|
|
--color-brand-dark-surface: var(--brand-dark-surface);
|
|
--color-brand-accent: var(--brand-accent);
|
|
--color-brand-accent-light: var(--brand-accent-light);
|
|
--color-brand-cream: var(--brand-cream);
|
|
|
|
/* Spacing */
|
|
--spacing-13: 3.25rem;
|
|
--spacing-stack-xs: 4px;
|
|
--spacing-stack-sm: 8px;
|
|
--spacing-stack-md: 16px;
|
|
--spacing-stack-lg: 24px;
|
|
--spacing-gutter: 16px;
|
|
--spacing-margin-mobile: 16px;
|
|
--spacing-margin-desktop: 32px;
|
|
--spacing-container-max: 1440px;
|
|
|
|
/* Fonts */
|
|
--font-display: "Jost", sans-serif;
|
|
--font-body: "Jost", sans-serif;
|
|
|
|
|
|
/* Border radius */
|
|
--radius-sm: 0.25rem;
|
|
--radius-DEFAULT: 0.5rem;
|
|
--radius-md: 0.75rem;
|
|
--radius-lg: 1rem;
|
|
--radius-xl: 1.5rem;
|
|
--radius-2xl: 2rem;
|
|
--radius-full: 9999px;
|
|
}
|
|
|
|
/* ─── Base Styles ─── */
|
|
html {
|
|
scroll-behavior: smooth;
|
|
}
|
|
|
|
body {
|
|
background: var(--background);
|
|
color: var(--on-surface);
|
|
font-family: var(--font-body);
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
::selection {
|
|
background: var(--primary-container);
|
|
color: var(--on-primary-container);
|
|
}
|
|
|
|
/* ─── Typography Utility Classes ─── */
|
|
.text-display {
|
|
font-family: var(--font-display);
|
|
font-size: 48px;
|
|
font-weight: 800;
|
|
line-height: 56px;
|
|
letter-spacing: -0.02em;
|
|
}
|
|
|
|
.text-headline-lg {
|
|
font-family: var(--font-display);
|
|
font-size: 32px;
|
|
font-weight: 700;
|
|
line-height: 40px;
|
|
letter-spacing: -0.01em;
|
|
}
|
|
|
|
.text-headline-lg-mobile {
|
|
font-family: var(--font-display);
|
|
font-size: 24px;
|
|
font-weight: 700;
|
|
line-height: 32px;
|
|
}
|
|
|
|
.text-headline-md {
|
|
font-family: var(--font-display);
|
|
font-size: 20px;
|
|
font-weight: 600;
|
|
line-height: 28px;
|
|
}
|
|
|
|
.text-body-lg {
|
|
font-family: var(--font-body);
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
line-height: 24px;
|
|
}
|
|
|
|
.text-body-md {
|
|
font-family: var(--font-body);
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
line-height: 20px;
|
|
}
|
|
|
|
.text-body-sm {
|
|
font-family: var(--font-body);
|
|
font-size: 12px;
|
|
font-weight: 400;
|
|
line-height: 16px;
|
|
}
|
|
|
|
.text-label-md {
|
|
font-family: var(--font-body);
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
line-height: 20px;
|
|
letter-spacing: 0.01em;
|
|
}
|
|
|
|
.text-label-sm {
|
|
font-family: var(--font-body);
|
|
font-size: 11px;
|
|
font-weight: 700;
|
|
line-height: 16px;
|
|
letter-spacing: 0.03em;
|
|
}
|
|
|
|
/* ─── Component Utilities ─── */
|
|
.bento-card {
|
|
transition: transform 0.2s ease, box-shadow 0.2s ease;
|
|
}
|
|
.bento-card:hover {
|
|
transform: translateY(-2px);
|
|
box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
/* Material Symbols config */
|
|
.material-symbols-outlined {
|
|
font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
|
|
}
|
|
|
|
/* ─── Responsive Typography ─── */
|
|
@media (max-width: 768px) {
|
|
.text-display {
|
|
font-size: 36px;
|
|
line-height: 44px;
|
|
}
|
|
|
|
.text-headline-lg {
|
|
font-size: 24px;
|
|
line-height: 32px;
|
|
}
|
|
}
|
|
|
|
/* ─── Premium Custom Animations & Utilities ─── */
|
|
@keyframes float {
|
|
0%, 100% {
|
|
transform: translateY(0px) rotate(0deg);
|
|
}
|
|
50% {
|
|
transform: translateY(-8px) rotate(1deg);
|
|
}
|
|
}
|
|
|
|
.animate-float {
|
|
animation: float 4s ease-in-out infinite;
|
|
}
|
|
|
|
@keyframes pulse-subtle {
|
|
0%, 100% {
|
|
opacity: 1;
|
|
transform: scale(1);
|
|
}
|
|
50% {
|
|
opacity: 0.9;
|
|
transform: scale(1.02);
|
|
}
|
|
}
|
|
|
|
.animate-pulse-subtle {
|
|
animation: pulse-subtle 3s ease-in-out infinite;
|
|
}
|
|
|
|
/* Smooth Curved Clip Paths */
|
|
.curved-bottom-sm {
|
|
clip-path: ellipse(120% 100% at 50% 0%);
|
|
}
|
|
|
|
.curved-bottom-lg {
|
|
clip-path: ellipse(150% 100% at 50% 0%);
|
|
}
|
|
|
|
.curved-top-lg {
|
|
clip-path: ellipse(150% 100% at 50% 100%);
|
|
}
|
|
|
|
/* Glassmorphism */
|
|
.glass-panel {
|
|
background: rgba(255, 255, 255, 0.7);
|
|
backdrop-filter: blur(12px);
|
|
-webkit-backdrop-filter: blur(12px);
|
|
border: 1px solid rgba(255, 255, 255, 0.3);
|
|
}
|
|
|
|
.glass-panel-dark {
|
|
background: rgba(30, 6, 39, 0.7);
|
|
backdrop-filter: blur(12px);
|
|
-webkit-backdrop-filter: blur(12px);
|
|
border: 1px solid rgba(255, 255, 255, 0.05);
|
|
}
|
|
|
|
/* Card hover states */
|
|
.premium-card {
|
|
transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
|
|
}
|
|
.premium-card:hover {
|
|
transform: translateY(-6px) scale(1.01);
|
|
box-shadow: 0 20px 35px -10px rgba(18, 2, 23, 0.15);
|
|
}
|
|
|
|
.premium-card-dark {
|
|
transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
|
|
}
|
|
.premium-card-dark:hover {
|
|
transform: translateY(-6px) scale(1.01);
|
|
box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.5);
|
|
border-color: var(--brand-accent);
|
|
}
|
|
|
|
/* Hero-only clipped background layers */
|
|
@media (min-width: 1024px) {
|
|
.hero {
|
|
position: relative;
|
|
margin-top: 0;
|
|
min-height: 500px;
|
|
overflow: visible;
|
|
padding-bottom: 120px;
|
|
background:
|
|
radial-gradient(circle at 62% 48%, rgba(108, 14, 128, 0.7), transparent 36%),
|
|
radial-gradient(circle at 25% 38%, rgba(55, 0, 74, 0.62), transparent 34%),
|
|
linear-gradient(135deg, #09000e 0%, #17001f 42%, #2c0038 70%, #0b0010 100%);
|
|
}
|
|
|
|
.hero-dark-panel {
|
|
position: absolute;
|
|
inset: 0;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
z-index: 0;
|
|
}
|
|
|
|
.hero-dark-panel::after {
|
|
content: "";
|
|
position: absolute;
|
|
inset: 0;
|
|
background:
|
|
radial-gradient(circle at 68% 56%, rgba(222, 150, 249, 0.22), transparent 26%),
|
|
linear-gradient(90deg, rgba(5, 0, 8, 0.34), transparent 48%, rgba(5, 0, 8, 0.12));
|
|
opacity: 0.9;
|
|
pointer-events: none;
|
|
z-index: 2;
|
|
}
|
|
|
|
/* Right column occupies exactly 52% of width to ensure diagonal doesn't clip */
|
|
.hero-visual-layer {
|
|
position: absolute;
|
|
z-index: 2;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
width: 52%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
pointer-events: none;
|
|
filter: none;
|
|
overflow: hidden;
|
|
animation: hero-bike-enter 900ms cubic-bezier(0.16, 1, 0.3, 1) both;
|
|
}
|
|
|
|
.hero-visual-panel {
|
|
position: absolute;
|
|
inset: 0;
|
|
background: #E7D3EF;
|
|
clip-path: polygon(33% 0, 100% 0, 100% 100%, 0 100%);
|
|
z-index: 0;
|
|
}
|
|
|
|
.hero-visual-image {
|
|
position: relative;
|
|
z-index: 1;
|
|
width: 60%;
|
|
height: 60%;
|
|
left: 10%; /* Shift logo right to account for diagonal clip path visually */
|
|
transform-origin: center;
|
|
}
|
|
|
|
.hero-visual-image img {
|
|
animation: hero-bike-float 5.5s ease-in-out 900ms infinite;
|
|
object-fit: contain;
|
|
}
|
|
|
|
.hero-map-layer {
|
|
position: absolute;
|
|
width: 35%;
|
|
left: -5%;
|
|
top: 20px;
|
|
height: 280px;
|
|
opacity: 0.10;
|
|
z-index: 1;
|
|
mix-blend-mode: normal;
|
|
animation: none;
|
|
}
|
|
|
|
.hero-map-layer img {
|
|
filter: brightness(0.6) contrast(1.1);
|
|
opacity: 0.8;
|
|
}
|
|
|
|
/* Left column occupies exactly 48% of width to avoid diagonal overlap */
|
|
.hero-content {
|
|
position: relative;
|
|
z-index: 3;
|
|
width: 48%;
|
|
max-width: 48%;
|
|
padding-top: 184px;
|
|
padding-bottom: 40px;
|
|
animation: hero-copy-enter 760ms cubic-bezier(0.16, 1, 0.3, 1) both;
|
|
}
|
|
|
|
.hero-stage {
|
|
padding-left: clamp(72px, 7.5vw, 150px);
|
|
padding-right: clamp(32px, 4vw, 80px);
|
|
min-height: 620px;
|
|
}
|
|
|
|
.service-cards-wrapper {
|
|
position: relative;
|
|
z-index: 10;
|
|
margin-top: -40px;
|
|
padding-left: var(--spacing-margin-desktop);
|
|
padding-right: var(--spacing-margin-desktop);
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1023px) {
|
|
.hero {
|
|
position: relative;
|
|
margin-top: 0;
|
|
background: #120018;
|
|
padding-bottom: 40px;
|
|
overflow: visible;
|
|
}
|
|
|
|
.hero-dark-panel {
|
|
position: absolute;
|
|
inset: 0;
|
|
background: #120018;
|
|
overflow: hidden;
|
|
z-index: 0;
|
|
}
|
|
|
|
.hero-map-layer {
|
|
position: absolute;
|
|
width: 100%;
|
|
left: 0;
|
|
top: 10%;
|
|
height: 300px;
|
|
opacity: 0.08;
|
|
z-index: 1;
|
|
mix-blend-mode: normal;
|
|
}
|
|
|
|
.hero-map-layer img {
|
|
filter: brightness(0.5) contrast(1);
|
|
opacity: 0.7;
|
|
}
|
|
|
|
.hero-content {
|
|
position: relative;
|
|
z-index: 3;
|
|
width: 100%;
|
|
padding-top: 138px;
|
|
padding-bottom: 24px;
|
|
padding-left: var(--spacing-margin-mobile);
|
|
padding-right: var(--spacing-margin-mobile);
|
|
}
|
|
|
|
.hero-visual-layer {
|
|
display: none;
|
|
}
|
|
|
|
.service-cards-wrapper {
|
|
position: relative;
|
|
z-index: 20;
|
|
margin-top: 32px;
|
|
overflow-x: auto;
|
|
padding-left: var(--spacing-margin-mobile);
|
|
padding-right: var(--spacing-margin-mobile);
|
|
}
|
|
}
|
|
|
|
/* Animated Route SVG Lines */
|
|
@keyframes stroke-dash {
|
|
to {
|
|
stroke-dashoffset: -20;
|
|
}
|
|
}
|
|
|
|
.animate-route {
|
|
animation: stroke-dash 2s linear infinite;
|
|
}
|
|
|
|
@keyframes hero-copy-enter {
|
|
from {
|
|
opacity: 0;
|
|
transform: translateY(18px);
|
|
}
|
|
to {
|
|
opacity: 1;
|
|
transform: translateY(0);
|
|
}
|
|
}
|
|
|
|
@keyframes hero-bike-enter {
|
|
from {
|
|
opacity: 0;
|
|
transform: translateX(34px) scale(0.98);
|
|
}
|
|
to {
|
|
opacity: 1;
|
|
transform: translateX(0) scale(1);
|
|
}
|
|
}
|
|
|
|
@keyframes hero-bike-float {
|
|
0%, 100% {
|
|
transform: translateY(0);
|
|
}
|
|
50% {
|
|
transform: translateY(-10px);
|
|
}
|
|
}
|
|
|
|
@keyframes hero-map-drift {
|
|
from {
|
|
transform: translate3d(0, 0, 0) scale(1);
|
|
}
|
|
to {
|
|
transform: translate3d(18px, -8px, 0) scale(1.03);
|
|
}
|
|
}
|
|
|
|
/* ─── Footer Layout & Sizing System ─── */
|
|
.footer-container {
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
max-width: 1720px;
|
|
margin-inline: auto;
|
|
padding-inline: clamp(24px, 5%, 76px);
|
|
}
|
|
|
|
.footer-grid {
|
|
display: grid;
|
|
grid-template-columns:
|
|
minmax(260px, 1.1fr)
|
|
minmax(170px, 0.8fr)
|
|
minmax(190px, 0.9fr)
|
|
minmax(460px, 1.45fr);
|
|
grid-template-areas:
|
|
"brand company partnerships form"
|
|
"brand legal legal form";
|
|
gap: 34px 48px;
|
|
align-items: start;
|
|
}
|
|
|
|
.footer-grid-contact-page {
|
|
display: grid;
|
|
grid-template-columns:
|
|
minmax(260px, 1.1fr)
|
|
minmax(170px, 0.8fr)
|
|
minmax(190px, 0.9fr)
|
|
minmax(150px, 0.8fr);
|
|
grid-template-areas: "brand company partnerships legal";
|
|
gap: 34px 48px;
|
|
align-items: start;
|
|
}
|
|
|
|
.footer-grid-contact-page .footer-legal {
|
|
margin-top: 0;
|
|
}
|
|
|
|
@media (max-width: 1350px) {
|
|
.footer-grid {
|
|
grid-template-columns: minmax(240px, 1fr) repeat(2, minmax(160px, 0.8fr));
|
|
grid-template-areas:
|
|
"brand company partnerships"
|
|
"brand legal legal"
|
|
"form form form";
|
|
}
|
|
.footer-grid-contact-page {
|
|
grid-template-columns: minmax(240px, 1fr) repeat(2, minmax(160px, 0.8fr));
|
|
grid-template-areas:
|
|
"brand company partnerships"
|
|
"brand legal legal";
|
|
}
|
|
.footer-grid-contact-page .footer-legal {
|
|
margin-top: 12px;
|
|
}
|
|
}
|
|
|
|
.footer-desc {
|
|
font-size: clamp(17px, 1.2vw, 19px);
|
|
line-height: 1.6;
|
|
color: rgba(255, 255, 255, 0.8);
|
|
max-width: 320px;
|
|
}
|
|
|
|
.footer-social-link {
|
|
width: 58px;
|
|
height: 58px;
|
|
border-radius: 50%;
|
|
background: rgba(255, 255, 255, 0.05);
|
|
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
color: #ffffff;
|
|
transition: all 0.3s ease;
|
|
}
|
|
|
|
.footer-social-link:hover {
|
|
background: var(--brand-accent);
|
|
color: var(--brand-dark);
|
|
}
|
|
|
|
.footer-column-title {
|
|
font-size: 17px;
|
|
font-weight: 700;
|
|
color: #E5E7EB;
|
|
text-transform: uppercase;
|
|
letter-spacing: 0.05em;
|
|
margin-bottom: 24px;
|
|
}
|
|
|
|
.footer-links-list {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 20px;
|
|
}
|
|
|
|
.footer-link {
|
|
font-size: 17px;
|
|
line-height: 1.5;
|
|
color: rgba(255, 255, 255, 0.8);
|
|
transition: all 0.3s ease;
|
|
}
|
|
|
|
.footer-link:hover {
|
|
color: var(--brand-accent);
|
|
transform: translateX(6px);
|
|
}
|
|
|
|
/* Contact Form Card styling */
|
|
.footer-brand {
|
|
min-width: 0;
|
|
}
|
|
|
|
.footer-company {
|
|
min-width: 0;
|
|
}
|
|
|
|
.footer-partnerships {
|
|
min-width: 0;
|
|
}
|
|
|
|
.footer-legal {
|
|
margin-top: 12px;
|
|
}
|
|
|
|
.footer-contact-wrap {
|
|
min-width: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.footer-contact-card {
|
|
width: 100%;
|
|
max-width: 540px;
|
|
min-width: 0;
|
|
box-sizing: border-box;
|
|
border-radius: 32px;
|
|
}
|
|
|
|
@media (max-width: 640px) {
|
|
.footer-contact-card {
|
|
max-width: 100%;
|
|
border-radius: 24px;
|
|
}
|
|
}
|
|
|
|
.footer-contact-card input,
|
|
.footer-contact-card textarea,
|
|
.footer-contact-card button {
|
|
width: 100%;
|
|
max-width: 100%;
|
|
min-width: 0;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.footer-contact-title {
|
|
font-size: clamp(30px, 2.2vw, 34px);
|
|
font-weight: 800;
|
|
line-height: 1.15;
|
|
}
|
|
|
|
.footer-contact-subtitle {
|
|
font-size: 16px;
|
|
color: var(--on-surface-variant);
|
|
margin-top: 8px;
|
|
margin-bottom: 24px;
|
|
white-space: normal;
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
.footer-form-row {
|
|
/* Layout handled via Tailwind grid classes in Footer.tsx */
|
|
}
|
|
|
|
.footer-input {
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
background: var(--surface);
|
|
border: 1px solid var(--outline-variant);
|
|
color: var(--on-surface);
|
|
border-radius: 14px;
|
|
padding-inline: 16px;
|
|
font-size: 16px;
|
|
outline: none;
|
|
transition: all 0.2s ease;
|
|
}
|
|
|
|
.footer-input:focus {
|
|
border-color: var(--primary);
|
|
box-shadow: 0 0 0 2px rgba(77, 4, 106, 0.2);
|
|
}
|
|
|
|
.footer-input.has-error {
|
|
border-color: var(--error);
|
|
}
|
|
|
|
.footer-input.has-error:focus {
|
|
box-shadow: 0 0 0 2px rgba(186, 26, 26, 0.2);
|
|
}
|
|
|
|
.footer-input::placeholder {
|
|
font-size: 16px;
|
|
color: rgba(77, 67, 79, 0.6);
|
|
}
|
|
|
|
.footer-textarea {
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
background: var(--surface);
|
|
border: 1px solid var(--outline-variant);
|
|
color: var(--on-surface);
|
|
border-radius: 14px;
|
|
padding: 16px;
|
|
font-size: 16px;
|
|
outline: none;
|
|
resize: none;
|
|
transition: all 0.2s ease;
|
|
}
|
|
|
|
.footer-textarea:focus {
|
|
border-color: var(--primary);
|
|
box-shadow: 0 0 0 2px rgba(77, 4, 106, 0.2);
|
|
}
|
|
|
|
.footer-textarea.has-error {
|
|
border-color: var(--error);
|
|
}
|
|
|
|
.footer-textarea.has-error:focus {
|
|
box-shadow: 0 0 0 2px rgba(186, 26, 26, 0.2);
|
|
}
|
|
|
|
.footer-textarea::placeholder {
|
|
font-size: 16px;
|
|
color: rgba(77, 67, 79, 0.6);
|
|
}
|
|
|
|
.footer-error-text {
|
|
font-size: 15px;
|
|
color: var(--error);
|
|
font-weight: 700;
|
|
margin-top: 4px;
|
|
padding-left: 4px;
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 4px;
|
|
}
|
|
|
|
.footer-submit-btn {
|
|
width: 100%;
|
|
background: var(--primary);
|
|
color: var(--on-primary);
|
|
font-weight: 700;
|
|
font-size: 18px;
|
|
border-radius: 14px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
gap: 8px;
|
|
cursor: pointer;
|
|
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
|
|
transition: all 0.2s ease;
|
|
border: none;
|
|
}
|
|
|
|
.footer-submit-btn:hover:not(:disabled) {
|
|
background: var(--primary-container);
|
|
}
|
|
|
|
.footer-submit-btn:disabled {
|
|
background: rgba(77, 4, 106, 0.5);
|
|
cursor: not-allowed;
|
|
}
|
|
|
|
.footer-submit-btn:active:not(:disabled) {
|
|
transform: translateY(1px);
|
|
}
|
|
|
|
.footer-bottom-text {
|
|
font-size: 15px;
|
|
color: rgba(255, 255, 255, 0.4);
|
|
}
|
|
|
|
/* Helpdesk override for sizing constraints */
|
|
.helpdesk-subtitle {
|
|
font-size: 15px;
|
|
font-weight: 700;
|
|
color: rgba(18, 2, 23, 0.8);
|
|
margin-top: 2px;
|
|
}
|
|
|
|
.helpdesk-btn {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 12px;
|
|
background-color: var(--brand-dark);
|
|
color: var(--brand-accent);
|
|
font-weight: 900;
|
|
padding: 14px 32px;
|
|
border-radius: 9999px;
|
|
font-size: 16px;
|
|
box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.3);
|
|
transition: all 0.2s ease;
|
|
}
|
|
|
|
.helpdesk-btn:hover {
|
|
background-color: rgba(18, 2, 23, 0.9);
|
|
}
|
|
|
|
@media (max-width: 1200px) {
|
|
.footer-grid,
|
|
.footer-grid-contact-page {
|
|
grid-template-columns: repeat(3, 1fr);
|
|
gap: 40px;
|
|
}
|
|
|
|
.footer-brand-col {
|
|
grid-column: 1 / -1;
|
|
}
|
|
|
|
.footer-contact-card-wrapper {
|
|
grid-column: 1 / -1;
|
|
display: flex;
|
|
justify-content: center;
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
.footer-grid {
|
|
grid-template-columns: 1fr;
|
|
grid-template-areas:
|
|
"brand"
|
|
"company"
|
|
"partnerships"
|
|
"legal"
|
|
"form";
|
|
gap: 32px;
|
|
}
|
|
|
|
.footer-grid-contact-page {
|
|
grid-template-columns: 1fr;
|
|
grid-template-areas:
|
|
"brand"
|
|
"company"
|
|
"partnerships"
|
|
"legal";
|
|
gap: 32px;
|
|
}
|
|
}
|
|
|
|
/* ─── Footer Vertical Spacing & Height Alignment ─── */
|
|
.footer {
|
|
--helpdesk-height: 150px;
|
|
--helpdesk-overlap: 42px;
|
|
|
|
position: relative;
|
|
height: auto !important;
|
|
min-height: 0 !important;
|
|
padding: 0 !important;
|
|
overflow: visible !important;
|
|
}
|
|
|
|
.footer-helpdesk-wrap {
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
z-index: 5;
|
|
width: 100%;
|
|
max-width: 1720px;
|
|
margin: 0 auto;
|
|
padding-inline: clamp(24px, 5%, 76px);
|
|
margin-top: -42px;
|
|
margin-bottom: 48px;
|
|
}
|
|
|
|
.footer-main {
|
|
padding-top: 0 !important;
|
|
padding-bottom: 56px !important;
|
|
}
|
|
|
|
.footer-divider {
|
|
width: 100%;
|
|
margin: 0 auto !important;
|
|
border: none;
|
|
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
.footer-bottom {
|
|
width: 100%;
|
|
margin: 0 auto;
|
|
padding: 28px 0 34px !important;
|
|
}
|
|
|
|
.footer-spacer,
|
|
.footer-empty-space {
|
|
display: none !important;
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
.footer-helpdesk-wrap {
|
|
margin-top: 0;
|
|
margin-bottom: 32px;
|
|
}
|
|
}
|
|
|
|
/* ─── Stable Subpage Hero Height to Prevent Layout Shift ─── */
|
|
.hero-section {
|
|
position: relative !important;
|
|
min-height: clamp(680px, 48vw, 820px) !important;
|
|
height: clamp(680px, 48vw, 820px) !important;
|
|
display: flex !important;
|
|
flex-direction: column !important;
|
|
justify-content: center !important;
|
|
align-items: center !important;
|
|
padding-top: 0 !important;
|
|
padding-bottom: 0 !important;
|
|
overflow: hidden !important;
|
|
}
|
|
|
|
.hero-section > div.relative {
|
|
width: 100% !important;
|
|
}
|
|
|
|
.hero-rotator-text {
|
|
display: inline-flex !important;
|
|
align-items: center;
|
|
justify-content: center;
|
|
min-height: 2.4em;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
/* ─── Experience Bento Mosaic Grid Redesign ─── */
|
|
.experience-grid {
|
|
display: grid;
|
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
grid-auto-rows: 480px;
|
|
gap: 18px;
|
|
}
|
|
|
|
.experience-card {
|
|
position: relative;
|
|
overflow: hidden;
|
|
border-radius: 26px;
|
|
min-height: 480px;
|
|
isolation: isolate;
|
|
}
|
|
|
|
.experience-card--wide {
|
|
grid-column: span 2;
|
|
}
|
|
|
|
.experience-card__image {
|
|
position: absolute;
|
|
inset: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
object-fit: cover;
|
|
transition: transform 0.7s ease;
|
|
}
|
|
|
|
.experience-card:hover .experience-card__image {
|
|
transform: scale(1.06);
|
|
}
|
|
|
|
.experience-card__overlay {
|
|
position: absolute;
|
|
inset: 0;
|
|
background:
|
|
linear-gradient(
|
|
180deg,
|
|
rgba(18, 4, 28, 0.15) 0%,
|
|
rgba(18, 4, 28, 0.55) 48%,
|
|
rgba(18, 4, 28, 0.92) 100%
|
|
);
|
|
}
|
|
|
|
.experience-card__content {
|
|
position: relative;
|
|
z-index: 1;
|
|
height: 100%;
|
|
padding: 30px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: flex-end;
|
|
color: white;
|
|
}
|
|
|
|
.experience-card__badge {
|
|
position: absolute;
|
|
top: 26px;
|
|
left: 26px;
|
|
padding: 8px 12px;
|
|
border-radius: 999px;
|
|
background: rgba(238, 216, 255, 0.2);
|
|
border: 1px solid rgba(255, 255, 255, 0.18);
|
|
color: #ffffff;
|
|
font-size: 12px;
|
|
font-weight: 700;
|
|
letter-spacing: 0.06em;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.experience-card__icon {
|
|
position: absolute;
|
|
top: 24px;
|
|
right: 24px;
|
|
width: 48px;
|
|
height: 48px;
|
|
display: grid;
|
|
place-items: center;
|
|
border-radius: 50%;
|
|
background: rgba(232, 202, 255, 0.22);
|
|
border: 1px solid rgba(255, 255, 255, 0.2);
|
|
backdrop-filter: blur(10px);
|
|
}
|
|
|
|
.experience-card h3 {
|
|
color: white;
|
|
font-size: clamp(24px, 2vw, 34px);
|
|
line-height: 1.1;
|
|
margin: 0 0 12px;
|
|
font-family: var(--font-display);
|
|
font-weight: 800;
|
|
}
|
|
|
|
.experience-card p {
|
|
color: rgba(255, 255, 255, 0.82);
|
|
max-width: 420px;
|
|
margin: 0;
|
|
line-height: 1.55;
|
|
font-size: 14px;
|
|
}
|
|
|
|
@media (max-width: 1024px) {
|
|
.experience-grid {
|
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
}
|
|
}
|
|
|
|
@media (max-width: 640px) {
|
|
.experience-grid {
|
|
grid-template-columns: 1fr;
|
|
grid-auto-rows: auto;
|
|
}
|
|
.experience-card {
|
|
min-height: 340px;
|
|
}
|
|
.experience-card--wide {
|
|
grid-column: span 1;
|
|
}
|
|
}
|
|
|
|
/* ─── Hero Section Background & Overlay Styling ─── */
|
|
.hero-background {
|
|
position: absolute;
|
|
inset: 0;
|
|
z-index: 0;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.hero-background img {
|
|
width: 100% !important;
|
|
height: 100% !important;
|
|
object-fit: cover !important;
|
|
object-position: center right !important;
|
|
}
|
|
|
|
.hero-background::after {
|
|
content: "";
|
|
position: absolute;
|
|
inset: 0;
|
|
background: rgba(18, 4, 28, 0.48);
|
|
}
|
|
|
|
.hero-content {
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
|
|
/* ─── Shared Premium Framed Layout Classes ─── */
|
|
.page-canvas {
|
|
@apply bg-[#E6D7EA] flex flex-col gap-0;
|
|
}
|
|
|
|
.page-frame {
|
|
@apply mx-auto w-full;
|
|
max-width: min(100% - 16px, 1560px);
|
|
}
|
|
|
|
@media (min-width: 640px) {
|
|
.page-frame {
|
|
max-width: min(100% - 24px, 1560px);
|
|
}
|
|
}
|
|
|
|
@media (min-width: 1024px) {
|
|
.page-frame {
|
|
max-width: min(100% - 40px, 1680px);
|
|
}
|
|
}
|
|
|
|
@media (min-width: 1536px) {
|
|
.page-frame {
|
|
max-width: min(100% - 56px, 1840px);
|
|
}
|
|
}
|
|
|
|
@media (min-width: 2560px) {
|
|
.page-frame {
|
|
max-width: min(100% - 96px, 2200px);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|