
body {
margin: 0;
overflow-x: hidden;
min-height: 100vh;
background-color: #FDFCF8;
color: #1C1917;
}
/* Custom Range Slider - Minimalist/Paper style */
input[type=range] { -webkit-appearance: none; width: 100%; background: transparent; }
input[type=range]::-webkit-slider-thumb {
-webkit-appearance: none; height: 12px; width: 12px;
background: #1C1917; border: 1px solid #FDFCF8;
cursor: pointer; margin-top: -5px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
transition: transform 0.2s ease;
}
input[type=range]::-webkit-slider-thumb:hover { transform: scale(1.2); }
input[type=range]::-webkit-slider-runnable-track {
width: 100%; height: 1px; cursor: pointer; background: #D6D3D1;
}
input[type=range]:focus { outline: none; }
/* Glass Panel with "Vellum" feel */
.vellum-glass {
background: rgba(253, 252, 248, 0.85);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
border: 1px solid rgba(28, 25, 23, 0.08);
box-shadow:
0 4px 6px -1px rgba(0, 0, 0, 0.02),
0 20px 40px -4px rgba(28, 25, 23, 0.05);
}
/* Utility */
::selection { background: #E7E5E4; color: #1C1917; }
.thin-border { border: 1px solid rgba(28, 25, 23, 0.1); }
.ca-manifesto-section {
position: relative;
z-index: 30;
margin-top: 100vh;
padding: 108px 24px 104px;
background: #FDFCF8;
color: #1C1917;
pointer-events: auto;
}
.ca-manifesto-inner {
width: min(1120px, 100%);
margin: 0 auto;
padding: 64px 0;
border-top: 1px solid rgba(28, 25, 23, 0.1);
border-bottom: 1px solid rgba(28, 25, 23, 0.1);
display: grid;
grid-template-columns: minmax(0, 0.88fr) minmax(320px, 0.72fr);
gap: 56px;
align-items: start;
}
.ca-manifesto-kicker {
margin: 0 0 14px;
font-family: 'JetBrains Mono', monospace;
font-size: 10px;
letter-spacing: 0.18em;
text-transform: uppercase;
color: #9A3412;
}
.ca-manifesto-title {
margin: 0;
font-family: 'Inter', sans-serif;
font-size: clamp(36px, 5vw, 68px);
line-height: 0.98;
letter-spacing: 0;
font-weight: 400;
max-width: 760px;
}
.ca-manifesto-lead {
margin: 28px 0 0;
max-width: 680px;
font-family: 'Inter', sans-serif;
font-size: clamp(18px, 2.1vw, 25px);
line-height: 1.34;
font-weight: 300;
color: #44403C;
}
.ca-manifesto-copy {
margin: 0;
display: grid;
gap: 18px;
font-family: 'Inter', sans-serif;
font-size: 15px;
line-height: 1.68;
font-weight: 300;
color: #57534E;
}
.ca-manifesto-copy p {
margin: 0;
}
.ca-manifesto-principles {
grid-column: 1 / -1;
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 0;
border-top: 1px solid rgba(28, 25, 23, 0.1);
}
.ca-manifesto-principle {
padding: 24px 22px 0 0;
min-height: 120px;
border-right: 1px solid rgba(28, 25, 23, 0.08);
}
.ca-manifesto-principle:last-child {
border-right: 0;
}
.ca-manifesto-principle h3 {
margin: 0 0 12px;
font-family: 'JetBrains Mono', monospace;
font-size: 10px;
letter-spacing: 0.18em;
text-transform: uppercase;
color: #78350F;
}
.ca-manifesto-principle p {
margin: 0;
font-family: 'Inter', sans-serif;
font-size: 13px;
line-height: 1.58;
font-weight: 300;
color: #57534E;
}
.ca-network-section {
position: relative;
z-index: 30;
padding: 96px 24px 112px;
background: #F6F3EC;
color: #1C1917;
pointer-events: auto;
}
.ca-network-inner {
width: min(1120px, 100%);
margin: 0 auto;
}
.ca-network-head {
display: flex;
align-items: end;
justify-content: space-between;
gap: 28px;
margin-bottom: 24px;
}
.ca-network-kicker {
margin: 0 0 10px;
font-family: 'JetBrains Mono', monospace;
font-size: 10px;
letter-spacing: 0.18em;
text-transform: uppercase;
color: rgba(120, 53, 15, 0.72);
}
.ca-network-title {
margin: 0;
font-family: 'Inter', sans-serif;
font-size: clamp(28px, 4vw, 52px);
line-height: 0.98;
letter-spacing: -0.04em;
font-weight: 400;
max-width: 660px;
}
.ca-network-copy {
max-width: 390px;
margin: 0;
font-size: 13px;
line-height: 1.5;
font-weight: 300;
color: rgba(28, 25, 23, 0.62);
text-align: right;
}
.ca-network-grid {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
}
.ca-network-marquee {
position: relative;
overflow: hidden;
display: grid;
gap: 10px;
}
.ca-network-marquee::before,
.ca-network-marquee::after {
content: "";
position: absolute;
top: 0;
bottom: 0;
width: 96px;
z-index: 2;
pointer-events: none;
}
.ca-network-marquee::before {
left: 0;
background: linear-gradient(90deg, #f7f4ed 0%, rgba(247, 244, 237, 0) 100%);
}
.ca-network-marquee::after {
right: 0;
background: linear-gradient(270deg, #f7f4ed 0%, rgba(247, 244, 237, 0) 100%);
}
.ca-network-marquee-row {
overflow: hidden;
}
.ca-network-marquee-track {
display: flex;
gap: 10px;
width: max-content;
will-change: transform;
}
.ca-network-marquee-row.is-right .ca-network-marquee-track {
animation: caNetworkMarqueeRight 54s linear infinite;
}
.ca-network-marquee-row.is-left .ca-network-marquee-track {
animation: caNetworkMarqueeLeft 54s linear infinite;
}
.ca-network-marquee:hover .ca-network-marquee-track {
animation-play-state: paused;
}
.ca-network-marquee .ca-network-cell {
flex: 0 0 220px;
}
.ca-network-cell {
flex: 0 1 calc((100% - 30px) / 4);
min-height: 108px;
min-width: 0;
display: grid;
place-items: center;
padding: 18px 22px;
border: 1px solid rgba(28, 25, 23, 0.08);
border-radius: 8px;
background: #fff;
overflow: hidden;
}
.ca-network-logo {
display: block;
width: 100%;
height: auto;
max-width: 158px;
max-height: 44px;
object-fit: contain;
filter: grayscale(1) saturate(0) contrast(1.35);
mix-blend-mode: multiply;
opacity: 0.9;
}
.ca-logo-samsung,
.ca-logo-ledger,
.ca-logo-hugo-boss,
.ca-logo-boconcept,
.ca-logo-opensea,
.ca-logo-gamescom,
.ca-logo-wilder-world,
.ca-logo-world-of-women,
.ca-logo-nft-paris,
.ca-logo-nft-lisbon,
.ca-logo-nft-london,
.ca-logo-token2049,
.ca-logo-nft-nyc,
.ca-logo-blockchain-week-luxembourg,
.ca-logo-forbes,
.ca-logo-giolabs,
.ca-logo-art2people,
.ca-logo-gridx,
.ca-logo-feli-giorgetti {
max-width: 176px;
}
.ca-logo-mercedes {
max-width: 150px;
max-height: 44px;
}
.ca-logo-vfb {
max-width: 76px;
max-height: 62px;
}
.ca-logo-bmw {
max-width: 70px;
max-height: 62px;
}
.ca-logo-porsche {
max-width: 174px;
max-height: 32px;
}
.ca-logo-boconcept {
max-width: 166px;
max-height: 38px;
}
.ca-logo-belvedere {
max-width: 166px;
max-height: 46px;
}
.ca-logo-pwc {
max-width: 108px;
max-height: 52px;
}
.ca-logo-wilder-world {
max-width: 72px;
max-height: 56px;
}
.ca-logo-illuvium {
max-width: 146px;
max-height: 36px;
}
.ca-logo-token2049,
.ca-logo-forbes {
max-height: 36px;
}
.ca-logo-token2049 {
filter: brightness(0) contrast(1.15);
}
.ca-logo-cannes {
max-width: 204px;
max-height: 56px;
}
.ca-network-cell:hover .ca-network-logo {
filter: grayscale(1) saturate(0) contrast(1.55);
opacity: 1;
}
@keyframes caNetworkMarqueeLeft {
from { transform: translateX(0); }
to { transform: translateX(calc(-50% - 5px)); }
}
@keyframes caNetworkMarqueeRight {
from { transform: translateX(calc(-50% - 5px)); }
to { transform: translateX(0); }
}
@media (max-width: 900px) {
.ca-manifesto-section { padding: 84px 18px 84px; }
.ca-manifesto-inner { grid-template-columns: 1fr; gap: 34px; padding: 46px 0; }
.ca-manifesto-principles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ca-manifesto-principle:nth-child(2) { border-right: 0; }
.ca-manifesto-principle:nth-child(n + 3) { border-top: 1px solid rgba(28, 25, 23, 0.08); }
.ca-network-section { padding: 76px 18px 88px; }
.ca-network-head {
display: block;
margin-bottom: 20px;
}
.ca-network-copy {
max-width: 560px;
margin-top: 14px;
text-align: left;
}
.ca-network-grid {
display: flex;
}
.ca-network-cell {
flex-basis: calc((100% - 20px) / 3);
min-height: 96px;
}
.ca-network-marquee .ca-network-cell {
flex-basis: 190px;
}
}
@media (max-width: 640px) {
.ca-manifesto-section { padding: 66px 14px 72px; }
.ca-manifesto-inner { padding: 38px 0; }
.ca-manifesto-title { font-size: clamp(32px, 11vw, 48px); }
.ca-manifesto-lead { font-size: 17px; }
.ca-manifesto-copy { font-size: 14px; }
.ca-manifesto-principles { grid-template-columns: 1fr; }
.ca-manifesto-principle { border-right: 0; border-top: 1px solid rgba(28, 25, 23, 0.08); padding: 20px 0 0; min-height: auto; }
.ca-manifesto-principle:first-child { border-top: 0; }
.ca-network-section { padding: 62px 14px 78px; }
.ca-network-grid {
gap: 8px;
}
.ca-network-cell {
flex-basis: calc((100% - 8px) / 2);
min-height: 82px;
padding: 15px 16px;
}
.ca-network-marquee::before,
.ca-network-marquee::after {
width: 48px;
}
.ca-network-marquee .ca-network-cell {
flex-basis: 164px;
}
.ca-network-logo {
max-width: 132px;
max-height: 38px;
}
.ca-logo-vfb {
max-width: 76px;
max-height: 50px;
}
.ca-logo-cannes {
max-width: 158px;
}
}
@media (prefers-reduced-motion: reduce) {
.ca-network-marquee-row.is-right .ca-network-marquee-track,
.ca-network-marquee-row.is-left .ca-network-marquee-track {
animation: none;
transform: none;
}
}
/* Da Vinci Grid Overlay */
.grid-overlay {
background-size: 40px 40px;
background-image:
linear-gradient(to right, rgba(28, 25, 23, 0.03) 1px, transparent 1px),
linear-gradient(to bottom, rgba(28, 25, 23, 0.03) 1px, transparent 1px);
mask-image: radial-gradient(circle at center, black 40%, transparent 80%);
}
/* SVG Line Animation */
.sketch-line {
stroke: #78350F; stroke-width: 0.8;
stroke-dasharray: 4, 4; opacity: 0.4;
}
