.thelis-legal {
--ln-black:   #111118;
--ln-red:     #E8294A;
--ln-red-dim: rgba(232, 41, 74, 0.07);
--ln-light:   #f7f5f1;
--ln-white:   #ffffff;
--ln-border:  rgba(17, 17, 24, 0.08);
--ln-text:    #111118;
--ln-muted:   rgba(17, 17, 24, 0.55);
font-family: 'Syne', sans-serif;
color: var(--ln-text);
background: var(--ln-light);
overflow-x: hidden;
}
.thelis-legal * { box-sizing: border-box; margin: 0; padding: 0; } .thelis-legal .container {
max-width: 1200px;
margin: 0 auto;
padding: 0 48px;
}
@media (max-width: 768px) {
.thelis-legal .container { padding: 0 24px; }
} .ln-hero {
background: var(--ln-black);
min-height: 52vh;
display: flex;
align-items: flex-end;
padding: 130px 0 80px;
position: relative;
overflow: hidden;
} .ln-hero::before {
content: '';
position: absolute;
top: 0; left: 0; right: 0;
height: 3px;
background: linear-gradient(90deg, var(--ln-red), transparent 60%);
z-index: 4;
} .ln-hero::after {
content: '';
position: absolute;
bottom: 0; left: 0; right: 0;
height: 1px;
background: linear-gradient(90deg, rgba(232, 41, 74, 0.35), transparent 50%);
} .ln-hero-ghost {
position: absolute;
right: -0.02em;
bottom: -0.22em;
font-family: 'Cormorant Garamond', Georgia, serif;
font-size: clamp(280px, 32vw, 480px);
font-weight: 600;
line-height: 1;
color: rgba(244, 242, 238, 0.028);
pointer-events: none;
user-select: none;
letter-spacing: -8px;
z-index: 0;
} .ln-hero-bg {
position: absolute;
inset: 0;
background-image: radial-gradient(circle, rgba(232, 41, 74, 0.06) 1px, transparent 1px);
background-size: 32px 32px;
z-index: 0;
}
.ln-hero .container { position: relative; z-index: 2; }
.ln-hero-inner {
display: flex;
flex-direction: column;
gap: 20px;
}
.ln-hero-eyebrow {
display: flex;
align-items: center;
gap: 12px;
font-family: 'JetBrains Mono', monospace;
font-size: 10px;
font-weight: 700;
letter-spacing: 4px;
text-transform: uppercase;
color: var(--ln-red) !important;
opacity: 0;
animation: lnFadeUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.1s forwards;
}
.ln-hero-eyebrow::before {
content: '';
display: block;
width: 32px;
height: 1px;
background: var(--ln-red);
opacity: 0.6;
}
.ln-hero-title {
font-family: 'Syne', sans-serif !important;
font-size: clamp(40px, 5.5vw, 72px);
font-weight: 700;
line-height: 1.04;
letter-spacing: -2.5px;
color: #f4f2ee !important;
opacity: 0;
animation: lnFadeUp 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.2s forwards;
}
.ln-hero-title em {
font-style: italic;
font-family: 'Cormorant Garamond', Georgia, serif !important;
font-weight: 300;
font-size: 1.12em;
color: rgba(244, 242, 238, 0.60) !important;
}
.ln-hero-meta {
display: flex;
align-items: center;
gap: 28px;
margin-top: 8px;
opacity: 0;
animation: lnFadeUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.38s forwards;
}
.ln-hero-date {
font-family: 'JetBrains Mono', monospace;
font-size: 10px;
font-weight: 500;
letter-spacing: 2.5px;
text-transform: uppercase;
color: rgba(244, 242, 238, 0.40) !important;
}
.ln-hero-date span {
color: rgba(244, 242, 238, 0.65) !important;
}
@keyframes lnFadeUp {
from { opacity: 0; transform: translateY(28px); }
to   { opacity: 1; transform: translateY(0); }
} .ln-body {
background: var(--ln-light);
padding: 80px 0 120px;
position: relative;
}
.ln-body::before {
content: '';
position: absolute;
top: 0; left: 0; right: 0;
height: 3px;
background: linear-gradient(90deg, var(--ln-red), transparent 60%);
}
.ln-grid {
display: grid;
grid-template-columns: 1fr 240px;
gap: 80px;
align-items: start;
} .ln-toc-col {
position: sticky;
top: 100px;
}
.ln-toc-label {
font-family: 'JetBrains Mono', monospace;
font-size: 9px;
font-weight: 700;
letter-spacing: 4px;
text-transform: uppercase;
color: var(--ln-red) !important;
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 20px;
}
.ln-toc-label::before {
content: '';
display: block;
width: 24px;
height: 1px;
background: var(--ln-red);
opacity: 0.6;
}
.ln-toc-nav {
display: flex;
flex-direction: column;
gap: 0;
border-left: 1px solid var(--ln-border);
}
.ln-toc-link {
display: flex;
align-items: flex-start;
gap: 10px;
padding: 9px 0 9px 16px;
font-family: 'JetBrains Mono', monospace;
font-size: 9.5px;
font-weight: 500;
letter-spacing: 0.5px;
color: var(--ln-muted) !important;
text-decoration: none !important;
border-left: 2px solid transparent;
margin-left: -1px;
line-height: 1.45;
transition: color 0.25s ease, border-color 0.25s ease;
}
.ln-toc-link:hover {
color: var(--ln-black) !important;
}
.ln-toc-link.is-active {
color: var(--ln-black) !important;
border-left-color: var(--ln-red);
font-weight: 700;
}
.ln-toc-num {
color: var(--ln-red) !important;
flex-shrink: 0;
opacity: 0.65;
font-size: 8.5px;
margin-top: 1px;
transition: opacity 0.25s ease;
}
.ln-toc-link.is-active .ln-toc-num {
opacity: 1;
} .ln-content-col {
display: flex;
flex-direction: column;
gap: 0;
}
.ln-section {
padding: 52px 0;
border-bottom: 1px solid var(--ln-border);
}
.ln-section:first-child {
padding-top: 0;
}
.ln-section:last-child {
border-bottom: none;
padding-bottom: 0;
} .ln-section-head {
display: flex;
align-items: baseline;
gap: 20px;
margin-bottom: 28px;
}
.ln-section-num {
font-family: 'JetBrains Mono', monospace;
font-size: 10px;
font-weight: 700;
letter-spacing: 3px;
color: var(--ln-red) !important;
flex-shrink: 0;
padding-top: 3px;
}
.ln-section-title {
font-family: 'Syne', sans-serif !important;
font-size: 22px;
font-weight: 700;
letter-spacing: -0.5px;
line-height: 1.2;
color: var(--ln-black) !important;
} .ln-section-body {
padding-left: 42px;
}
.ln-section-body p {
font-family: 'Syne', sans-serif !important;
font-size: 15px;
font-weight: 300;
line-height: 1.75;
color: rgba(17, 17, 24, 0.72) !important;
margin-bottom: 16px;
}
.ln-section-body p:last-child {
margin-bottom: 0;
}
.ln-section-body p strong,
.ln-section-body b {
font-weight: 600;
color: var(--ln-black) !important;
} .ln-sub-head {
font-family: 'Syne', sans-serif !important;
font-size: 13px;
font-weight: 700;
letter-spacing: 0;
color: var(--ln-black) !important;
margin-top: 28px;
margin-bottom: 12px;
display: flex;
align-items: center;
gap: 10px;
}
.ln-sub-head::before {
content: '';
display: block;
width: 18px;
height: 2px;
background: var(--ln-red);
flex-shrink: 0;
} .ln-section-body ul {
list-style: none;
padding: 0;
margin: 8px 0 16px;
display: flex;
flex-direction: column;
gap: 8px;
}
.ln-section-body ul li {
font-family: 'Syne', sans-serif !important;
font-size: 15px;
font-weight: 300;
line-height: 1.65;
color: rgba(17, 17, 24, 0.72) !important;
padding-left: 20px;
position: relative;
}
.ln-section-body ul li::before {
content: '';
position: absolute;
left: 0;
top: 11px;
width: 10px;
height: 1px;
background: var(--ln-red);
opacity: 0.7;
} .ln-address {
background: var(--ln-white);
border-left: 3px solid var(--ln-red);
border-radius: 2px;
padding: 24px 28px;
margin-top: 20px;
}
.ln-address p {
font-size: 14px !important;
line-height: 1.8 !important;
}
.ln-address .ln-addr-name {
font-family: 'Syne', sans-serif !important;
font-size: 15px !important;
font-weight: 700 !important;
color: var(--ln-black) !important;
margin-bottom: 4px !important;
letter-spacing: -0.3px;
}
.ln-address a {
color: var(--ln-red) !important;
text-decoration: none !important;
transition: opacity 0.2s ease;
}
.ln-address a:hover {
opacity: 0.72;
} .ln-note {
background: var(--ln-red-dim);
border-left: 3px solid var(--ln-red);
border-radius: 2px;
padding: 20px 24px;
margin-top: 20px;
}
.ln-note p {
font-size: 14px !important;
color: rgba(17, 17, 24, 0.72) !important;
margin-bottom: 0 !important;
}
.ln-note p strong {
color: var(--ln-black) !important;
} .ln-contact-block {
display: flex;
flex-direction: column;
gap: 4px;
margin-top: 20px;
}
.ln-contact-row {
display: grid;
grid-template-columns: 100px 1fr;
gap: 16px;
padding: 10px 0;
border-bottom: 1px solid var(--ln-border);
align-items: start;
}
.ln-contact-row:last-child {
border-bottom: none;
}
.ln-contact-key {
font-family: 'JetBrains Mono', monospace;
font-size: 9px;
font-weight: 700;
letter-spacing: 2.5px;
text-transform: uppercase;
color: var(--ln-red) !important;
padding-top: 2px;
}
.ln-contact-val {
font-family: 'Syne', sans-serif;
font-size: 14px;
font-weight: 300;
color: rgba(17, 17, 24, 0.72) !important;
line-height: 1.6;
}
.ln-contact-val a {
color: var(--ln-black) !important;
text-decoration: none !important;
transition: color 0.2s ease;
}
.ln-contact-val a:hover {
color: var(--ln-red) !important;
} @media (max-width: 1024px) {
.ln-grid {
grid-template-columns: 1fr 200px;
gap: 48px;
}
}
@media (max-width: 768px) {
.ln-hero {
min-height: 42vh;
padding: 110px 0 64px;
}
.ln-hero-title {
letter-spacing: -1.5px;
}
.ln-body {
padding: 56px 0 80px;
}
.ln-grid {
grid-template-columns: 1fr;
gap: 0;
} .ln-toc-col {
position: static;
order: -1;
margin-bottom: 40px;
}
.ln-toc-nav {
flex-direction: row;
flex-wrap: nowrap;
overflow-x: auto;
border-left: none;
border-bottom: 1px solid var(--ln-border);
padding-bottom: 12px;
gap: 0;
scrollbar-width: none;
}
.ln-toc-nav::-webkit-scrollbar { display: none; }
.ln-toc-link {
padding: 6px 14px 6px 0;
border-left: none;
border-bottom: 2px solid transparent;
margin-left: 0;
white-space: nowrap;
flex-shrink: 0;
}
.ln-toc-link.is-active {
border-left-color: transparent;
border-bottom-color: var(--ln-red);
}
.ln-section-body {
padding-left: 0;
}
}