/* Agatiy Groom — privacy page v2 */
.privacy-page{
  min-height:100vh;
  background:
    radial-gradient(circle at 92% 4%,rgba(255,90,31,.055),transparent 22%),
    var(--bg);
}
.privacy-hero{
  position:relative;
  overflow:hidden;
  border-bottom:1px solid rgba(33,21,15,.08);
  background:linear-gradient(135deg,#fff9f1 0%,#f7ebe0 100%);
}
.privacy-hero:before{
  content:"";
  position:absolute;
  right:-46px;
  top:-68px;
  width:260px;
  height:260px;
  background:url("decor-heart.svg") center/contain no-repeat;
  opacity:.085;
  transform:rotate(9deg);
  pointer-events:none;
}
.privacy-hero:after{
  content:"";
  position:absolute;
  left:-74px;
  bottom:-78px;
  width:235px;
  height:170px;
  background:url("decor-swirl.svg") center/contain no-repeat;
  opacity:.13;
  pointer-events:none;
}
.privacy-hero-inner{
  position:relative;
  z-index:1;
  max-width:1180px;
  margin:0 auto;
  padding:54px 32px 46px;
}
.privacy-breadcrumbs{
  display:flex;
  align-items:center;
  gap:7px;
  margin-bottom:16px;
  color:var(--muted);
  font-size:9px;
  font-weight:760;
}
.privacy-breadcrumbs a{transition:color .16s ease}
.privacy-breadcrumbs a:hover{color:var(--accent)}
.privacy-hero .eyebrow{margin-bottom:9px}
.privacy-hero h1{
  max-width:760px;
  margin:0 0 13px;
  font-size:clamp(42px,5vw,64px);
  line-height:.94;
  letter-spacing:-.042em;
}
.privacy-lead{
  max-width:690px;
  margin:0;
  color:#695b52;
  font-size:13px;
  line-height:1.58;
}
.privacy-meta{
  display:flex;
  gap:5px;
  flex-wrap:wrap;
  margin-top:17px;
}
.privacy-meta span{
  min-height:24px;
  display:inline-flex;
  align-items:center;
  padding:0 8px;
  border:1px solid #e3d6cb;
  border-radius:5px;
  background:rgba(255,253,249,.72);
  color:#76675e;
  font-size:8px;
  font-weight:820;
}

.privacy-layout{
  display:grid;
  grid-template-columns:220px minmax(0,1fr);
  gap:30px;
  max-width:1120px;
  margin:0 auto;
  padding:38px 32px 60px;
}
.privacy-aside{
  position:sticky;
  top:86px;
  align-self:start;
  display:grid;
  gap:8px;
}
.privacy-card{
  padding:12px;
  border:1px solid var(--line);
  border-radius:5px;
  background:rgba(255,253,249,.92);
  box-shadow:0 4px 16px rgba(33,21,15,.025);
}
.privacy-card>b{
  display:block;
  margin-bottom:9px;
  color:var(--ink);
  font-size:8px;
  text-transform:uppercase;
  letter-spacing:.1em;
}
.privacy-card dl{
  display:grid;
  gap:7px;
  margin:0;
}
.privacy-card dl>div{
  padding-top:7px;
  border-top:1px solid rgba(33,21,15,.07);
}
.privacy-card dl>div:first-child{
  padding-top:0;
  border-top:0;
}
.privacy-card dt{
  color:#9a877b;
  font-size:7px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.privacy-card dd{
  margin:2px 0 0;
  color:var(--ink);
  font-size:9px;
  font-weight:700;
  line-height:1.35;
  overflow-wrap:anywhere;
}
.privacy-toc{
  display:grid;
  gap:2px;
  padding:5px;
  border:1px solid var(--line);
  border-radius:5px;
  background:rgba(255,253,249,.76);
}
.privacy-toc a{
  display:block;
  padding:6px 7px;
  border-radius:4px;
  color:#74645b;
  font-size:8px;
  font-weight:760;
  line-height:1.25;
  transition:background .15s ease,color .15s ease,box-shadow .15s ease;
}
.privacy-toc a:hover,
.privacy-toc a.is-active{
  background:#fff0e6;
  color:var(--accent);
}
.privacy-toc a.is-active{box-shadow:inset 2px 0 0 var(--accent)}

.privacy-content{
  min-width:0;
  display:grid;
  gap:8px;
}
.privacy-intro-note{
  margin:0;
  padding:11px 13px;
  border:1px solid #ead9cc;
  border-radius:5px;
  background:#fff4ec;
  color:#6a594f;
  font-size:10px;
  line-height:1.5;
}
.privacy-section{
  position:relative;
  display:grid;
  grid-template-columns:88px minmax(0,1fr);
  gap:16px;
  padding:18px;
  border:1px solid var(--line);
  border-radius:5px;
  background:rgba(255,253,249,.92);
  box-shadow:0 5px 20px rgba(33,21,15,.022);
  scroll-margin-top:94px;
}
.privacy-section:before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(255,90,31,.025),transparent 24%);
}
.privacy-section-head{
  position:relative;
  z-index:1;
  min-width:0;
}
.privacy-section-number{
  display:grid;
  place-items:center;
  width:33px;
  height:25px;
  margin-bottom:8px;
  border:1px solid #f0cdbd;
  border-radius:4px;
  background:#fff2e9;
  color:var(--accent);
  font-size:8px;
  font-weight:900;
  letter-spacing:.06em;
}
.privacy-section h2{
  margin:0;
  font-size:19px;
  line-height:1.06;
  letter-spacing:-.018em;
}
.privacy-section-body{
  position:relative;
  z-index:1;
  min-width:0;
  padding-top:1px;
}
.privacy-section p{
  max-width:720px;
  margin:0 0 8px;
  color:#675950;
  font-size:11px;
  line-height:1.62;
}
.privacy-section p:last-child{margin-bottom:0}
.privacy-section ul{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:5px;
  max-width:760px;
  margin:10px 0 0;
  padding:0;
  list-style:none;
}
.privacy-section li{
  position:relative;
  min-height:34px;
  display:flex;
  align-items:center;
  padding:7px 9px 7px 26px;
  border:1px solid #eadfd6;
  border-radius:5px;
  background:#fffaf6;
  color:#62554d;
  font-size:9px;
  line-height:1.35;
}
.privacy-section li:before{
  content:"";
  position:absolute;
  left:10px;
  top:50%;
  width:6px;
  height:6px;
  margin-top:-3px;
  border-radius:50%;
  background:var(--accent);
  box-shadow:0 0 0 3px rgba(255,90,31,.08);
}

.privacy-contact{
  display:grid;
  grid-template-columns:minmax(0,1fr) 190px;
  gap:18px;
  align-items:center;
  margin-top:6px;
  padding:18px;
  border:1px solid #efcdbd;
  border-radius:5px;
  background:linear-gradient(135deg,#fff1e8,#fff8f2);
  color:var(--ink);
}
.privacy-contact h2{
  margin:0 0 5px;
  font-size:24px;
  line-height:1.02;
}
.privacy-contact p{
  max-width:620px;
  margin:0;
  color:#746159;
  font-size:10px;
  line-height:1.5;
}
.privacy-contact-actions{
  display:grid;
  gap:6px;
  min-width:0;
}
.privacy-contact-actions .button{
  width:100%;
  min-height:38px;
  border-radius:5px;
}
.privacy-contact-actions a:not(.button){
  color:#745f55;
  text-align:center;
  font-size:8px;
  font-weight:800;
  text-decoration:underline;
  text-underline-offset:3px;
}

@media(max-width:900px){
  .privacy-layout{
    grid-template-columns:190px minmax(0,1fr);
    gap:20px;
    padding-inline:20px;
  }
  .privacy-section{
    grid-template-columns:74px minmax(0,1fr);
    gap:12px;
    padding:15px;
  }
  .privacy-section h2{font-size:18px}
  .privacy-section ul{grid-template-columns:1fr}
}

@media(max-width:720px){
  .privacy-page{overflow-x:clip}
  .privacy-hero-inner{
    padding:36px 16px 32px;
  }
  .privacy-hero:before{
    right:-54px;
    top:-38px;
    width:190px;
    height:190px;
    opacity:.07;
  }
  .privacy-hero:after{
    left:-70px;
    bottom:-58px;
    width:180px;
    height:130px;
  }
  .privacy-breadcrumbs{
    margin-bottom:13px;
    font-size:8px;
  }
  .privacy-hero h1{
    max-width:420px;
    margin-bottom:10px;
    font-size:36px;
  }
  .privacy-lead{
    max-width:500px;
    font-size:11.5px;
    line-height:1.52;
  }
  .privacy-meta{
    margin-top:14px;
  }
  .privacy-layout{
    grid-template-columns:1fr;
    gap:12px;
    padding:26px 14px 42px;
  }
  .privacy-aside{
    position:static;
    gap:6px;
  }
  .privacy-card{
    padding:10px;
  }
  .privacy-card dl{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:6px;
  }
  .privacy-card dl>div{
    padding:0 0 0 7px;
    border-top:0;
    border-left:1px solid rgba(33,21,15,.07);
  }
  .privacy-card dl>div:first-child{
    padding-left:0;
    border-left:0;
  }
  .privacy-toc{
    display:flex;
    gap:4px;
    padding:4px;
    overflow-x:auto;
    scrollbar-width:none;
  }
  .privacy-toc::-webkit-scrollbar{display:none}
  .privacy-toc a{
    flex:0 0 auto;
    min-height:27px;
    display:flex;
    align-items:center;
    white-space:nowrap;
  }
  .privacy-toc a.is-active{box-shadow:inset 0 -2px 0 var(--accent)}
  .privacy-content{gap:6px}
  .privacy-intro-note{
    padding:10px 11px;
    font-size:9.5px;
  }
  .privacy-section{
    display:block;
    padding:14px;
    scroll-margin-top:74px;
  }
  .privacy-section-head{
    display:flex;
    align-items:flex-start;
    gap:9px;
    margin-bottom:8px;
  }
  .privacy-section-number{
    flex:0 0 29px;
    width:29px;
    height:23px;
    margin:0;
  }
  .privacy-section h2{
    padding-top:2px;
    font-size:18px;
    line-height:1.08;
  }
  .privacy-section p{
    font-size:10.5px;
    line-height:1.56;
  }
  .privacy-section ul{
    grid-template-columns:1fr;
    gap:4px;
    margin-top:8px;
  }
  .privacy-section li{
    min-height:32px;
    font-size:9.5px;
  }
  .privacy-contact{
    grid-template-columns:1fr;
    gap:12px;
    padding:15px;
  }
  .privacy-contact h2{font-size:22px}
  .privacy-contact p{font-size:9.5px}
}

@media(max-width:430px){
  .privacy-hero-inner{
    padding:31px 14px 28px;
  }
  .privacy-hero h1{
    max-width:340px;
    font-size:33px;
  }
  .privacy-layout{
    padding-top:22px;
  }
  .privacy-card dl{
    grid-template-columns:1fr 1fr;
  }
  .privacy-card dl>div:nth-child(3){
    grid-column:1/-1;
    padding:7px 0 0;
    border-left:0;
    border-top:1px solid rgba(33,21,15,.07);
  }
}
