:root {
--bg:      #f9f9f9;
--ink:     #303030;
--soft:    #505050;
--muted:   #6e6e6e;
--rule:    rgba(48,48,48,.11);
--accent:  #84a98c;
--display: 'Cormorant Garamond', 'Cormorant Fallback', Georgia, serif;
--sans:    'Manrope', 'Manrope Fallback', sans-serif;
--gx:      clamp(1.25rem, 3.5vw, 3.5rem);
--ease:    cubic-bezier(0.16, 1, 0.3, 1);
--section-gap: clamp(4rem, 8vw, 8rem);
} @font-face {
font-family: 'Manrope Fallback';
src: local('Helvetica Neue'), local('Arial');
size-adjust: 103.4%; ascent-override: 103%; descent-override: 29%; line-gap-override: 0%;
}
@font-face {
font-family: 'Cormorant Fallback';
src: local('Georgia');
size-adjust: 84%; ascent-override: 105%; descent-override: 32%; line-gap-override: 0%;
}
*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
:focus:not(:focus-visible) { outline: none; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
em,i { font-style: normal; }
html { overflow-x: clip; }
body { background: var(--bg); color: var(--ink); font-family: var(--sans); font-size: 0.9375rem; line-height: 1.6; overflow-x: clip; font-optical-sizing: auto; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; font-family: inherit; } .page-content {
max-width: 1200px;
padding: clamp(2.5rem, 5vw, 4rem) clamp(1.75rem, 5vw, 4rem);
border-radius: 12px;
}
.page-content h1 { font-family: var(--display); font-size: clamp(2rem, 4vw, 2.75rem); font-weight: 600; margin-bottom: 1.5rem; } .page-404 { text-align: left; }
.page-404__eyebrow { font-family: var(--sans); font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: .5rem; }
.page-404 h1 { margin-bottom: 1.5rem; }
.page-404__img { max-width: 220px; margin: 0 0 2rem; }
.page-404 p { max-width: 40ch; margin-left: 0; margin-right: 0; }
.page-404 .ux-cta-bare { margin-top: 1rem; }
.page-content h2 { font-family: var(--display); font-size: clamp(1.4rem, 2.5vw, 1.75rem); font-weight: 600; margin: 2.5rem 0 1rem; }
.page-content h3 { font-family: var(--sans); font-size: 1.05rem; font-weight: 600; margin: 1.75rem 0 .75rem; }
.page-content h4, .page-content h5 { font-family: var(--sans); font-size: .9rem; font-weight: 600; margin: 1.25rem 0 .5rem; color: var(--soft); }
.page-content p { margin: 0 0 1rem; color: var(--soft); }
.page-content a { color: var(--ink); text-decoration: underline; text-decoration-color: var(--rule); text-underline-offset: 3px; }
.page-content a:hover { text-decoration-color: var(--accent); }
.page-content ul, .page-content ol { margin: 0 0 1rem 1.25rem; color: var(--soft); }
.page-content hr { border: none; border-top: 1px solid var(--rule); margin: 1.5rem 0; }
.page-content details { border-top: 1px solid var(--rule); padding: .75rem 0; font-size: .9rem; }
.page-content summary { cursor: pointer; font-weight: 500; } .blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: clamp(1.5rem, 3vw, 2.5rem); list-style: none; }
.blog-card { display: flex; flex-direction: column; gap: .75rem; }
.blog-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 6px; }
.blog-card__title { font-family: var(--display); font-size: 1.1rem; font-weight: 600; color: var(--ink); } .wpcf7-form p { margin: 0 0 1.1rem; font-family: var(--sans); font-size: .85rem; color: var(--soft); }
.wpcf7-form label { display: block; }
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"] { display: block; width: 100%; font-family: var(--sans); font-size: 16px; color: var(--ink);
border: 1px solid var(--rule); border-radius: 4px; padding: .6rem .75rem; margin-top: .35rem;
background: #fff;
} .wpcf7-form input[type="submit"] {
-webkit-appearance: none; appearance: none; font-family: var(--sans); font-size: .8rem; letter-spacing: .04em;
color: var(--ink); cursor: pointer; text-align: center;
border: none; border-radius: 10px;
padding: .7rem 2.5rem; transition: background-position .5s ease;
background-image: linear-gradient(90deg, #9acc8a, #8dcdec, #c9aff1, #92cb81, #9acc8a);
background-size: 250% auto; background-position: left center;
}
.wpcf7-form input[type="submit"]:hover { background-position: right center; } .wpcf7-form-control.wpcf7-submit.has-spinner {
letter-spacing: .08em;
text-transform: uppercase;
color: #ffffff;
border-radius: 2px;
font-weight: bold;
transition: background-position .5s ease;
background-image: linear-gradient(87deg, #8aa4cc, #ec8de0, #b09bf5, #92cb81, #84a98c);
} .label_accent {
font-family: var(--sans); font-size: 0.6875rem; letter-spacing: .08em;
text-transform: uppercase; color: var(--accent); font-weight: 700;
}
.hm-label {
font-family: var(--sans); font-size: 0.6875rem; color: var(--soft);
}
.tl-label, .cs-label, .foot-back,
.cta_third span { color: var(--accent); } .cur {
position: fixed; top: 0; left: 0;
pointer-events: none; z-index: 9999;
border-radius: 100px;
padding: .45rem 1rem;
opacity: 0;
transform: translate(22px, -34px);
transition: opacity 180ms cubic-bezier(0.22, 1, 0.36, 1), background 180ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 180ms cubic-bezier(0.22, 1, 0.36, 1);
will-change: transform;
display: flex; align-items: center; justify-content: center; gap: .35rem;
font-family: var(--sans); font-size: 11px; font-weight: 500;
letter-spacing: .05em; text-transform: lowercase;
white-space: nowrap;
}
.cur.visible { opacity: 1; }
.cur.cur--cta { background: #fff; color: var(--ink); box-shadow: 0 1px 8px rgba(0,0,0,.1); }
.cur.cur--drag { background: #333; color: #fff; }
.cur.cur--hide { opacity: 0; }
@media (pointer: coarse) {
.cur { display: none; }
} nav {
position: sticky; top: 0; z-index: 200;
background: transparent;
display: flex; align-items: stretch; justify-content: space-between;
padding: .65rem max(var(--gx), env(safe-area-inset-left));
padding-right: max(var(--gx), env(safe-area-inset-right));
}
.nav-logo-float {
position: fixed; top: 0; left: max(var(--gx), env(safe-area-inset-left));
height: calc(67px + 1.3rem); display: flex; align-items: center;
z-index: 201;
}
.nav-logo {
font-family: var(--sans); font-size: .80rem; letter-spacing: .12em;
text-transform: uppercase; color: var(--ink);
background: transparent; border-radius: 8px;
padding: 0 1.5rem 0 0; height: 67px; display: flex; align-items: center;
transition: background .25s, box-shadow .25s;
}
nav { justify-content: flex-end; }
.nav-logo-mobile { display: none; }
.nav-right-top { display: contents; }
.nav-magic { order: 1; position: relative; padding-left: clamp(.75rem,1.5vw,1.25rem); } .nav-right-top__tools { order: 1; }
.nav-magic::before { content: ''; position: absolute; left: 0; top: 50%; translate: 0 -50%; height: 1em; width: 1px; background: currentColor; opacity: .25; }
.nav-right {
display: flex; align-items: center; gap: clamp(1rem,2vw,1.875rem);
background: transparent; border-radius: 8px;
padding: 0 1.5rem; height: 67px;
transition: background .25s, box-shadow .25s, backdrop-filter .25s;
} nav.scrolled .nav-logo,
nav.scrolled .nav-right {
background: rgba(253,253,253,.78);
backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
box-shadow: none; border: 0.5px solid var(--rule);
}
nav.scrolled .nav-logo-float { opacity: 0; pointer-events: none; transition: opacity .25s; }
.nav-logo-float { transition: opacity .25s; }
.nav-links { display: flex; gap: clamp(.75rem,2vw,1.875rem); list-style: none; align-items: center; border: none; padding: 0; flex: 1; }
.nav-links a {
font-family: var(--sans); font-size: .75rem; letter-spacing: .12em; text-transform: uppercase;
color: var(--ink); transition: opacity .2s; position: relative; display: flex; align-items: center; gap: .3rem;
padding-bottom: 0; white-space: nowrap;
}
.nav-links a:hover { opacity: 1; } .nav-links a .nav-icon {
display: none; object-fit: contain; flex-shrink: 0;
width: 32px; height: 32px; opacity: 1;
}
.nav-links a .nav-label { display: inline-block; text-align: center; white-space: nowrap; } .nav-dots { display: none; }
nav[data-nav-mode="8bit"]    .nav-links a .nav-icon,
nav[data-nav-mode="satrapi"] .nav-links a .nav-icon { display: block; }
nav[data-nav-mode="8bit"]    .nav-links,
nav[data-nav-mode="satrapi"] .nav-links,
nav[data-nav-mode="fa"]      .nav-links { gap: 0; justify-content: space-around; }
nav[data-nav-mode="8bit"]    .nav-links a .nav-label,
nav[data-nav-mode="satrapi"] .nav-links a .nav-label { display: none; } .nav-links a { position: relative; }
.nav-links a .nav-label::before, .nav-links a .nav-label::after { color: transparent; transition: color .2s; }
.nav-links a .nav-label::before { content: '['; margin-right: .2em; }
.nav-links a .nav-label::after  { content: ']'; margin-left: .2em; }
.nav-links a.active .nav-label { color: var(--ink); font-weight: 700; }
.nav-links a.active .nav-label::before,
.nav-links a.active .nav-label::after { color: var(--ink); } .nav-burger { display: none; }
.nav--collapsible .nav-right { position: relative; }
.nav--collapsible .nav-burger {
display: flex; flex-direction: column; justify-content: center; gap: 5px;
width: 28px; height: 28px; padding: 0; border: none; background: none; cursor: pointer;
}
.nav-burger span { display: block; width: 100%; height: 1.5px; background: var(--ink); transition: transform .25s ease, opacity .2s ease; }
.nav--collapsible.nav-open .nav-burger span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav--collapsible.nav-open .nav-burger span:nth-child(2) { opacity: 0; }
.nav--collapsible.nav-open .nav-burger span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
.nav--collapsible .nav-links {
position: absolute; top: 100%; right: 0; margin-top: .75rem;
flex-direction: column; align-items: flex-end; gap: .1rem;
background: rgba(253,253,253,.96); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
border: 0.5px solid var(--rule); border-radius: 8px; padding: .75rem 1.25rem;
opacity: 0; visibility: hidden; transform: translateY(-6px);
transition: opacity .2s ease, transform .2s ease, visibility 0s linear .2s;
}
.nav--collapsible .nav-links a { padding: .4rem 0; }
.nav--collapsible.nav-open .nav-links {
opacity: 1; visibility: visible; transform: translateY(0);
transition: opacity .2s ease, transform .2s ease;
} .nav-magic {
font-family: var(--sans); font-size: .72rem; letter-spacing: .07em; text-transform: uppercase;
background: none; border: none; padding: 0;
color: var(--ink); cursor: pointer; transition: opacity .2s; white-space: nowrap;
display: flex; flex-direction: row; align-items: center; gap: .3rem; position: relative;
}
.nav-magic:hover { opacity: .45; }
.nav-magic .magic-icon { display: none; }
.nav-magic .magic-label { letter-spacing: .07em; }
.nav-magic .magic-sep { margin: 0 .05em; }
.nav-magic .magic-mode { line-height: 1; text-align: left; font-weight: 700; }
.nav-magic { color: var(--accent); }
.nav-magic-filter { flex-shrink: 0; } .nav-magic-chevron { flex-shrink: 0; opacity: .55; transition: transform .2s ease; }
.nav-magic[aria-expanded="true"] .nav-magic-chevron { transform: rotate(180deg); } .nav-label-fa {
font-family: 'Amiri', serif; font-size: .8rem; direction: rtl;
display: none; text-align: center; white-space: nowrap;
}
nav[data-nav-mode="fa"] .nav-links a .nav-label { display: none; }
nav[data-nav-mode="fa"] .nav-links a .nav-label-fa { display: inline; }
nav[data-nav-mode="fa"] .nav-links a .nav-icon { display: none; } .nav-tools-menu {
position: absolute; top: 100%; right: max(var(--gx), env(safe-area-inset-right));
margin-top: .1rem; padding: .35rem;
background: #fdfdfd; border-radius: 8px;
box-shadow: rgba(0,0,0,.12) 0 4px 14px;
display: none; flex-direction: column; z-index: 300;
}
.nav-tools-menu.open { display: flex; }
.nav-tools-menu button {
background: none; border: none; cursor: pointer;
padding: .5rem .9rem; border-radius: 6px; text-align: left;
font-family: var(--sans); font-size: .72rem; letter-spacing: .12em;
text-transform: uppercase; color: var(--ink);
display: flex; align-items: center; justify-content: space-between; gap: .55rem;
}
.nav-tools-menu-icon-wrap {
width: 24px; height: 24px; border-radius: 4px;
overflow: hidden; flex-shrink: 0; display: block;
}
.nav-tools-menu-icon { width: 100%; height: 100%; object-fit: cover; display: block; }
.nav-tools-menu button:hover { background: rgba(0,0,0,.05); } .nav-tools-menu button.active { font-weight: 700; }  .sec-head { padding: var(--section-gap) var(--gx) clamp(.5rem,1vw,1rem); --head-gap: var(--section-gap); }
.sec-h2 {
font-family: var(--display); font-weight: 600;
font-size: clamp(2.25rem, 4.5vw, 3.6rem);
line-height: .92; letter-spacing: -.02em; color: var(--ink);
text-wrap: balance; padding-bottom: 15px;
}
.sec-eyebrow {
display: block; grid-column: 1 / -1; color: var(--soft);
width: fit-content;
border-bottom: 0.5px solid #8e8e8e;
padding-bottom: 1.2rem; margin-bottom: 2.5rem;
}  .sec-intro {
display: flex; gap: clamp(2rem,4vw,4rem); align-items: flex-start;
padding: 8px var(--gx) 16px;
}
.sec-intro > * { flex: 1 1 0; max-width: 600px; }
@media (max-width: 700px) { .sec-intro { flex-direction: column; } .sec-intro > * { max-width: none; } }   .footer-farewell {
display: flex; flex-direction: column;
gap: 2.5rem;
padding-top: clamp(4rem, 9vw, 7rem);
padding-bottom: clamp(5rem, 11vw, 9rem);
}
.footer-git {
display: flex; align-items: center; gap: clamp(1rem,3vw,2.5rem);
padding: 0 var(--gx);
}
.footer-git-label { font-size: clamp(2rem, 6vw, 5.44rem); line-height: .88; letter-spacing: -.02em;
}
.footer-git-avatar {
width: clamp(52px,7vw,80px); height: clamp(52px,7vw,80px);
border-radius: 50%; flex-shrink: 0;
position: relative; z-index: 0; display: block;
border: 2px solid #fff;
box-shadow: inset 0 1.5px 3px rgba(0,0,0,.15), 0 2px 8px rgba(0,0,0,.15);
transition: transform .25s var(--ease);
}
.footer-git-avatar:hover { transform: scale(1.2); border-color: var(--accent); }
.footer-git-avatar img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
footer { padding: .85rem var(--gx) max(2.5rem, env(safe-area-inset-bottom)); display: flex; flex-direction: column; gap: .6rem; border-top: 2px solid #fff;}
.foot-row { display: flex; align-items: center; justify-content: space-between; }
@media (max-width: 600px) { footer .foot-back { position: static; margin-left: auto; } }
.mobile-footer-spacer { display: none; }
@media (max-width: 600px) { .mobile-footer-spacer { display: block; height: 60px; background: var(--bg); } }
.foot-copy { font-size: 0.75rem; letter-spacing: .05em; }  @property --cta-glow-angle {
syntax: '<angle>'; inherits: false; initial-value: 0deg;
}
.foot-comment-toggle {
font-family: var(--sans); font-size: .80rem; letter-spacing: .04em;
color: var(--ink); cursor: pointer; text-align: left;
display: inline-block; transition: color .2s;
border: 2px solid transparent; border-radius: 2px;
padding: .7rem 2.5rem; margin: 0 0 0 var(--gx); align-self: flex-start;
background:
linear-gradient(var(--bg), var(--bg)) padding-box,
conic-gradient(from var(--cta-glow-angle), #9acc8a .0turn, #a9d9b3 .18turn, #c2d28e .38turn, #c9aff1 .5turn, #8dcdec .68turn, #92cb81 .88turn) border-box;
animation: cta-glow 2.5s linear infinite;
}
.foot-comment-toggle:hover { color: var(--accent); }
@media (prefers-reduced-motion: reduce) { .foot-comment-toggle { animation: none; } }
@keyframes cta-glow { to { --cta-glow-angle: 360deg; } } .satrapi-section {
background: var(--ink);
padding: clamp(3.5rem,7vw,7rem) var(--gx);
display: flex; flex-direction: column; gap: 2.5rem;
}
.satrapi-parallax-inner {
display: flex; flex-direction: column; gap: 2.5rem;
}
@media (prefers-reduced-motion: reduce) {
.satrapi-img-col img { transform: none !important; }
}
.satrapi-title { color: #fff; }
.satrapi-grid {
display: flex; flex-wrap: wrap; gap: clamp(2rem,4vw,4rem);
align-items: start;
}
.satrapi-blurb { flex: 1 1 200px; order: 1; display: flex; flex-direction: column; gap: .75rem; }
.satrapi-img-col { flex: 0 0 auto; order: 3; }
.satrapi-img-col img {
display: block; width: 100%; height: auto; max-width: 360px;
object-fit: contain; filter: grayscale(15%);
}
.satrapi-blurb-label { font-size: .85rem; }
.satrapi-body {
font-family: var(--sans); font-size: .87rem; color: rgba(253,253,253,.88);
line-height: 1.85; text-wrap: pretty;
}
.satrapi-trigger {
color: rgba(253,253,253,.9); text-decoration: underline;
text-underline-offset: 3px; text-decoration-color: var(--accent);
transition: color .2s; white-space: nowrap;
}
.satrapi-trigger:hover { color: var(--accent); }
@media (max-width: 450px) {
.satrapi-img-col { max-width: 70%; margin: 0 auto; }
} .foot-back { cursor: pointer; transition: opacity .2s; background: none; border: none; padding: 0; position: absolute; right: 72px; bottom: 25px; }
.foot-back:hover { opacity: .5; }
.foot-link { color: inherit; text-decoration: underline; text-underline-offset: 2px; transition: opacity .2s; }
.foot-link:hover { opacity: .5; } @media (prefers-reduced-motion: no-preference) {
.js .rv { opacity: 0; transform: translateY(10px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.js .rv.in { opacity: 1; transform: none; }
} main { counter-reset: chapter; }
.sec-eyebrow { counter-increment: chapter; }
.sec-eyebrow::before { content: '[' counter(chapter, decimal-leading-zero) ']  '; color: var(--accent); }
.sec-head, .projects-stack__list, .ux-section-header { position: relative; }
.sec-head::before, .projects-stack__list::before, .ux-section-header::before {
content: ''; position: absolute; left: var(--gx); top: 0; width: 1px;
background-image: repeating-linear-gradient(to bottom, var(--rule) 0 8px, transparent 8px 24px);
}
.sec-head::before, .projects-stack__list::before { height: calc(var(--head-gap) - 1.75rem); }
.ux-section-header::before { height: calc(clamp(1.5rem,3vw,3rem) - .75rem); } @media (pointer: coarse) { .nav-links a { min-height: 44px; }
}  .scroll-progress { position: fixed; left: 0; right: 0; bottom: 0; height: 3px; z-index: 500; pointer-events: none; }
.scroll-progress__fill { display: block; height: 100%; background: var(--muted);
background: linear-gradient(90deg, #6e6e6e 10%, #505050 55%, #6e6e6e 100%); transform: scaleX(0); transform-origin: 0 50%; transition: transform .12s linear; } .scroll-lion { position: fixed; left: 0; bottom: 1px; width: 78px; height: 60px; z-index: 500; pointer-events: none; will-change: transform; }
.scroll-lion svg { display: block; width: 100%; height: 100%; } .scroll-sprite { position: fixed; left: 0; bottom: 3px; height: 74px; z-index: 500; pointer-events: none; display: none; will-change: transform; }
.scroll-sprite svg { display: block; width: 100%; height: 100%; }
body.companion-sprite .scroll-lion, body.companion-sprite .scroll-madrasa { display: none !important; }
body.companion-hidden .scroll-lion, body.companion-hidden .scroll-madrasa { display: none !important; }
@media (max-width: 900px) { .scroll-lion, .scroll-sprite { bottom: calc(var(--vp-offset, 0px) + env(safe-area-inset-bottom)); } .scroll-progress { bottom: calc(var(--vp-offset, 0px) + env(safe-area-inset-bottom)); } } .scroll-madrasa { position: absolute; right: 0; bottom: 2px; height: 70px; width: auto; pointer-events: none; } @media (max-width: 900px) { .scroll-madrasa { bottom: calc(var(--vp-offset, 0px) + env(safe-area-inset-bottom) + 2px); } } .scroll-endscene { position: absolute; right: 0; bottom: 2px; display: none; pointer-events: none; }
#endscene-satrapi { height: 18px; right: 27px; }
#endscene-satrapi svg { display: block; width: 100%; height: 100%; }
#endscene-princess { height: 30px; right: 12px; }
#endscene-princess svg { display: block; width: 100%; height: 100%; }
body[data-companion="satrapi"] #endscene-satrapi { display: block; }
body[data-companion="princess"] #endscene-princess { display: block; }
@media (max-width: 900px) { .scroll-endscene { bottom: calc(var(--vp-offset, 0px) + env(safe-area-inset-bottom) + 2px); } }
@media (prefers-reduced-motion: reduce) { .scroll-lion { display: none; } } main { position: relative; z-index: 1; background: var(--bg); }
.site-footer { position: sticky; bottom: 0; z-index: 0; background: var(--bg); } @media (prefers-reduced-motion: reduce) { .site-footer { position: relative; } }@keyframes heroIn { from { opacity: 0; } to { opacity: 1; } }
.hero { min-height: 100vh; margin-top: -88px; position: relative; z-index: 1; }
.hero-stage {
height: 100vh; padding-top: 88px;
display: flex; flex-direction: row; align-items: center;
padding-right: var(--gx);
}
.hero-main { display: flex; flex-direction: column; flex: 1; min-width: 0; }
.hero-toprow { display: flex; align-items: flex-start; justify-content: space-between; gap: clamp(1.5rem, 4vw, 4rem); min-width: 0; }
.hero-identity { display: flex; flex-direction: column; flex: 0 0 auto; } @media (max-width: 1100px) {
.hero-toprow { flex-wrap: wrap; } .hero-toprow .hero-ctas { flex-basis: 100%; padding: 1.75rem var(--gx) 0 var(--gx); direction: ltr; }
} .hero-name-wrap { padding: 0 var(--gx); }
.hero-name {
font-family: var(--display); font-weight: 600;
font-size: clamp(2rem, 6vw, 5.44rem);
line-height: .9; letter-spacing: -.01em; color: var(--ink);
padding-bottom: .18em; white-space: nowrap; text-transform: lowercase;
}
.hero-name .w { display: inline-block; vertical-align: top; }
.hero-meta { display: flex; align-items: flex-start; gap: clamp(2rem,5vw,5rem); padding: clamp(1.2rem,2.5vw,2rem) var(--gx) 0; animation: heroIn .35s ease-out both; }
.hero-meta-cell { padding: 0; }
.hm-label { letter-spacing: .08em; text-transform: uppercase; margin-bottom: .3rem; display: block; font-weight: 700; color: var(--accent); }
.hero-ctas {
position: relative; align-self: stretch;
display: flex; flex-direction: column; gap: .5rem;
padding-right: var(--gx); flex: 1 1 auto; min-width: 0;
padding-top: .35em; direction: rtl; }
.hero-ctas > * { direction: ltr; } .about-title, .cs-heading { font-family: var(--display); font-weight: 600; color: var(--ink); font-size: clamp(2rem, 4.5vw, 3.4rem); line-height: .95; letter-spacing: -.02em; }
.about-label { font-family: var(--sans); font-size: .6875rem; letter-spacing: .08em; text-transform: uppercase; color: var(--accent); font-weight: 700; display: block; margin-bottom: 1rem; }
.sec-intro p { font-family: var(--sans); font-size: clamp(.78rem,.95vw,.88rem); line-height: 1.75; color: var(--soft); } .code-cta {
display: block;
font-family: 'SF Mono', 'Fira Code', 'Consolas', monospace;
font-size: clamp(.68rem, .8vw, .78rem); line-height: 1.6;
padding: .45rem .7rem; border-radius: 5px;
text-decoration: none; color: var(--muted);
background: #fff; border: 0.5px solid var(--rule);
transition: background .35s, color .35s, border-color .35s;
}
.code-cta:hover { background: #2F3640; border-color: #2F3640; } .cp { color: #4DB7C5; }
.ct { color: #F06D8A; }
.ca { color: #B57AB4; }
.cv { color: #7FB36F; }
.cx { color: #2F3337; }
.cp, .ct, .ca, .cv, .cx { transition: color .35s; } .code-cta:hover .cp { color: #5CC6D0; }
.code-cta:hover .ct { color: #F0718D; }
.code-cta:hover .ca { color: #C792C7; }
.code-cta:hover .cv { color: #99C37F; }
.code-cta:hover .cx { color: #E3E7EF; } .hero-code { position: absolute; top: 25%; right: var(--gx); transform: translateY(-50%);
text-align: left;
font-family: 'SF Mono', 'Fira Code', 'Consolas', monospace;
font-size: clamp(.68rem, .8vw, .78rem); line-height: 1.85;
color: var(--muted);
width: min(26vw, 380px); min-width: 0;
}
@media (max-width: 1100px) {
.hero-code { position: static; transform: none; width: auto; max-width: 62ch; }
}
.hero-code .cl, .hero-code .ln { display: block; overflow-wrap: break-word; }
.hero-code .cl--in { padding-left: 1.4em; }
.hero-code__more { padding-left: 1.4em; min-width: 0; }
.hero-code .tx { color: var(--soft); padding-left: 2ch; }
.hero-code__caret {
display: inline-block; width: 1px; height: 1.05em;
background: currentColor; margin-left: .35ch; vertical-align: text-bottom;
animation: caretBlink 1.1s steps(1) infinite;
}
@keyframes caretBlink { 0%, 55% { opacity: 1; } 56%, 100% { opacity: 0; } }
@media (prefers-reduced-motion: reduce) {
.hero-code__caret { animation: none; }
}
.hero-code__cv { text-decoration: none; }
.hero-code__cv:hover .cx { text-decoration: underline; text-underline-offset: 3px; } .hero-code__more .ln {
opacity: 0; transform: translateY(6px);
max-height: 0; overflow: hidden;
transition: opacity .45s var(--ease), transform .45s var(--ease), max-height .45s var(--ease);
}
.hero-code__more .ln.in { opacity: 1; transform: none; max-height: 16em; }
@media (prefers-reduced-motion: reduce) {
.hero-code__more .ln { transition: none; opacity: 1; transform: none; max-height: none; }
}
@media (prefers-reduced-motion: reduce) {
.hero { margin-top: 0; min-height: calc(100vh - 88px); }
.hero-stage { height: auto; padding-top: 0; }
.hero-meta { animation: none; }
.hero-ctas { opacity: 1; pointer-events: auto; }
}
@media (max-width: 819px) {
.hero { margin-top: 0; }
.hero-stage { height: auto; padding-top: 50px; min-height: calc(100vh - 88px); flex-direction: column; align-items: flex-start; }
.hero-main { width: 100%; }
.hero-ctas { opacity: 1; pointer-events: auto; width: 100%; padding-right: var(--gx); }
.about-columns { columns: 1; }
.hero-identity { width: 100%; }
.hero-name { font-size: clamp(2.75rem, 8vw, 3.5rem); white-space: normal; }
}  #about.hero { padding-top: 0; } #about, #experience, #projects, #ux-design, #contact { scroll-margin-top: var(--anchor-offset, 95px); } @media (min-width: 901px){
#experience > .sec-head, #contact > .sec-head { padding-top: clamp(2rem, 3vw, 3rem); --head-gap: clamp(2rem, 3vw, 3rem); }
#projects .projects-stack__list { padding-top: clamp(2.5rem, 4vw, 4rem); --head-gap: clamp(2.5rem, 4vw, 4rem); } .projects-deck { height: clamp(420px, calc(100vh - var(--anchor-offset, 95px) - 230px), 620px); }
}
.about-layout { display: grid; grid-template-columns: 2fr 1fr; align-items: start; padding: 0 var(--gx); gap: clamp(1.5rem,3vw,3rem); }
.about-img-wrap { overflow: hidden; aspect-ratio: 1/1; position: sticky; top: 3.5rem; order: 2; }
.about-content { order: 1; }
.about-img-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.about-content {
padding: clamp(.75rem,1.5vw,1.5rem) 0 clamp(1.5rem,3vw,3rem);
display: flex; flex-direction: column; gap: clamp(1.25rem,2vw,2rem);
}
.subtitle-interaction {
font-family: inherit; font-size: inherit; font-weight: inherit;
line-height: inherit; letter-spacing: inherit; color: inherit;
background: none; border: none; padding: 0; cursor: pointer;
text-decoration: none;
}
p { font-family: var(--sans); font-size: 0.875rem; letter-spacing: .05em; color: var(--ink); line-height: 1.8; text-wrap: pretty; }
h3 { font-family: var(--display); font-weight: 600; color: var(--ink); line-height: 1.05; letter-spacing: -.01em; text-wrap: balance; font-size: clamp(1.6rem, 3.5vw, 3rem); font-optical-sizing: auto; } .proj-bleed-h, .footer-git-label, .contact-git-label { font-family: var(--display); font-weight: 300; color: var(--ink); }
.about-skills { display: flex; flex-direction: column; gap: 1rem; }
.skill-group { display: flex; flex-direction: column; gap: .45rem; }
.skill-group-label { letter-spacing: .1em; }
.skill-chips { display: flex; flex-wrap: wrap; gap: .3rem; }
.label_lowercase {
font-family: var(--sans); font-size: 12px; letter-spacing: .05em;
color: var(--soft); text-transform: lowercase;
}
.skill-chip {
border: 0.5px solid var(--rule);
padding: .22rem .55rem; transition: border-color .2s, color .2s; cursor: default;
}
.skill-chip--dim { opacity: .5; } #experience { }
.title-label, .tl-label, .tl-card__name, .ux-hcard-tag, .cs-label, .sec-eyebrow { font-family: var(--sans); font-size: .72rem; font-weight: 400; letter-spacing: .15em; text-transform: uppercase; }
.tl-card__name { font-weight: 600; } .cm-wrap { margin-top: clamp(2.25rem,4vw,3.25rem); }
.cm-viewport-wrap { position: relative; }
.cm-viewport {
overflow-x: auto; overflow-y: hidden;
-webkit-overflow-scrolling: touch;
overscroll-behavior-x: contain; scrollbar-width: none;
cursor: grab;
padding: clamp(.5rem,1vw,1rem) 0; user-select: none;
}
.cm-viewport::-webkit-scrollbar { display: none; }
.cm-viewport.is-dragging { cursor: grabbing; } .cm-canvas {
position: relative;
width: 4970px;
height: 310px;
}
.cm-lines { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0; overflow: visible; }
.cm-lines path { fill: none; stroke: var(--rule); stroke-width: 2; stroke-dasharray: 8 16; stroke-linecap: round; }
.cm-lines circle { fill: var(--rule); }
.cm-lines circle.cm-node--today { fill: var(--accent); } .cm-lines path.cm-gradient-seg { stroke: url(#cm-path-gradient); stroke-dasharray: none; filter: url(#cm-glow); }
.cm-canvas .tl-card, .cm-canvas .tl-today { position: absolute; z-index: 1; } .cm-canvas [data-lane="main"] { width: 260px; }
.cm-canvas [data-lane="edu"], .cm-canvas [data-lane="vol"] {
width: 160px; height: 180px; flex: none;
padding: 12px 12px 10px;
} .cm-canvas [data-lane="edu"] .tl-card__name, .cm-canvas [data-lane="vol"] .tl-card__name {
overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
max-height: 2.5em; }
.cm-canvas [data-lane="edu"] .tl-card__sub, .cm-canvas [data-lane="vol"] .tl-card__sub {
-webkit-line-clamp: 2;
max-height: 3em; } .cm-canvas [data-lane="edu"].tl-card--full-title .tl-card__name,
.cm-canvas [data-lane="vol"].tl-card--full-title .tl-card__name {
-webkit-line-clamp: 4;
max-height: 5em; }  .cm-scrubber {
display: flex; align-items: center; justify-content: flex-end; gap: .9rem;
padding: 0 var(--gx) 1.1rem;
}
.cm-scrubber__label {
font-family: var(--sans); font-size: .68rem; letter-spacing: .06em;
color: var(--muted); white-space: nowrap; flex: none;
}
.cm-scrubber__label--today { color: var(--ink); } .cm-scrubber__track-wrap {
position: relative; flex: none;
width: clamp(140px, 20vw, 200px); max-width: 200px;
height: 20px;
} .cm-scrubber__density {
position: absolute; left: 10px; right: 0; top: 50%; transform: translateY(-50%);
height: 12px; display: flex; align-items: center; justify-content: space-between;
pointer-events: none;
}
.cm-scrubber__density span { flex: 0 0 1.5px; width: 1.5px; background: var(--muted); border-radius: 1px; }
.cm-scrubber__range {
position: relative; z-index: 1; display: block; width: 100%;
-webkit-appearance: none; appearance: none;
height: 20px; background: none; margin: 0; cursor: pointer;
}
.cm-scrubber__range::-webkit-slider-runnable-track { height: 1px; background: var(--rule); }
.cm-scrubber__range::-moz-range-track { height: 1px; background: var(--rule); border: none; } .cm-scrubber__range::-webkit-slider-thumb {
-webkit-appearance: none; box-sizing: border-box; width: 9px; height: 9px; margin-top: -4px;
border-radius: 50%; border: 1px solid #f9f9f9;
background: conic-gradient(from 0deg, #9acc8a, #a9d9b3, #c2d28e, #c9aff1, #8dcdec, #92cb81, #9acc8a);
box-shadow: 0 0 3px 0 rgba(154, 204, 138, .55);
transition: transform .15s, box-shadow .15s;
}
.cm-scrubber__range::-moz-range-thumb {
box-sizing: border-box; width: 9px; height: 9px; border: 1px solid #f9f9f9; border-radius: 50%;
background: conic-gradient(from 0deg, #9acc8a, #a9d9b3, #c2d28e, #c9aff1, #8dcdec, #92cb81, #9acc8a);
box-shadow: 0 0 3px 0 rgba(154, 204, 138, .55);
transition: transform .15s, box-shadow .15s;
}
.cm-scrubber__range:hover::-webkit-slider-thumb { transform: scale(1.3); }
.cm-scrubber__range:hover::-moz-range-thumb { transform: scale(1.3); }
.cm-scrubber__range:focus-visible { outline: none; }
.cm-scrubber__range:focus-visible::-webkit-slider-thumb { box-shadow: 0 0 0 4px rgba(132,169,140,.25); }
.cm-scrubber__range:focus-visible::-moz-range-thumb { box-shadow: 0 0 0 4px rgba(132,169,140,.25); } .tl-card {
flex: 0 0 240px;
height: 180px;
background: #fff;
border: 0.5px solid var(--rule);
border-radius: 8px;
display: flex; flex-direction: column; justify-content: space-between;
padding: 14px 14px 12px; gap: 0;
}
.tl-card__top { display: flex; align-items: flex-start; justify-content: space-between; gap: .4rem; margin-bottom: 8px; }
.tl-card__year { font-family: var(--sans); font-size: 0.6875rem; color: var(--muted); font-weight: 400; line-height: 1.4; }
.tl-tag {
font-family: var(--sans); font-size: 0.6rem; letter-spacing: .15em; text-transform: uppercase;
font-weight: 600; padding: 2px 7px; border-radius: 3px; white-space: nowrap;
border: none;
}
.tl-tag--work   { background: #dce6ed; color: #234f65; }
.tl-tag--vol    { background: #f7f7f7; color: var(--muted); }
.tl-tag--course { background: #e7ede8; color: #234f46; }
.tl-tag--key    { background: #c8dbd7; color: #234f46; }
.tl-card__body { display: flex; flex-direction: column; gap: 4px; flex: 1; }
.tl-card__name { line-height: 1.25; padding-bottom: 5px; color: var(--ink); font-size: 13px; }
.tl-card__sub  { font-family: var(--sans); font-weight: 400; font-size: 0.75rem; color: var(--soft); line-height: 1.5; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.tl-card__logos { display: flex; gap: .7rem; align-items: center; } .tl-today {
display: flex; flex-direction: column; align-items: center; justify-content: center;
gap: .35rem; flex-shrink: 0; width: 60px; height: 180px;
font-family: var(--sans); letter-spacing: .1em;
text-transform: uppercase; color: var(--muted); font-weight: 400; user-select: none;
} .tl-today__roadmap {
font-family: 'SF Mono', 'Fira Code', 'Consolas', monospace;
font-size: .52rem; line-height: 1.5; letter-spacing: 0; text-transform: none;
text-align: center; color: var(--muted);
}
@keyframes tl-pulse {
0%   { opacity: 1; }
8%   { opacity: .25; }
16%  { opacity: 1; }
24%  { opacity: .25; }
32%  { opacity: 1; }
100% { opacity: 1; }
}
.tl-today__dot { width: 5px; height: 5px; border-radius: 50%; background: var(--accent); animation: tl-pulse 3.2s ease-in-out infinite; }
@media (prefers-reduced-motion: reduce) { .tl-today__dot { animation: none; } } .tl-card__logos img { width: 24px; height: 24px; object-fit: contain; border-radius: 3px; -webkit-user-drag: none; user-drag: none; }
.tl-ini { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; font-family: var(--sans); font-size: 0.6875rem; border: 0.5px solid rgba(48,48,48,.25); border-radius: 3px; color: var(--soft); }
.tl-ini--w { border-color: rgba(48,48,48,.2); color: var(--ink); }
.tl-ini--v { border-color: var(--accent); color: var(--accent); }
.tl-ini--c { border-color: #ccc; color: #aaa; }
.tl-ini--k { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; } .proj-head-wrap { padding: 0 0 clamp(1rem, 2vw, 2rem);
display: grid; grid-template-columns: 1fr 1fr; column-gap: 2rem; row-gap: 0; align-items: end;
}
.proj-bleed-h {
font-weight: 600; font-size: clamp(1.8rem, 4.5vw, 3.6rem);
line-height: .92; letter-spacing: -.02em; white-space: nowrap;
padding-bottom: 15px;
}
.proj-sub { max-width: 44ch; } .projects-stack__list {
position: relative;
padding: calc(var(--section-gap) * 1.4) var(--gx) 0;
--head-gap: calc(var(--section-gap) * 1.4);
margin-bottom: var(--section-gap);
} .projects-deck {
position: relative;
width: min(100%, 1100px); margin: 2rem auto 0;
height: clamp(420px, 58vh, 620px);
}
.project-card {
position: absolute; top: 0; left: 0; right: 0;
height: 100%;
display: grid; grid-template-columns: 1.05fr .95fr;
gap: clamp(2rem, 5vw, 4rem); align-items: center;
padding: clamp(2rem, 4vw, 3.5rem);
border: 0.5px solid var(--rule); border-radius: 18px;
background: #fff; overflow: visible;
will-change: transform;
} .project-card:nth-child(1) { z-index: 15; }
.project-card:nth-child(2) { z-index: 14; }
.project-card:nth-child(3) { z-index: 13; }
.project-card:nth-child(4) { z-index: 12; }
.project-card:nth-child(5) { z-index: 11; }
.project-card__text { display: flex; flex-direction: column; gap: .6rem; min-width: 0; }
.project-card__title {
font-family: var(--display); font-weight: 400;
font-size: clamp(1.8rem, 3.2vw, 2.8rem); line-height: 1.1;
color: var(--ink); text-transform: lowercase; letter-spacing: -.01em;
}
.project-card__meta { font-family: var(--sans); font-size: .72rem; letter-spacing: .06em; color: var(--muted); }
.project-card__keywords { font-family: var(--sans); font-size: .68rem; letter-spacing: .06em; color: var(--muted); text-transform: lowercase; max-width: 46ch; margin-top: .5rem; }
.project-card__desc { font-family: var(--sans); font-size: .85rem; line-height: 1.65; color: var(--soft); max-width: 70ch; margin-top: .5rem; }
.project-card__cta {
align-self: flex-start; margin-top: .9rem;
font-family: var(--sans); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase;
color: var(--ink); border-bottom: 0.5px solid var(--ink); padding-bottom: .2rem;
} .project-card__media {
height: calc(100% + clamp(3rem, 7vw, 6rem));
margin-top: calc(clamp(3rem, 7vw, 6rem) * -1);
margin-right: calc(clamp(2rem, 4vw, 3.5rem) * -1 - clamp(0rem, 2vw, 2rem));
min-height: 0; overflow: visible;
}
.project-card__media img { width: 100%; height: 100%; object-fit: contain; object-position: center; display: block; } .project-card__media a { display: block; width: 100%; height: 100%; }  .project-card__media--cover .ux-player {
width: 100%; height: 100%;
position: relative; overflow: hidden; border-radius: inherit;
} .project-card__media--cover { overflow: hidden; border-radius: 12px; }
.project-card__media--cover img { object-fit: cover; } .lpj-collage {
display: grid;
grid-template-columns: repeat(4, 1fr); grid-template-rows: auto auto;
align-content: start;
gap: 0;
overflow: hidden; border-radius: 12px;
}
.lpj-cell {
position: relative; margin: 0; overflow: hidden; min-height: 0;
aspect-ratio: 1 / 1;
}
.lpj-cell--main { grid-column: 1 / -1; aspect-ratio: 2 / 1; } .lpj-collage--two { grid-template-columns: repeat(3, 1fr); } .lpj-collage--two .lpj-cell--main img { object-fit: contain; background: #f9f9f9; } .project-card__media img { cursor: zoom-in; }
.img-overlay {
position: fixed; inset: 0; z-index: 600;
background: rgba(48,48,48,.55);
display: none; align-items: center; justify-content: center;
padding: 1.5rem; cursor: zoom-out;
}
.img-overlay.open { display: flex; }
.img-overlay figure { margin: 0; display: flex; flex-direction: column; align-items: flex-start; gap: .7rem; position: relative; }
.img-overlay img {
max-width: min(400px, 90vw); max-height: 80vh;
width: auto; height: auto;
background: #fff; border-radius: 10px;
box-shadow: rgba(0,0,0,.25) 0 12px 40px;
}
.img-overlay figcaption {
font-family: var(--sans); font-size: .62rem; font-weight: 600;
letter-spacing: .14em; text-transform: uppercase; color: #fdfdfd;
text-align: left;
width: 100%; display: flex; justify-content: space-between; gap: 1rem;
}
.img-overlay-count { font-weight: 400; opacity: .7; }
.img-overlay-video {
width: min(720px, 92vw); aspect-ratio: 16 / 9;
border: none; border-radius: 10px; background: #111;
box-shadow: rgba(0,0,0,.25) 0 12px 40px;
display: none;
}
.img-overlay.video .img-overlay-video { display: block; }
.img-overlay.video img { display: none; } .img-overlay-selfvideo {
width: min(480px, 90vw, 80vh); aspect-ratio: 1 / 1;
border: none; border-radius: 10px; background: #111;
box-shadow: rgba(0,0,0,.25) 0 12px 40px;
display: none;
}
.img-overlay.selfvideo .img-overlay-selfvideo { display: block; }
.img-overlay.selfvideo img, .img-overlay.selfvideo .img-overlay-video { display: none; } .img-overlay.commentform .img-overlay-video {
display: block; background: #fff; overflow: hidden;
width: min(440px, 90vw); aspect-ratio: auto; height: min(520px, 85vh);
}
.img-overlay.commentform img { display: none; }
.img-overlay-controls { display: flex; align-items: center; gap: .5rem; }
.img-overlay-nav {
width: 1.8rem; height: 1.8rem; border: none; border-radius: 50%;
background: rgba(253,253,253,.95); color: var(--ink);
font-size: .8rem; line-height: 1; cursor: pointer;
box-shadow: rgba(0,0,0,.2) 0 3px 10px;
}
.img-overlay-close { position: absolute; top: -0.8rem; right: -0.8rem;
width: 2.1rem; height: 2.1rem; border: none; border-radius: 50%;
background: rgba(253,253,253,.95); color: var(--ink);
font-size: .95rem; line-height: 1; cursor: pointer;
box-shadow: rgba(0,0,0,.2) 0 3px 10px;
}
.lpj-collage .lpj-cell img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.lpj-cell figcaption {
position: absolute; left: .5rem; bottom: .5rem;
font-family: var(--sans); font-size: .55rem; font-weight: 600;
letter-spacing: .12em; text-transform: uppercase; color: var(--ink);
background: rgba(253,253,253,.85); padding: .18rem .5rem; border-radius: 3px;
}
.cta_first {
display: inline-flex; align-items: center; gap: .5rem; align-self: flex-start;
font-family: var(--sans); font-size: 0.75rem; letter-spacing: .1em;
color: var(--ink); border: 0.5px solid var(--ink); padding: .45rem .9rem;
transition: background .2s, color .2s;
}
.cta_first:hover { background: var(--ink); color: var(--bg); }   .cs-meta { display: flex; flex-direction: column; gap: .45rem; padding-top: .75rem; }
.cs-meta-item { display: flex; gap: .75rem; font-family: var(--sans); font-size: .72rem; }
.cs-meta-item span:first-child { min-width: 5rem; padding-top: .1rem; flex-shrink: 0; }
.cs-meta-item span:last-child { color: var(--soft); } #ux-design { overflow: hidden; padding-top: 88px; min-height: 100vh; display: flex; flex-direction: column; justify-content: center; } @media (min-width: 901px){
#ux-design { justify-content: flex-start; padding-top: clamp(1rem, 1.5vw, 1.5rem); }
}
.ux-section-header {
padding: clamp(1.5rem,3vw,3rem) var(--gx) clamp(1.25rem,2vw,1.75rem);
display: flex; flex-direction: column;
}
.ux-htrack {
display: flex;
gap: clamp(1.25rem,2vw,2rem);
padding: 0 0 clamp(2.5rem,4.5vw,4.5rem) var(--gx);
align-items: flex-start;
cursor: grab;
overflow-x: auto;
overscroll-behavior-x: contain;
scrollbar-width: none;
}
.ux-htrack::-webkit-scrollbar { display: none; }
.ux-htrack.dragging { cursor: grabbing; user-select: none; }
.ux-hcard {
flex-shrink: 0;
width: clamp(320px, 30vw, 420px);
height: clamp(320px, 30vw, 420px);
border: 0.5px solid var(--rule);
border-radius: 10px;
overflow: hidden;
display: flex;
flex-direction: column;
background: #fff;
} .ux-hcard--intro { border: none; background: transparent; height: auto; overflow: visible; }
.ux-hcard--video { background: #111; border-color: transparent; }
.ux-hcard-inner {
padding: clamp(1.1rem,1.75vw,1.5rem);
display: flex; flex-direction: column;
gap: .75rem; flex: 1;
}
.ux-hcard--outcome .ux-hcard-inner,
.ux-hcard--research .ux-hcard-inner { flex: 0 0 auto; }
.ux-hcard-img { flex: 1; overflow: hidden; min-height: clamp(120px, 12vw, 160px); }
.ux-hcard-img img { width: 100%; height: 100%; object-fit: cover; display: block; } .ux-hcard--research .ux-hcard-img img,
.ux-hcard--outcome .ux-hcard-img img { object-position: center top; }
.ux-hcard-tag { color: var(--ink); }
.ux-hcard-title {
font-family: var(--sans); font-weight: 600;
font-size: .75rem; letter-spacing: .06em;
text-transform: uppercase; color: var(--ink);
line-height: 1.4;
}
.ux-hcard p {
font-family: var(--sans); font-size: 13px;
line-height: 1.75; color: var(--soft);
}
.ux-meta {
font-family: var(--sans); font-size: 11px;
color: var(--soft); line-height: 1.8;
}
.ux-meta strong { font-weight: 600; color: var(--ink); }
.ux-cta-bare {
font-family: var(--sans); font-size: .75rem; letter-spacing: .04em;
color: var(--ink); text-decoration: none; margin-top: auto;
display: inline-block; transition: color .2s, border-color .2s; border: 1px solid var(--ink); border-radius: 2px;
padding: .45rem 1.1rem; align-self: flex-start;
}
.ux-cta-bare:hover { color: var(--accent); border-color: var(--accent); } .ux-htrack img, .cm-canvas img { -webkit-user-drag: none; user-drag: none; pointer-events: none; } .ux-swipe { display: contents; }
.ux-cta-mobile { display: none; }
.ux-hcard--research .ux-hcard-inner { flex: 0 0 auto; } .ux-hcard--video .ux-player {
position: relative; width: 100%; flex: 1;
background: #111; overflow: hidden; cursor: pointer;
}
.ux-player video { width: 100%; height: 100%; object-fit: cover; display: block; } .ux-player::after {
content: ''; position: absolute; inset: 0;
background: rgba(0,0,0,.35); pointer-events: none;
opacity: 1; transition: opacity .25s;
}
.ux-player.playing::after { opacity: 0; }
.ux-player-bar {
position: absolute; bottom: 0; left: 0; right: 0;
z-index: 1;
display: flex; align-items: center; gap: .5rem;
padding: .85rem 1rem;
background: linear-gradient(transparent, rgba(0,0,0,.78));
opacity: 1; transition: opacity .25s;
}
.ux-vol {
-webkit-appearance: none; appearance: none;
width: 72px; height: 3px; border-radius: 2px;
background: rgba(255,255,255,.4); cursor: pointer;
}
.ux-vol::-webkit-slider-thumb {
-webkit-appearance: none; appearance: none;
width: 10px; height: 10px; border-radius: 50%; background: #fff; border: none;
}
.ux-vol::-moz-range-thumb { width: 10px; height: 10px; border-radius: 50%; background: #fff; border: none; }
.ux-player.playing .ux-player-bar { opacity: 0; }
.ux-player.playing:hover .ux-player-bar { opacity: 1; }
.ux-player-bar button {
background: none; border: none; cursor: pointer; padding: 0;
display: flex; align-items: center; justify-content: center;
width: 2.25rem; height: 2.25rem;
}
.ux-player-bar svg { width: 1.4rem; height: 1.4rem; fill: #fff; } .contact-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: start; }
.contact-left {
padding: 0 var(--gx) clamp(2.5rem,5vw,5rem) var(--gx);
display: flex; flex-direction: column; gap: clamp(1.25rem,2.5vw,2rem);
}
.contact-right {
padding: 0 var(--gx) clamp(2.5rem,5vw,5rem) 0;
display: flex; flex-direction: column; gap: 1.25rem;
}
.contact-tagline { max-width: 42ch; }
.contact-email-row {
font-family: var(--display); font-size: clamp(1rem,2vw,1.5rem); color: var(--ink);
display: inline-flex; align-items: center;
}
.contact-email-row:has(.copied) { color: var(--accent); }
.copy-email-btn {
background: none; border: 0; padding: 0; font-size: inherit; color: inherit;
line-height: 1; cursor: copy; transition: color .2s;
}
.copy-email-btn:hover { color: var(--accent); }
.copy-icon { width: .85em; height: .85em; margin-left: .35em; vertical-align: middle; opacity: .45; transition: opacity .2s; flex-shrink: 0; }
.copy-email-btn:hover .copy-icon { opacity: 1; }
.copy-email-btn.copied .copy-icon { display: none; } .contact-git {
display: flex; align-items: center; gap: 1.25rem; margin-top: .5rem;
}
.contact-git-label {
font-size: clamp(1.4rem,2.5vw,2.2rem); line-height: 1;
}
.git-avatar {
width: 52px; height: 52px; border-radius: 50%; flex-shrink: 0; overflow: hidden;
border: 2px solid var(--bg);
box-shadow: inset 0 1.5px 3px rgba(0,0,0,.15), 0 1.5px 3px rgba(0,0,0,.15);
transition: transform .2s;
}
.git-avatar:hover { transform: scale(1.05); }
.git-avatar img { width: 100%; height: 100%; object-fit: cover; }
.contact-work { display: flex; flex-direction: column; gap: .75rem; }
.contact-work h3 { margin: 0; font-size: clamp(1.25rem, 2vw, 1.75rem); }
.contact-traits { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: .35rem; }
.contact-traits p { letter-spacing: .05em; color: var(--ink); line-height: 1.8; padding-left: 1em; position: relative; }
.contact-traits p::before { content: '—'; position: absolute; left: 0; color: var(--accent); } .contact-quotes { display: flex; flex-direction: column; gap: 1.5rem; padding: 20px 0 8px; }
.contact-quote { margin: 0; padding: 0; display: flex; flex-direction: column; gap: .5rem; }
.contact-quote--rtl { padding: .75rem 0; }
.cq-text { font-family: 'Amiri', serif; font-size: clamp(1rem, 4vw, 1.5rem); line-height: 1.65; color: var(--ink);
}
.contact-quote--rtl .cq-text { direction: rtl; text-align: left; display: block; }
.cq-tooltip {
position: absolute; top: calc(100% + .4rem); right: 0; left: auto;
background: var(--soft); color: var(--bg);
font-family: var(--sans); font-size: .63rem; line-height: 1.6;
letter-spacing: .02em; direction: ltr; white-space: normal; max-width: min(220px, 60vw);
padding: .4rem .65rem; border-radius: 2px;
opacity: 0; pointer-events: none;
transition: opacity .2s;
}
.cq-hint:hover .cq-tooltip { opacity: 1; }
.contact-quote:not(.contact-quote--rtl) .cq-text {
font-family: var(--display); font-size: clamp(1rem, 4vw, 1.5rem); font-style: italic; font-weight: 500; letter-spacing: -.01em;
}
.cq-cite { font-family: var(--sans); font-size: 0.75rem; color: var(--muted); font-style: normal; display: flex; align-items: center; gap: .4rem; }
.cq-hint {
position: relative; display: inline-block;
font-family: var(--sans); font-size: 0.6875rem;
color: var(--muted); cursor: default; padding: 0 8px; vertical-align: middle;
}
.contact-links { display: flex; flex-direction: column; gap: .6rem; align-items: flex-start; }
.cta_third {
display: inline-flex; align-items: baseline; gap: .3em;
font-family: var(--sans); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase;
color: var(--ink); transition: color .2s;
}
.cta_third:hover { color: var(--accent); }
.cta_third span { color: var(--accent); }
.arrow-ext { width: .62em; height: .62em; flex-shrink: 0; }  @media (max-width: 900px) {
.about-layout { grid-template-columns: 1fr; }
.about-img-wrap { max-height: 60vw; }
.ux-inner { grid-template-columns: 1fr; }
.ux-left { order: 1; }
.ux-right { order: 2; } .ux-htrack {
flex-direction: column; overflow-x: visible; cursor: auto; padding-right: var(--gx); align-items: stretch;
}
.ux-hcard--intro { width: 100%; height: auto; }
.ux-hcard--intro .ux-cta-bare { display: none; } .ux-swipe {
display: flex; gap: 1rem; align-items: flex-start;
width: 100%; max-width: 100%; min-width: 0; overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch;
overscroll-behavior-x: contain; scrollbar-width: none;
margin-right: calc(-1 * var(--gx)); padding-right: var(--gx);
}
.ux-swipe::-webkit-scrollbar { display: none; }  .ux-swipe .ux-hcard { flex: 0 0 78vw; width: 78vw; height: auto; min-width: 0; }
.ux-hcard--video { width: 100%; height: auto; } .ux-hcard--video .ux-player { flex: none; aspect-ratio: 5/4; height: auto; } .ux-hcard--video .ux-player video {
position: absolute; inset: 0;
width: 100%; height: 100%;
object-fit: cover; object-position: center center;
}
.ux-player::after { background: rgba(0,0,0,.2); }
.lpj-cell figcaption { display: none; }
.ux-cta-mobile { display: inline-block; margin: 1.25rem 0 0 var(--gx); }
.contact-layout { grid-template-columns: 1fr; }
.contact-right { padding-left: var(--gx); }
.proj-head-wrap { grid-template-columns: 1fr; } .projects-deck { height: auto; }
.project-card {
position: static; height: auto; min-height: 0;
grid-template-columns: 1fr; gap: 1.5rem;
margin-bottom: 2rem; padding: clamp(1.5rem, 5vw, 2.5rem);
}
.project-card__media { height: auto; aspect-ratio: 4/3; order: -1; margin: 0; box-shadow: none; }
} @media (min-width: 500px) and (max-width: 900px) {
.ux-swipe .ux-hcard { flex: 0 0 55vw; }
}
@media (max-height: 500px) and (orientation: landscape) {
nav { height: 48px; }
.nav-links a { min-height: 48px; }
.nav-magic { font-size: .65rem; }
}
@media (max-width: 600px) { .tl-card { flex-basis: 210px; }
.hero-meta { flex-wrap: wrap; }
.hero-name { white-space: normal; }
.proj-bleed-h { white-space: normal; }
.foot-row { flex-wrap: wrap; gap: .5rem; } nav { padding: 0; justify-content: stretch; }
.nav-right {
flex-direction: column; align-items: stretch; width: 100%;
padding: .6rem .65rem; gap: .75rem; height: auto;
}
.nav-right-top { display: flex; align-items: center; justify-content: space-between; }
.nav-logo.nav-logo-mobile { display: flex !important; background: none !important; border: none !important; border-radius: 0 !important; padding: 0 !important; height: auto !important; box-shadow: none !important; }
.nav-right-top__tools { display: flex; align-items: center; gap: 1.1rem; margin-left: auto; }
.nav-logo-mobile--right { font-size: .72rem; opacity: 1; }
.nav-links { padding-bottom: 5px; }
.nav-logo-float { display: none; } .nav-links {
display: flex; gap: 1.85rem; justify-content: flex-start; align-items: center;
overflow-x: auto; scrollbar-width: none; flex-shrink: 0; min-height: 36px;
scroll-snap-type: x mandatory;
padding: 0 38vw;  overscroll-behavior-x: contain;
}
.nav-links::-webkit-scrollbar { display: none; } .nav-links li { flex: 0 0 auto; scroll-snap-align: center; display: flex; justify-content: center; min-width: 0; }
.nav-links a { width: auto; max-width: 100%; justify-content: center; opacity: .35; }
.nav-links a.active { opacity: 1; } .nav-dots { display: none; } nav.scrolled {
background: #fff;
backdrop-filter: none; -webkit-backdrop-filter: none;
box-shadow: 0 2px 10px rgba(0,0,0,.08); border-bottom: none;
}
nav.scrolled .nav-right { background: transparent; box-shadow: none; border: none; }
}input[type="checkbox"].cmplz-category { width: initial; -webkit-appearance: checkbox;}input[type="checkbox"].cmplz-category:checked::before { content: '';}.cmplz-cookiebanner { box-sizing: border-box;}:root { --cmplz_banner_width: 526px; --cmplz_banner_background_color: #424242; --cmplz_banner_border_color: #424242; --cmplz_banner_border_width: 0px 0px 0px 0px ; --cmplz_banner_border_radius: 0px 0px 0px 0px; --cmplz_banner_margin: 10px; --cmplz_categories-height: 57px; --cmplz_title_font_size: 15px; --cmplz_text_line_height: calc(var(--cmplz_text_font_size) * 1.5); --cmplz_text_color: #f4f4f4; --cmplz_hyperlink_color: #f4f4f4; --cmplz_text_font_size: 12px; --cmplz_link_font_size: 12px; --cmplz_category_body_font_size: 12px; --cmplz_button_accept_background_color: #303030; --cmplz_button_accept_border_color: #303030; --cmplz_button_accept_text_color: #ededed; --cmplz_button_deny_background_color: #4f4f4f; --cmplz_button_deny_border_color: #4f4f4f; --cmplz_button_deny_text_color: #f4f4f4; --cmplz_button_settings_background_color: #303030; --cmplz_button_settings_border_color: #303030; --cmplz_button_settings_text_color: #ededed; --cmplz_button_border_radius: 0px 0px 0px 0px; --cmplz_button_font_size: 15px; --cmplz_category_header_always_active_color: green; --cmplz_category_header_title_font_size: 14px; --cmplz_category_header_active_font_size: 12px; --cmplz-manage-consent-height: 50px; --cmplz-manage-consent-offset: -35px; --cmplz_slider_active_color: #0073aa; --cmplz_slider_inactive_color: #F56E28; --cmplz_slider_bullet_color: #fff;}body.cmplz-banner-active *:not(.cmplz-cookiebanner):not(.cmplz-cookiebanner *) { pointer-events: none !important; user-select: none !important;}.cmplz-cookiebanner * { pointer-events: auto !important; user-select: auto !important;}#cmplz-manage-consent .cmplz-manage-consent { margin: unset; z-index: 9998; color: var(--cmplz_text_color); background-color: var(--cmplz_banner_background_color); border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); border-bottom-left-radius: 0; border-bottom-right-radius: 0; line-height: initial; position: fixed; bottom: var(--cmplz-manage-consent-offset); min-width: 100px; height: var(--cmplz-manage-consent-height); right: 40px; padding: 15px; cursor: pointer; animation: mc_slideOut 0.5s forwards;}#cmplz-manage-consent .cmplz-manage-consent:active { outline: none; border: none;}#cmplz-manage-consent .cmplz-manage-consent.cmplz-dismissed { display: none;}#cmplz-manage-consent .cmplz-manage-consent:hover,#cmplz-manage-consent .cmplz-manage-consent:focus { animation: mc_slideIn 0.5s forwards; animation-delay: 0;}@-webkit-keyframes mc_slideIn { 100% { bottom: 0; }}@keyframes mc_slideIn { 100% { bottom: 0; }}@-webkit-keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-header .cmplz-title { display: none; }}.cmplz-cookiebanner { max-height: calc(100vh - 20px); overflow-y: auto; position: fixed; height: auto; left: 50%; top: 50%; -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); grid-template-rows: minmax(0, 1fr); z-index: 99999; background: var(--cmplz_banner_background_color);}.cmplz-cookiebanner a { transition: initial;}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn.tcf { display: none;}.cmplz-cookiebanner.cmplz-dismissed { display: none;}.cmplz-cookiebanner .cmplz-body { width: 100%; grid-column: span 3; overflow-y: auto; overflow-x: hidden; max-height: 55vh;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-track { border-radius: 10px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0); background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar { width: 5px; background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-thumb { background-color: var(--cmplz_button_accept_background_color); border-radius: 10px;}@media (min-width: 350px) { .cmplz-cookiebanner .cmplz-body { min-width: 300px; }}@media (max-height: 400px) { .cmplz-cookiebanner { height: calc(100vh - 20px); display: flex; flex-direction: column; overflow: hidden; gap: 1px; grid-row-gap: 1px; padding: 7px 12px !important; zoom: 0.6; } .cmplz-cookiebanner .cmplz-body { flex: 1; min-height: 0; overflow-y: auto; max-height: none; margin-top: 15px !important; } .cmplz-cookiebanner .cmplz-header, .cmplz-cookiebanner .cmplz-divider, .cmplz-cookiebanner .cmplz-links, .cmplz-cookiebanner .cmplz-buttons, .cmplz-cookiebanner .cmplz-documents { flex-shrink: 0; } .cmplz-cookiebanner .cmplz-header { margin-bottom: 15px !important; max-height: 10px; } .cmplz-close { zoom: 0.6 !important; } .cmplz-cookiebanner .cmplz-buttons { gap: 1px !important; } .cmplz-cookiebanner .cmplz-buttons .cmplz-btn { height: 15vh !important; min-height: unset !important; padding: 0 !important; white-space: nowrap !important; font-size: 1.1rem !important; line-height: 14px !important; zoom: 0.5 !important; } .cmplz-cookiebanner .cmplz-documents, .cmplz-cookiebanner .cmplz-information { zoom: 0.5 !important; }}@media (max-height: 400px) and (max-width: 768px) { .cmplz-cookiebanner { gap: 1px; }}.cmplz-cookiebanner { border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); padding: 15px 20px; display: grid; grid-gap: 10px;}.cmplz-cookiebanner .cmplz-divider { margin-left: -20px; margin-right: -20px;}.cmplz-cookiebanner .cmplz-header { grid-template-columns: 100px 1fr 100px; align-items: center; display: grid; grid-column: span 3;}@media (max-width: 399px) { .cmplz-cookiebanner .cmplz-header { grid-template-columns: auto 1fr auto; }}.cmplz-cookiebanner .cmplz-logo svg { max-height: 35px; width: inherit;}.cmplz-cookiebanner .cmplz-logo img { max-height: 40px; width: inherit;}.cmplz-cookiebanner .cmplz-title { justify-self: center; grid-column-start: 2; font-size: var(--cmplz_title_font_size); color: var(--cmplz_text_color); font-weight: 500;}.cmplz-cookiebanner .cmplz-close { line-height: 20px; justify-self: end; grid-column-start: 3; font-size: 20px; cursor: pointer; width: 20px; height: 20px; color: var(--cmplz_text_color);}.cmplz-cookiebanner .cmplz-close svg { width: 20px; height: 20px;}.cmplz-cookiebanner .cmplz-close:hover { text-decoration: none; line-height: initial; font-size: 18px;}.cmplz-cookiebanner .cmplz-message { word-wrap: break-word; font-size: var(--cmplz_text_font_size); line-height: var(--cmplz_text_line_height); color: var(--cmplz_text_color); margin-bottom: 5px;}.cmplz-cookiebanner .cmplz-message a { color: var(--cmplz_hyperlink_color);}.cmplz-cookiebanner .cmplz-message,.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-links,.cmplz-cookiebanner .cmplz-buttons,.cmplz-cookiebanner .cmplz-divider { grid-column: span 3;}.cmplz-cookiebanner .cmplz-categories.cmplz-tcf .cmplz-category .cmplz-category-header { grid-template-columns: 1fr auto;}.cmplz-cookiebanner .cmplz-categories .cmplz-category { background-color: rgba(239, 239, 239, 0.5);}.cmplz-cookiebanner .cmplz-categories .cmplz-category:not(:last-child) { margin-bottom: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header { display: grid; grid-template-columns: 1fr auto 15px; grid-template-rows: minmax(0, 1fr); align-items: center; grid-gap: 10px; padding: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title { font-weight: 500; grid-column-start: 1; justify-self: start; font-size: var(--cmplz_category_header_title_font_size); color: var(--cmplz_text_color); margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active { font-size: var(--cmplz_category_header_active_font_size); font-weight: 500; color: var(--cmplz_category_header_always_active_color);}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active label { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox { display: flex; align-items: center; margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox input[data-category=cmplz_functional] { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open { cursor: pointer; content: ''; transform: rotate(0deg); -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; background-size: cover; height: 18px; width: 18px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description { font-size: var(--cmplz_category_body_font_size); color: var(--cmplz_text_color); margin: 0; max-width: 100%; padding: 10px;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-category .cmplz-category-header { grid-template-columns: 1fr!important; }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-message { margin-right: 5px; }}.cmplz-cookiebanner .cmplz-buttons { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn { min-height: 45px; padding: 10px; margin: initial; width: 100%; white-space: nowrap; border-radius: var(--cmplz_button_border_radius); cursor: pointer; font-size: var(--cmplz_button_font_size); font-weight: 500; text-decoration: none; line-height: 20px; text-align: center; flex: initial;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn:hover { text-decoration: none;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept { background-color: var(--cmplz_button_accept_background_color); border: 1px solid var(--cmplz_button_accept_border_color); color: var(--cmplz_button_accept_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny { background-color: var(--cmplz_button_deny_background_color); border: 1px solid var(--cmplz_button_deny_border_color); color: var(--cmplz_button_deny_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-manage-options { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn { display: flex; align-items: center; justify-content: center; padding: initial;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-links.cmplz-information { display: initial; text-align: center; }}.cmplz-cookiebanner .cmplz-links { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-links.cmplz-information { justify-content: space-between;}.cmplz-cookiebanner .cmplz-links.cmplz-documents { justify-content: center;}.cmplz-cookiebanner .cmplz-links .cmplz-link { color: var(--cmplz_hyperlink_color); font-size: var(--cmplz_link_font_size); text-decoration: underline; margin: 0;}.cmplz-cookiebanner .cmplz-links .cmplz-link.cmplz-read-more-purposes { display: none;}.cmplz-cookiebanner .cmplz-links ul { margin: 0; padding: 0; list-style: none; display: flex; gap: var(--cmplz_banner_margin); justify-content: center;}.cmplz-categories .cmplz-category .cmplz-description-statistics-anonymous { display: none;}.cmplz-categories .cmplz-category .cmplz-description-statistics { display: block;}.cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-categories .cmplz-category .cmplz-category-toggle[aria-expanded="true"] .cmplz-icon.cmplz-open { transform: rotate(180deg);}@media (max-width: 768px) { .cmplz-cookiebanner { width: 100%; } .cmplz-cookiebanner .cmplz-buttons { flex-direction: column; }}@media (max-width: 1023px) { .cmplz-cookiebanner { max-width: 100%; }}@media (max-width: 1023px) { .cmplz-cookiebanner { transform: translateX(-50%); bottom: 0; top: initial; }}@media (min-width: 1024px) { .cmplz-cookiebanner { margin: 10px; width: calc(100% - 20px); grid-column-gap: 10px; display: grid; grid-template-columns: 1fr 1fr; bottom: 0; left: initial; top: initial; transform: initial; } .cmplz-cookiebanner.cmplz-categories-type-save-preferences .cmplz-body > div { width: 49%; } .cmplz-cookiebanner.cmplz-categories-visible .cmplz-body > div { width: 49%; } .cmplz-cookiebanner .cmplz-body { grid-column: span 2; display: flex; gap: 10px; } .cmplz-cookiebanner .cmplz-message, .cmplz-cookiebanner .cmplz-categories, .cmplz-cookiebanner .cmplz-links, .cmplz-cookiebanner .cmplz-buttons { grid-column: inherit; } .cmplz-cookiebanner .cmplz-description { grid-column-start: 1; } .cmplz-cookiebanner.optin .cmplz-categories, .cmplz-cookiebanner.optout .cmplz-categories { width: 85vw; grid-column-start: 2; } .cmplz-cookiebanner .cmplz-buttons { grid-column-start: 3; grid-row-start: 3; display: flex; flex-direction: column; } .cmplz-cookiebanner .cmplz-buttons .cmplz-btn { min-width: 250px; width: 100%; } .cmplz-cookiebanner .cmplz-links.cmplz-documents { grid-column-end: 3; } .cmplz-cookiebanner .cmplz-links.cmplz-information { grid-column-start: 3; grid-column-end: 4; grid-row-start: 5; display: flex; justify-content: flex-end; } .cmplz-cookiebanner .cmplz-links.cmplz-documents { grid-column-start: 1; grid-row-start: 5; display: flex; justify-content: flex-start; } .cmplz-cookiebanner .cmplz-categories.cmplz-tcf { height: 160px; } .cmplz-cookiebanner.cmplz-categories-type-view-preferences .cmplz-buttons, .cmplz-cookiebanner.cmplz-categories-type-no .cmplz-buttons { flex-direction: initial; } .cmplz-cookiebanner.cmplz-categories-type-view-preferences.cmplz-categories-visible .cmplz-buttons, .cmplz-cookiebanner.cmplz-categories-type-no.cmplz-categories-visible .cmplz-buttons { flex-direction: column; }}.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-save-preferences,.cmplz-cookiebanner .cmplz-link.cmplz-manage-options,.cmplz-cookiebanner .cmplz-manage-vendors,.cmplz-cookiebanner .cmplz-read-more,.cmplz-cookiebanner .cmplz-btn.cmplz-manage-options { display: none;}.cmplz-cookiebanner .cmplz-categories.cmplz-fade-in { animation: fadeIn 1s; -webkit-animation: fadeIn 1s; -moz-animation: fadeIn 1s; -o-animation: fadeIn 1s; -ms-animation: fadeIn 1s; display: block;}@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-moz-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-o-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-ms-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}.cmplz-cookiebanner .cmplz-links.cmplz-information { display: none;}.cmplz-cookiebanner .cmplz-preferences,.cmplz-manage-consent-container .cmplz-preferences { display: none;}.cmplz-cookiebanner .cmplz-statistics:not(.cmplz-tcf),.cmplz-manage-consent-container .cmplz-statistics:not(.cmplz-tcf) { display: none;}.cmplz-cookiebanner .cmplz-marketing:not(.cmplz-tcf),.cmplz-manage-consent-container .cmplz-marketing:not(.cmplz-tcf) { display: none;}.cmplz-cookiebanner .cmplz-title { display: none;}#cmplz-manage-consent .cmplz-manage-consent { display: none;}.cmplz-logo { display: none !important;}@media (max-width: 768px) {#complianz #cmplz-cookiebanner-container .cmplz-cookiebanner.cmplz-bottom { margin-right: 20px; width: calc(100% - 30px); margin: 10px auto 25px;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn { width: 280px; }}