432 lines
16 KiB
CSS
432 lines
16 KiB
CSS
:root {
|
|
--bg: #080808;
|
|
--surface: rgba(14, 14, 14, 0.86);
|
|
--surface-strong: #101010;
|
|
--text: #f5f5f1;
|
|
--muted: #a7a7a0;
|
|
--line: rgba(255, 255, 255, 0.12);
|
|
--line-strong: rgba(255, 255, 255, 0.22);
|
|
--accent: #ffffff;
|
|
--accent-text: #050505;
|
|
--radius-sm: 8px;
|
|
--radius-md: 12px;
|
|
--radius-lg: 18px;
|
|
--space: 1rem;
|
|
}
|
|
|
|
[data-bs-theme="light"] {
|
|
--bg: #ffffff;
|
|
--surface: rgba(255, 255, 255, 0.88);
|
|
--surface-strong: #f6f6f3;
|
|
--text: #050505;
|
|
--muted: #60605b;
|
|
--line: rgba(0, 0, 0, 0.12);
|
|
--line-strong: rgba(0, 0, 0, 0.2);
|
|
--accent: #050505;
|
|
--accent-text: #ffffff;
|
|
}
|
|
|
|
* { box-sizing: border-box; }
|
|
html { scroll-behavior: smooth; }
|
|
body {
|
|
margin: 0;
|
|
background: var(--bg);
|
|
color: var(--text);
|
|
font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
|
text-rendering: optimizeLegibility;
|
|
}
|
|
a { color: inherit; }
|
|
.skip-link {
|
|
position: absolute;
|
|
left: 1rem;
|
|
top: -4rem;
|
|
z-index: 999;
|
|
background: var(--accent);
|
|
color: var(--accent-text);
|
|
padding: .65rem .85rem;
|
|
border-radius: var(--radius-sm);
|
|
transition: top .2s ease;
|
|
}
|
|
.skip-link:focus { top: 1rem; }
|
|
.site-shell { position: relative; min-height: 100vh; overflow-x: clip; }
|
|
.hero-video {
|
|
position: fixed;
|
|
top: 300px;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: calc(100vh - 300px);
|
|
object-fit: cover;
|
|
opacity: 0;
|
|
z-index: 0;
|
|
filter: grayscale(1) contrast(1.08) brightness(.62);
|
|
pointer-events: none;
|
|
}
|
|
.video-scrim {
|
|
position: fixed;
|
|
inset: 0;
|
|
z-index: 1;
|
|
background: rgba(0, 0, 0, .46);
|
|
pointer-events: none;
|
|
}
|
|
[data-bs-theme="light"] .video-scrim { background: rgba(255, 255, 255, .58); }
|
|
.site-header {
|
|
z-index: 10;
|
|
background: rgba(8, 8, 8, .72);
|
|
border-bottom: 1px solid var(--line);
|
|
backdrop-filter: blur(18px);
|
|
}
|
|
[data-bs-theme="light"] .site-header { background: rgba(255,255,255,.74); }
|
|
.navbar { --bs-navbar-color: var(--muted); --bs-navbar-hover-color: var(--text); --bs-navbar-active-color: var(--text); }
|
|
.brand-mark {
|
|
color: var(--text);
|
|
font-family: "Instrument Serif", Georgia, serif;
|
|
font-size: clamp(1.35rem, 2vw, 1.9rem);
|
|
line-height: 1;
|
|
letter-spacing: -.045em;
|
|
}
|
|
.brand-mark sup { font-family: Inter, sans-serif; font-size: .42em; top: -.9em; margin-left: .08rem; }
|
|
.nav-link { font-size: .9rem; color: var(--muted); transition: color .2s ease; }
|
|
.nav-link:hover, .nav-link:focus, .nav-link.active { color: var(--text); }
|
|
.navbar-toggler { border: 1px solid var(--line); border-radius: var(--radius-sm); }
|
|
.btn { border-radius: var(--radius-sm); transition: transform .18s ease, background-color .18s ease, border-color .18s ease; }
|
|
.btn:hover { transform: translateY(-1px) scale(1.015); }
|
|
.btn-primary-dark {
|
|
background: var(--accent);
|
|
color: var(--accent-text);
|
|
border: 1px solid var(--accent);
|
|
font-weight: 650;
|
|
padding: .72rem 1.15rem;
|
|
}
|
|
.btn-primary-dark:hover, .btn-primary-dark:focus { background: var(--accent); color: var(--accent-text); border-color: var(--accent); }
|
|
.btn-outline-soft { color: var(--text); border: 1px solid var(--line-strong); background: transparent; padding: .72rem 1.15rem; }
|
|
.btn-outline-soft:hover { border-color: var(--accent); color: var(--text); }
|
|
.btn-ghost { color: var(--muted); border: 1px solid var(--line); background: transparent; }
|
|
.btn-ghost:hover { color: var(--text); border-color: var(--line-strong); }
|
|
.hero-section {
|
|
position: relative;
|
|
z-index: 2;
|
|
padding-top: calc(8rem - 75px);
|
|
padding-bottom: 10rem;
|
|
}
|
|
.eyebrow {
|
|
color: var(--muted);
|
|
font-size: .76rem;
|
|
font-weight: 700;
|
|
letter-spacing: .12em;
|
|
text-transform: uppercase;
|
|
margin-bottom: 1rem;
|
|
}
|
|
.hero-title {
|
|
font-family: "Instrument Serif", Georgia, serif;
|
|
font-size: clamp(3.4rem, 8.4vw, 8.25rem);
|
|
font-weight: 400;
|
|
line-height: .95;
|
|
letter-spacing: -0.045em;
|
|
max-width: 1180px;
|
|
margin: 0 auto;
|
|
}
|
|
.hero-copy {
|
|
color: var(--muted);
|
|
font-size: clamp(1rem, 1.3vw, 1.18rem);
|
|
line-height: 1.75;
|
|
max-width: 720px;
|
|
margin-top: 1.75rem;
|
|
}
|
|
.hero-actions { margin-top: 2.5rem; }
|
|
.stats-panel {
|
|
display: grid;
|
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
gap: 1px;
|
|
max-width: 820px;
|
|
margin: 5rem auto 0;
|
|
border: 1px solid var(--line);
|
|
border-radius: var(--radius-lg);
|
|
overflow: hidden;
|
|
background: var(--line);
|
|
}
|
|
.stats-panel div {
|
|
background: var(--surface);
|
|
padding: 1.35rem 1rem;
|
|
backdrop-filter: blur(18px);
|
|
}
|
|
.stats-panel strong {
|
|
display: block;
|
|
font-family: "Instrument Serif", Georgia, serif;
|
|
font-size: clamp(2.3rem, 5vw, 4.2rem);
|
|
font-weight: 400;
|
|
line-height: 1;
|
|
}
|
|
.stats-panel span { display: block; color: var(--muted); font-size: .9rem; margin-top: .35rem; }
|
|
.section-pad { position: relative; z-index: 2; padding: 6.5rem 0; }
|
|
.section-quiet { background: rgba(255,255,255,.025); border-block: 1px solid var(--line); }
|
|
[data-bs-theme="light"] .section-quiet { background: rgba(0,0,0,.025); }
|
|
.section-heading { max-width: 760px; margin-bottom: 2.5rem; }
|
|
.section-heading.compact { margin-inline: auto; text-align: center; }
|
|
.section-heading h2, .section-title, .contact-card h2 {
|
|
font-family: "Instrument Serif", Georgia, serif;
|
|
font-size: clamp(2.45rem, 5vw, 5.25rem);
|
|
line-height: .98;
|
|
letter-spacing: -.04em;
|
|
font-weight: 400;
|
|
}
|
|
.section-heading p:not(.eyebrow), .section-copy { color: var(--muted); line-height: 1.75; }
|
|
.service-card, .contact-card, .form-card, .timeline > div {
|
|
background: var(--surface);
|
|
border: 1px solid var(--line);
|
|
border-radius: var(--radius-md);
|
|
backdrop-filter: blur(18px);
|
|
}
|
|
.service-card { padding: 1.35rem; transition: transform .2s ease, border-color .2s ease; }
|
|
.service-card:hover { transform: translateY(-4px); border-color: var(--line-strong); }
|
|
.service-card span { color: var(--muted); font-size: .78rem; font-weight: 700; letter-spacing: .12em; }
|
|
.service-card h3 { margin: 1.4rem 0 .8rem; font-size: 1.03rem; font-weight: 750; }
|
|
.service-card p { color: var(--muted); line-height: 1.7; font-size: .94rem; margin: 0; }
|
|
.tool-grid { display: flex; flex-wrap: wrap; gap: .65rem; }
|
|
.tool-grid span {
|
|
border: 1px solid var(--line);
|
|
background: var(--surface);
|
|
color: var(--text);
|
|
border-radius: var(--radius-sm);
|
|
padding: .7rem .9rem;
|
|
font-size: .92rem;
|
|
}
|
|
.timeline { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; margin-top: 2rem; }
|
|
.timeline > div { padding: 1.25rem; }
|
|
.timeline strong { color: var(--muted); font-size: .78rem; letter-spacing: .12em; }
|
|
.timeline h3 { font-size: 1.04rem; margin: 1rem 0 .6rem; }
|
|
.timeline p { color: var(--muted); margin: 0; line-height: 1.65; }
|
|
.contact-section { padding-bottom: 7rem; }
|
|
.contact-card, .form-card { padding: clamp(1.25rem, 3vw, 2rem); }
|
|
.contact-list { list-style: none; padding: 0; margin: 2rem 0 0; display: grid; gap: 1rem; }
|
|
.contact-list li { border-top: 1px solid var(--line); padding-top: 1rem; }
|
|
.contact-list span { display: block; color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .11em; margin-bottom: .35rem; }
|
|
.contact-list a, .contact-list strong { font-size: 1.06rem; text-decoration: none; font-weight: 650; }
|
|
.contact-list small { display: block; color: var(--muted); margin-top: .25rem; }
|
|
.form-label { font-size: .86rem; font-weight: 700; color: var(--text); }
|
|
.form-label span, .form-text, .muted-note { color: var(--muted); }
|
|
.form-control, .form-select {
|
|
border: 1px solid var(--line);
|
|
border-radius: var(--radius-sm);
|
|
background-color: rgba(255,255,255,.04);
|
|
color: var(--text);
|
|
min-height: 3rem;
|
|
}
|
|
[data-bs-theme="light"] .form-control, [data-bs-theme="light"] .form-select { background-color: rgba(0,0,0,.035); }
|
|
.form-control:focus, .form-select:focus {
|
|
color: var(--text);
|
|
background-color: transparent;
|
|
border-color: var(--line-strong);
|
|
box-shadow: 0 0 0 .2rem rgba(128,128,128,.14);
|
|
}
|
|
.form-control::placeholder { color: color-mix(in srgb, var(--muted) 75%, transparent); }
|
|
.secure-pill { border: 1px solid var(--line); border-radius: 999px; padding: .4rem .6rem; color: var(--muted); font-size: .78rem; white-space: nowrap; }
|
|
.site-footer { position: relative; z-index: 2; border-top: 1px solid var(--line); color: var(--muted); padding: 1.25rem 0; font-size: .86rem; }
|
|
.toast { background: var(--surface-strong); color: var(--text); border: 1px solid var(--line); }
|
|
.animate-rise { opacity: 0; transform: translateY(20px); animation: fade-rise .8s ease-out forwards; }
|
|
.delay-1 { animation-delay: .2s; }
|
|
.delay-2 { animation-delay: .4s; }
|
|
@keyframes fade-rise { to { opacity: 1; transform: translateY(0); } }
|
|
@media (prefers-reduced-motion: reduce) {
|
|
html { scroll-behavior: auto; }
|
|
.animate-rise { animation: none; opacity: 1; transform: none; }
|
|
.btn, .service-card { transition: none; }
|
|
}
|
|
@media (max-width: 991.98px) {
|
|
.site-header .navbar-collapse { padding-top: 1rem; }
|
|
.timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
|
|
}
|
|
@media (max-width: 575.98px) {
|
|
.hero-section { padding-top: 7rem; padding-bottom: 6rem; }
|
|
.stats-panel { grid-template-columns: 1fr; margin-top: 3rem; }
|
|
.section-pad { padding: 4.5rem 0; }
|
|
.timeline { grid-template-columns: 1fr; }
|
|
.hero-video { top: 220px; height: calc(100vh - 220px); }
|
|
}
|
|
|
|
|
|
.portfolio-section { overflow: hidden; }
|
|
.project-featured, .project-card, .testimonial-card, .cookie-banner {
|
|
background: var(--surface);
|
|
border: 1px solid var(--line);
|
|
border-radius: var(--radius-lg);
|
|
backdrop-filter: blur(18px);
|
|
}
|
|
.project-featured {
|
|
display: grid;
|
|
grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
|
|
gap: clamp(1.5rem, 4vw, 3rem);
|
|
align-items: center;
|
|
padding: clamp(1.1rem, 3vw, 2rem);
|
|
box-shadow: 0 30px 90px rgba(0,0,0,.22);
|
|
}
|
|
.project-visual, .project-thumb {
|
|
position: relative;
|
|
overflow: hidden;
|
|
border: 1px solid var(--line);
|
|
background: #111;
|
|
isolation: isolate;
|
|
}
|
|
.project-visual { min-height: 360px; border-radius: var(--radius-lg); }
|
|
.project-visual::before, .project-thumb::before {
|
|
content: "";
|
|
position: absolute;
|
|
inset: 0;
|
|
z-index: -1;
|
|
background: linear-gradient(135deg, rgba(255,255,255,.16), transparent 45%), radial-gradient(circle at 18% 18%, rgba(255,255,255,.24), transparent 28%);
|
|
}
|
|
.real-estate-visual { background: radial-gradient(circle at 20% 20%, rgba(255,255,255,.28), transparent 30%), linear-gradient(135deg, #101010, #2f332f 50%, #090909); }
|
|
.visual-orb {
|
|
position: absolute;
|
|
width: 190px;
|
|
height: 190px;
|
|
right: 8%;
|
|
top: 8%;
|
|
border-radius: 50%;
|
|
background: radial-gradient(circle at 35% 30%, #fff, #8d9388 45%, #222 74%);
|
|
filter: blur(.1px);
|
|
opacity: .72;
|
|
}
|
|
.mock-browser {
|
|
position: absolute;
|
|
left: 8%;
|
|
bottom: 10%;
|
|
width: min(72%, 420px);
|
|
min-height: 250px;
|
|
padding: 1rem;
|
|
border-radius: 18px;
|
|
background: rgba(255,255,255,.09);
|
|
border: 1px solid rgba(255,255,255,.18);
|
|
box-shadow: 0 25px 80px rgba(0,0,0,.34);
|
|
backdrop-filter: blur(16px);
|
|
}
|
|
.mock-top { display: flex; gap: .35rem; margin-bottom: 1rem; }
|
|
.mock-top span { width: .58rem; height: .58rem; border-radius: 50%; background: rgba(255,255,255,.55); }
|
|
.mock-hero { height: 92px; border-radius: 14px; background: linear-gradient(135deg, rgba(255,255,255,.72), rgba(255,255,255,.12)); }
|
|
.mock-lines { display: grid; gap: .6rem; margin-top: 1rem; }
|
|
.mock-lines i { display: block; height: .55rem; border-radius: 999px; background: rgba(255,255,255,.22); }
|
|
.mock-lines i:nth-child(2) { width: 72%; }
|
|
.mock-lines i:nth-child(3) { width: 54%; }
|
|
.project-visual > strong {
|
|
position: absolute;
|
|
right: 1rem;
|
|
bottom: .65rem;
|
|
font-family: "Instrument Serif", Georgia, serif;
|
|
font-size: clamp(4rem, 10vw, 8rem);
|
|
font-weight: 400;
|
|
line-height: 1;
|
|
letter-spacing: -.06em;
|
|
color: rgba(255,255,255,.92);
|
|
}
|
|
.project-content { padding: clamp(.25rem, 2vw, 1rem); }
|
|
.project-type {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
width: fit-content;
|
|
color: var(--muted);
|
|
border: 1px solid var(--line);
|
|
border-radius: 999px;
|
|
padding: .42rem .68rem;
|
|
font-size: .74rem;
|
|
font-weight: 750;
|
|
letter-spacing: .11em;
|
|
text-transform: uppercase;
|
|
}
|
|
.project-content h3, .project-card h3 {
|
|
font-family: "Instrument Serif", Georgia, serif;
|
|
font-weight: 400;
|
|
letter-spacing: -.035em;
|
|
line-height: 1;
|
|
}
|
|
.project-content h3 { font-size: clamp(2.5rem, 5vw, 5rem); margin: 1.3rem 0 1rem; }
|
|
.project-card h3 { font-size: clamp(1.9rem, 3vw, 2.55rem); margin: 1rem 0 .75rem; }
|
|
.project-content p, .project-card p { color: var(--muted); line-height: 1.72; }
|
|
.project-metric {
|
|
display: inline-grid;
|
|
grid-template-columns: auto 1fr;
|
|
gap: .7rem;
|
|
align-items: center;
|
|
margin: .4rem 0 1.4rem;
|
|
}
|
|
.project-metric strong { font-family: "Instrument Serif", Georgia, serif; font-size: 3.2rem; font-weight: 400; line-height: 1; }
|
|
.project-metric span { color: var(--muted); max-width: 170px; line-height: 1.2; }
|
|
.project-link {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
gap: .4rem;
|
|
color: var(--text);
|
|
font-weight: 750;
|
|
text-decoration: none;
|
|
border-bottom: 1px solid var(--line-strong);
|
|
padding-bottom: .2rem;
|
|
}
|
|
.project-link::after { content: "↗"; font-size: .86rem; transition: transform .18s ease; }
|
|
.project-link:hover::after { transform: translate(2px, -2px); }
|
|
.project-card { padding: 1rem; transition: transform .2s ease, border-color .2s ease; }
|
|
.project-card:hover { transform: translateY(-5px); border-color: var(--line-strong); }
|
|
.project-thumb { min-height: 190px; border-radius: var(--radius-md); margin-bottom: 1rem; display: grid; place-items: center; }
|
|
.project-thumb span {
|
|
position: relative;
|
|
z-index: 2;
|
|
font-family: "Instrument Serif", Georgia, serif;
|
|
font-size: clamp(3rem, 7vw, 5rem);
|
|
line-height: 1;
|
|
letter-spacing: -.06em;
|
|
color: rgba(255,255,255,.94);
|
|
}
|
|
.project-thumb i {
|
|
position: absolute;
|
|
width: 130px;
|
|
height: 130px;
|
|
border-radius: 28px;
|
|
background: linear-gradient(145deg, rgba(255,255,255,.7), rgba(255,255,255,.04));
|
|
transform: rotate(18deg) translate(28px, 12px);
|
|
box-shadow: 0 30px 70px rgba(0,0,0,.26);
|
|
}
|
|
.fitflow-visual { background: linear-gradient(135deg, #101010, #24352d 48%, #0d1611); }
|
|
.community-visual { background: radial-gradient(circle at 25% 20%, rgba(255,255,255,.25), transparent 28%), linear-gradient(135deg, #111, #29323a 55%, #090b0d); }
|
|
.ocr-visual { background: linear-gradient(135deg, #0a0a0a, #263144 52%, #0c0e16); }
|
|
.moto-visual { background: radial-gradient(circle at 75% 18%, rgba(255,255,255,.26), transparent 26%), linear-gradient(135deg, #111, #3a3028 52%, #100d0a); }
|
|
.testimonial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-top: 2rem; }
|
|
.testimonial-card { padding: clamp(1.25rem, 3vw, 1.75rem); }
|
|
.testimonial-card blockquote { margin: 0; color: var(--text); font-size: clamp(1.05rem, 1.5vw, 1.28rem); line-height: 1.65; }
|
|
.testimonial-card footer { border-top: 1px solid var(--line); margin-top: 1.4rem; padding-top: 1rem; }
|
|
.testimonial-card strong { display: block; font-weight: 750; }
|
|
.testimonial-card span { display: block; color: var(--muted); font-size: .9rem; margin-top: .18rem; }
|
|
.cookie-banner {
|
|
position: fixed;
|
|
left: 1rem;
|
|
right: 1rem;
|
|
bottom: 1rem;
|
|
z-index: 1080;
|
|
max-width: 980px;
|
|
margin: 0 auto;
|
|
padding: 1rem;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
gap: 1rem;
|
|
box-shadow: 0 24px 80px rgba(0,0,0,.28);
|
|
opacity: 0;
|
|
transform: translateY(18px);
|
|
pointer-events: none;
|
|
transition: opacity .22s ease, transform .22s ease;
|
|
}
|
|
.cookie-banner.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
|
|
.cookie-banner strong { display: block; margin-bottom: .3rem; }
|
|
.cookie-banner p { color: var(--muted); margin: 0; line-height: 1.55; font-size: .92rem; }
|
|
.cookie-actions { display: flex; flex-wrap: wrap; gap: .55rem; justify-content: flex-end; min-width: max-content; }
|
|
@media (max-width: 991.98px) {
|
|
.project-featured { grid-template-columns: 1fr; }
|
|
.testimonial-grid { grid-template-columns: 1fr; }
|
|
.cookie-banner { align-items: flex-start; flex-direction: column; }
|
|
.cookie-actions { width: 100%; justify-content: flex-start; min-width: 0; }
|
|
}
|
|
@media (max-width: 575.98px) {
|
|
.project-visual { min-height: 280px; }
|
|
.mock-browser { width: 78%; min-height: 210px; }
|
|
.project-metric { grid-template-columns: 1fr; }
|
|
.cookie-actions .btn { width: 100%; }
|
|
}
|