:root {
  --primary: #C49BC2; --primary-soft: #EFD9EE;
  --secondary: #fff8da; --dark: #653966; --dark-deep: #3F1F40;
  --ink: #0E0610; --paper: #F5F2EC; --paper-deep: #EAE5DB;
  --card: #FFFFFF;
  --line: rgba(14, 6, 16, 0.10);
  --line-soft: rgba(14, 6, 16, 0.06);
  --muted: rgba(14, 6, 16, 0.55);
  --sticky-header-h: 96px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: 'Archivo', system-ui, sans-serif; font-weight: 400; line-height: 1.55; -webkit-font-smoothing: antialiased; letter-spacing: -0.005em; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; }
.container { max-width: 1440px; margin: 0 auto; padding: 0 32px; }
@media (max-width: 720px) { .container { padding: 0 20px; } }

.to-top { position: fixed; right: 20px; bottom: 22px; z-index: 190; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--ink); background: var(--ink); color: var(--paper); display: grid; place-items: center; box-shadow: 0 4px 20px rgba(14,6,16,.18); transition: transform .2s, background .2s, border-color .2s; }
.to-top:hover { background: var(--dark-deep); border-color: var(--dark-deep); transform: translateY(-2px); }
@media (max-width: 720px) { .to-top { left: 16px; right: auto; bottom: 16px; } }

.top { position: sticky; top: 0; z-index: 100; background: var(--paper); border-bottom: 1px solid var(--line); height: var(--sticky-header-h); display: flex; align-items: center; }
.top-inner { width: 100%; max-width: 1440px; margin: 0 auto; padding: 0 32px; display: flex; align-items: center; gap: 40px; }
@media (max-width: 720px) { .top-inner { padding: 0 20px; gap: 16px; } }
.brand-mark img { height: 60px; width: auto; }
.nav-l { display: flex; gap: 28px; font-family: 'Archivo'; font-weight: 600; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; margin-left: 8px; }
@media (max-width: 860px) { .nav-l { display: none; } }
.nav-l a { transition: opacity .2s; padding: 4px 0; }
.nav-l a:not(.active):not(:hover) { opacity: .65; }
.nav-l a.active, .nav-l a:hover { color: var(--dark); opacity: 1; }
.nav-r { margin-left: auto; display: flex; align-items: center; gap: 8px; }
.nav-r .ico { width: 36px; height: 36px; display: grid; place-items: center; opacity: .8; }
.nav-r .cart { display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; background: var(--ink); color: var(--paper); font-weight: 600; font-size: 12.5px; letter-spacing: .04em; }
.nav-r .cart .num { background: var(--primary); color: var(--ink); border-radius: 50%; width: 18px; height: 18px; display: grid; place-items: center; font-size: 10px; font-weight: 700; }

.breadcrumb-bar { padding: 20px 0 0; }
.breadcrumb { font-size: 12px; color: var(--muted); letter-spacing: .04em; }
.breadcrumb a:hover { color: var(--ink); }
.breadcrumb b { color: var(--ink); font-weight: 600; }

.legal-page { padding: 32px 0 80px; }
.legal-page h1 { font-family: 'Archivo'; font-weight: 900; font-size: clamp(32px, 8vw, 72px); line-height: .92; letter-spacing: -0.04em; text-transform: uppercase; margin-bottom: 12px; }
.legal-page .lead { font-size: 15px; color: var(--muted); max-width: 62ch; margin-bottom: 36px; }
.legal-nav { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 40px; }
.legal-nav a { padding: 10px 16px; border: 1px solid var(--line); border-radius: 3px; font-size: 12.5px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; background: var(--card); transition: border-color .18s, background .18s; }
.legal-nav a:hover, .legal-nav a.is-active { border-color: var(--ink); background: var(--paper-deep); }
.legal-content { max-width: 820px; }
.legal-section { margin-bottom: 40px; scroll-margin-top: calc(var(--sticky-header-h) + 24px); }
.legal-section h2 { font-family: 'Archivo'; font-weight: 800; font-size: clamp(18px, 2.2vw, 24px); letter-spacing: -0.03em; text-transform: uppercase; margin-bottom: 14px; padding-top: 8px; border-top: 1px solid var(--line); }
.legal-section:first-of-type h2 { border-top: none; padding-top: 0; }
.legal-section h3 { font-family: 'Archivo'; font-weight: 700; font-size: 14px; text-transform: uppercase; letter-spacing: .06em; margin: 22px 0 10px; color: var(--dark); }
.legal-section p, .legal-section li { font-size: 14.5px; line-height: 1.7; color: rgba(14,6,16,.78); margin-bottom: 12px; }
.legal-section ul, .legal-section ol { padding-left: 20px; margin-bottom: 12px; }
.legal-section a { text-decoration: underline; text-underline-offset: 2px; }
.legal-section a:hover { color: var(--dark); }
.legal-highlight { background: var(--card); border: 1px solid var(--line); border-left: 3px solid var(--primary); padding: 16px 18px; border-radius: 3px; margin: 16px 0; font-size: 14px; line-height: 1.65; }

.cookie-table { width: 100%; border-collapse: collapse; font-size: 13px; margin: 16px 0 24px; }
.cookie-table th, .cookie-table td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; vertical-align: top; }
.cookie-table th { background: var(--paper-deep); font-weight: 700; text-transform: uppercase; letter-spacing: .04em; font-size: 11px; }
.cookie-revoke-btn { display: inline-flex; align-items: center; gap: 8px; margin-top: 8px; padding: 12px 20px; background: var(--ink); color: var(--paper); border: none; border-radius: 3px; font-family: 'Archivo'; font-weight: 700; font-size: 12.5px; letter-spacing: .04em; text-transform: uppercase; }

footer.foot { background: var(--ink); color: var(--paper); padding: 80px 0 32px; margin-top: 80px; }
.foot-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 56px; border-bottom: 1px solid rgba(255,255,255,.1); }
@media (max-width: 720px) { .foot-top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .foot-top { grid-template-columns: 1fr; gap: 36px; } }
.foot-brand { display: flex; align-items: center; margin-bottom: 18px; }
.foot-brand img { height: 60px; width: auto; max-width: 220px; object-fit: contain; }
.foot-top .col p { font-size: 13.5px; opacity: .65; max-width: 32ch; line-height: 1.6; }
.foot-top .col h4 { font-family: 'Archivo'; font-weight: 700; font-size: 12.5px; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 18px; opacity: .6; }
.foot-top .col a { display: block; font-size: 13.5px; padding: 5px 0; opacity: .8; transition: opacity .2s; }
.foot-top .col a:hover { opacity: 1; color: var(--primary); }
.foot-bot { padding-top: 28px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.foot-bot p { font-size: 12px; opacity: .55; letter-spacing: .04em; }
.foot-legal { display: flex; flex-wrap: wrap; gap: 12px 16px; }
.foot-legal a { font-size: 12px; opacity: .55; letter-spacing: .04em; transition: opacity .2s; }
.foot-legal a:hover { opacity: 1; color: var(--primary); }
