.foot{
    background:#F6F2E9;
    border-top:1px solid #E3DACB;
    padding:72px 0 0;
  }
  .foot-in{
    max-width:1200px;
    margin:0 auto;
    padding:0 40px;
  }
  .foot-top{
    display:flex;
    justify-content:space-between;
    gap:60px;
    padding-bottom:48px;
  }
  .foot-brand{
    flex:0 0 260px;
  }
  .foot-logo img{
    height:48px;
    width:auto;
    display:block;
    margin-bottom:18px;
  }
  .foot-social{
    display:flex;
    gap:14px;
    margin-top:20px;
  }
  .foot-social a{
    display:flex;
    align-items:center;
    justify-content:center;
    width:34px;
    height:34px;
    border-radius:50%;
    border:1px solid #E3DACB;
    color:#4A4540;
    transition:background .16s ease, border-color .16s ease, color .16s ease;
  }
  .foot-social a:hover{
    background:#FF6B6B;
    border-color:#FF6B6B;
    color:#FFFFFF;
  }
  .foot-social svg{
    width:16px;
    height:16px;
  }
  .foot-tag{
    font-family:"Fraunces",Georgia,serif;
    font-style:italic;
    font-weight:400;
    font-size:16px;
    line-height:1.5;
    color:#6B655B;
    margin:0;
    max-width:230px;
  }
  .foot-tag em{
    color:#A83C3C;
    font-style:italic;
  }
  .foot-cols{
    display:flex;
    gap:48px;
    flex:1;
    justify-content:flex-end;
  }
  .foot-col{
    display:flex;
    flex-direction:column;
    gap:13px;
    min-width:140px;
  }
  .foot-h{
    font-family:"Fraunces",Georgia,serif;
    font-weight:700;
    font-size:15px;
    color:#2A2A2E;
    margin:0 0 4px;
  }
  .foot-h-link{
    color:inherit;
    text-decoration:none;
    transition:color .16s ease;
  }
  .foot-h-link:hover{
    color:#A83C3C;
  }
  .foot-col a{
    font-size:14px;
    font-weight:400;
    color:#6B655B;
    text-decoration:none;
    transition:color .16s ease;
  }
  .foot-col a:hover{
    color:#A83C3C;
  }
  .foot-cta{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:40px 0;
    border-top:1px solid #E3DACB;
  }
  .foot-cta-text{
    font-family:"Fraunces",Georgia,serif;
    font-weight:600;
    font-size:24px;
    color:#2A2A2E;
    margin:0;
  }
  .foot-cta-btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-weight:600;
    font-size:13px;
    text-transform:uppercase;
    letter-spacing:.06em;
    color:#FFFFFF;
    background:#FF6B6B;
    border:2px solid #FF6B6B;
    padding:14px 24px;
    border-radius:999px;
    text-decoration:none;
    flex:none;
    transition:background .18s ease, color .18s ease;
  }
  .foot-cta-btn:hover{
    background:transparent;
    color:#A83C3C;
  }
  .foot-cta-btn svg{
    width:14px;
    height:14px;
  }
  .foot-bottom{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:24px 0;
    border-top:1px solid #E3DACB;
  }
  .foot-copy{
    font-size:13px;
    color:#9C9690;
    margin:0;
  }
  .foot-legal{
    display:flex;
    gap:24px;
  }
  .foot-legal a{
    font-size:13px;
    color:#9C9690;
    text-decoration:none;
    transition:color .16s ease;
  }
  .foot-legal a:hover{
    color:#2A2A2E;
  }
  @media (max-width:900px){
    .foot-top{flex-direction:column; gap:32px}
    .foot-cols{flex-wrap:wrap; gap:32px; justify-content:flex-start}
    .foot-cta{flex-direction:column; align-items:flex-start; gap:20px}
    .foot-bottom{flex-direction:column; align-items:flex-start; gap:12px}
  }
