Legal notice

.sl-legal { --sl-ink: #27221f; --sl-soft-ink: #665f59; --sl-line: #e8e2dc; --sl-cream: #f7f4ef; --sl-warm: #efe9e2; --sl-white: #ffffff; max-width: 1080px; margin: 0 auto; padding: 72px 28px 100px; color: var(--sl-ink); font-family: "Inter", Arial, sans-serif; font-size: 15px; line-height: 1.75; } .sl-legal * { box-sizing: border-box; } .sl-legal a { color: inherit; text-decoration: underline; text-underline-offset: 3px; } .sl-legal h1, .sl-legal h2, .sl-legal h3 { font-family: "Cormorant Garamond", Georgia, serif; color: var(--sl-ink); } .sl-eyebrow { margin-bottom: 18px; text-align: center; font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: #8a8078; } .sl-legal h1 { margin: 0; text-align: center; font-size: clamp(42px, 6vw, 64px); line-height: 1; font-weight: 500; letter-spacing: -0.02em; } .sl-intro { max-width: 720px; margin: 22px auto 0; text-align: center; color: var(--sl-soft-ink); } .sl-summary { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 54px; border-top: 1px solid var(--sl-line); border-bottom: 1px solid var(--sl-line); } .sl-summary-item { padding: 24px 18px; text-align: center; border-right: 1px solid var(--sl-line); } .sl-summary-item:last-child { border-right: 0; } .sl-summary-label { margin-bottom: 8px; font-size: 10px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: #938880; } .sl-summary-value { font-family: "Cormorant Garamond", Georgia, serif; font-size: 22px; line-height: 1.2; font-weight: 600; } .sl-section { padding: 54px 0; border-bottom: 1px solid var(--sl-line); } .sl-section:last-child { border-bottom: none; } .sl-section-number { margin-bottom: 7px; font-size: 10px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: #9b9088; } .sl-section h2 { margin: 0 0 22px; font-size: 36px; line-height: 1.1; font-weight: 500; } .sl-section h3 { margin: 0 0 10px; font-size: 25px; line-height: 1.2; font-weight: 600; } .sl-section p { margin: 0 0 14px; color: var(--sl-soft-ink); } .sl-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 26px; } .sl-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 28px; } .sl-card { padding: 28px; border: 1px solid var(--sl-line); background: var(--sl-white); } .sl-card.soft { background: var(--sl-cream); } .sl-card-label { margin-bottom: 10px; font-size: 10px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: #8d827a; } .sl-card-title { margin-bottom: 10px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 26px; font-weight: 600; line-height: 1.2; } .sl-business-box { margin-top: 28px; padding: 30px; background: var(--sl-cream); border: 1px solid var(--sl-line); } .sl-business-table { display: grid; grid-template-columns: 200px 1fr; border-top: 1px solid var(--sl-line); margin-top: 18px; } .sl-business-row { display: contents; } .sl-business-cell { padding: 14px 0; border-bottom: 1px solid var(--sl-line); color: var(--sl-soft-ink); } .sl-business-cell.label { font-weight: 600; color: var(--sl-ink); } .sl-compliance-card { position: relative; overflow: hidden; min-height: 220px; padding: 30px; border: 1px solid var(--sl-line); background: #fbfaf8; } .sl-compliance-mark { margin-bottom: 22px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 40px; font-weight: 600; letter-spacing: 0.02em; } .sl-compliance-card p { font-size: 14px; } .sl-notice { margin-top: 26px; padding: 22px 24px; background: var(--sl-cream); border-left: 3px solid #5b4e46; } .sl-notice strong { display: block; margin-bottom: 6px; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--sl-ink); } .sl-policy-link { display: flex; justify-content: space-between; gap: 18px; align-items: center; padding: 22px 0; border-bottom: 1px solid var(--sl-line); text-decoration: none !important; } .sl-policy-link:first-child { border-top: 1px solid var(--sl-line); } .sl-policy-name { font-family: "Cormorant Garamond", Georgia, serif; font-size: 24px; font-weight: 600; } .sl-policy-desc { margin-top: 3px; font-size: 13px; color: var(--sl-soft-ink); } .sl-policy-arrow { font-size: 20px; color: #8a8078; } .sl-contact-box { margin-top: 28px; padding: 32px; background: var(--sl-ink); color: #fff; } .sl-contact-box h3, .sl-contact-box p, .sl-contact-box a { color: #fff; } .sl-contact-box h3 { margin-top: 0; } .sl-small { font-size: 12px; color: #8e837b !important; } .sl-footer-line { margin-top: 34px; text-align: center; font-size: 10px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: #91867e; } @media (max-width: 768px) { .sl-legal { padding: 48px 20px 70px; font-size: 14px; } .sl-legal h1 { font-size: 44px; } .sl-summary { grid-template-columns: 1fr 1fr; } .sl-summary-item { border-bottom: 1px solid var(--sl-line); } .sl-summary-item:nth-child(2) { border-right: 0; } .sl-summary-item:nth-child(3), .sl-summary-item:nth-child(4) { border-bottom: 0; } .sl-grid-2, .sl-grid-3 { grid-template-columns: 1fr; } .sl-business-table { grid-template-columns: 1fr; } .sl-business-row { display: block; border-bottom: 1px solid var(--sl-line); padding: 12px 0; } .sl-business-cell { border-bottom: none; padding: 2px 0; } .sl-section { padding: 40px 0; } .sl-section h2 { font-size: 31px; } }