/* theogeez.com overrides */
main .container a:not(.btn-simple) { color:#fff; text-decoration:underline; text-underline-offset:4px; text-decoration-color:rgba(255,255,255,.4); }
main .container a:not(.btn-simple):hover { text-decoration-color:#fff; }
.btn-simple { display:inline-block; border:1px solid rgba(255,255,255,.7); color:#fff; padding:.85em 1.7em; border-radius:999px; text-decoration:none; letter-spacing:.04em; font-size:.95rem; margin:.35em .35em .35em 0; transition:background .2s,color .2s; }
.btn-simple:hover { background:#fff; color:#111; }
footer a { color:#fff; }
.contact-form input, .contact-form select, .contact-form textarea {
  background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.25); color:#fff;
  padding:.9em 1em; border-radius:6px; font:inherit; width:100%;
}
.contact-form ::placeholder { color:rgba(255,255,255,.5); }
.contact-form button { cursor:pointer; background:transparent; }
.contact-form select option { color:#111; }
img[src$="sanjo-cover.jpg"] { background:#1a1a1a; min-height:280px; object-fit:cover; }

/* San Jo travel stickers: suitcase scatter */
.sticker-cluster { position:relative; width:100%; max-width:820px; height:380px; margin:0 auto; }
.sticker-cluster img { position:absolute; height:auto; }
.sticker-cluster img:hover { z-index:9; transform:scale(1.07) rotate(0deg) !important; transition:transform .25s; }
@media (max-width:700px){ .sticker-cluster { height:300px; } .sticker-cluster img { width:34% !important; } }
.track-row { position:relative; }
.track-sticker { display:none; }
@media (min-width:1500px){
  .track-sticker { display:block; position:absolute; right:-150px; top:50%; width:110px; height:auto; }
}
.home-cluster { position:relative; max-width:420px; height:200px; margin-top:1rem; }
.home-cluster img { position:absolute; }
