/* Quiet sandstone ending: no photography, panels, or animated effects. */
.sandFooter.siteFooter{
  background:#c8baa5;
  color:#29241e;display:grid;grid-template-columns:minmax(180px,.85fr) minmax(0,3.6fr);
  gap:2.5rem 4vw;padding:3.5rem 4vw 1.5rem;min-height:0;
}
.sandFooter .footerIdentity{display:flex;flex-direction:column;align-items:flex-start;gap:1.25rem}
.sandFooter .footerIdentity img{display:block;width:110px;height:130px;object-fit:contain}
.sandFooter .footerIdentity p{max-width:210px;margin:0;color:#50483e;font-family:"Cormorant Garamond",serif;font-size:1.35rem;line-height:1.35}
.sandFooter .footerContact{display:flex;flex-direction:column;gap:.7rem;margin-top:.6rem}
.sandFooter .footerContact b{font-size:.66rem;letter-spacing:.12em;text-transform:uppercase}
.sandFooter .footerContact a{font-size:.82rem;text-decoration:none;color:#29241e}
.sandFooter .footerContact a:hover{text-decoration:underline;text-underline-offset:5px}
.sandFooter .footerLinks{grid-template-columns:repeat(3,minmax(0,1fr)) minmax(230px,1.6fr);gap:2vw;align-items:start}
.sandFooter .footerLinks>div{padding-top:1rem;gap:1rem}
.sandFooter .footerLinks b{color:#29241e;font-size:.68rem;letter-spacing:.1em}
.sandFooter .footerLinks a{color:#50483e;font-size:.75rem;width:auto;line-height:1.5}
.sandFooter .footerLinks a:hover{color:#755436;text-decoration:underline;text-underline-offset:5px}
.sandFooter .footerLinks .footerSubscribe{background:transparent;color:#29241e;padding:1rem 0 0;border:0;min-height:0}
.sandFooter .footerSubscribe b{color:#29241e}
.sandFooter .footerSubscribe p{color:#50483e;font-size:.78rem;line-height:1.7;margin:.3rem 0 1rem}
.sandFooter .footerSubscribe form{border-bottom:1px solid #8d765c;background:rgba(255,255,255,.16);padding-inline:.65rem}
.sandFooter .footerSubscribe input{color:#29241e;min-height:48px}
.sandFooter .footerSubscribe input::placeholder{color:#625648}
.sandFooter .footerSubscribe form button{color:#61482f;min-width:36px;cursor:pointer}
.sandFooter .footerBottom{grid-column:1/-1;margin-top:0;border-top:1px solid rgba(41,36,30,.22);color:#50483e;padding-top:1.3rem}
.sandFooter .footerBottom button{color:#50483e}
.sandFooter .footerMeta{gap:1.5rem}
.sandFooter .socialIcons a{border-color:#97836b;color:#29241e;width:36px;height:36px}
.sandFooter .socialIcons a:hover{background:#755436;border-color:#755436;color:#f4eee4}
.sandFooter a:focus-visible,.sandFooter button:focus-visible,.sandFooter input:focus-visible{outline:2px solid #755436;outline-offset:4px}
.instagramGlyph{display:block;width:17px;height:17px;border:1.6px solid currentColor;border-radius:5px;position:relative}
.instagramGlyph:before{content:"";position:absolute;width:7px;height:7px;border:1.5px solid currentColor;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}
.instagramGlyph:after{content:"";position:absolute;width:2.5px;height:2.5px;border-radius:50%;background:currentColor;right:2px;top:2px}
[dir=rtl] .sandFooter{text-align:right}
@media(max-width:1100px){.sandFooter.siteFooter{grid-template-columns:1fr}.sandFooter .footerIdentity{display:grid;grid-template-columns:110px 1fr 1fr;align-items:center;gap:2rem}.sandFooter .footerLinks{grid-template-columns:repeat(3,1fr) minmax(230px,1.5fr)}}
@media(max-width:700px){.sandFooter.siteFooter{padding:3rem 1.3rem 1.5rem;gap:2.5rem}.sandFooter .footerIdentity{grid-template-columns:80px 1fr;gap:1rem}.sandFooter .footerIdentity img{width:80px;height:100px}.sandFooter .footerContact{grid-column:1/-1}.sandFooter .footerLinks{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 1.2rem}.sandFooter .footerLinks .footerSubscribe{grid-column:1/-1;min-height:0}.sandFooter .footerBottom{gap:1.2rem}.sandFooter .footerMeta{width:100%;justify-content:space-between;gap:.8rem}.sandFooter .footerIdentity p{font-size:1.2rem}}
