.thelis-privacy {
--pp-black:   #111118;
--pp-red:     #E8294A;
--pp-red-dim: rgba(232, 41, 74, 0.07);
--pp-light:   #f7f5f1;
--pp-white:   #ffffff;
--pp-border:  rgba(17, 17, 24, 0.08);
--pp-text:    #111118;
--pp-muted:   rgba(17, 17, 24, 0.55);
font-family: 'Syne', sans-serif;
color: var(--pp-text);
background: var(--pp-light);
overflow-x: hidden;
}
.thelis-privacy * { box-sizing: border-box; margin: 0; padding: 0; } .thelis-privacy .container {
max-width: 1200px;
margin: 0 auto;
padding: 0 48px;
}
@media (max-width: 768px) {
.thelis-privacy .container { padding: 0 24px; }
} .pp-hero {
background: var(--pp-black);
min-height: 52vh;
display: flex;
align-items: flex-end;
padding: 130px 0 80px;
position: relative;
overflow: hidden;
} .pp-hero::before {
content: '';
position: absolute;
top: 0; left: 0; right: 0;
height: 3px;
background: linear-gradient(90deg, var(--pp-red), transparent 60%);
z-index: 4;
} .pp-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%);
} .pp-hero-ghost {
position: absolute;
left: -0.06em;
bottom: -0.18em;
font-family: 'Cormorant Garamond', Georgia, serif;
font-size: clamp(300px, 34vw, 520px);
font-weight: 600;
line-height: 1;
color: rgba(244, 242, 238, 0.025);
pointer-events: none;
user-select: none;
letter-spacing: -10px;
z-index: 0;
} .pp-hero-bg {
position: absolute;
inset: 0;
background-image: radial-gradient(circle, rgba(232, 41, 74, 0.055) 1px, transparent 1px);
background-size: 28px 28px;
z-index: 0;
} .pp-hero-shine {
position: absolute;
top: 0; right: 0;
width: 45%;
height: 100%;
background: linear-gradient(135deg, transparent 60%, rgba(232, 41, 74, 0.025) 100%);
z-index: 1;
pointer-events: none;
}
.pp-hero .container { position: relative; z-index: 2; }
.pp-hero-inner {
display: flex;
flex-direction: column;
gap: 20px;
}
.pp-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(--pp-red) !important;
opacity: 0;
animation: ppFadeUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.1s forwards;
}
.pp-hero-eyebrow::before {
content: '';
display: block;
width: 32px;
height: 1px;
background: var(--pp-red);
opacity: 0.6;
}
.pp-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: ppFadeUp 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.2s forwards;
}
.pp-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.55) !important;
}
.pp-hero-meta {
display: flex;
align-items: center;
gap: 28px;
margin-top: 8px;
flex-wrap: wrap;
opacity: 0;
animation: ppFadeUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.38s forwards;
}
.pp-hero-pill {
font-family: 'JetBrains Mono', monospace;
font-size: 9px;
font-weight: 500;
letter-spacing: 2.5px;
text-transform: uppercase;
color: rgba(244, 242, 238, 0.38) !important;
border: 1px solid rgba(244, 242, 238, 0.10);
border-radius: 2px;
padding: 5px 10px;
}
.pp-hero-pill span {
color: rgba(244, 242, 238, 0.60) !important;
}
@keyframes ppFadeUp {
from { opacity: 0; transform: translateY(28px); }
to   { opacity: 1; transform: translateY(0); }
} .pp-body {
background: var(--pp-light);
padding: 80px 0 120px;
position: relative;
}
.pp-body::before {
content: '';
position: absolute;
top: 0; left: 0; right: 0;
height: 3px;
background: linear-gradient(90deg, var(--pp-red), transparent 60%);
}
.pp-grid {
display: grid;
grid-template-columns: 1fr 240px;
gap: 80px;
align-items: start;
} .pp-toc-col {
position: sticky;
top: 100px;
}
.pp-toc-label {
font-family: 'JetBrains Mono', monospace;
font-size: 9px;
font-weight: 700;
letter-spacing: 4px;
text-transform: uppercase;
color: var(--pp-red) !important;
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 20px;
}
.pp-toc-label::before {
content: '';
display: block;
width: 24px;
height: 1px;
background: var(--pp-red);
opacity: 0.6;
}
.pp-toc-nav {
display: flex;
flex-direction: column;
gap: 0;
border-left: 1px solid var(--pp-border);
}
.pp-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(--pp-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;
}
.pp-toc-link:hover {
color: var(--pp-black) !important;
}
.pp-toc-link.is-active {
color: var(--pp-black) !important;
border-left-color: var(--pp-red);
font-weight: 700;
}
.pp-toc-num {
color: var(--pp-red) !important;
flex-shrink: 0;
opacity: 0.65;
font-size: 8.5px;
margin-top: 1px;
transition: opacity 0.25s ease;
}
.pp-toc-link.is-active .pp-toc-num {
opacity: 1;
} .pp-toc-gdpr {
margin-top: 24px;
padding: 14px 16px;
background: var(--pp-white);
border: 1px solid var(--pp-border);
border-left: 3px solid var(--pp-red);
border-radius: 2px;
}
.pp-toc-gdpr-label {
font-family: 'JetBrains Mono', monospace;
font-size: 8px;
font-weight: 700;
letter-spacing: 3px;
text-transform: uppercase;
color: var(--pp-red) !important;
display: block;
margin-bottom: 6px;
}
.pp-toc-gdpr p {
font-family: 'Syne', sans-serif;
font-size: 11px;
font-weight: 300;
line-height: 1.6;
color: var(--pp-muted) !important;
margin: 0 !important;
}
.pp-toc-gdpr a {
color: var(--pp-black) !important;
text-decoration: underline !important;
text-underline-offset: 2px;
} .pp-content-col {
display: flex;
flex-direction: column;
gap: 0;
}
.pp-section {
padding: 52px 0;
border-bottom: 1px solid var(--pp-border);
}
.pp-section:first-child {
padding-top: 0;
}
.pp-section:last-child {
border-bottom: none;
padding-bottom: 0;
} .pp-section-head {
display: flex;
align-items: baseline;
gap: 20px;
margin-bottom: 28px;
}
.pp-section-num {
font-family: 'JetBrains Mono', monospace;
font-size: 10px;
font-weight: 700;
letter-spacing: 3px;
color: var(--pp-red) !important;
flex-shrink: 0;
padding-top: 3px;
}
.pp-section-title {
font-family: 'Syne', sans-serif !important;
font-size: 22px;
font-weight: 700;
letter-spacing: -0.5px;
line-height: 1.2;
color: var(--pp-black) !important;
} .pp-section-body {
padding-left: 42px;
}
.pp-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;
}
.pp-section-body p:last-child {
margin-bottom: 0;
}
.pp-section-body p strong,
.pp-section-body b {
font-weight: 600;
color: var(--pp-black) !important;
} .pp-sub-head {
font-family: 'Syne', sans-serif !important;
font-size: 13px;
font-weight: 700;
color: var(--pp-black) !important;
margin-top: 28px;
margin-bottom: 12px;
display: flex;
align-items: center;
gap: 10px;
}
.pp-sub-head::before {
content: '';
display: block;
width: 18px;
height: 2px;
background: var(--pp-red);
flex-shrink: 0;
} .pp-section-body ul {
list-style: none;
padding: 0;
margin: 8px 0 16px;
display: flex;
flex-direction: column;
gap: 8px;
}
.pp-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;
}
.pp-section-body ul li::before {
content: '';
position: absolute;
left: 0;
top: 11px;
width: 10px;
height: 1px;
background: var(--pp-red);
opacity: 0.7;
} .pp-address {
background: var(--pp-white);
border-left: 3px solid var(--pp-red);
border-radius: 2px;
padding: 24px 28px;
margin-top: 20px;
}
.pp-address p {
font-size: 14px !important;
line-height: 1.8 !important;
}
.pp-address .pp-addr-name {
font-family: 'Syne', sans-serif !important;
font-size: 15px !important;
font-weight: 700 !important;
color: var(--pp-black) !important;
margin-bottom: 4px !important;
letter-spacing: -0.3px;
}
.pp-address a {
color: var(--pp-red) !important;
text-decoration: none !important;
transition: opacity 0.2s ease;
}
.pp-address a:hover { opacity: 0.72; } .pp-note {
background: var(--pp-red-dim);
border-left: 3px solid var(--pp-red);
border-radius: 2px;
padding: 20px 24px;
margin-top: 20px;
}
.pp-note p {
font-size: 14px !important;
color: rgba(17, 17, 24, 0.72) !important;
margin-bottom: 0 !important;
}
.pp-note p strong { color: var(--pp-black) !important; } .pp-table {
width: 100%;
border-collapse: collapse;
margin-top: 20px;
margin-bottom: 8px;
}
.pp-table th {
font-family: 'JetBrains Mono', monospace;
font-size: 8.5px;
font-weight: 700;
letter-spacing: 2.5px;
text-transform: uppercase;
color: var(--pp-red) !important;
text-align: left;
padding: 10px 16px;
background: var(--pp-white);
border-bottom: 2px solid var(--pp-red);
}
.pp-table td {
font-family: 'Syne', sans-serif;
font-size: 13px;
font-weight: 300;
color: rgba(17, 17, 24, 0.72) !important;
padding: 11px 16px;
border-bottom: 1px solid var(--pp-border);
vertical-align: top;
line-height: 1.55;
}
.pp-table tr:last-child td { border-bottom: none; }
.pp-table td strong {
font-weight: 600;
color: var(--pp-black) !important;
} .pp-rights-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 12px;
margin-top: 28px;
margin-bottom: 24px;
}
.pp-right-card {
background: var(--pp-black);
border-radius: 3px;
padding: 20px 20px 18px;
position: relative;
overflow: hidden;
transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
box-shadow 0.35s ease;
}
.pp-right-card:hover {
transform: translateY(-4px);
box-shadow: 0 12px 32px rgba(17, 17, 24, 0.22);
} .pp-right-card::after {
content: '';
position: absolute;
top: 0; left: 0; right: 0;
height: 2px;
background: linear-gradient(90deg, var(--pp-red), rgba(232, 41, 74, 0.30));
transform: scaleX(0);
transform-origin: left center;
transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.pp-right-card:hover::after { transform: scaleX(1); } .pp-right-art {
font-family: 'JetBrains Mono', monospace;
font-size: 8px;
font-weight: 700;
letter-spacing: 2.5px;
text-transform: uppercase;
color: var(--pp-red) !important;
display: block;
margin-bottom: 10px;
opacity: 0.85;
}
.pp-right-title {
font-family: 'Syne', sans-serif !important;
font-size: 13px;
font-weight: 700;
letter-spacing: -0.2px;
line-height: 1.25;
color: rgba(244, 242, 238, 0.92) !important;
margin-bottom: 8px;
}
.pp-right-desc {
font-family: 'Syne', sans-serif !important;
font-size: 11.5px;
font-weight: 300;
line-height: 1.6;
color: rgba(244, 242, 238, 0.50) !important;
margin: 0 !important;
} .pp-rights-apd {
background: rgba(232, 41, 74, 0.06);
border: 1px solid rgba(232, 41, 74, 0.18);
border-radius: 3px;
padding: 18px 22px;
display: flex;
align-items: flex-start;
gap: 16px;
margin-top: 4px;
}
.pp-rights-apd-icon {
font-family: 'JetBrains Mono', monospace;
font-size: 11px;
font-weight: 700;
color: var(--pp-red) !important;
flex-shrink: 0;
margin-top: 2px;
letter-spacing: 1px;
}
.pp-rights-apd-text {
flex: 1;
}
.pp-rights-apd-text strong {
font-family: 'Syne', sans-serif;
font-size: 13px;
font-weight: 700;
color: var(--pp-black) !important;
display: block;
margin-bottom: 4px;
}
.pp-rights-apd-text p {
font-size: 13px !important;
margin-bottom: 0 !important;
}
.pp-rights-apd-text a {
color: var(--pp-red) !important;
text-decoration: none !important;
font-weight: 600;
}
.pp-rights-apd-text a:hover { text-decoration: underline !important; } .pp-contact-block {
display: flex;
flex-direction: column;
gap: 0;
margin-top: 20px;
}
.pp-contact-row {
display: grid;
grid-template-columns: 100px 1fr;
gap: 16px;
padding: 10px 0;
border-bottom: 1px solid var(--pp-border);
align-items: start;
}
.pp-contact-row:last-child { border-bottom: none; }
.pp-contact-key {
font-family: 'JetBrains Mono', monospace;
font-size: 9px;
font-weight: 700;
letter-spacing: 2.5px;
text-transform: uppercase;
color: var(--pp-red) !important;
padding-top: 2px;
}
.pp-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;
}
.pp-contact-val a {
color: var(--pp-black) !important;
text-decoration: none !important;
transition: color 0.2s ease;
}
.pp-contact-val a:hover { color: var(--pp-red) !important; } @media (max-width: 1024px) {
.pp-grid {
grid-template-columns: 1fr 200px;
gap: 48px;
}
.pp-rights-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) {
.pp-hero {
min-height: 42vh;
padding: 110px 0 64px;
}
.pp-hero-title { letter-spacing: -1.5px; }
.pp-body { padding: 56px 0 80px; }
.pp-grid {
grid-template-columns: 1fr;
gap: 0;
}
.pp-toc-col {
position: static;
order: -1;
margin-bottom: 40px;
}
.pp-toc-nav {
flex-direction: row;
flex-wrap: nowrap;
overflow-x: auto;
border-left: none;
border-bottom: 1px solid var(--pp-border);
padding-bottom: 12px;
gap: 0;
scrollbar-width: none;
}
.pp-toc-nav::-webkit-scrollbar { display: none; }
.pp-toc-link {
padding: 6px 14px 6px 0;
border-left: none;
border-bottom: 2px solid transparent;
margin-left: 0;
white-space: nowrap;
flex-shrink: 0;
}
.pp-toc-link.is-active {
border-left-color: transparent;
border-bottom-color: var(--pp-red);
}
.pp-toc-gdpr { display: none; }
.pp-section-body { padding-left: 0; }
.pp-rights-grid { grid-template-columns: 1fr 1fr; }
.pp-table { display: block; overflow-x: auto; }
}
@media (max-width: 480px) {
.pp-rights-grid { grid-template-columns: 1fr; }
}