*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  overflow-x:hidden;
  background:#fbf8f4;
  color:#171311;
  font-family:Arial,Helvetica,sans-serif;
}
a{color:inherit}
.privacy-page{
  min-height:100vh;
  background:linear-gradient(180deg,#fffdfb 0%,#fbf8f4 100%);
}
.privacy-page__inner{
  width:min(100%,1120px);
  margin:0 auto;
  padding:44px 48px 54px;
}
h1{
  margin:0;
  color:#4d2918;
  font-family:Arial,Helvetica,sans-serif;
  font-size:3.35rem;
  line-height:1.04;
  font-weight:700;
  letter-spacing:-.035em;
}
.title-rule{
  display:block;
  width:42px;
  height:3px;
  margin:26px 0 28px;
  background:#6c3c22;
}
.intro{
  padding-bottom:27px;
  border-bottom:1px solid #d8c8bb;
}
.intro p,section p{
  margin:0;
  font-size:.96rem;
  line-height:1.5;
}
.intro p+p,section p+p{margin-top:13px}
section{
  padding:22px 0 25px;
  border-bottom:1px solid #d8c8bb;
}
section h2{
  margin:0 0 12px;
  color:#3e2518;
  font-family:Arial,Helvetica,sans-serif;
  font-size:1.42rem;
  line-height:1.15;
  font-weight:700;
}
.contact{margin-top:23px!important}
section.last{border-bottom:0;padding-bottom:0}
.external{color:#6a351e}

@media(max-width:900px){
  .privacy-page__inner{
    width:100%;
    max-width:100%;
    padding:28px 30px 34px;
  }
  h1{font-size:2.65rem}
  .title-rule{margin:18px 0 21px}
  .desktop-only{display:none}
  .intro{padding-bottom:20px}
  section{padding:17px 0 19px}
  section h2{font-size:1.22rem;margin-bottom:9px}
  .intro p,section p{font-size:.88rem;line-height:1.4}
  .intro p+p,section p+p{margin-top:9px}
  .contact{margin-top:16px!important}
}

@media(max-width:600px){
  .privacy-page__inner{padding:20px 18px 26px}
  h1{
    font-size:clamp(1.8rem,8vw,2.25rem);
    overflow-wrap:anywhere;
  }
  .title-rule{width:38px;height:2px;margin:13px 0 17px}
  .intro{padding-bottom:16px}
  section{padding:14px 0 16px}
  section h2{font-size:1.08rem;margin-bottom:7px}
  .intro p,section p{font-size:.81rem;line-height:1.35}
  .intro p+p,section p+p{margin-top:7px}
  .contact{margin-top:13px!important}
  .external{overflow-wrap:anywhere}
}
