/* CherryLaw — legal.css | strony prawne (page.php): hero-tytuł + sticky stopka. 1:1 z rodo.html. */

/* sticky stopka — układ kolumnowy na pełną wysokość */
body.cl-legal{ display:flex; flex-direction:column; min-height:100vh; }

  /* =================== HERO (tylko tytuł) =================== */
  .svc-hero{
    padding: 200px 0 clamp(120px, 16vw, 220px);
    background: #fff;
    position: relative;
    flex: 1 0 auto;
  }
  .svc-hero .breadcrumb{
    display:flex; gap: 10px; align-items:center;
    font-size: 11px; letter-spacing: .2em; text-transform: uppercase;
    color: var(--ink-3); margin-bottom: 40px;
  }
  .svc-hero .breadcrumb a{ color: var(--ink-3); }
  .svc-hero .breadcrumb a:hover{ color: var(--burgund); }
  .svc-hero .breadcrumb .sep{ color: var(--gray-line); }
  .svc-hero .breadcrumb .here{ color: var(--burgund); }

  .svc-hero h1{
    font-family: "Arial Black", Arial, sans-serif;
    font-weight: 900;
    font-size: clamp(44px, 6.4vw, 104px);
    letter-spacing: -0.04em;
    line-height: 0.98;
    color: var(--burgund);
    text-wrap: balance;
    max-width: 16ch;
  }

  /* =================== CONTACT / STOPKA (jak w testimonials) =================== */
  .contact{
    background: var(--burgund-ink);
    color: #f1dde0;
    padding: clamp(110px, 14vw, 180px) 0 60px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
  }
  .contact::before{
    content:"";
    position:absolute; right:-200px; top:-200px;
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(248,217,224,0.06), transparent 65%);
  }
  .contact h2{
    font-family: "Arial Black", Arial, sans-serif;
    font-weight: 900;
    letter-spacing: -0.035em;
    line-height: 0.96;
    text-wrap: balance;
    font-size: clamp(40px, 5.4vw, 84px);
    color: #fff;
    margin-top: 22px;
    max-width: 16ch;
  }
  .contact h2 .it{
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-style: italic;
    letter-spacing: -0.02em;
  }
  .contact-head{
    display:flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
  }
  .contact-team-link{
    display:inline-flex;
    align-items:center;
    gap: 12px;
    color: #fff;
    font-size: 13px;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(255,255,255,0.35);
    margin-bottom: 24px;
    transition: gap .25s, border-color .2s;
  }
  .contact-team-link:hover{ gap: 18px; border-bottom-color: #fff; }

  .contact-visit-wrap{
    margin-top: 60px;
    position: relative;
  }
  .contact-office{
    background: #f6e6e9;
    color: var(--burgund-ink);
    display:grid;
    grid-template-columns: 56px 1fr;
    gap: 0;
    align-items: stretch;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 30px 80px -40px rgba(0,0,0,0.5);
    position: relative;
  }
  .contact-office .office-sidebar{
    background: var(--burgund);
    color: #f6e6e9;
    display:flex; align-items: center; justify-content: center;
    padding: 28px 0;
  }
  .contact-office .office-sidebar span{
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 11px;
    letter-spacing: .42em;
    text-transform: uppercase;
    font-weight: 700;
  }
  .contact-office .office-body{
    padding: 28px 40px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }
  .contact-office .office-tag{
    font-size: 11px;
    letter-spacing: .28em;
    text-transform: uppercase;
    color: #8a3845;
    margin: 0;
  }
  .contact-office h3{
    font-family: "Arial Black", Arial;
    font-size: clamp(28px, 2.6vw, 40px);
    color: var(--burgund-ink);
    letter-spacing: -0.035em;
    line-height: 0.95;
    margin: 0;
  }
  .contact-office .addr{
    color: #6b2a36;
    font-size: 15px;
    letter-spacing: .04em;
    margin-top: 6px;
    display:flex; flex-direction: column; gap: 2px;
  }
  .contact-office a.email{
    color: var(--burgund);
    border-bottom: 1px solid rgba(122,26,42,0.35);
    padding-bottom: 2px;
    font-size: 15px;
    display:inline-block;
    margin-top: 10px;
    align-self: flex-start;
  }
  .contact-office a.email:hover{ color: var(--burgund-ink); border-bottom-color: var(--burgund-ink); }
  .contact-icons{
    display:flex; gap: 14px; margin-top: 22px;
  }
  .contact-icons a{
    width:44px; height:44px;
    border:1px solid rgba(255,255,255,0.2);
    border-radius:50%;
    display:inline-flex; align-items:center; justify-content:center;
    color: #fff;
    transition: all .25s;
    padding: 0;
  }
  .contact-icons a:hover{
    background:#fff; color: var(--burgund);
    border-color:#fff;
  }
  .contact-icons svg{width:16px;height:16px;}
  .contact-bottom{
    margin-top: 40px;
    display:flex; justify-content: space-between; align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    font-size: 12px;
    color: #a87a80;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .contact-bottom a:hover{ color:#fff; }
  .contact-legal{ display:flex; align-items:center; gap: 14px; }
  .contact-legal a.here{ color:#fff; }
  .contact-legal .legal-sep{ color:#a87a80; }

  @media (max-width: 1000px){
    .contact-office{ grid-template-columns: 44px 1fr; }
    .contact-office .office-body{ padding: 32px 28px; }
    .contact-office h3{ font-size: clamp(36px, 9vw, 56px); }
  }
  @media (max-width: 960px){
    .svc-hero{ padding-top: 140px; }
  }
  @media (max-width: 560px){
    .contact-legal{ flex: 1 0 100%; justify-content: flex-start; gap: 14px; }
  }

  /* =================== TREŚĆ PRAWNA (the_content z edytora WP) =================== */
  .legal-content{
    margin-top: 48px;
    max-width: 80ch;
    color: var(--ink-2);
    font-size: 16px;
    line-height: 1.75;
  }
  .legal-content > * + *{ margin-top: 18px; }
  .legal-content h2{
    font-family: "Arial Black", Arial, sans-serif;
    font-weight: 900;
    letter-spacing: -0.02em;
    color: var(--ink);
    font-size: clamp(22px, 2.2vw, 30px);
    margin-top: 44px;
  }
  .legal-content h3{
    font-family: "Arial Black", Arial, sans-serif;
    font-weight: 900;
    color: var(--ink);
    font-size: clamp(18px, 1.6vw, 22px);
    margin-top: 32px;
  }
  .legal-content a{ color: var(--burgund); border-bottom: 1px solid rgba(67,8,18,0.35); }
  .legal-content a:hover{ border-bottom-color: var(--burgund); }
  .legal-content ul, .legal-content ol{ padding-left: 1.4em; }
  .legal-content li + li{ margin-top: 8px; }
  .legal-content strong{ color: var(--ink); }
